body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #9473d2 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #9473d2 !important;
}
.bg-warning {
  background-color: #22a7f0 !important;
}
.bg-danger {
  background-color: #8f1d21 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-primary:before {
  background-color: #693cbc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #89c4f4 !important;
  border-color: #89c4f4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #89c4f4 !important;
  border-color: #89c4f4 !important;
}
.btn-secondary:before {
  background-color: #43a1ed !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43a1ed !important;
  border-color: #43a1ed !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-info:before {
  background-color: #693cbc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #22a7f0 !important;
  border-color: #22a7f0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #22a7f0 !important;
  border-color: #22a7f0 !important;
}
.btn-warning:before {
  background-color: #0d7cb9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d7cb9 !important;
  border-color: #0d7cb9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #8f1d21 !important;
  border-color: #8f1d21 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #8f1d21 !important;
  border-color: #8f1d21 !important;
}
.btn-danger:before {
  background-color: #4f1012 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4f1012 !important;
  border-color: #4f1012 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-primary-outline:before {
  background-color: #9473d2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #2c95eb;
  color: #2c95eb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #89c4f4;
}
.btn-secondary-outline:before {
  background-color: #89c4f4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #89c4f4 !important;
  border-color: #89c4f4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-info-outline:before {
  background-color: #9473d2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #0b6ca1;
  color: #0b6ca1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #22a7f0;
}
.btn-warning-outline:before {
  background-color: #22a7f0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #22a7f0 !important;
  border-color: #22a7f0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #3a0c0d;
  color: #3a0c0d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #8f1d21;
}
.btn-danger-outline:before {
  background-color: #8f1d21;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8f1d21 !important;
  border-color: #8f1d21 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #9473d2;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #9473d2 !important;
}
.text-secondary {
  color: #89c4f4 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #9473d2 !important;
}
.text-warning {
  color: #22a7f0 !important;
}
.text-danger {
  color: #8f1d21 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5e36a9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2c95eb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5e36a9 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b6ca1 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3a0c0d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9473d2;
}
.alert-warning {
  background-color: #22a7f0;
}
.alert-danger {
  background-color: #8f1d21;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9473d2;
  border-color: #9473d2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9473d2;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1f3fd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dc5055;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #9473d2;
}
/* 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;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #9473d2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #9473d2;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9473d2;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9473d2;
  border-bottom-color: #9473d2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #89c4f4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239473d2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-uS1Lj639VI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS1OetQ1CV {
  background-color: #ffffff;
}
.cid-uS1OetQ1CV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS1OetQ1CV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
}
.cid-uS1OetQ1CV .content-wrap {
  margin: 0;
}
.cid-uS1OetQ1CV .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uS1OetQ1CV .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uS1OetQ1CV .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uS1OetQ1CV .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS1OetQ1CV .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uS1OetQ1CV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS1OetQ1CV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS1OetQ1CV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS1OetQ1CV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uS1OetQ1CV .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS1OetQ1CV .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uS1OetQ1CV .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uS1OetQ1CV .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uS1OetQ1CV .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS1OetQ1CV .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uS1OetQ1CV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS1OetQ1CV .image-wrapper img {
    height: 350px;
  }
}
.cid-uS1OetQ1CV .mbr-section-title {
  color: #c10b02;
}
.cid-uS1OetQ1CV .mbr-text,
.cid-uS1OetQ1CV .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uS1OetQ1CV .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uS1OetQ1CV .mbr-section-title,
.cid-uS1OetQ1CV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v1aMh5brAF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aMh5brAF .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v1aMh5brAF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aMh5brAF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v1aMh5brAF .mbr-card-title {
  color: #000000;
}
.cid-v1aMh5brAF .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aMh5brAF .mbr-text,
.cid-v1aMh5brAF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aMh5brAF .row {
  align-items: top;
}
.cid-uW2R6admZu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW2R6admZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW2R6admZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW2R6admZu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 1992px) {
  .cid-uW2R6admZu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW2R6admZu .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uW2R6admZu .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uW2R6admZu .item .item-wrapper {
  height: 100%;
}
.cid-uW2R6admZu .item .item-wrapper:hover .item-img img,
.cid-uW2R6admZu .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uW2R6admZu .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uW2R6admZu .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 250px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uW2R6admZu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uW2R6admZu .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uW2R6admZu .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uW2R6admZu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW2R6admZu .item-title {
  color: #000000;
}
.cid-uW2R6admZu .item-date {
  color: #000000;
}
.cid-uVGOKgxxoe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS7ACeoek3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uS7ACeoek3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7ACeoek3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7ACeoek3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uS7ACeoek3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uS7ACeoek3 .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uS7ACeoek3 .container {
    padding: 0 16px;
  }
}
.cid-uS7ACeoek3 .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uS7ACeoek3 .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uS7ACeoek3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uS7ACeoek3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uS7ACeoek3 .embla__slide .card-wrap {
  width: 100%;
}
.cid-uS7ACeoek3 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-uS7ACeoek3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uS7ACeoek3 .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-uS7ACeoek3 .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-uS7ACeoek3 .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-uS7ACeoek3 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uS7ACeoek3 .embla__button--next,
.cid-uS7ACeoek3 .embla__button--prev {
  display: flex;
}
.cid-uS7ACeoek3 .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #9473d2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS7ACeoek3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uS7ACeoek3 .embla__button:hover {
  background: transparent;
  color: #89c4f4;
}
.cid-uS7ACeoek3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS7ACeoek3 .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-uS7ACeoek3 .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uS7ACeoek3 .embla {
  position: relative;
  width: 100%;
}
.cid-uS7ACeoek3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uS7ACeoek3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS7ACeoek3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS7ACeoek3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uS7ACeoek3 .mbr-desc {
  color: #ffffff;
}
.cid-uS7ACeoek3 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uS7ACeoek3 .card-text {
  color: #000000;
}
.cid-v1b9uoHWMZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v1b9uoHWMZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1b9uoHWMZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1b9uoHWMZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v1b9uoHWMZ .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v1b9uoHWMZ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1b9uoHWMZ .mbr-text,
.cid-v1b9uoHWMZ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1b9uoHWMZ .row {
  align-items: top;
}
.cid-uSfH8vCl7o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSfH8vCl7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfH8vCl7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfH8vCl7o .btn {
  padding: 1rem 2rem;
}
.cid-uSfH8vCl7o .content-head {
  max-width: 800px;
}
.cid-uSfH8vCl7o .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uSfH8vCl7o .card-title,
.cid-uSfH8vCl7o .iconfont-wrapper {
  color: #000000;
}
.cid-uSfH8vCl7o .card-text {
  color: #000000;
}
.cid-uSfH8vCl7o .mbr-section-subtitle {
  color: #000000;
}
.cid-uSfH8vCl7o .mbr-section-title {
  color: #000000;
}
.cid-v1aXRDCcJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aXRDCcJ5 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aXRDCcJ5 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aXRDCcJ5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aXRDCcJ5 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aXRDCcJ5 .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aXRDCcJ5 .mbr-text {
  color: #6c7577;
}
.cid-v1aXRDCcJ5 .mbr-description {
  color: #6c7577;
}
.cid-v1aXRDCcJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aXRDCcJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuUu1T.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuUu1T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuUu1T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuUu1T .modal-content,
.cid-uXhxTuUu1T .modal-dialog {
  height: auto;
}
.cid-uXhxTuUu1T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuUu1T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuUu1T .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuUu1T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuUu1T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuUu1T .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-uXhxTuUu1T .mbr-text {
  text-align: center;
}
.cid-uXhxTuUu1T .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuUu1T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuUu1T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuUu1T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuUu1T .modal-open {
  overflow: hidden;
}
.cid-uXhxTuUu1T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuUu1T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuUu1T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuUu1T .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-uXhxTuUu1T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuUu1T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuUu1T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuUu1T .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-uXhxTuUu1T .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuUu1T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuUu1T .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuUu1T .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuUu1T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuUu1T .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuUu1T .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuUu1T .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuUu1T .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuUu1T .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuUu1T .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuUu1T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuUu1T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuUu1T .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuUu1T .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuUu1T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuUu1T .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuUu1T .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuUu1T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuUu1T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuUu1T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuUu1T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuUu1T .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuUu1T .modal-lg,
  .cid-uXhxTuUu1T .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuUu1T .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuUu1T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuUu1T .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-uXhxTuUu1T .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuUu1T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuUu1T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuUu1T .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-uXhxTuUu1T .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuUu1T .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-uXisDgXB2v {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXisDgXB2v .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXisDgXB2v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXisDgXB2v .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXisDgXB2v .mbr-card-title {
  color: #000000;
}
.cid-uXisDgXB2v .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXisDgXB2v .mbr-text,
.cid-uXisDgXB2v .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXisDgXB2v .row {
  align-items: top;
}
.cid-uXd9daGDe0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXd9daGDe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXd9daGDe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXd9daGDe0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXd9daGDe0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXd9daGDe0 .container {
    padding: 0 30px;
  }
}
.cid-uXd9daGDe0 .row {
  justify-content: center;
}
.cid-uXd9daGDe0 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXd9daGDe0 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXd9daGDe0 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXd9daGDe0 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXd9daGDe0 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXd9daGDe0 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXd9daGDe0 .mbr-desc {
  color: #22654E;
}
.cid-uW1W4b99yv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW1W4b99yv .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW1W4b99yv .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW1W4b99yv img {
  width: 140px;
  margin: auto;
}
.cid-uW1W4b99yv .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uW1W4b99yv .card-wrapper:hover {
  background: transparent;
}
.cid-uW1W4b99yv .card-title,
.cid-uW1W4b99yv .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uW1W4b99yv .main-title,
.cid-uW1W4b99yv .title-col {
  text-align: center;
  color: #160830;
}
.cid-uW1W4b99yv .card-text {
  color: #bbbbbb;
}
.cid-uW1W4b99yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1W4b99yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3qcfWPna {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW3qcfWPna .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uW3qcfWPna .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uW3qcfWPna img {
  width: 140px;
  margin: auto;
}
.cid-uW3qcfWPna .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uW3qcfWPna .card-wrapper:hover {
  background: transparent;
}
.cid-uW3qcfWPna .card-title,
.cid-uW3qcfWPna .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uW3qcfWPna .main-title,
.cid-uW3qcfWPna .title-col {
  text-align: center;
  color: #160830;
}
.cid-uW3qcfWPna .card-text {
  color: #bbbbbb;
}
.cid-uW3qcfWPna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3qcfWPna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0T8WKFhta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0T8WKFhta .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0T8WKFhta .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0T8WKFhta img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0T8WKFhta .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0T8WKFhta .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0T8WKFhta .mbr-text {
  color: #6c7577;
}
.cid-v0T8WKFhta .mbr-description {
  color: #6c7577;
}
.cid-v0T8WKFhta .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0T8WKFhta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuU2nz.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuU2nz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuU2nz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuU2nz .modal-content,
.cid-uXhxTuU2nz .modal-dialog {
  height: auto;
}
.cid-uXhxTuU2nz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuU2nz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuU2nz .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuU2nz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuU2nz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuU2nz .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-uXhxTuU2nz .mbr-text {
  text-align: center;
}
.cid-uXhxTuU2nz .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuU2nz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuU2nz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuU2nz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuU2nz .modal-open {
  overflow: hidden;
}
.cid-uXhxTuU2nz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuU2nz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuU2nz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuU2nz .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-uXhxTuU2nz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuU2nz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuU2nz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuU2nz .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-uXhxTuU2nz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuU2nz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuU2nz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuU2nz .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuU2nz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuU2nz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuU2nz .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuU2nz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuU2nz .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuU2nz .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuU2nz .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuU2nz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuU2nz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuU2nz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuU2nz .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuU2nz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuU2nz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuU2nz .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuU2nz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuU2nz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuU2nz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuU2nz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuU2nz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuU2nz .modal-lg,
  .cid-uXhxTuU2nz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuU2nz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuU2nz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuU2nz .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-uXhxTuU2nz .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuU2nz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuU2nz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuU2nz .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-uXhxTuU2nz .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuU2nz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YRFC9N2j {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YRFC9N2j .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YRFC9N2j .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YRFC9N2j .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YRFC9N2j .mbr-card-title {
  color: #000000;
}
.cid-v0YRFC9N2j .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YRFC9N2j .mbr-text,
.cid-v0YRFC9N2j .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YRFC9N2j .row {
  align-items: top;
}
.cid-uXd9uC7iMg {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXd9uC7iMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXd9uC7iMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXd9uC7iMg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXd9uC7iMg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXd9uC7iMg .container {
    padding: 0 30px;
  }
}
.cid-uXd9uC7iMg .row {
  justify-content: center;
}
.cid-uXd9uC7iMg .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXd9uC7iMg .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXd9uC7iMg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXd9uC7iMg .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXd9uC7iMg .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXd9uC7iMg .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXd9uC7iMg .mbr-desc {
  color: #22654E;
}
.cid-t2bEBGk0VC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-t2bEBGk0VC .wrap {
  display: flex;
  border-bottom: 1px dotted #83868c;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-t2bEBGk0VC .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #ffc600;
}
.cid-t2bEBGk0VC .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #9473d2;
}
.cid-t2bEBGk0VC .wrap .mbr-section-subtitle {
  color: #9473d2;
  display: inline-block;
  margin-right: 20px;
}
.cid-t2bEBGk0VC .wrap .ico-line {
  display: inline-block;
}
.cid-t2bEBGk0VC .wrap .ico-line .mbr-iconfont {
  color: #279e64;
  font-size: 14px;
}
.cid-t2bEBGk0VC .col-md-12:last-child .wrap,
.cid-t2bEBGk0VC .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-t2bEBGk0VC .col-md-12.last-child .wrap,
.cid-t2bEBGk0VC .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-t2bEBGk0VC * {
    text-align: left;
  }
  .cid-t2bEBGk0VC .ico1 {
    display: none;
  }
}
.cid-t2bEBGk0VC .wrap .content .mbr-text {
  color: #000000;
}
.cid-t2bEBGk0VC .wrap .content .mbr-section-subtitle,
.cid-t2bEBGk0VC .wrap .content .author {
  color: #000000;
}
.cid-v0aO0lOQdO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-v0aO0lOQdO .wrap {
  display: flex;
  border-bottom: 1px dotted #83868c;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-v0aO0lOQdO .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #ffc600;
}
.cid-v0aO0lOQdO .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #9473d2;
}
.cid-v0aO0lOQdO .wrap .mbr-section-subtitle {
  color: #9473d2;
  display: inline-block;
  margin-right: 20px;
}
.cid-v0aO0lOQdO .wrap .ico-line {
  display: inline-block;
}
.cid-v0aO0lOQdO .wrap .ico-line .mbr-iconfont {
  color: #279e64;
  font-size: 14px;
}
.cid-v0aO0lOQdO .col-md-12:last-child .wrap,
.cid-v0aO0lOQdO .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-v0aO0lOQdO .col-md-12.last-child .wrap,
.cid-v0aO0lOQdO .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-v0aO0lOQdO * {
    text-align: left;
  }
  .cid-v0aO0lOQdO .ico1 {
    display: none;
  }
}
.cid-v0aO0lOQdO .wrap .content .mbr-text {
  color: #000000;
}
.cid-v0aO0lOQdO .wrap .content .mbr-section-subtitle,
.cid-v0aO0lOQdO .wrap .content .author {
  color: #000000;
}
.cid-v0aO12u2Am {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-v0aO12u2Am .wrap {
  display: flex;
  border-bottom: 1px dotted #83868c;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-v0aO12u2Am .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #ffc600;
}
.cid-v0aO12u2Am .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #9473d2;
}
.cid-v0aO12u2Am .wrap .mbr-section-subtitle {
  color: #9473d2;
  display: inline-block;
  margin-right: 20px;
}
.cid-v0aO12u2Am .wrap .ico-line {
  display: inline-block;
}
.cid-v0aO12u2Am .wrap .ico-line .mbr-iconfont {
  color: #279e64;
  font-size: 14px;
}
.cid-v0aO12u2Am .col-md-12:last-child .wrap,
.cid-v0aO12u2Am .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-v0aO12u2Am .col-md-12.last-child .wrap,
.cid-v0aO12u2Am .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-v0aO12u2Am * {
    text-align: left;
  }
  .cid-v0aO12u2Am .ico1 {
    display: none;
  }
}
.cid-v0aO12u2Am .wrap .content .mbr-text {
  color: #000000;
}
.cid-v0aO12u2Am .wrap .content .mbr-section-subtitle,
.cid-v0aO12u2Am .wrap .content .author {
  color: #000000;
}
.cid-v0YS6u1MAI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YS6u1MAI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YS6u1MAI .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YS6u1MAI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YS6u1MAI .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YS6u1MAI .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YS6u1MAI .mbr-text {
  color: #6c7577;
}
.cid-v0YS6u1MAI .mbr-description {
  color: #6c7577;
}
.cid-v0YS6u1MAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YS6u1MAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVNSt.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVNSt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVNSt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVNSt .modal-content,
.cid-uXhxTuVNSt .modal-dialog {
  height: auto;
}
.cid-uXhxTuVNSt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVNSt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVNSt .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVNSt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVNSt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVNSt .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-uXhxTuVNSt .mbr-text {
  text-align: center;
}
.cid-uXhxTuVNSt .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVNSt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVNSt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVNSt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVNSt .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVNSt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVNSt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVNSt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVNSt .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-uXhxTuVNSt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVNSt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVNSt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVNSt .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-uXhxTuVNSt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVNSt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVNSt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVNSt .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVNSt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVNSt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVNSt .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVNSt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVNSt .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVNSt .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVNSt .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVNSt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVNSt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVNSt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVNSt .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVNSt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVNSt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVNSt .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVNSt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVNSt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVNSt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVNSt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVNSt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVNSt .modal-lg,
  .cid-uXhxTuVNSt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVNSt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVNSt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVNSt .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-uXhxTuVNSt .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVNSt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVNSt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVNSt .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-uXhxTuVNSt .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVNSt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-t4Y6eGPUJe {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hospital-840135-1920-1920x1280.jpg");
}
.cid-t4Y6eGPUJe .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t4Y6eGPUJe .mbr-text,
.cid-t4Y6eGPUJe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t4Y6eGPUJe DIV {
  text-align: center;
}
.cid-t4Y6eGPUJe H1 {
  color: #000000;
}
.cid-sY6GXSrYhZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY6GXSrYhZ .block-title {
  color: #2c1616;
}
.cid-t2Jj6MLuTu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t2Jj6MLuTu img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t2Jj6MLuTu .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t2Jj6MLuTu .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t2Jj6MLuTu .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t2Jj6MLuTu .card-wrapper {
  background: #feffe3;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t2Jj6MLuTu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t2Jj6MLuTu .first:hover:before {
  content: none;
}
.cid-t2Jj6MLuTu .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t2Jj6MLuTu .last:hover:after {
  content: none;
}
.cid-t2Jj6MLuTu .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t2Jj6MLuTu .mbr-section-text {
  color: #2c1616;
}
.cid-t2Jj6MLuTu .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t2Jj6MLuTu .card .img-wrapper {
  overflow: hidden;
}
.cid-t2Jj6MLuTu .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t2Jj6MLuTu .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t2Jj6MLuTu .card:hover .card-wrapper {
  background: linear-gradient(to left, #89c4f4, #9473d2);
  color: #ffffff !important;
}
.cid-t2Jj6MLuTu .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t2Jj6MLuTu .mbr-section-title {
  color: #2c1616;
}
.cid-t4Y5wtstc7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4Y5wtstc7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4Y5wtstc7 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4Y5wtstc7 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4Y5wtstc7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4Y5wtstc7 .mbr-section-btn {
    text-align: center;
  }
  .cid-t4Y5wtstc7 .mbr-section-title {
    text-align: center;
  }
  .cid-t4Y5wtstc7 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4Y5wtstc7 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4Y5wtstc7 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4Y5wtstc7 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4Y5wtstc7 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4Y5wtstc7 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Y5wtstc7 img {
    width: 100%;
  }
  .cid-t4Y5wtstc7 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4Y5wtstc7 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4Y5wtstc7 .container-fluid {
  max-width: 1200px;
}
.cid-t4Y5wtstc7 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4Y5wtstc7 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Y5wtstc7 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4Y5wtstc7 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Y5wtstc7 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4Y5wtstc7 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4Y5wtstc7 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4Y5wtstc7 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4Y5wtstc7 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4Y9QuhiB4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4Y9QuhiB4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4Y9QuhiB4 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4Y9QuhiB4 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4Y9QuhiB4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4Y9QuhiB4 .mbr-section-btn {
    text-align: center;
  }
  .cid-t4Y9QuhiB4 .mbr-section-title {
    text-align: center;
  }
  .cid-t4Y9QuhiB4 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4Y9QuhiB4 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4Y9QuhiB4 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4Y9QuhiB4 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4Y9QuhiB4 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4Y9QuhiB4 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Y9QuhiB4 img {
    width: 100%;
  }
  .cid-t4Y9QuhiB4 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4Y9QuhiB4 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4Y9QuhiB4 .container-fluid {
  max-width: 1200px;
}
.cid-t4Y9QuhiB4 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4Y9QuhiB4 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Y9QuhiB4 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4Y9QuhiB4 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Y9QuhiB4 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4Y9QuhiB4 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4Y9QuhiB4 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4Y9QuhiB4 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4Y9QuhiB4 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4Y9QuhiB4 .mbr-text,
.cid-t4Y9QuhiB4 .mbr-section-btn {
  color: #2c1616;
}
.cid-t4Ybzjt3O7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4Ybzjt3O7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4Ybzjt3O7 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4Ybzjt3O7 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4Ybzjt3O7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4Ybzjt3O7 .mbr-section-btn {
    text-align: center;
  }
  .cid-t4Ybzjt3O7 .mbr-section-title {
    text-align: center;
  }
  .cid-t4Ybzjt3O7 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4Ybzjt3O7 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4Ybzjt3O7 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4Ybzjt3O7 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4Ybzjt3O7 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4Ybzjt3O7 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Ybzjt3O7 img {
    width: 100%;
  }
  .cid-t4Ybzjt3O7 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4Ybzjt3O7 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4Ybzjt3O7 .container-fluid {
  max-width: 1200px;
}
.cid-t4Ybzjt3O7 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4Ybzjt3O7 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Ybzjt3O7 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4Ybzjt3O7 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Ybzjt3O7 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4Ybzjt3O7 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4Ybzjt3O7 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4Ybzjt3O7 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4Ybzjt3O7 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t0RZX5psHs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0RZX5psHs .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0RZX5psHs .card-img {
  padding-bottom: 2rem;
}
.cid-t0RZX5psHs .mbr-text {
  color: #767676;
}
.cid-t0RZX5psHs span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t0RZX5psHs .mbr-section-btn {
  margin-left: 0;
}
.cid-t0RZX5psHs .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t0RZX5psHs .card-title {
    text-align: center;
  }
  .cid-t0RZX5psHs p.mbr-text,
  .cid-t0RZX5psHs p.date {
    text-align: center;
  }
}
.cid-t0RZX5psHs .card-title,
.cid-t0RZX5psHs .card-img {
  text-align: center;
}
.cid-t0RZXyzDHh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0RZXyzDHh .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0RZXyzDHh .card-img {
  padding-bottom: 2rem;
}
.cid-t0RZXyzDHh .mbr-text {
  color: #767676;
}
.cid-t0RZXyzDHh span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t0RZXyzDHh .mbr-section-btn {
  margin-left: 0;
}
.cid-t0RZXyzDHh .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t0RZXyzDHh .card-title {
    text-align: center;
  }
  .cid-t0RZXyzDHh p.mbr-text,
  .cid-t0RZXyzDHh p.date {
    text-align: center;
  }
}
.cid-t0RZXyzDHh .card-title,
.cid-t0RZXyzDHh .card-img {
  text-align: center;
}
.cid-t0S6pCfdUy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0S6pCfdUy .block-text {
  color: #333333;
}
.cid-t0S6rnvEs7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0S6rnvEs7 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0S6rnvEs7 .card-img {
  padding-bottom: 2rem;
}
.cid-t0S6rnvEs7 .mbr-text {
  color: #767676;
}
.cid-t0S6rnvEs7 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t0S6rnvEs7 .mbr-section-btn {
  margin-left: 0;
}
.cid-t0S6rnvEs7 .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t0S6rnvEs7 .card-title {
    text-align: center;
  }
  .cid-t0S6rnvEs7 p.mbr-text,
  .cid-t0S6rnvEs7 p.date {
    text-align: center;
  }
}
.cid-t0S6rnvEs7 .card-title,
.cid-t0S6rnvEs7 .card-img {
  text-align: center;
}
.cid-t4YbSJMMiJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YbSJMMiJ {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YbSJMMiJ img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YbSJMMiJ .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YbSJMMiJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YbSJMMiJ .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YbSJMMiJ .mbr-section-title {
    text-align: center;
  }
  .cid-t4YbSJMMiJ .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YbSJMMiJ .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YbSJMMiJ .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YbSJMMiJ .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YbSJMMiJ .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YbSJMMiJ .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YbSJMMiJ img {
    width: 100%;
  }
  .cid-t4YbSJMMiJ .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YbSJMMiJ .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YbSJMMiJ .container-fluid {
  max-width: 1200px;
}
.cid-t4YbSJMMiJ .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YbSJMMiJ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YbSJMMiJ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YbSJMMiJ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YbSJMMiJ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YbSJMMiJ .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YbSJMMiJ .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YbSJMMiJ .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YbSJMMiJ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t06Xlwl9Ee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t06Xlwl9Ee .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-t06Xlwl9Ee .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t06Xlwl9Ee .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t06Xlwl9Ee .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t06Xlwl9Ee .card {
  padding: 0!important;
}
.cid-t06Xlwl9Ee .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t06Xlwl9Ee .card-wrapper:hover {
  background: #ed4266;
}
.cid-t06Xlwl9Ee .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-t06Xlwl9Ee .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-t06Xlwl9Ee .card1 {
  background: #1b3a61;
}
.cid-t06Xlwl9Ee .card2 {
  background: #1d3f69;
}
.cid-t06Xlwl9Ee .card3 {
  background: #1f4471;
}
.cid-t06Xlwl9Ee .card4 {
  background: #224879;
}
.cid-t06Xlwl9Ee .card5 {
  background: #244d81;
}
.cid-t06Xlwl9Ee .card6 {
  background: #265289;
}
.cid-t06Xlwl9Ee .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t06Xlwl9Ee .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t06Xlwl9Ee .card-title,
.cid-t06Xlwl9Ee .card-ico,
.cid-t06Xlwl9Ee .line-wrap {
  text-align: center;
}
.cid-t4Yc8mXWpN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4Yc8mXWpN {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4Yc8mXWpN img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4Yc8mXWpN .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4Yc8mXWpN .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4Yc8mXWpN .mbr-section-btn {
    text-align: center;
  }
  .cid-t4Yc8mXWpN .mbr-section-title {
    text-align: center;
  }
  .cid-t4Yc8mXWpN .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4Yc8mXWpN .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4Yc8mXWpN .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4Yc8mXWpN .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4Yc8mXWpN .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4Yc8mXWpN .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Yc8mXWpN img {
    width: 100%;
  }
  .cid-t4Yc8mXWpN .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4Yc8mXWpN .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4Yc8mXWpN .container-fluid {
  max-width: 1200px;
}
.cid-t4Yc8mXWpN .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4Yc8mXWpN .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Yc8mXWpN .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4Yc8mXWpN .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Yc8mXWpN .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4Yc8mXWpN .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4Yc8mXWpN .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4Yc8mXWpN .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4Yc8mXWpN .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4YiEzGagL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YiEzGagL {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YiEzGagL img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YiEzGagL .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YiEzGagL .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YiEzGagL .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YiEzGagL .mbr-section-title {
    text-align: center;
  }
  .cid-t4YiEzGagL .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YiEzGagL .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YiEzGagL .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YiEzGagL .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YiEzGagL .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YiEzGagL .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YiEzGagL img {
    width: 100%;
  }
  .cid-t4YiEzGagL .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YiEzGagL .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YiEzGagL .container-fluid {
  max-width: 1200px;
}
.cid-t4YiEzGagL .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YiEzGagL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YiEzGagL .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YiEzGagL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YiEzGagL .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YiEzGagL .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YiEzGagL .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YiEzGagL .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YiEzGagL .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t36gTSCjD0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t36h0Z9QOT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t07QBdRR4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t07QBdRR4G .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-t07QBdRR4G .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t07QBdRR4G .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t07QBdRR4G .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t07QBdRR4G .card {
  padding: 0!important;
}
.cid-t07QBdRR4G .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t07QBdRR4G .card-wrapper:hover {
  background: #ed4266;
}
.cid-t07QBdRR4G .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-t07QBdRR4G .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-t07QBdRR4G .card1 {
  background: #1b3a61;
}
.cid-t07QBdRR4G .card2 {
  background: #1d3f69;
}
.cid-t07QBdRR4G .card3 {
  background: #1f4471;
}
.cid-t07QBdRR4G .card4 {
  background: #224879;
}
.cid-t07QBdRR4G .card5 {
  background: #244d81;
}
.cid-t07QBdRR4G .card6 {
  background: #265289;
}
.cid-t07QBdRR4G .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t07QBdRR4G .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t07QBdRR4G .card-title,
.cid-t07QBdRR4G .card-ico,
.cid-t07QBdRR4G .line-wrap {
  text-align: center;
}
.cid-t36gUXapDt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t36h1YIl4U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0aq2GKKZF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0aq2GKKZF .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-t0aq2GKKZF .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t0aq2GKKZF .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t0aq2GKKZF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t0aq2GKKZF .card {
  padding: 0!important;
}
.cid-t0aq2GKKZF .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t0aq2GKKZF .card-wrapper:hover {
  background: #ed4266;
}
.cid-t0aq2GKKZF .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-t0aq2GKKZF .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-t0aq2GKKZF .card1 {
  background: #1b3a61;
}
.cid-t0aq2GKKZF .card2 {
  background: #1d3f69;
}
.cid-t0aq2GKKZF .card3 {
  background: #1f4471;
}
.cid-t0aq2GKKZF .card4 {
  background: #224879;
}
.cid-t0aq2GKKZF .card5 {
  background: #244d81;
}
.cid-t0aq2GKKZF .card6 {
  background: #265289;
}
.cid-t0aq2GKKZF .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t0aq2GKKZF .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t0aq2GKKZF .card-title,
.cid-t0aq2GKKZF .card-ico,
.cid-t0aq2GKKZF .line-wrap {
  text-align: center;
}
.cid-t4YcLVn11K {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/faq-2643072-2000x1093.jpg");
}
.cid-t4YcLVn11K .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9473d2;
  margin-left: 1rem;
}
.cid-t4YcLVn11K .panel-group {
  border: none;
}
.cid-t4YcLVn11K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4YcLVn11K .panel-body,
.cid-t4YcLVn11K .card-header {
  padding: 1rem 0;
}
.cid-t4YcLVn11K .panel-title-edit {
  color: #000000;
}
.cid-t4YcLVn11K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVrMt.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVrMt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVrMt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVrMt .modal-content,
.cid-uXhxTuVrMt .modal-dialog {
  height: auto;
}
.cid-uXhxTuVrMt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVrMt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVrMt .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVrMt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVrMt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVrMt .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-uXhxTuVrMt .mbr-text {
  text-align: center;
}
.cid-uXhxTuVrMt .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVrMt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVrMt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVrMt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVrMt .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVrMt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVrMt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVrMt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVrMt .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-uXhxTuVrMt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVrMt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVrMt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVrMt .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-uXhxTuVrMt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVrMt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVrMt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVrMt .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVrMt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVrMt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVrMt .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVrMt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVrMt .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVrMt .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVrMt .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVrMt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVrMt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVrMt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVrMt .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVrMt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVrMt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVrMt .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVrMt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVrMt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVrMt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVrMt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVrMt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVrMt .modal-lg,
  .cid-uXhxTuVrMt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVrMt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVrMt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVrMt .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-uXhxTuVrMt .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVrMt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVrMt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVrMt .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-uXhxTuVrMt .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVrMt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-t4YnQAOSQV {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ecg-1953179-1920-1920x1280.jpg");
}
.cid-t4YnQAOSQV .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t4YnQAOSQV .mbr-text,
.cid-t4YnQAOSQV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t4YnQAOSQV H1 {
  color: #000000;
  text-align: center;
}
.cid-t3oJSc4Xuo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3oJSc4Xuo .block-title {
  color: #2c1616;
}
.cid-t386gUf6Wg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t386gUf6Wg img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t386gUf6Wg .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t386gUf6Wg .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t386gUf6Wg .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t386gUf6Wg .card-wrapper {
  background: #feffe3;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t386gUf6Wg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t386gUf6Wg .first:hover:before {
  content: none;
}
.cid-t386gUf6Wg .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t386gUf6Wg .last:hover:after {
  content: none;
}
.cid-t386gUf6Wg .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t386gUf6Wg .mbr-section-text {
  color: #2c1616;
}
.cid-t386gUf6Wg .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t386gUf6Wg .card .img-wrapper {
  overflow: hidden;
}
.cid-t386gUf6Wg .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t386gUf6Wg .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t386gUf6Wg .card:hover .card-wrapper {
  background: linear-gradient(to left, #89c4f4, #9473d2);
  color: #ffffff !important;
}
.cid-t386gUf6Wg .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t386gUf6Wg .mbr-section-title {
  color: #2c1616;
}
.cid-t4YoiRc2CN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YoiRc2CN {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YoiRc2CN img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YoiRc2CN .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YoiRc2CN .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YoiRc2CN .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YoiRc2CN .mbr-section-title {
    text-align: center;
  }
  .cid-t4YoiRc2CN .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YoiRc2CN .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YoiRc2CN .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YoiRc2CN .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YoiRc2CN .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YoiRc2CN .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YoiRc2CN img {
    width: 100%;
  }
  .cid-t4YoiRc2CN .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YoiRc2CN .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YoiRc2CN .container-fluid {
  max-width: 1200px;
}
.cid-t4YoiRc2CN .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YoiRc2CN .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YoiRc2CN .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YoiRc2CN .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YoiRc2CN .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YoiRc2CN .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YoiRc2CN .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YoiRc2CN .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YoiRc2CN .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tAtGK5HK8d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAtGK5HK8d {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tAtGK5HK8d img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-tAtGK5HK8d .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tAtGK5HK8d .container-fluid {
    padding: 0 1rem;
  }
  .cid-tAtGK5HK8d .mbr-section-btn {
    text-align: center;
  }
  .cid-tAtGK5HK8d .mbr-section-title {
    text-align: center;
  }
  .cid-tAtGK5HK8d .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tAtGK5HK8d .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tAtGK5HK8d .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-tAtGK5HK8d .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAtGK5HK8d .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tAtGK5HK8d .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAtGK5HK8d img {
    width: 100%;
  }
  .cid-tAtGK5HK8d .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-tAtGK5HK8d .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-tAtGK5HK8d .container-fluid {
  max-width: 1200px;
}
.cid-tAtGK5HK8d .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-tAtGK5HK8d .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tAtGK5HK8d .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-tAtGK5HK8d .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tAtGK5HK8d .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-tAtGK5HK8d .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tAtGK5HK8d .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tAtGK5HK8d .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tAtGK5HK8d .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4YpJjxlNt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4YpJjxlNt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4YpJjxlNt .row {
  flex-direction: row-reverse;
}
.cid-t4YpJjxlNt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4YpJjxlNt .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4YqUlblb5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4YqUlblb5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4YqUlblb5 .row {
  flex-direction: row-reverse;
}
.cid-t4YqUlblb5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4YqUlblb5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4YqUVvdAG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4YqUVvdAG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4YqUVvdAG .row {
  flex-direction: row-reverse;
}
.cid-t4YqUVvdAG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4YqUVvdAG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tAtHSNq5bL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAtHSNq5bL {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.cid-tAtHSNq5bL img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-tAtHSNq5bL .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tAtHSNq5bL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tAtHSNq5bL .mbr-section-btn {
    text-align: center;
  }
  .cid-tAtHSNq5bL .mbr-section-title {
    text-align: center;
  }
  .cid-tAtHSNq5bL .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tAtHSNq5bL .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tAtHSNq5bL .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-tAtHSNq5bL .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAtHSNq5bL .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tAtHSNq5bL .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAtHSNq5bL img {
    width: 100%;
  }
  .cid-tAtHSNq5bL .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-tAtHSNq5bL .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-tAtHSNq5bL .container-fluid {
  max-width: 1200px;
}
.cid-tAtHSNq5bL .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-tAtHSNq5bL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tAtHSNq5bL .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-tAtHSNq5bL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tAtHSNq5bL .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-tAtHSNq5bL .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tAtHSNq5bL .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tAtHSNq5bL .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tAtHSNq5bL .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tAWEcc7MXm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAWEcc7MXm h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tAWEcc7MXm .mbr-section-subtitle {
  color: #767676;
}
.cid-tAWEcc7MXm .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tAWEcc7MXm .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tAWEcc7MXm .article-counter-right {
  color: #a2a2a2;
}
.cid-tAWEcc7MXm .article-counter-left {
  color: #a2a2a2;
}
.cid-t4YtaQy0GN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4YtaQy0GN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4YtaQy0GN .row {
  flex-direction: row-reverse;
}
.cid-t4YtaQy0GN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4YtaQy0GN .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4YsgPUIsg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4YsgPUIsg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4YsgPUIsg .row {
  flex-direction: row-reverse;
}
.cid-t4YsgPUIsg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4YsgPUIsg .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4YtbLWDJr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4YtbLWDJr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4YtbLWDJr .row {
  flex-direction: row-reverse;
}
.cid-t4YtbLWDJr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4YtbLWDJr .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4YokrKXwp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YokrKXwp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YokrKXwp img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YokrKXwp .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YokrKXwp .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YokrKXwp .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YokrKXwp .mbr-section-title {
    text-align: center;
  }
  .cid-t4YokrKXwp .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YokrKXwp .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YokrKXwp .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YokrKXwp .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YokrKXwp .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YokrKXwp .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YokrKXwp img {
    width: 100%;
  }
  .cid-t4YokrKXwp .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YokrKXwp .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YokrKXwp .container-fluid {
  max-width: 1200px;
}
.cid-t4YokrKXwp .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YokrKXwp .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YokrKXwp .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YokrKXwp .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YokrKXwp .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YokrKXwp .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YokrKXwp .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YokrKXwp .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YokrKXwp .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1MVng5SeZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1MVng5SeZ .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1MVng5SeZ .card-img {
  padding-bottom: 2rem;
}
.cid-t1MVng5SeZ .mbr-text {
  color: #767676;
}
.cid-t1MVng5SeZ span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1MVng5SeZ .mbr-section-btn {
  margin-left: 0;
}
.cid-t1MVng5SeZ .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1MVng5SeZ .card-title {
    text-align: center;
  }
  .cid-t1MVng5SeZ p.mbr-text,
  .cid-t1MVng5SeZ p.date {
    text-align: center;
  }
}
.cid-t1MVng5SeZ .card-title,
.cid-t1MVng5SeZ .card-img {
  text-align: center;
  color: #333333;
}
.cid-t1MVng5SeZ .mbr-text,
.cid-t1MVng5SeZ .mbr-section-btn {
  color: #333333;
}
.cid-t4YolQw1VT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YolQw1VT {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YolQw1VT img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YolQw1VT .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YolQw1VT .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YolQw1VT .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YolQw1VT .mbr-section-title {
    text-align: center;
  }
  .cid-t4YolQw1VT .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YolQw1VT .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YolQw1VT .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YolQw1VT .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YolQw1VT .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YolQw1VT .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YolQw1VT img {
    width: 100%;
  }
  .cid-t4YolQw1VT .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YolQw1VT .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YolQw1VT .container-fluid {
  max-width: 1200px;
}
.cid-t4YolQw1VT .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YolQw1VT .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YolQw1VT .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YolQw1VT .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YolQw1VT .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YolQw1VT .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YolQw1VT .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YolQw1VT .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YolQw1VT .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1IJ8CTBlJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IJ8CTBlJ .block-title {
  color: #333333;
}
.cid-t1IIBU9Tpd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IIBU9Tpd .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1IIBU9Tpd .card-img {
  padding-bottom: 2rem;
}
.cid-t1IIBU9Tpd .mbr-text {
  color: #767676;
}
.cid-t1IIBU9Tpd span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1IIBU9Tpd .mbr-section-btn {
  margin-left: 0;
}
.cid-t1IIBU9Tpd .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1IIBU9Tpd .card-title {
    text-align: center;
  }
  .cid-t1IIBU9Tpd p.mbr-text,
  .cid-t1IIBU9Tpd p.date {
    text-align: center;
  }
}
.cid-t1IIBU9Tpd .card-title,
.cid-t1IIBU9Tpd .card-img {
  text-align: center;
}
.cid-t1IICC0lBh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IICC0lBh .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1IICC0lBh .card-img {
  padding-bottom: 2rem;
}
.cid-t1IICC0lBh .mbr-text {
  color: #767676;
}
.cid-t1IICC0lBh span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1IICC0lBh .mbr-section-btn {
  margin-left: 0;
}
.cid-t1IICC0lBh .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1IICC0lBh .card-title {
    text-align: center;
  }
  .cid-t1IICC0lBh p.mbr-text,
  .cid-t1IICC0lBh p.date {
    text-align: center;
  }
}
.cid-t1IICC0lBh .card-title,
.cid-t1IICC0lBh .card-img {
  text-align: center;
}
.cid-t1IJ98rCRv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IIVaz2xI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IIVaz2xI .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1IIVaz2xI .card-img {
  padding-bottom: 2rem;
}
.cid-t1IIVaz2xI .mbr-text {
  color: #767676;
}
.cid-t1IIVaz2xI span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1IIVaz2xI .mbr-section-btn {
  margin-left: 0;
}
.cid-t1IIVaz2xI .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1IIVaz2xI .card-title {
    text-align: center;
  }
  .cid-t1IIVaz2xI p.mbr-text,
  .cid-t1IIVaz2xI p.date {
    text-align: center;
  }
}
.cid-t1IIVaz2xI .card-title,
.cid-t1IIVaz2xI .card-img {
  text-align: center;
}
.cid-t1IIVaz2xI .mbr-text,
.cid-t1IIVaz2xI .mbr-section-btn {
  color: #000000;
}
.cid-t1IIVZ2vmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IIVZ2vmm .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1IIVZ2vmm .card-img {
  padding-bottom: 2rem;
}
.cid-t1IIVZ2vmm .mbr-text {
  color: #767676;
}
.cid-t1IIVZ2vmm span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1IIVZ2vmm .mbr-section-btn {
  margin-left: 0;
}
.cid-t1IIVZ2vmm .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1IIVZ2vmm .card-title {
    text-align: center;
  }
  .cid-t1IIVZ2vmm p.mbr-text,
  .cid-t1IIVZ2vmm p.date {
    text-align: center;
  }
}
.cid-t1IIVZ2vmm .card-title,
.cid-t1IIVZ2vmm .card-img {
  text-align: center;
}
.cid-t1IIWGzQM5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1IIWGzQM5 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1IIWGzQM5 .card-img {
  padding-bottom: 2rem;
}
.cid-t1IIWGzQM5 .mbr-text {
  color: #767676;
}
.cid-t1IIWGzQM5 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1IIWGzQM5 .mbr-section-btn {
  margin-left: 0;
}
.cid-t1IIWGzQM5 .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1IIWGzQM5 .card-title {
    text-align: center;
  }
  .cid-t1IIWGzQM5 p.mbr-text,
  .cid-t1IIWGzQM5 p.date {
    text-align: center;
  }
}
.cid-t1IIWGzQM5 .card-title,
.cid-t1IIWGzQM5 .card-img {
  text-align: center;
}
.cid-t1JiEUmjqT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1JiIzolZc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1JiIzolZc .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1JiIzolZc .card-img {
  padding-bottom: 2rem;
}
.cid-t1JiIzolZc .mbr-text {
  color: #767676;
}
.cid-t1JiIzolZc span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1JiIzolZc .mbr-section-btn {
  margin-left: 0;
}
.cid-t1JiIzolZc .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1JiIzolZc .card-title {
    text-align: center;
  }
  .cid-t1JiIzolZc p.mbr-text,
  .cid-t1JiIzolZc p.date {
    text-align: center;
  }
}
.cid-t1JiIzolZc .card-title,
.cid-t1JiIzolZc .card-img {
  text-align: center;
}
.cid-t1JiIzolZc .mbr-text,
.cid-t1JiIzolZc .mbr-section-btn {
  color: #000000;
}
.cid-t1Jj8yHqyF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1Jj5JjBsB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1Jj5JjBsB .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1Jj5JjBsB .card-img {
  padding-bottom: 2rem;
}
.cid-t1Jj5JjBsB .mbr-text {
  color: #767676;
}
.cid-t1Jj5JjBsB span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1Jj5JjBsB .mbr-section-btn {
  margin-left: 0;
}
.cid-t1Jj5JjBsB .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1Jj5JjBsB .card-title {
    text-align: center;
  }
  .cid-t1Jj5JjBsB p.mbr-text,
  .cid-t1Jj5JjBsB p.date {
    text-align: center;
  }
}
.cid-t1Jj5JjBsB .card-title,
.cid-t1Jj5JjBsB .card-img {
  text-align: center;
}
.cid-t1Jj5JjBsB .mbr-text,
.cid-t1Jj5JjBsB .mbr-section-btn {
  color: #000000;
}
.cid-t4YoospHOn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YoospHOn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YoospHOn img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YoospHOn .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YoospHOn .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YoospHOn .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YoospHOn .mbr-section-title {
    text-align: center;
  }
  .cid-t4YoospHOn .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YoospHOn .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YoospHOn .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YoospHOn .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YoospHOn .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YoospHOn .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YoospHOn img {
    width: 100%;
  }
  .cid-t4YoospHOn .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YoospHOn .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YoospHOn .container-fluid {
  max-width: 1200px;
}
.cid-t4YoospHOn .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YoospHOn .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YoospHOn .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YoospHOn .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YoospHOn .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YoospHOn .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YoospHOn .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YoospHOn .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YoospHOn .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1Lvdm5gMy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1Lvdm5gMy .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-t1Lvdm5gMy .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t1Lvdm5gMy .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t1Lvdm5gMy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t1Lvdm5gMy .card {
  padding: 0!important;
}
.cid-t1Lvdm5gMy .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t1Lvdm5gMy .card-wrapper:hover {
  background: #ed4266;
}
.cid-t1Lvdm5gMy .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-t1Lvdm5gMy .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-t1Lvdm5gMy .card1 {
  background: #1b3a61;
}
.cid-t1Lvdm5gMy .card2 {
  background: #1d3f69;
}
.cid-t1Lvdm5gMy .card3 {
  background: #1f4471;
}
.cid-t1Lvdm5gMy .card4 {
  background: #224879;
}
.cid-t1Lvdm5gMy .card5 {
  background: #244d81;
}
.cid-t1Lvdm5gMy .card6 {
  background: #265289;
}
.cid-t1Lvdm5gMy .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t1Lvdm5gMy .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t1Lvdm5gMy .card-title,
.cid-t1Lvdm5gMy .card-ico,
.cid-t1Lvdm5gMy .line-wrap {
  text-align: center;
}
.cid-t4YoqbzxnS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YoqbzxnS {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.cid-t4YoqbzxnS img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YoqbzxnS .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YoqbzxnS .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YoqbzxnS .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YoqbzxnS .mbr-section-title {
    text-align: center;
  }
  .cid-t4YoqbzxnS .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YoqbzxnS .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YoqbzxnS .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YoqbzxnS .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YoqbzxnS .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YoqbzxnS .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YoqbzxnS img {
    width: 100%;
  }
  .cid-t4YoqbzxnS .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YoqbzxnS .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YoqbzxnS .container-fluid {
  max-width: 1200px;
}
.cid-t4YoqbzxnS .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YoqbzxnS .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YoqbzxnS .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YoqbzxnS .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YoqbzxnS .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YoqbzxnS .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YoqbzxnS .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YoqbzxnS .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YoqbzxnS .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1OlPwa4JW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1OlPwa4JW .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1OlPwa4JW .card-img {
  padding-bottom: 2rem;
}
.cid-t1OlPwa4JW .mbr-text {
  color: #767676;
}
.cid-t1OlPwa4JW span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1OlPwa4JW .mbr-section-btn {
  margin-left: 0;
}
.cid-t1OlPwa4JW .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1OlPwa4JW .card-title {
    text-align: center;
  }
  .cid-t1OlPwa4JW p.mbr-text,
  .cid-t1OlPwa4JW p.date {
    text-align: center;
  }
}
.cid-t1OlPwa4JW .card-title,
.cid-t1OlPwa4JW .card-img {
  text-align: center;
  color: #333333;
}
.cid-t1OlPwa4JW .mbr-text,
.cid-t1OlPwa4JW .mbr-section-btn {
  color: #333333;
  text-align: center;
}
.cid-tBZp5JcmLl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4YorHzpBm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YorHzpBm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YorHzpBm img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YorHzpBm .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YorHzpBm .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YorHzpBm .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YorHzpBm .mbr-section-title {
    text-align: center;
  }
  .cid-t4YorHzpBm .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YorHzpBm .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YorHzpBm .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YorHzpBm .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YorHzpBm .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YorHzpBm .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YorHzpBm img {
    width: 100%;
  }
  .cid-t4YorHzpBm .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YorHzpBm .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YorHzpBm .container-fluid {
  max-width: 1200px;
}
.cid-t4YorHzpBm .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YorHzpBm .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YorHzpBm .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YorHzpBm .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YorHzpBm .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YorHzpBm .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YorHzpBm .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YorHzpBm .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YorHzpBm .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1LzQwwI3m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1LzQwwI3m .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-t1LzQwwI3m .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t1LzQwwI3m .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t1LzQwwI3m .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t1LzQwwI3m .card {
  padding: 0!important;
}
.cid-t1LzQwwI3m .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t1LzQwwI3m .card-wrapper:hover {
  background: #ed4266;
}
.cid-t1LzQwwI3m .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-t1LzQwwI3m .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-t1LzQwwI3m .card1 {
  background: #1b3a61;
}
.cid-t1LzQwwI3m .card2 {
  background: #1d3f69;
}
.cid-t1LzQwwI3m .card3 {
  background: #1f4471;
}
.cid-t1LzQwwI3m .card4 {
  background: #224879;
}
.cid-t1LzQwwI3m .card5 {
  background: #244d81;
}
.cid-t1LzQwwI3m .card6 {
  background: #265289;
}
.cid-t1LzQwwI3m .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t1LzQwwI3m .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t1LzQwwI3m .card-title,
.cid-t1LzQwwI3m .card-ico,
.cid-t1LzQwwI3m .line-wrap {
  text-align: center;
}
.cid-t4YzSxPD7P {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/faq-2643072-2000x1093.jpg");
}
.cid-t4YzSxPD7P .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9473d2;
  margin-left: 1rem;
}
.cid-t4YzSxPD7P .panel-group {
  border: none;
}
.cid-t4YzSxPD7P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4YzSxPD7P .panel-body,
.cid-t4YzSxPD7P .card-header {
  padding: 1rem 0;
}
.cid-t4YzSxPD7P .panel-title-edit {
  color: #000000;
}
.cid-t4YzSxPD7P .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVYJ7.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVYJ7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVYJ7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVYJ7 .modal-content,
.cid-uXhxTuVYJ7 .modal-dialog {
  height: auto;
}
.cid-uXhxTuVYJ7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVYJ7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVYJ7 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVYJ7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVYJ7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVYJ7 .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-uXhxTuVYJ7 .mbr-text {
  text-align: center;
}
.cid-uXhxTuVYJ7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVYJ7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVYJ7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVYJ7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVYJ7 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVYJ7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVYJ7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVYJ7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVYJ7 .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-uXhxTuVYJ7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVYJ7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVYJ7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVYJ7 .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-uXhxTuVYJ7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVYJ7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVYJ7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVYJ7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVYJ7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVYJ7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVYJ7 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVYJ7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVYJ7 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVYJ7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVYJ7 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVYJ7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVYJ7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVYJ7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVYJ7 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVYJ7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVYJ7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVYJ7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVYJ7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVYJ7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVYJ7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVYJ7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVYJ7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVYJ7 .modal-lg,
  .cid-uXhxTuVYJ7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVYJ7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVYJ7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVYJ7 .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-uXhxTuVYJ7 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVYJ7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVYJ7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVYJ7 .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-uXhxTuVYJ7 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVYJ7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-t4YNa9eg1f {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/medicine-2520463-1920-1920x1271.jpg");
}
.cid-t4YNa9eg1f .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t4YNa9eg1f .mbr-text,
.cid-t4YNa9eg1f .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t4YNa9eg1f DIV {
  text-align: center;
}
.cid-t4YNa9eg1f H1 {
  color: #000000;
}
.cid-t3oJXd3AW1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3oJXd3AW1 .block-title {
  color: #2c1616;
}
.cid-t38II6iNda {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t38II6iNda img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t38II6iNda .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t38II6iNda .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t38II6iNda .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t38II6iNda .card-wrapper {
  background: #feffe3;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t38II6iNda .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t38II6iNda .first:hover:before {
  content: none;
}
.cid-t38II6iNda .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t38II6iNda .last:hover:after {
  content: none;
}
.cid-t38II6iNda .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t38II6iNda .mbr-section-text {
  color: #2c1616;
}
.cid-t38II6iNda .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t38II6iNda .card .img-wrapper {
  overflow: hidden;
}
.cid-t38II6iNda .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t38II6iNda .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t38II6iNda .card:hover .card-wrapper {
  background: linear-gradient(to left, #89c4f4, #9473d2);
  color: #ffffff !important;
}
.cid-t38II6iNda .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t38II6iNda .mbr-section-title {
  color: #2c1616;
}
.cid-t4YJ9bmbWL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YJ9bmbWL {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YJ9bmbWL img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YJ9bmbWL .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YJ9bmbWL .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YJ9bmbWL .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YJ9bmbWL .mbr-section-title {
    text-align: center;
  }
  .cid-t4YJ9bmbWL .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YJ9bmbWL .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YJ9bmbWL .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YJ9bmbWL .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YJ9bmbWL .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YJ9bmbWL .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YJ9bmbWL img {
    width: 100%;
  }
  .cid-t4YJ9bmbWL .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YJ9bmbWL .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YJ9bmbWL .container-fluid {
  max-width: 1200px;
}
.cid-t4YJ9bmbWL .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YJ9bmbWL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YJ9bmbWL .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YJ9bmbWL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YJ9bmbWL .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YJ9bmbWL .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YJ9bmbWL .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YJ9bmbWL .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YJ9bmbWL .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4YJahGrX6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YJahGrX6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YJahGrX6 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YJahGrX6 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YJahGrX6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YJahGrX6 .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YJahGrX6 .mbr-section-title {
    text-align: center;
  }
  .cid-t4YJahGrX6 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YJahGrX6 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YJahGrX6 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YJahGrX6 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YJahGrX6 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YJahGrX6 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YJahGrX6 img {
    width: 100%;
  }
  .cid-t4YJahGrX6 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YJahGrX6 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YJahGrX6 .container-fluid {
  max-width: 1200px;
}
.cid-t4YJahGrX6 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YJahGrX6 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YJahGrX6 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YJahGrX6 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YJahGrX6 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YJahGrX6 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YJahGrX6 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YJahGrX6 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YJahGrX6 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t3oOByCJkH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3oOByCJkH .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t3oOByCJkH .card-img {
  padding-bottom: 2rem;
}
.cid-t3oOByCJkH .mbr-text {
  color: #767676;
}
.cid-t3oOByCJkH span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t3oOByCJkH .mbr-section-btn {
  margin-left: 0;
}
.cid-t3oOByCJkH .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t3oOByCJkH .card-title {
    text-align: center;
  }
  .cid-t3oOByCJkH p.mbr-text,
  .cid-t3oOByCJkH p.date {
    text-align: center;
  }
}
.cid-t3oOByCJkH .card-title,
.cid-t3oOByCJkH .card-img {
  text-align: center;
  color: #333333;
}
.cid-t3oOByCJkH .mbr-text,
.cid-t3oOByCJkH .mbr-section-btn {
  color: #333333;
}
.cid-t4YJQQKxfb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YJQQKxfb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YJQQKxfb img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YJQQKxfb .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YJQQKxfb .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YJQQKxfb .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YJQQKxfb .mbr-section-title {
    text-align: center;
  }
  .cid-t4YJQQKxfb .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YJQQKxfb .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YJQQKxfb .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YJQQKxfb .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YJQQKxfb .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YJQQKxfb .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YJQQKxfb img {
    width: 100%;
  }
  .cid-t4YJQQKxfb .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YJQQKxfb .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YJQQKxfb .container-fluid {
  max-width: 1200px;
}
.cid-t4YJQQKxfb .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YJQQKxfb .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YJQQKxfb .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YJQQKxfb .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YJQQKxfb .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YJQQKxfb .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YJQQKxfb .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YJQQKxfb .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YJQQKxfb .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4YK4hI3f5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4YK4hI3f5 .block-title {
  color: #333333;
}
.cid-t4YK5tPMQr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t393auP2fC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t393auP2fC .container-fluid {
  padding: 0 3rem;
}
.cid-t393auP2fC .mbr-section-subtitle {
  color: #767676;
}
.cid-t393auP2fC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t393auP2fC .table-wrapper {
  margin: 0 auto;
}
.cid-t393auP2fC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t393auP2fC table thead tr {
  border: none !important;
}
.cid-t393auP2fC table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-t393auP2fC table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-t393auP2fC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-t393auP2fC tr:hover {
  background-color: #feffe3 !important;
}
.cid-t393auP2fC .head-item:after,
.cid-t393auP2fC .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-t393auP2fC table th,
  .cid-t393auP2fC table td {
    padding: .75rem;
  }
}
.cid-t393auP2fC .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-t393auP2fC .head-item {
  color: #000000;
}
.cid-t393auP2fC .mbr-text {
  color: #767676;
}
.cid-t4YKIWr4GU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4YKIWr4GU .block-title {
  color: #333333;
}
.cid-t4YKJLp1JT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t38ZAmG7iT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t38ZAmG7iT .container-fluid {
  padding: 0 3rem;
}
.cid-t38ZAmG7iT .mbr-section-subtitle {
  color: #767676;
}
.cid-t38ZAmG7iT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t38ZAmG7iT .table-wrapper {
  margin: 0 auto;
}
.cid-t38ZAmG7iT table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t38ZAmG7iT table thead tr {
  border: none !important;
}
.cid-t38ZAmG7iT table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-t38ZAmG7iT table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-t38ZAmG7iT table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-t38ZAmG7iT tr:hover {
  background-color: #feffe3 !important;
}
.cid-t38ZAmG7iT .head-item:after,
.cid-t38ZAmG7iT .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-t38ZAmG7iT table th,
  .cid-t38ZAmG7iT table td {
    padding: .75rem;
  }
}
.cid-t38ZAmG7iT .body-item {
  text-align: center;
  color: #2c1616;
}
.cid-t38ZAmG7iT .head-item {
  color: #000000;
}
.cid-t38ZAmG7iT .mbr-text {
  color: #767676;
}
.cid-t4YKKCqMpw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4YKKCqMpw .block-title {
  color: #333333;
}
.cid-t4YKLwE7RP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t396jUkxkS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t396jUkxkS .container-fluid {
  padding: 0 3rem;
}
.cid-t396jUkxkS .mbr-section-subtitle {
  color: #767676;
}
.cid-t396jUkxkS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t396jUkxkS .table-wrapper {
  margin: 0 auto;
}
.cid-t396jUkxkS table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t396jUkxkS table thead tr {
  border: none !important;
}
.cid-t396jUkxkS table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-t396jUkxkS table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-t396jUkxkS table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-t396jUkxkS tr:hover {
  background-color: #feffe3 !important;
}
.cid-t396jUkxkS .head-item:after,
.cid-t396jUkxkS .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-t396jUkxkS table th,
  .cid-t396jUkxkS table td {
    padding: .75rem;
  }
}
.cid-t396jUkxkS .body-item {
  text-align: center;
}
.cid-t396jUkxkS .head-item {
  color: #000000;
}
.cid-t396jUkxkS .mbr-text {
  color: #767676;
}
.cid-t4YLdAzZUF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YLdAzZUF {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YLdAzZUF img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YLdAzZUF .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YLdAzZUF .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YLdAzZUF .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YLdAzZUF .mbr-section-title {
    text-align: center;
  }
  .cid-t4YLdAzZUF .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YLdAzZUF .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YLdAzZUF .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YLdAzZUF .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YLdAzZUF .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YLdAzZUF .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YLdAzZUF img {
    width: 100%;
  }
  .cid-t4YLdAzZUF .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YLdAzZUF .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YLdAzZUF .container-fluid {
  max-width: 1200px;
}
.cid-t4YLdAzZUF .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YLdAzZUF .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YLdAzZUF .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YLdAzZUF .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YLdAzZUF .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YLdAzZUF .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YLdAzZUF .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YLdAzZUF .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YLdAzZUF .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tAe5iMXbpO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAe5iMXbpO .container-fluid {
  padding: 0 3rem;
}
.cid-tAe5iMXbpO .mbr-section-subtitle {
  color: #767676;
}
.cid-tAe5iMXbpO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tAe5iMXbpO .table-wrapper {
  margin: 0 auto;
}
.cid-tAe5iMXbpO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tAe5iMXbpO table thead tr {
  border: none !important;
}
.cid-tAe5iMXbpO table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-tAe5iMXbpO table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-tAe5iMXbpO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-tAe5iMXbpO tr:hover {
  background-color: #feffe3 !important;
}
.cid-tAe5iMXbpO .head-item:after,
.cid-tAe5iMXbpO .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-tAe5iMXbpO table th,
  .cid-tAe5iMXbpO table td {
    padding: .75rem;
  }
}
.cid-tAe5iMXbpO .body-item {
  text-align: center;
}
.cid-tAe5iMXbpO .head-item {
  color: #000000;
}
.cid-tAe5iMXbpO .mbr-text {
  color: #767676;
}
.cid-t4YLKhlqY7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YLKhlqY7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YLKhlqY7 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YLKhlqY7 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YLKhlqY7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YLKhlqY7 .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YLKhlqY7 .mbr-section-title {
    text-align: center;
  }
  .cid-t4YLKhlqY7 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YLKhlqY7 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YLKhlqY7 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YLKhlqY7 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YLKhlqY7 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YLKhlqY7 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YLKhlqY7 img {
    width: 100%;
  }
  .cid-t4YLKhlqY7 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YLKhlqY7 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YLKhlqY7 .container-fluid {
  max-width: 1200px;
}
.cid-t4YLKhlqY7 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YLKhlqY7 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YLKhlqY7 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YLKhlqY7 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YLKhlqY7 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YLKhlqY7 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YLKhlqY7 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YLKhlqY7 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YLKhlqY7 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1OZNvCt1t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1OZNvCt1t .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1OZNvCt1t .card-img {
  padding-bottom: 2rem;
}
.cid-t1OZNvCt1t .mbr-text {
  color: #767676;
}
.cid-t1OZNvCt1t span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1OZNvCt1t .mbr-section-btn {
  margin-left: 0;
}
.cid-t1OZNvCt1t .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1OZNvCt1t .card-title {
    text-align: center;
  }
  .cid-t1OZNvCt1t p.mbr-text,
  .cid-t1OZNvCt1t p.date {
    text-align: center;
  }
}
.cid-t1OZNvCt1t .card-title,
.cid-t1OZNvCt1t .card-img {
  text-align: center;
  color: #333333;
}
.cid-t1OZNvCt1t .mbr-text,
.cid-t1OZNvCt1t .mbr-section-btn {
  color: #333333;
  text-align: center;
}
.cid-t4YLIw7vYM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YLIw7vYM {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YLIw7vYM img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YLIw7vYM .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YLIw7vYM .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YLIw7vYM .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YLIw7vYM .mbr-section-title {
    text-align: center;
  }
  .cid-t4YLIw7vYM .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YLIw7vYM .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YLIw7vYM .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YLIw7vYM .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YLIw7vYM .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YLIw7vYM .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YLIw7vYM img {
    width: 100%;
  }
  .cid-t4YLIw7vYM .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YLIw7vYM .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YLIw7vYM .container-fluid {
  max-width: 1200px;
}
.cid-t4YLIw7vYM .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YLIw7vYM .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YLIw7vYM .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YLIw7vYM .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YLIw7vYM .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YLIw7vYM .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YLIw7vYM .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YLIw7vYM .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YLIw7vYM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sZVBA3jcKE {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sZVBA3jcKE .image-block {
  margin: auto;
}
.cid-sZVBA3jcKE figcaption {
  position: relative;
}
.cid-sZVBA3jcKE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sZVBA3jcKE .image-block {
    width: 100% !important;
  }
}
.cid-sZR1t5GWQG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZR1t5GWQG .card-icon {
  font-size: 72px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-sZR1t5GWQG .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sZR1t5GWQG .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sZR1t5GWQG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sZR1t5GWQG .card {
  padding: 0!important;
}
.cid-sZR1t5GWQG .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sZR1t5GWQG .card-wrapper:hover {
  background: #ed4266;
}
.cid-sZR1t5GWQG .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-sZR1t5GWQG .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-sZR1t5GWQG .card1 {
  background: #1b3a61;
}
.cid-sZR1t5GWQG .card2 {
  background: #1d3f69;
}
.cid-sZR1t5GWQG .card3 {
  background: #1f4471;
}
.cid-sZR1t5GWQG .card4 {
  background: #224879;
}
.cid-sZR1t5GWQG .card5 {
  background: #244d81;
}
.cid-sZR1t5GWQG .card6 {
  background: #265289;
}
.cid-sZR1t5GWQG .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sZR1t5GWQG .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sZR1t5GWQG .card-title,
.cid-sZR1t5GWQG .card-ico,
.cid-sZR1t5GWQG .line-wrap {
  text-align: center;
}
.cid-t4YMhK8uuy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/faq-2643072-2000x1093.jpg");
}
.cid-t4YMhK8uuy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9473d2;
  margin-left: 1rem;
}
.cid-t4YMhK8uuy .panel-group {
  border: none;
}
.cid-t4YMhK8uuy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4YMhK8uuy .panel-body,
.cid-t4YMhK8uuy .card-header {
  padding: 1rem 0;
}
.cid-t4YMhK8uuy .panel-title-edit {
  color: #000000;
}
.cid-t4YMhK8uuy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVgbN.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVgbN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVgbN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVgbN .modal-content,
.cid-uXhxTuVgbN .modal-dialog {
  height: auto;
}
.cid-uXhxTuVgbN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVgbN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVgbN .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVgbN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVgbN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVgbN .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-uXhxTuVgbN .mbr-text {
  text-align: center;
}
.cid-uXhxTuVgbN .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVgbN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVgbN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVgbN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVgbN .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVgbN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVgbN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVgbN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVgbN .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-uXhxTuVgbN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVgbN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVgbN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVgbN .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-uXhxTuVgbN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVgbN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVgbN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVgbN .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVgbN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVgbN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVgbN .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVgbN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVgbN .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVgbN .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVgbN .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVgbN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVgbN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVgbN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVgbN .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVgbN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVgbN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVgbN .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVgbN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVgbN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVgbN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVgbN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVgbN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVgbN .modal-lg,
  .cid-uXhxTuVgbN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVgbN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVgbN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVgbN .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-uXhxTuVgbN .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVgbN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVgbN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVgbN .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-uXhxTuVgbN .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVgbN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-t4YkrWqLWJ {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/doctor-5835366-1920-1920x1280.jpg");
}
.cid-t4YkrWqLWJ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t4YkrWqLWJ .mbr-text,
.cid-t4YkrWqLWJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t4YkrWqLWJ H1 {
  color: #000000;
  text-align: center;
}
.cid-t36o4NRkbW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t36o4NRkbW .block-title {
  color: #2c1616;
}
.cid-t36odFgNbO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t36odFgNbO img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t36odFgNbO .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t36odFgNbO .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t36odFgNbO .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t36odFgNbO .card-wrapper {
  background: #feffe3;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t36odFgNbO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t36odFgNbO .first:hover:before {
  content: none;
}
.cid-t36odFgNbO .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t36odFgNbO .last:hover:after {
  content: none;
}
.cid-t36odFgNbO .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #89c4f4, #9473d2);
  content: '';
}
.cid-t36odFgNbO .mbr-section-text {
  color: #2c1616;
}
.cid-t36odFgNbO .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t36odFgNbO .card .img-wrapper {
  overflow: hidden;
}
.cid-t36odFgNbO .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t36odFgNbO .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t36odFgNbO .card:hover .card-wrapper {
  background: linear-gradient(to left, #89c4f4, #9473d2);
  color: #ffffff !important;
}
.cid-t36odFgNbO .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t36odFgNbO .mbr-section-title {
  color: #2c1616;
}
.cid-t4YkPLem9F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YkPLem9F {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YkPLem9F img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YkPLem9F .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YkPLem9F .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YkPLem9F .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YkPLem9F .mbr-section-title {
    text-align: center;
  }
  .cid-t4YkPLem9F .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YkPLem9F .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YkPLem9F .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YkPLem9F .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YkPLem9F .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YkPLem9F .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YkPLem9F img {
    width: 100%;
  }
  .cid-t4YkPLem9F .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YkPLem9F .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YkPLem9F .container-fluid {
  max-width: 1200px;
}
.cid-t4YkPLem9F .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YkPLem9F .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YkPLem9F .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YkPLem9F .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YkPLem9F .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YkPLem9F .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YkPLem9F .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YkPLem9F .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YkPLem9F .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4Yl1eFE0f {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4Yl1eFE0f {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4Yl1eFE0f img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4Yl1eFE0f .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4Yl1eFE0f .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4Yl1eFE0f .mbr-section-btn {
    text-align: center;
  }
  .cid-t4Yl1eFE0f .mbr-section-title {
    text-align: center;
  }
  .cid-t4Yl1eFE0f .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4Yl1eFE0f .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4Yl1eFE0f .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4Yl1eFE0f .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4Yl1eFE0f .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4Yl1eFE0f .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Yl1eFE0f img {
    width: 100%;
  }
  .cid-t4Yl1eFE0f .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4Yl1eFE0f .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4Yl1eFE0f .container-fluid {
  max-width: 1200px;
}
.cid-t4Yl1eFE0f .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4Yl1eFE0f .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Yl1eFE0f .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4Yl1eFE0f .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Yl1eFE0f .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4Yl1eFE0f .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4Yl1eFE0f .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4Yl1eFE0f .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4Yl1eFE0f .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4Yle5ShjP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4Yle5ShjP {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4Yle5ShjP img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4Yle5ShjP .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4Yle5ShjP .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4Yle5ShjP .mbr-section-btn {
    text-align: center;
  }
  .cid-t4Yle5ShjP .mbr-section-title {
    text-align: center;
  }
  .cid-t4Yle5ShjP .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4Yle5ShjP .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4Yle5ShjP .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4Yle5ShjP .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4Yle5ShjP .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4Yle5ShjP .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Yle5ShjP img {
    width: 100%;
  }
  .cid-t4Yle5ShjP .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4Yle5ShjP .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4Yle5ShjP .container-fluid {
  max-width: 1200px;
}
.cid-t4Yle5ShjP .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4Yle5ShjP .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Yle5ShjP .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4Yle5ShjP .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4Yle5ShjP .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4Yle5ShjP .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4Yle5ShjP .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4Yle5ShjP .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4Yle5ShjP .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1cP94Rwez {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1cP94Rwez .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1cP94Rwez .card-img {
  padding-bottom: 2rem;
}
.cid-t1cP94Rwez .mbr-text {
  color: #767676;
}
.cid-t1cP94Rwez span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1cP94Rwez .mbr-section-btn {
  margin-left: 0;
}
.cid-t1cP94Rwez .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1cP94Rwez .card-title {
    text-align: center;
  }
  .cid-t1cP94Rwez p.mbr-text,
  .cid-t1cP94Rwez p.date {
    text-align: center;
  }
}
.cid-t1cP94Rwez .card-title,
.cid-t1cP94Rwez .card-img {
  text-align: center;
}
.cid-t1cP959NPo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1cP959NPo .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1cP959NPo .card-img {
  padding-bottom: 2rem;
}
.cid-t1cP959NPo .mbr-text {
  color: #767676;
}
.cid-t1cP959NPo span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1cP959NPo .mbr-section-btn {
  margin-left: 0;
}
.cid-t1cP959NPo .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1cP959NPo .card-title {
    text-align: center;
  }
  .cid-t1cP959NPo p.mbr-text,
  .cid-t1cP959NPo p.date {
    text-align: center;
  }
}
.cid-t1cP959NPo .card-title,
.cid-t1cP959NPo .card-img {
  text-align: center;
}
.cid-t1db83knLt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1db83knLt .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1db83knLt .card-img {
  padding-bottom: 2rem;
}
.cid-t1db83knLt .mbr-text {
  color: #767676;
}
.cid-t1db83knLt span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1db83knLt .mbr-section-btn {
  margin-left: 0;
}
.cid-t1db83knLt .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1db83knLt .card-title {
    text-align: center;
  }
  .cid-t1db83knLt p.mbr-text,
  .cid-t1db83knLt p.date {
    text-align: center;
  }
}
.cid-t1db83knLt .card-title,
.cid-t1db83knLt .card-img {
  text-align: center;
}
.cid-t1cP95wiVw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1cP95wiVw .block-text {
  color: #333333;
}
.cid-t1cP95GWaD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1cP95GWaD .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t1cP95GWaD .card-img {
  padding-bottom: 2rem;
}
.cid-t1cP95GWaD .mbr-text {
  color: #767676;
}
.cid-t1cP95GWaD span {
  font-size: 14px;
  color: #ffffff;
}
.cid-t1cP95GWaD .mbr-section-btn {
  margin-left: 0;
}
.cid-t1cP95GWaD .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1cP95GWaD .card-title {
    text-align: center;
  }
  .cid-t1cP95GWaD p.mbr-text,
  .cid-t1cP95GWaD p.date {
    text-align: center;
  }
}
.cid-t1cP95GWaD .card-title,
.cid-t1cP95GWaD .card-img {
  text-align: center;
}
.cid-t4YlfniiBC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YlfniiBC {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YlfniiBC img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YlfniiBC .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YlfniiBC .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YlfniiBC .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YlfniiBC .mbr-section-title {
    text-align: center;
  }
  .cid-t4YlfniiBC .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YlfniiBC .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YlfniiBC .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YlfniiBC .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YlfniiBC .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YlfniiBC .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YlfniiBC img {
    width: 100%;
  }
  .cid-t4YlfniiBC .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YlfniiBC .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YlfniiBC .container-fluid {
  max-width: 1200px;
}
.cid-t4YlfniiBC .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YlfniiBC .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YlfniiBC .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YlfniiBC .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YlfniiBC .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YlfniiBC .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YlfniiBC .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YlfniiBC .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YlfniiBC .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tAdVDWUoEq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAdVDWUoEq .container-fluid {
  padding: 0 3rem;
}
.cid-tAdVDWUoEq .mbr-section-subtitle {
  color: #767676;
}
.cid-tAdVDWUoEq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tAdVDWUoEq .table-wrapper {
  margin: 0 auto;
}
.cid-tAdVDWUoEq table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tAdVDWUoEq table thead tr {
  border: none !important;
}
.cid-tAdVDWUoEq table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-tAdVDWUoEq table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-tAdVDWUoEq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-tAdVDWUoEq tr:hover {
  background-color: #feffe3 !important;
}
.cid-tAdVDWUoEq .head-item:after,
.cid-tAdVDWUoEq .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-tAdVDWUoEq table th,
  .cid-tAdVDWUoEq table td {
    padding: .75rem;
  }
}
.cid-tAdVDWUoEq .body-item {
  text-align: center;
}
.cid-tAdVDWUoEq .head-item {
  color: #000000;
}
.cid-tAdVDWUoEq .mbr-text {
  color: #767676;
}
.cid-t4YlgAv5kP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YlgAv5kP {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YlgAv5kP img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YlgAv5kP .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YlgAv5kP .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YlgAv5kP .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YlgAv5kP .mbr-section-title {
    text-align: center;
  }
  .cid-t4YlgAv5kP .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YlgAv5kP .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YlgAv5kP .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YlgAv5kP .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YlgAv5kP .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YlgAv5kP .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YlgAv5kP img {
    width: 100%;
  }
  .cid-t4YlgAv5kP .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YlgAv5kP .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YlgAv5kP .container-fluid {
  max-width: 1200px;
}
.cid-t4YlgAv5kP .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YlgAv5kP .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YlgAv5kP .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YlgAv5kP .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YlgAv5kP .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YlgAv5kP .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YlgAv5kP .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YlgAv5kP .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YlgAv5kP .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t4YlibX5qK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4YlibX5qK {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t4YlibX5qK img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t4YlibX5qK .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t4YlibX5qK .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4YlibX5qK .mbr-section-btn {
    text-align: center;
  }
  .cid-t4YlibX5qK .mbr-section-title {
    text-align: center;
  }
  .cid-t4YlibX5qK .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t4YlibX5qK .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t4YlibX5qK .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t4YlibX5qK .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4YlibX5qK .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t4YlibX5qK .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YlibX5qK img {
    width: 100%;
  }
  .cid-t4YlibX5qK .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t4YlibX5qK .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t4YlibX5qK .container-fluid {
  max-width: 1200px;
}
.cid-t4YlibX5qK .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t4YlibX5qK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YlibX5qK .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t4YlibX5qK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t4YlibX5qK .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t4YlibX5qK .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t4YlibX5qK .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t4YlibX5qK .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t4YlibX5qK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t1cP9cIztK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1cP9cIztK .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-t1cP9cIztK .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t1cP9cIztK .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t1cP9cIztK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t1cP9cIztK .card {
  padding: 0!important;
}
.cid-t1cP9cIztK .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t1cP9cIztK .card-wrapper:hover {
  background: #ed4266;
}
.cid-t1cP9cIztK .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-t1cP9cIztK .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-t1cP9cIztK .card1 {
  background: #1b3a61;
}
.cid-t1cP9cIztK .card2 {
  background: #1d3f69;
}
.cid-t1cP9cIztK .card3 {
  background: #1f4471;
}
.cid-t1cP9cIztK .card4 {
  background: #224879;
}
.cid-t1cP9cIztK .card5 {
  background: #244d81;
}
.cid-t1cP9cIztK .card6 {
  background: #265289;
}
.cid-t1cP9cIztK .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t1cP9cIztK .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t1cP9cIztK .card-title,
.cid-t1cP9cIztK .card-ico,
.cid-t1cP9cIztK .line-wrap {
  text-align: center;
}
.cid-t1dknnEz3X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1dknnEz3X .block-text {
  color: #333333;
}
.cid-t4YmUKa32B {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/faq-2643072-2000x1093.jpg");
}
.cid-t4YmUKa32B .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9473d2;
  margin-left: 1rem;
}
.cid-t4YmUKa32B .panel-group {
  border: none;
}
.cid-t4YmUKa32B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4YmUKa32B .panel-body,
.cid-t4YmUKa32B .card-header {
  padding: 1rem 0;
}
.cid-t4YmUKa32B .panel-title-edit {
  color: #000000;
}
.cid-t4YmUKa32B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuV1gN.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuV1gN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuV1gN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuV1gN .modal-content,
.cid-uXhxTuV1gN .modal-dialog {
  height: auto;
}
.cid-uXhxTuV1gN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuV1gN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuV1gN .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuV1gN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuV1gN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuV1gN .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-uXhxTuV1gN .mbr-text {
  text-align: center;
}
.cid-uXhxTuV1gN .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuV1gN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuV1gN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuV1gN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuV1gN .modal-open {
  overflow: hidden;
}
.cid-uXhxTuV1gN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuV1gN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuV1gN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuV1gN .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-uXhxTuV1gN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuV1gN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuV1gN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuV1gN .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-uXhxTuV1gN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuV1gN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuV1gN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuV1gN .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuV1gN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuV1gN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuV1gN .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuV1gN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuV1gN .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuV1gN .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuV1gN .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuV1gN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuV1gN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuV1gN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuV1gN .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuV1gN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuV1gN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuV1gN .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuV1gN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuV1gN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuV1gN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuV1gN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuV1gN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuV1gN .modal-lg,
  .cid-uXhxTuV1gN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuV1gN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuV1gN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuV1gN .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-uXhxTuV1gN .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuV1gN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuV1gN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuV1gN .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-uXhxTuV1gN .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuV1gN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YQcsv1cN {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YQcsv1cN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YQcsv1cN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YQcsv1cN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YQcsv1cN .mbr-card-title {
  color: #000000;
}
.cid-v0YQcsv1cN .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YQcsv1cN .mbr-text,
.cid-v0YQcsv1cN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YQcsv1cN .row {
  align-items: top;
}
.cid-uXd91tO9tY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXd91tO9tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXd91tO9tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXd91tO9tY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXd91tO9tY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXd91tO9tY .container {
    padding: 0 30px;
  }
}
.cid-uXd91tO9tY .row {
  justify-content: center;
}
.cid-uXd91tO9tY .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXd91tO9tY .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXd91tO9tY .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXd91tO9tY .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXd91tO9tY .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXd91tO9tY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXd91tO9tY .mbr-desc {
  color: #22654E;
}
.cid-t54KHI0loI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  .cid-t54KHI0loI .text-wrapper {
    padding: 2rem;
  }
}
.cid-t54KHI0loI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t54KHI0loI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t54KHI0loI .mbr-section-title {
  text-align: center;
}
.cid-v0YQ6z5P4o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YQ6z5P4o .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YQ6z5P4o .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YQ6z5P4o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YQ6z5P4o .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YQ6z5P4o .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YQ6z5P4o .mbr-text {
  color: #6c7577;
}
.cid-v0YQ6z5P4o .mbr-description {
  color: #6c7577;
}
.cid-v0YQ6z5P4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YQ6z5P4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVgG3.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVgG3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVgG3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVgG3 .modal-content,
.cid-uXhxTuVgG3 .modal-dialog {
  height: auto;
}
.cid-uXhxTuVgG3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVgG3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVgG3 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVgG3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVgG3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVgG3 .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-uXhxTuVgG3 .mbr-text {
  text-align: center;
}
.cid-uXhxTuVgG3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVgG3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVgG3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVgG3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVgG3 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVgG3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVgG3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVgG3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVgG3 .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-uXhxTuVgG3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVgG3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVgG3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVgG3 .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-uXhxTuVgG3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVgG3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVgG3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVgG3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVgG3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVgG3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVgG3 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVgG3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVgG3 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVgG3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVgG3 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVgG3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVgG3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVgG3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVgG3 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVgG3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVgG3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVgG3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVgG3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVgG3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVgG3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVgG3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVgG3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVgG3 .modal-lg,
  .cid-uXhxTuVgG3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVgG3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVgG3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVgG3 .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-uXhxTuVgG3 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVgG3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVgG3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVgG3 .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-uXhxTuVgG3 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVgG3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YPaop6sh {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YPaop6sh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YPaop6sh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YPaop6sh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YPaop6sh .mbr-card-title {
  color: #000000;
}
.cid-v0YPaop6sh .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YPaop6sh .mbr-text,
.cid-v0YPaop6sh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YPaop6sh .row {
  align-items: top;
}
.cid-uXd8UXBXLm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXd8UXBXLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXd8UXBXLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXd8UXBXLm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXd8UXBXLm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXd8UXBXLm .container {
    padding: 0 30px;
  }
}
.cid-uXd8UXBXLm .row {
  justify-content: center;
}
.cid-uXd8UXBXLm .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXd8UXBXLm .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXd8UXBXLm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXd8UXBXLm .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXd8UXBXLm .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXd8UXBXLm .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXd8UXBXLm .mbr-desc {
  color: #22654E;
}
.cid-uSAGSo8jmg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uSAGr1xJDe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uSAGr1xJDe .block-text {
  color: #000000;
}
.cid-uSAMdRBXHA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uSAMdRBXHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSAMdRBXHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSAMdRBXHA .items-wrap {
  justify-content: space-between;
}
.cid-uSAMdRBXHA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uSAMdRBXHA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSAMdRBXHA .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uSAMdRBXHA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSAMdRBXHA .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSAMdRBXHA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSAMdRBXHA .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uSAMdRBXHA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSAMdRBXHA .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uSAMdRBXHA .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uSAMdRBXHA .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uSAMdRBXHA .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uSAMdRBXHA .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSAMdRBXHA .image-wrapper {
    height: 350px;
  }
}
.cid-uSAMdRBXHA .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSAMdRBXHA .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSAMdRBXHA .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uSAMdRBXHA .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uSAMdRBXHA .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uSAMdRBXHA .mbr-section-title {
  color: #191c25;
}
.cid-uSAMdRBXHA .mbr-text {
  color: #191c25;
}
.cid-uSAMdRBXHA .mbr-number_1 {
  color: #191c25;
}
.cid-uSAMdRBXHA .mbr-number_2,
.cid-uSAMdRBXHA .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-v0YPv1ncDo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YPv1ncDo .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YPv1ncDo .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YPv1ncDo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YPv1ncDo .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YPv1ncDo .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YPv1ncDo .mbr-text {
  color: #6c7577;
}
.cid-v0YPv1ncDo .mbr-description {
  color: #6c7577;
}
.cid-v0YPv1ncDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YPv1ncDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVwfT.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVwfT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVwfT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVwfT .modal-content,
.cid-uXhxTuVwfT .modal-dialog {
  height: auto;
}
.cid-uXhxTuVwfT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVwfT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVwfT .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVwfT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVwfT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVwfT .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-uXhxTuVwfT .mbr-text {
  text-align: center;
}
.cid-uXhxTuVwfT .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVwfT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVwfT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVwfT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVwfT .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVwfT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVwfT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVwfT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVwfT .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-uXhxTuVwfT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVwfT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVwfT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVwfT .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-uXhxTuVwfT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVwfT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVwfT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVwfT .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVwfT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVwfT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVwfT .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVwfT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVwfT .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVwfT .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVwfT .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVwfT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVwfT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVwfT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVwfT .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVwfT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVwfT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVwfT .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVwfT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVwfT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVwfT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVwfT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVwfT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVwfT .modal-lg,
  .cid-uXhxTuVwfT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVwfT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVwfT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVwfT .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-uXhxTuVwfT .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVwfT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVwfT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVwfT .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-uXhxTuVwfT .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVwfT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-t50joJJFvh {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/connect-316638-1920x1280.jpg");
}
.cid-t50joJJFvh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t50joJJFvh .mbr-text,
.cid-t50joJJFvh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t50joJJFvh H1 {
  text-align: center;
  color: #000000;
}
.cid-t50jPZgKht {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t50jPZgKht {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cid-t50jPZgKht img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t50jPZgKht .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t50jPZgKht .container-fluid {
    padding: 0 1rem;
  }
  .cid-t50jPZgKht .mbr-section-btn {
    text-align: center;
  }
  .cid-t50jPZgKht .mbr-section-title {
    text-align: center;
  }
  .cid-t50jPZgKht .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t50jPZgKht .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t50jPZgKht .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t50jPZgKht .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t50jPZgKht .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t50jPZgKht .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t50jPZgKht img {
    width: 100%;
  }
  .cid-t50jPZgKht .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t50jPZgKht .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t50jPZgKht .container-fluid {
  max-width: 1200px;
}
.cid-t50jPZgKht .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t50jPZgKht .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t50jPZgKht .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t50jPZgKht .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t50jPZgKht .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t50jPZgKht .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t50jPZgKht .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t50jPZgKht .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t50jPZgKht .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t50kjcK4hk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t50kjcK4hk img,
.cid-t50kjcK4hk .item-img {
  width: 100%;
}
.cid-t50kjcK4hk .item:focus,
.cid-t50kjcK4hk span:focus {
  outline: none;
}
.cid-t50kjcK4hk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t50kjcK4hk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t50kjcK4hk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t50kjcK4hk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t50kjcK4hk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t50kjcK4hk .mbr-section-title {
  color: #232323;
}
.cid-t50kjcK4hk .mbr-text,
.cid-t50kjcK4hk .mbr-section-btn {
  text-align: center;
}
.cid-t50kjcK4hk .item-title {
  text-align: center;
  color: #2c1616;
}
.cid-t50kjcK4hk .item-subtitle {
  text-align: center;
}
.cid-t50kHmWVjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t50kHmWVjM img,
.cid-t50kHmWVjM .item-img {
  width: 100%;
}
.cid-t50kHmWVjM .item:focus,
.cid-t50kHmWVjM span:focus {
  outline: none;
}
.cid-t50kHmWVjM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t50kHmWVjM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t50kHmWVjM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t50kHmWVjM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t50kHmWVjM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t50kHmWVjM .mbr-section-title {
  color: #232323;
}
.cid-t50kHmWVjM .mbr-text,
.cid-t50kHmWVjM .mbr-section-btn {
  text-align: center;
}
.cid-t50kHmWVjM .item-title {
  text-align: center;
  color: #2c1616;
}
.cid-t50kHmWVjM .item-subtitle {
  text-align: center;
}
.cid-t50lf22q4X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t50lf22q4X img,
.cid-t50lf22q4X .item-img {
  width: 100%;
}
.cid-t50lf22q4X .item:focus,
.cid-t50lf22q4X span:focus {
  outline: none;
}
.cid-t50lf22q4X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t50lf22q4X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t50lf22q4X .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t50lf22q4X .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t50lf22q4X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t50lf22q4X .mbr-section-title {
  color: #232323;
}
.cid-t50lf22q4X .mbr-text,
.cid-t50lf22q4X .mbr-section-btn {
  text-align: center;
}
.cid-t50lf22q4X .item-title {
  text-align: center;
  color: #2c1616;
}
.cid-t50lf22q4X .item-subtitle {
  text-align: center;
}
.cid-t50jFxjaY0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t50jFxjaY0 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t50jFxjaY0 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t50jFxjaY0 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t50jFxjaY0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t50jFxjaY0 .mbr-section-btn {
    text-align: center;
  }
  .cid-t50jFxjaY0 .mbr-section-title {
    text-align: center;
  }
  .cid-t50jFxjaY0 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t50jFxjaY0 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t50jFxjaY0 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t50jFxjaY0 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t50jFxjaY0 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t50jFxjaY0 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t50jFxjaY0 img {
    width: 100%;
  }
  .cid-t50jFxjaY0 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t50jFxjaY0 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t50jFxjaY0 .container-fluid {
  max-width: 1200px;
}
.cid-t50jFxjaY0 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  color: #333333;
}
@media (max-width: 1200px) {
  .cid-t50jFxjaY0 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t50jFxjaY0 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t50jFxjaY0 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t50jFxjaY0 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t50jFxjaY0 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t50jFxjaY0 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t50jFxjaY0 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t50jFxjaY0 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t5SeO97Ajs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5SeO97Ajs .counter-container {
  color: #464646;
}
.cid-t5SeO97Ajs .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-t5SeO97Ajs .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-t5SeO97Ajs .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-t5SeO97Ajs .block-text {
  color: #333333;
}
.cid-t54YSs5NYt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t54YSs5NYt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t54YSs5NYt img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-t54YSs5NYt .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-t54YSs5NYt .container-fluid {
    padding: 0 1rem;
  }
  .cid-t54YSs5NYt .mbr-section-btn {
    text-align: center;
  }
  .cid-t54YSs5NYt .mbr-section-title {
    text-align: center;
  }
  .cid-t54YSs5NYt .mbr-section-subtitle {
    text-align: center;
  }
  .cid-t54YSs5NYt .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t54YSs5NYt .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-t54YSs5NYt .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t54YSs5NYt .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-t54YSs5NYt .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-t54YSs5NYt img {
    width: 100%;
  }
  .cid-t54YSs5NYt .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-t54YSs5NYt .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-t54YSs5NYt .container-fluid {
  max-width: 1200px;
}
.cid-t54YSs5NYt .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-t54YSs5NYt .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t54YSs5NYt .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-t54YSs5NYt .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-t54YSs5NYt .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #22a7f0;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-t54YSs5NYt .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-t54YSs5NYt .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-t54YSs5NYt .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-t54YSs5NYt .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-t54YSs5NYt .mbr-text,
.cid-t54YSs5NYt .mbr-section-btn {
  color: #000000;
}
.cid-t5SfYexV3M {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5SfYexV3M .counter-container {
  color: #464646;
}
.cid-t5SfYexV3M .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-t5SfYexV3M .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-t5SfYexV3M .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-t5SfYexV3M .block-text {
  color: #333333;
}
.cid-tAoOM1yxb0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/contact-us-1908763-1920-1920x551.png");
}
.cid-tAoOM1yxb0 .mbr-text {
  color: #000000;
}
.cid-tAoOM1yxb0 h4 {
  text-align: center;
}
.cid-tAoOM1yxb0 p {
  text-align: center;
}
.cid-tAoOM1yxb0 .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0c57bf;
  border: 2px solid #0c57bf;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tAoOM1yxb0 .card:hover .card-img span {
  background: none;
  color: #0c57bf;
}
.cid-t4QckXxLHP.popup-builder {
  background-color: #ffffff;
}
.cid-t4QckXxLHP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t4QckXxLHP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t4QckXxLHP .modal-content,
.cid-t4QckXxLHP .modal-dialog {
  height: auto;
}
.cid-t4QckXxLHP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t4QckXxLHP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t4QckXxLHP .form-wrapper .mbr-form .form-group,
  .cid-t4QckXxLHP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t4QckXxLHP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t4QckXxLHP .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-t4QckXxLHP .mbr-text {
  text-align: center;
}
.cid-t4QckXxLHP .pt-0 {
  padding-top: 0 !important;
}
.cid-t4QckXxLHP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t4QckXxLHP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t4QckXxLHP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t4QckXxLHP .modal-open {
  overflow: hidden;
}
.cid-t4QckXxLHP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t4QckXxLHP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t4QckXxLHP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t4QckXxLHP .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-t4QckXxLHP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t4QckXxLHP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t4QckXxLHP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t4QckXxLHP .modal-content {
  background: #fafafa;
  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-t4QckXxLHP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t4QckXxLHP .modal-backdrop.fade {
  opacity: 0;
}
.cid-t4QckXxLHP .modal-backdrop.show {
  opacity: .5;
}
.cid-t4QckXxLHP .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-t4QckXxLHP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t4QckXxLHP .modal-header .close:hover {
  opacity: 1;
}
.cid-t4QckXxLHP .modal-header .close:focus {
  outline: none;
}
.cid-t4QckXxLHP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t4QckXxLHP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t4QckXxLHP .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-t4QckXxLHP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t4QckXxLHP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t4QckXxLHP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t4QckXxLHP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t4QckXxLHP .modal-sm {
    max-width: 300px;
  }
  .cid-t4QckXxLHP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t4QckXxLHP .modal-lg,
  .cid-t4QckXxLHP .modal-xl {
    max-width: 800px;
  }
  .cid-t4QckXxLHP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t4QckXxLHP .modal-xl {
    max-width: 1140px;
  }
  .cid-t4QckXxLHP .container {
    max-width: 1140px;
  }
}
.cid-t4QckXxLHP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t4QckXxLHP .container {
    max-width: 720px;
  }
}
.cid-t4QckXxLHP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t4QckXxLHP .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-t4QckXxLHP .form-group {
  margin-bottom: 1rem;
}
.cid-t4QckXxLHP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t4QckXxLHP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t4QckXxLHP .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-t4QckXxLHP LABEL {
  color: #000000;
}
.cid-t51j2M27RR.popup-builder {
  background-color: #ffffff;
}
.cid-t51j2M27RR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t51j2M27RR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t51j2M27RR .modal-content,
.cid-t51j2M27RR .modal-dialog {
  height: auto;
}
.cid-t51j2M27RR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t51j2M27RR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t51j2M27RR .form-wrapper .mbr-form .form-group,
  .cid-t51j2M27RR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t51j2M27RR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t51j2M27RR .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-t51j2M27RR .mbr-text {
  text-align: left;
}
.cid-t51j2M27RR .pt-0 {
  padding-top: 0 !important;
}
.cid-t51j2M27RR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t51j2M27RR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t51j2M27RR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t51j2M27RR .modal-open {
  overflow: hidden;
}
.cid-t51j2M27RR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t51j2M27RR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t51j2M27RR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t51j2M27RR .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-t51j2M27RR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t51j2M27RR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t51j2M27RR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t51j2M27RR .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-t51j2M27RR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t51j2M27RR .modal-backdrop.fade {
  opacity: 0;
}
.cid-t51j2M27RR .modal-backdrop.show {
  opacity: .5;
}
.cid-t51j2M27RR .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-t51j2M27RR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t51j2M27RR .modal-header .close:hover {
  opacity: 1;
}
.cid-t51j2M27RR .modal-header .close:focus {
  outline: none;
}
.cid-t51j2M27RR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t51j2M27RR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t51j2M27RR .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-t51j2M27RR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t51j2M27RR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t51j2M27RR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t51j2M27RR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t51j2M27RR .modal-sm {
    max-width: 300px;
  }
  .cid-t51j2M27RR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t51j2M27RR .modal-lg,
  .cid-t51j2M27RR .modal-xl {
    max-width: 800px;
  }
  .cid-t51j2M27RR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t51j2M27RR .modal-xl {
    max-width: 1140px;
  }
  .cid-t51j2M27RR .container {
    max-width: 1140px;
  }
}
.cid-t51j2M27RR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t51j2M27RR .container {
    max-width: 720px;
  }
}
.cid-t51j2M27RR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t51j2M27RR .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-t51j2M27RR .form-group {
  margin-bottom: 1rem;
}
.cid-t51j2M27RR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t51j2M27RR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t51j2M27RR .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-t54sxBaonr.popup-builder {
  background-color: #ffffff;
}
.cid-t54sxBaonr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t54sxBaonr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t54sxBaonr .modal-content,
.cid-t54sxBaonr .modal-dialog {
  height: auto;
}
.cid-t54sxBaonr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t54sxBaonr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t54sxBaonr .form-wrapper .mbr-form .form-group,
  .cid-t54sxBaonr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t54sxBaonr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t54sxBaonr .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-t54sxBaonr .mbr-text {
  text-align: left;
}
.cid-t54sxBaonr .pt-0 {
  padding-top: 0 !important;
}
.cid-t54sxBaonr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t54sxBaonr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t54sxBaonr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t54sxBaonr .modal-open {
  overflow: hidden;
}
.cid-t54sxBaonr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t54sxBaonr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t54sxBaonr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t54sxBaonr .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-t54sxBaonr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t54sxBaonr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t54sxBaonr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t54sxBaonr .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-t54sxBaonr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t54sxBaonr .modal-backdrop.fade {
  opacity: 0;
}
.cid-t54sxBaonr .modal-backdrop.show {
  opacity: .5;
}
.cid-t54sxBaonr .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-t54sxBaonr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t54sxBaonr .modal-header .close:hover {
  opacity: 1;
}
.cid-t54sxBaonr .modal-header .close:focus {
  outline: none;
}
.cid-t54sxBaonr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t54sxBaonr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t54sxBaonr .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-t54sxBaonr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t54sxBaonr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t54sxBaonr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t54sxBaonr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t54sxBaonr .modal-sm {
    max-width: 300px;
  }
  .cid-t54sxBaonr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t54sxBaonr .modal-lg,
  .cid-t54sxBaonr .modal-xl {
    max-width: 800px;
  }
  .cid-t54sxBaonr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t54sxBaonr .modal-xl {
    max-width: 1140px;
  }
  .cid-t54sxBaonr .container {
    max-width: 1140px;
  }
}
.cid-t54sxBaonr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t54sxBaonr .container {
    max-width: 720px;
  }
}
.cid-t54sxBaonr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t54sxBaonr .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-t54sxBaonr .form-group {
  margin-bottom: 1rem;
}
.cid-t54sxBaonr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t54sxBaonr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t54sxBaonr .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-tAoOOp8v3t.popup-builder {
  background-color: #ffffff;
}
.cid-tAoOOp8v3t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAoOOp8v3t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAoOOp8v3t .modal-content,
.cid-tAoOOp8v3t .modal-dialog {
  height: auto;
}
.cid-tAoOOp8v3t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAoOOp8v3t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAoOOp8v3t .form-wrapper .mbr-form .form-group,
  .cid-tAoOOp8v3t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAoOOp8v3t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAoOOp8v3t .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-tAoOOp8v3t .mbr-text {
  text-align: center;
}
.cid-tAoOOp8v3t .pt-0 {
  padding-top: 0 !important;
}
.cid-tAoOOp8v3t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAoOOp8v3t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAoOOp8v3t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAoOOp8v3t .modal-open {
  overflow: hidden;
}
.cid-tAoOOp8v3t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAoOOp8v3t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAoOOp8v3t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAoOOp8v3t .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-tAoOOp8v3t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAoOOp8v3t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAoOOp8v3t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAoOOp8v3t .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-tAoOOp8v3t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAoOOp8v3t .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAoOOp8v3t .modal-backdrop.show {
  opacity: .5;
}
.cid-tAoOOp8v3t .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-tAoOOp8v3t .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAoOOp8v3t .modal-header .close:hover {
  opacity: 1;
}
.cid-tAoOOp8v3t .modal-header .close:focus {
  outline: none;
}
.cid-tAoOOp8v3t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAoOOp8v3t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAoOOp8v3t .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-tAoOOp8v3t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAoOOp8v3t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAoOOp8v3t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAoOOp8v3t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAoOOp8v3t .modal-sm {
    max-width: 300px;
  }
  .cid-tAoOOp8v3t .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAoOOp8v3t .modal-lg,
  .cid-tAoOOp8v3t .modal-xl {
    max-width: 800px;
  }
  .cid-tAoOOp8v3t .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAoOOp8v3t .modal-xl {
    max-width: 1140px;
  }
  .cid-tAoOOp8v3t .container {
    max-width: 1140px;
  }
}
.cid-tAoOOp8v3t .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAoOOp8v3t .container {
    max-width: 720px;
  }
}
.cid-tAoOOp8v3t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAoOOp8v3t .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-tAoOOp8v3t .form-group {
  margin-bottom: 1rem;
}
.cid-tAoOOp8v3t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAoOOp8v3t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAoOOp8v3t .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-tAoOTSBnX2.popup-builder {
  background-color: #ffffff;
}
.cid-tAoOTSBnX2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAoOTSBnX2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAoOTSBnX2 .modal-content,
.cid-tAoOTSBnX2 .modal-dialog {
  height: auto;
}
.cid-tAoOTSBnX2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAoOTSBnX2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAoOTSBnX2 .form-wrapper .mbr-form .form-group,
  .cid-tAoOTSBnX2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAoOTSBnX2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAoOTSBnX2 .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-tAoOTSBnX2 .mbr-text {
  text-align: center;
}
.cid-tAoOTSBnX2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tAoOTSBnX2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAoOTSBnX2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAoOTSBnX2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAoOTSBnX2 .modal-open {
  overflow: hidden;
}
.cid-tAoOTSBnX2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAoOTSBnX2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAoOTSBnX2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAoOTSBnX2 .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-tAoOTSBnX2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAoOTSBnX2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAoOTSBnX2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAoOTSBnX2 .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-tAoOTSBnX2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAoOTSBnX2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAoOTSBnX2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tAoOTSBnX2 .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-tAoOTSBnX2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAoOTSBnX2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tAoOTSBnX2 .modal-header .close:focus {
  outline: none;
}
.cid-tAoOTSBnX2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAoOTSBnX2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAoOTSBnX2 .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-tAoOTSBnX2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAoOTSBnX2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAoOTSBnX2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAoOTSBnX2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAoOTSBnX2 .modal-sm {
    max-width: 300px;
  }
  .cid-tAoOTSBnX2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAoOTSBnX2 .modal-lg,
  .cid-tAoOTSBnX2 .modal-xl {
    max-width: 800px;
  }
  .cid-tAoOTSBnX2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAoOTSBnX2 .modal-xl {
    max-width: 1140px;
  }
  .cid-tAoOTSBnX2 .container {
    max-width: 1140px;
  }
}
.cid-tAoOTSBnX2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAoOTSBnX2 .container {
    max-width: 720px;
  }
}
.cid-tAoOTSBnX2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAoOTSBnX2 .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-tAoOTSBnX2 .form-group {
  margin-bottom: 1rem;
}
.cid-tAoOTSBnX2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAoOTSBnX2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAoOTSBnX2 .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-tAoOWZb1LW.popup-builder {
  background-color: #ffffff;
}
.cid-tAoOWZb1LW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAoOWZb1LW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAoOWZb1LW .modal-content,
.cid-tAoOWZb1LW .modal-dialog {
  height: auto;
}
.cid-tAoOWZb1LW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAoOWZb1LW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAoOWZb1LW .form-wrapper .mbr-form .form-group,
  .cid-tAoOWZb1LW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAoOWZb1LW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAoOWZb1LW .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-tAoOWZb1LW .mbr-text {
  text-align: left;
}
.cid-tAoOWZb1LW .pt-0 {
  padding-top: 0 !important;
}
.cid-tAoOWZb1LW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAoOWZb1LW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAoOWZb1LW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAoOWZb1LW .modal-open {
  overflow: hidden;
}
.cid-tAoOWZb1LW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAoOWZb1LW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAoOWZb1LW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAoOWZb1LW .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-tAoOWZb1LW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAoOWZb1LW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAoOWZb1LW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAoOWZb1LW .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-tAoOWZb1LW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAoOWZb1LW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAoOWZb1LW .modal-backdrop.show {
  opacity: .5;
}
.cid-tAoOWZb1LW .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-tAoOWZb1LW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAoOWZb1LW .modal-header .close:hover {
  opacity: 1;
}
.cid-tAoOWZb1LW .modal-header .close:focus {
  outline: none;
}
.cid-tAoOWZb1LW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAoOWZb1LW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAoOWZb1LW .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-tAoOWZb1LW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAoOWZb1LW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAoOWZb1LW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAoOWZb1LW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAoOWZb1LW .modal-sm {
    max-width: 300px;
  }
  .cid-tAoOWZb1LW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAoOWZb1LW .modal-lg,
  .cid-tAoOWZb1LW .modal-xl {
    max-width: 800px;
  }
  .cid-tAoOWZb1LW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAoOWZb1LW .modal-xl {
    max-width: 1140px;
  }
  .cid-tAoOWZb1LW .container {
    max-width: 1140px;
  }
}
.cid-tAoOWZb1LW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAoOWZb1LW .container {
    max-width: 720px;
  }
}
.cid-tAoOWZb1LW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAoOWZb1LW .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-tAoOWZb1LW .form-group {
  margin-bottom: 1rem;
}
.cid-tAoOWZb1LW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAoOWZb1LW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAoOWZb1LW .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-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVmwB.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVmwB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVmwB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVmwB .modal-content,
.cid-uXhxTuVmwB .modal-dialog {
  height: auto;
}
.cid-uXhxTuVmwB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVmwB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVmwB .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVmwB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVmwB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVmwB .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-uXhxTuVmwB .mbr-text {
  text-align: center;
}
.cid-uXhxTuVmwB .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVmwB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVmwB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVmwB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVmwB .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVmwB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVmwB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVmwB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVmwB .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-uXhxTuVmwB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVmwB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVmwB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVmwB .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-uXhxTuVmwB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVmwB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVmwB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVmwB .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVmwB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVmwB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVmwB .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVmwB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVmwB .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVmwB .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVmwB .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVmwB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVmwB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVmwB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVmwB .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVmwB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVmwB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVmwB .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVmwB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVmwB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVmwB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVmwB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVmwB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVmwB .modal-lg,
  .cid-uXhxTuVmwB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVmwB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVmwB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVmwB .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-uXhxTuVmwB .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVmwB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVmwB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVmwB .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-uXhxTuVmwB .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVmwB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aRlgQG4Y {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aRlgQG4Y .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aRlgQG4Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aRlgQG4Y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aRlgQG4Y .mbr-card-title {
  color: #000000;
}
.cid-v1aRlgQG4Y .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aRlgQG4Y .mbr-text,
.cid-v1aRlgQG4Y .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aRlgQG4Y .row {
  align-items: top;
}
.cid-t5xIAhTrjJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5xIAhTrjJ .container-fluid {
  padding: 0 3rem;
}
.cid-t5xIAhTrjJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-t5xIAhTrjJ .mbr-section-subtitle {
  color: #767676;
}
.cid-t5xIAhTrjJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t5xIAhTrjJ .table-wrapper {
  margin: 0 auto;
}
.cid-t5xIAhTrjJ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t5xIAhTrjJ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #f2f3ae;
  color: white;
  vertical-align: middle;
}
.cid-t5xIAhTrjJ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-t5xIAhTrjJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t5xIAhTrjJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t5xIAhTrjJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t5xIAhTrjJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-t5xIAhTrjJ .dataTables_wrapper {
  display: block;
}
.cid-t5xIAhTrjJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t5xIAhTrjJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t5xIAhTrjJ .head-item:after,
.cid-t5xIAhTrjJ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-t5xIAhTrjJ .dataTables_filter {
    text-align: center;
  }
  .cid-t5xIAhTrjJ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-t5xIAhTrjJ .dataTables_filter {
    text-align: center;
  }
  .cid-t5xIAhTrjJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-t5xIAhTrjJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-t5xIAhTrjJ table th,
  .cid-t5xIAhTrjJ table td {
    padding: .75rem;
  }
}
.cid-t5xIAhTrjJ .body-item {
  color: #2a0845;
  text-align: left;
}
.cid-t5xIAhTrjJ .head-item {
  color: #2c1616;
  text-align: left;
}
.cid-t5AYxyEEe8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-t5AYxyEEe8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5AYxyEEe8 .row {
  flex-direction: row-reverse;
}
.cid-t5AYxyEEe8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5AYxyEEe8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5AYxyEEe8 .mbr-section-title {
  color: #000000;
}
.cid-t5AYxyEEe8 .mbr-text,
.cid-t5AYxyEEe8 .mbr-section-btn {
  color: #2c1616;
}
.cid-t5BaFxwMkN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-t5AvN2TTBS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5AvN2TTBS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5AvN2TTBS .row {
  flex-direction: row-reverse;
}
.cid-t5AvN2TTBS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5AvN2TTBS .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5AvN2TTBS .mbr-section-title {
  color: #000000;
}
.cid-t5AvN2TTBS .mbr-text,
.cid-t5AvN2TTBS .mbr-section-btn {
  color: #333333;
}
.cid-t5Dxsay0yp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B1eRUFY1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B1eRUFY1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B1eRUFY1 .row {
  flex-direction: row-reverse;
}
.cid-t5B1eRUFY1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B1eRUFY1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B1eRUFY1 .mbr-section-title {
  color: #000000;
}
.cid-t5B1eRUFY1 .mbr-text,
.cid-t5B1eRUFY1 .mbr-section-btn {
  color: #333333;
}
.cid-t5Dxt4GAlk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5AYendcAO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5AYendcAO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5AYendcAO .row {
  flex-direction: row-reverse;
}
.cid-t5AYendcAO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5AYendcAO .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5AYendcAO .mbr-section-title {
  color: #000000;
}
.cid-t5AYendcAO .mbr-text,
.cid-t5AYendcAO .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxtMtMRP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B89Iiyh4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B89Iiyh4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B89Iiyh4 .row {
  flex-direction: row-reverse;
}
.cid-t5B89Iiyh4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B89Iiyh4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B89Iiyh4 .mbr-section-title {
  color: #000000;
}
.cid-t5B89Iiyh4 .mbr-text,
.cid-t5B89Iiyh4 .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxuyIXxy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5zctIx2wg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5zctIx2wg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5zctIx2wg .row {
  flex-direction: row-reverse;
}
.cid-t5zctIx2wg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5zctIx2wg .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5zctIx2wg .mbr-section-title {
  color: #000000;
}
.cid-t5zctIx2wg .mbr-text,
.cid-t5zctIx2wg .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxvKQNNk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B8jy8WqG {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B8jy8WqG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B8jy8WqG .row {
  flex-direction: row-reverse;
}
.cid-t5B8jy8WqG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B8jy8WqG .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B8jy8WqG .mbr-section-title {
  color: #000000;
}
.cid-t5B8jy8WqG .mbr-text,
.cid-t5B8jy8WqG .mbr-section-btn {
  color: #333333;
}
.cid-t5GgWKKPA0 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5GgWKKPA0 .image-block {
  margin: auto;
}
.cid-t5GgWKKPA0 figcaption {
  position: relative;
}
.cid-t5GgWKKPA0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5GgWKKPA0 .image-block {
    width: 100% !important;
  }
}
.cid-t5Dxwso4ku {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Df0OaYBu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5Df0OaYBu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5Df0OaYBu .row {
  flex-direction: row-reverse;
}
.cid-t5Df0OaYBu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5Df0OaYBu .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5Df0OaYBu .mbr-section-title {
  color: #000000;
}
.cid-t5Df0OaYBu .mbr-text,
.cid-t5Df0OaYBu .mbr-section-btn {
  color: #333333;
}
.cid-t5GhcCORL9 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5GhcCORL9 .image-block {
  margin: auto;
}
.cid-t5GhcCORL9 figcaption {
  position: relative;
}
.cid-t5GhcCORL9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5GhcCORL9 .image-block {
    width: 100% !important;
  }
}
.cid-t5Dxx8pRCZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Df1ysntI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5Df1ysntI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5Df1ysntI .row {
  flex-direction: row-reverse;
}
.cid-t5Df1ysntI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5Df1ysntI .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5Df1ysntI .mbr-section-title {
  color: #000000;
}
.cid-t5Df1ysntI .mbr-text,
.cid-t5Df1ysntI .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxxRDnEo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B3npBXdX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B3npBXdX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B3npBXdX .row {
  flex-direction: row-reverse;
}
.cid-t5B3npBXdX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B3npBXdX .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B3npBXdX .mbr-section-title {
  color: #000000;
}
.cid-t5B3npBXdX .mbr-text,
.cid-t5B3npBXdX .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxzdROP3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Ax7gzVsb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5Ax7gzVsb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5Ax7gzVsb .row {
  flex-direction: row-reverse;
}
.cid-t5Ax7gzVsb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5Ax7gzVsb .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5Ax7gzVsb .mbr-section-title {
  color: #000000;
}
.cid-t5Ax7gzVsb .mbr-text,
.cid-t5Ax7gzVsb .mbr-section-btn {
  color: #2c1616;
}
.cid-t5B3B8564g {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B3B8564g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B3B8564g .row {
  flex-direction: row-reverse;
}
.cid-t5B3B8564g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B3B8564g .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B3B8564g .mbr-section-title {
  color: #000000;
}
.cid-t5B3B8564g .mbr-text,
.cid-t5B3B8564g .mbr-section-btn {
  color: #333333;
}
.cid-t5DxzMJcZP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B3OlBtIX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B3OlBtIX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B3OlBtIX .row {
  flex-direction: row-reverse;
}
.cid-t5B3OlBtIX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B3OlBtIX .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B3OlBtIX .mbr-section-title {
  color: #000000;
}
.cid-t5B3OlBtIX .mbr-text,
.cid-t5B3OlBtIX .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxAkePwg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B41QPGQ4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B41QPGQ4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B41QPGQ4 .row {
  flex-direction: row-reverse;
}
.cid-t5B41QPGQ4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B41QPGQ4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B41QPGQ4 .mbr-section-title {
  color: #000000;
}
.cid-t5B41QPGQ4 .mbr-text,
.cid-t5B41QPGQ4 .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxAQ60Bw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5yCImSqIX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5yCImSqIX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5yCImSqIX .row {
  flex-direction: row-reverse;
}
.cid-t5yCImSqIX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5yCImSqIX .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5yCImSqIX .mbr-section-title {
  color: #000000;
}
.cid-t5yCImSqIX .mbr-text,
.cid-t5yCImSqIX .mbr-section-btn {
  color: #333333;
}
.cid-t5DxBW54VJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5zdbrgWnn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5zdbrgWnn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5zdbrgWnn .row {
  flex-direction: row-reverse;
}
.cid-t5zdbrgWnn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5zdbrgWnn .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5zdbrgWnn .mbr-section-title {
  color: #000000;
}
.cid-t5zdbrgWnn .mbr-text,
.cid-t5zdbrgWnn .mbr-section-btn {
  color: #333333;
}
.cid-t5DxCrIf9O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B8DgySUL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B8DgySUL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B8DgySUL .row {
  flex-direction: row-reverse;
}
.cid-t5B8DgySUL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B8DgySUL .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B8DgySUL .mbr-section-title {
  color: #000000;
}
.cid-t5B8DgySUL .mbr-text,
.cid-t5B8DgySUL .mbr-section-btn {
  color: #333333;
}
.cid-t5DxD8bONo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B8L4TBlN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B8L4TBlN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B8L4TBlN .row {
  flex-direction: row-reverse;
}
.cid-t5B8L4TBlN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B8L4TBlN .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B8L4TBlN .mbr-section-title {
  color: #000000;
}
.cid-t5B8L4TBlN .mbr-text,
.cid-t5B8L4TBlN .mbr-section-btn {
  color: #333333;
}
.cid-t5DxDK8zHn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B51f3X2H {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B51f3X2H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B51f3X2H .row {
  flex-direction: row-reverse;
}
.cid-t5B51f3X2H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B51f3X2H .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B51f3X2H .mbr-section-title {
  color: #000000;
}
.cid-t5B51f3X2H .mbr-text,
.cid-t5B51f3X2H .mbr-section-btn {
  color: #333333;
}
.cid-t5DxElBN3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B9nVhATB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B9nVhATB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B9nVhATB .row {
  flex-direction: row-reverse;
}
.cid-t5B9nVhATB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B9nVhATB .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B9nVhATB .mbr-section-title {
  color: #000000;
}
.cid-t5B9nVhATB .mbr-text,
.cid-t5B9nVhATB .mbr-section-btn {
  color: #333333;
}
.cid-t5DxEPHsGD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5DfSfo53j {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5DfSfo53j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5DfSfo53j .row {
  flex-direction: row-reverse;
}
.cid-t5DfSfo53j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5DfSfo53j .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5DfSfo53j .mbr-section-title {
  color: #000000;
}
.cid-t5DfSfo53j .mbr-text,
.cid-t5DfSfo53j .mbr-section-btn {
  color: #2c1616;
}
.cid-t5MI9SXR40 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5MI9SXR40 .image-block {
  margin: auto;
}
.cid-t5MI9SXR40 figcaption {
  position: relative;
}
.cid-t5MI9SXR40 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5MI9SXR40 .image-block {
    width: 100% !important;
  }
}
.cid-t5DxFlUhVb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5DfZFmYH2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5DfZFmYH2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5DfZFmYH2 .row {
  flex-direction: row-reverse;
}
.cid-t5DfZFmYH2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5DfZFmYH2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5DfZFmYH2 .mbr-section-title {
  color: #000000;
}
.cid-t5DfZFmYH2 .mbr-text,
.cid-t5DfZFmYH2 .mbr-section-btn {
  color: #2c1616;
}
.cid-t5MIb9zFyg {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5MIb9zFyg .image-block {
  margin: auto;
}
.cid-t5MIb9zFyg figcaption {
  position: relative;
}
.cid-t5MIb9zFyg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5MIb9zFyg .image-block {
    width: 100% !important;
  }
}
.cid-t5DxFUens0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B0l8upnV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B0l8upnV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B0l8upnV .row {
  flex-direction: row-reverse;
}
.cid-t5B0l8upnV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B0l8upnV .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B0l8upnV .mbr-section-title {
  color: #000000;
}
.cid-t5B0l8upnV .mbr-text,
.cid-t5B0l8upnV .mbr-section-btn {
  color: #333333;
}
.cid-t5DxGAl4D6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5DxH5aBlO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Ba0vyLWY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5Ba0vyLWY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5Ba0vyLWY .row {
  flex-direction: row-reverse;
}
.cid-t5Ba0vyLWY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5Ba0vyLWY .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5Ba0vyLWY .mbr-section-title {
  color: #000000;
}
.cid-t5Ba0vyLWY .mbr-text,
.cid-t5Ba0vyLWY .mbr-section-btn {
  color: #333333;
}
.cid-t5DxHxR660 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B0IC10dA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B0IC10dA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B0IC10dA .row {
  flex-direction: row-reverse;
}
.cid-t5B0IC10dA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B0IC10dA .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B0IC10dA .mbr-section-title {
  color: #000000;
}
.cid-t5B0IC10dA .mbr-text,
.cid-t5B0IC10dA .mbr-section-btn {
  color: #333333;
}
.cid-t5DxI2Taqn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B0O1mSdX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B0O1mSdX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B0O1mSdX .row {
  flex-direction: row-reverse;
}
.cid-t5B0O1mSdX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B0O1mSdX .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B0O1mSdX .mbr-section-title {
  color: #000000;
}
.cid-t5B0O1mSdX .mbr-text,
.cid-t5B0O1mSdX .mbr-section-btn {
  color: #2c1616;
}
.cid-t5DxIAuwsr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5B9aEJdxM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5B9aEJdxM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5B9aEJdxM .row {
  flex-direction: row-reverse;
}
.cid-t5B9aEJdxM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5B9aEJdxM .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5B9aEJdxM .mbr-section-title {
  color: #000000;
}
.cid-t5B9aEJdxM .mbr-text,
.cid-t5B9aEJdxM .mbr-section-btn {
  color: #333333;
}
.cid-t5MIdeRAcb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5MIdeRAcb .image-block {
  margin: auto;
}
.cid-t5MIdeRAcb figcaption {
  position: relative;
}
.cid-t5MIdeRAcb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5MIdeRAcb .image-block {
    width: 100% !important;
  }
}
.cid-t5DxJhORpF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5XBacG43S {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5XBacG43S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5XBacG43S .row {
  flex-direction: row-reverse;
}
.cid-t5XBacG43S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5XBacG43S .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5XBacG43S .mbr-section-title {
  color: #000000;
}
.cid-t5XBacG43S .mbr-text,
.cid-t5XBacG43S .mbr-section-btn {
  color: #333333;
}
.cid-t5XBSggqlC {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5XBSggqlC .image-block {
  margin: auto;
}
.cid-t5XBSggqlC figcaption {
  position: relative;
}
.cid-t5XBSggqlC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5XBSggqlC .image-block {
    width: 100% !important;
  }
}
.cid-t5XBTkhlOm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5XCEHckXp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5XCEHckXp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5XCEHckXp .row {
  flex-direction: row-reverse;
}
.cid-t5XCEHckXp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5XCEHckXp .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5XCEHckXp .mbr-section-title {
  color: #000000;
}
.cid-t5XCEHckXp .mbr-text,
.cid-t5XCEHckXp .mbr-section-btn {
  color: #333333;
}
.cid-t5XCG3FCTJ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t5XCG3FCTJ .image-block {
  margin: auto;
}
.cid-t5XCG3FCTJ figcaption {
  position: relative;
}
.cid-t5XCG3FCTJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5XCG3FCTJ .image-block {
    width: 100% !important;
  }
}
.cid-t5XCGQqOzL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v1aSKjVP4z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aSKjVP4z .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aSKjVP4z .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aSKjVP4z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aSKjVP4z .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aSKjVP4z .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aSKjVP4z .mbr-text {
  color: #6c7577;
}
.cid-v1aSKjVP4z .mbr-description {
  color: #6c7577;
}
.cid-v1aSKjVP4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aSKjVP4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-t5DJAGMqa8.popup-builder {
  background-color: #ffffff;
}
.cid-t5DJAGMqa8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5DJAGMqa8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5DJAGMqa8 .modal-content,
.cid-t5DJAGMqa8 .modal-dialog {
  height: auto;
}
.cid-t5DJAGMqa8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5DJAGMqa8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5DJAGMqa8 .form-wrapper .mbr-form .form-group,
  .cid-t5DJAGMqa8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5DJAGMqa8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5DJAGMqa8 .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-t5DJAGMqa8 .mbr-text {
  text-align: left;
}
.cid-t5DJAGMqa8 .pt-0 {
  padding-top: 0 !important;
}
.cid-t5DJAGMqa8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5DJAGMqa8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5DJAGMqa8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5DJAGMqa8 .modal-open {
  overflow: hidden;
}
.cid-t5DJAGMqa8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5DJAGMqa8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5DJAGMqa8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5DJAGMqa8 .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-t5DJAGMqa8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5DJAGMqa8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5DJAGMqa8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5DJAGMqa8 .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-t5DJAGMqa8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5DJAGMqa8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5DJAGMqa8 .modal-backdrop.show {
  opacity: .5;
}
.cid-t5DJAGMqa8 .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-t5DJAGMqa8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5DJAGMqa8 .modal-header .close:hover {
  opacity: 1;
}
.cid-t5DJAGMqa8 .modal-header .close:focus {
  outline: none;
}
.cid-t5DJAGMqa8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t5DJAGMqa8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t5DJAGMqa8 .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-t5DJAGMqa8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5DJAGMqa8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5DJAGMqa8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5DJAGMqa8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5DJAGMqa8 .modal-sm {
    max-width: 300px;
  }
  .cid-t5DJAGMqa8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t5DJAGMqa8 .modal-lg,
  .cid-t5DJAGMqa8 .modal-xl {
    max-width: 800px;
  }
  .cid-t5DJAGMqa8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t5DJAGMqa8 .modal-xl {
    max-width: 1140px;
  }
  .cid-t5DJAGMqa8 .container {
    max-width: 1140px;
  }
}
.cid-t5DJAGMqa8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t5DJAGMqa8 .container {
    max-width: 720px;
  }
}
.cid-t5DJAGMqa8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5DJAGMqa8 .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-t5DJAGMqa8 .form-group {
  margin-bottom: 1rem;
}
.cid-t5DJAGMqa8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5DJAGMqa8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5DJAGMqa8 .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-t5DJC64iCu.popup-builder {
  background-color: #ffffff;
}
.cid-t5DJC64iCu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5DJC64iCu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5DJC64iCu .modal-content,
.cid-t5DJC64iCu .modal-dialog {
  height: auto;
}
.cid-t5DJC64iCu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5DJC64iCu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5DJC64iCu .form-wrapper .mbr-form .form-group,
  .cid-t5DJC64iCu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5DJC64iCu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5DJC64iCu .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-t5DJC64iCu .mbr-text {
  text-align: left;
}
.cid-t5DJC64iCu .pt-0 {
  padding-top: 0 !important;
}
.cid-t5DJC64iCu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5DJC64iCu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5DJC64iCu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5DJC64iCu .modal-open {
  overflow: hidden;
}
.cid-t5DJC64iCu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5DJC64iCu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5DJC64iCu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5DJC64iCu .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-t5DJC64iCu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5DJC64iCu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5DJC64iCu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5DJC64iCu .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-t5DJC64iCu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5DJC64iCu .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5DJC64iCu .modal-backdrop.show {
  opacity: .5;
}
.cid-t5DJC64iCu .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-t5DJC64iCu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5DJC64iCu .modal-header .close:hover {
  opacity: 1;
}
.cid-t5DJC64iCu .modal-header .close:focus {
  outline: none;
}
.cid-t5DJC64iCu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t5DJC64iCu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t5DJC64iCu .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-t5DJC64iCu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5DJC64iCu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5DJC64iCu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5DJC64iCu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5DJC64iCu .modal-sm {
    max-width: 300px;
  }
  .cid-t5DJC64iCu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t5DJC64iCu .modal-lg,
  .cid-t5DJC64iCu .modal-xl {
    max-width: 800px;
  }
  .cid-t5DJC64iCu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t5DJC64iCu .modal-xl {
    max-width: 1140px;
  }
  .cid-t5DJC64iCu .container {
    max-width: 1140px;
  }
}
.cid-t5DJC64iCu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t5DJC64iCu .container {
    max-width: 720px;
  }
}
.cid-t5DJC64iCu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5DJC64iCu .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-t5DJC64iCu .form-group {
  margin-bottom: 1rem;
}
.cid-t5DJC64iCu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5DJC64iCu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5DJC64iCu .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-t5DJDBiM0q.popup-builder {
  background-color: #ffffff;
}
.cid-t5DJDBiM0q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5DJDBiM0q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5DJDBiM0q .modal-content,
.cid-t5DJDBiM0q .modal-dialog {
  height: auto;
}
.cid-t5DJDBiM0q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5DJDBiM0q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5DJDBiM0q .form-wrapper .mbr-form .form-group,
  .cid-t5DJDBiM0q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5DJDBiM0q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5DJDBiM0q .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-t5DJDBiM0q .mbr-text {
  text-align: left;
}
.cid-t5DJDBiM0q .pt-0 {
  padding-top: 0 !important;
}
.cid-t5DJDBiM0q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5DJDBiM0q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5DJDBiM0q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5DJDBiM0q .modal-open {
  overflow: hidden;
}
.cid-t5DJDBiM0q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5DJDBiM0q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5DJDBiM0q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5DJDBiM0q .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-t5DJDBiM0q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5DJDBiM0q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5DJDBiM0q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5DJDBiM0q .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-t5DJDBiM0q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5DJDBiM0q .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5DJDBiM0q .modal-backdrop.show {
  opacity: .5;
}
.cid-t5DJDBiM0q .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-t5DJDBiM0q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5DJDBiM0q .modal-header .close:hover {
  opacity: 1;
}
.cid-t5DJDBiM0q .modal-header .close:focus {
  outline: none;
}
.cid-t5DJDBiM0q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t5DJDBiM0q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t5DJDBiM0q .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-t5DJDBiM0q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5DJDBiM0q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5DJDBiM0q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5DJDBiM0q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5DJDBiM0q .modal-sm {
    max-width: 300px;
  }
  .cid-t5DJDBiM0q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t5DJDBiM0q .modal-lg,
  .cid-t5DJDBiM0q .modal-xl {
    max-width: 800px;
  }
  .cid-t5DJDBiM0q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t5DJDBiM0q .modal-xl {
    max-width: 1140px;
  }
  .cid-t5DJDBiM0q .container {
    max-width: 1140px;
  }
}
.cid-t5DJDBiM0q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t5DJDBiM0q .container {
    max-width: 720px;
  }
}
.cid-t5DJDBiM0q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5DJDBiM0q .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-t5DJDBiM0q .form-group {
  margin-bottom: 1rem;
}
.cid-t5DJDBiM0q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5DJDBiM0q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5DJDBiM0q .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-uXhxTuVvaD.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVvaD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVvaD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVvaD .modal-content,
.cid-uXhxTuVvaD .modal-dialog {
  height: auto;
}
.cid-uXhxTuVvaD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVvaD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVvaD .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVvaD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVvaD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVvaD .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-uXhxTuVvaD .mbr-text {
  text-align: center;
}
.cid-uXhxTuVvaD .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVvaD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVvaD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVvaD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVvaD .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVvaD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVvaD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVvaD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVvaD .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-uXhxTuVvaD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVvaD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVvaD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVvaD .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-uXhxTuVvaD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVvaD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVvaD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVvaD .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVvaD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVvaD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVvaD .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVvaD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVvaD .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVvaD .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVvaD .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVvaD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVvaD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVvaD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVvaD .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVvaD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVvaD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVvaD .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVvaD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVvaD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVvaD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVvaD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVvaD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVvaD .modal-lg,
  .cid-uXhxTuVvaD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVvaD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVvaD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVvaD .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-uXhxTuVvaD .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVvaD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVvaD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVvaD .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-uXhxTuVvaD .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVvaD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-t5nrhHT0p2 {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pexels-rebrand-cities-1367271-1920x1280.jpg");
}
.cid-t5nrhHT0p2 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t5nrhHT0p2 .mbr-text,
.cid-t5nrhHT0p2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t5nrhHT0p2 H1 {
  text-align: center;
  color: #000000;
}
.cid-t5nriE0RmL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-t5nriE0RmL .img-wrap {
  position: relative;
}
.cid-t5nriE0RmL .img-wrap img {
  width: 100%;
}
.cid-t5nriE0RmL .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-t5nriE0RmL .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-t5nriE0RmL .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-t5nriE0RmL .mbr-section-title {
  color: #ffffff;
}
.cid-t5nriE0RmL .mbr-section-subtitle {
  color: #f8f9c4;
}
.cid-t5nriE0RmL .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t5nriE0RmL .mbr-section-text {
  color: #ffffff;
}
.cid-t5nriE0RmL .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-t5nriE0RmL .form-control:focus,
.cid-t5nriE0RmL .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-t5nriE0RmL .form-control.textarea {
  padding-top: 40px;
}
.cid-t5nriE0RmL .form-group {
  margin-bottom: 1.5rem;
}
.cid-t5nriE0RmL input::-webkit-input-placeholder,
.cid-t5nriE0RmL textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-t5nriE0RmL input:-moz-placeholder,
.cid-t5nriE0RmL textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-t5nriE0RmL .jq-selectbox li,
.cid-t5nriE0RmL .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-t5nriE0RmL .jq-selectbox li:hover,
.cid-t5nriE0RmL .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-t5nriE0RmL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-t5nriE0RmL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-t5nriE0RmL .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-t5nriE0RmL a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-t5nriE0RmL .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t5nriE0RmL .input-group-btn {
  display: block;
  text-align: left;
}
.cid-t5nriE0RmL .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-t5nriE0RmL textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-t5nriE0RmL h2 {
    padding-top: 2rem;
  }
  .cid-t5nriE0RmL .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-t5nriE0RmL .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t5nriE0RmL .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t5nriE0RmL P {
  color: #ffffff;
}
.cid-tAoPedAulO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/contact-us-1908763-1920-1920x551.png");
}
.cid-tAoPedAulO .mbr-text {
  color: #000000;
}
.cid-tAoPedAulO h4 {
  text-align: center;
}
.cid-tAoPedAulO p {
  text-align: center;
}
.cid-tAoPedAulO .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0c57bf;
  border: 2px solid #0c57bf;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tAoPedAulO .card:hover .card-img span {
  background: none;
  color: #0c57bf;
}
.cid-t5nr1Vdzit.popup-builder {
  background-color: #ffffff;
}
.cid-t5nr1Vdzit.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5nr1Vdzit.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5nr1Vdzit .modal-content,
.cid-t5nr1Vdzit .modal-dialog {
  height: auto;
}
.cid-t5nr1Vdzit .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5nr1Vdzit .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5nr1Vdzit .form-wrapper .mbr-form .form-group,
  .cid-t5nr1Vdzit .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5nr1Vdzit .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5nr1Vdzit .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-t5nr1Vdzit .mbr-text {
  text-align: center;
}
.cid-t5nr1Vdzit .pt-0 {
  padding-top: 0 !important;
}
.cid-t5nr1Vdzit .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5nr1Vdzit .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5nr1Vdzit .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5nr1Vdzit .modal-open {
  overflow: hidden;
}
.cid-t5nr1Vdzit .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5nr1Vdzit .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5nr1Vdzit .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5nr1Vdzit .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-t5nr1Vdzit .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5nr1Vdzit .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5nr1Vdzit .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5nr1Vdzit .modal-content {
  background: #fafafa;
  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-t5nr1Vdzit .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5nr1Vdzit .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5nr1Vdzit .modal-backdrop.show {
  opacity: .5;
}
.cid-t5nr1Vdzit .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-t5nr1Vdzit .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5nr1Vdzit .modal-header .close:hover {
  opacity: 1;
}
.cid-t5nr1Vdzit .modal-header .close:focus {
  outline: none;
}
.cid-t5nr1Vdzit .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t5nr1Vdzit .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t5nr1Vdzit .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-t5nr1Vdzit .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5nr1Vdzit .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5nr1Vdzit .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5nr1Vdzit .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5nr1Vdzit .modal-sm {
    max-width: 300px;
  }
  .cid-t5nr1Vdzit .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t5nr1Vdzit .modal-lg,
  .cid-t5nr1Vdzit .modal-xl {
    max-width: 800px;
  }
  .cid-t5nr1Vdzit .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t5nr1Vdzit .modal-xl {
    max-width: 1140px;
  }
  .cid-t5nr1Vdzit .container {
    max-width: 1140px;
  }
}
.cid-t5nr1Vdzit .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t5nr1Vdzit .container {
    max-width: 720px;
  }
}
.cid-t5nr1Vdzit .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5nr1Vdzit .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-t5nr1Vdzit .form-group {
  margin-bottom: 1rem;
}
.cid-t5nr1Vdzit .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5nr1Vdzit .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5nr1Vdzit .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-t5nr1Vdzit LABEL {
  color: #000000;
}
.cid-tAoPgn5qJX.popup-builder {
  background-color: #ffffff;
}
.cid-tAoPgn5qJX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAoPgn5qJX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAoPgn5qJX .modal-content,
.cid-tAoPgn5qJX .modal-dialog {
  height: auto;
}
.cid-tAoPgn5qJX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAoPgn5qJX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAoPgn5qJX .form-wrapper .mbr-form .form-group,
  .cid-tAoPgn5qJX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAoPgn5qJX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAoPgn5qJX .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-tAoPgn5qJX .mbr-text {
  text-align: center;
}
.cid-tAoPgn5qJX .pt-0 {
  padding-top: 0 !important;
}
.cid-tAoPgn5qJX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAoPgn5qJX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAoPgn5qJX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAoPgn5qJX .modal-open {
  overflow: hidden;
}
.cid-tAoPgn5qJX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAoPgn5qJX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAoPgn5qJX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAoPgn5qJX .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-tAoPgn5qJX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAoPgn5qJX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAoPgn5qJX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAoPgn5qJX .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-tAoPgn5qJX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAoPgn5qJX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAoPgn5qJX .modal-backdrop.show {
  opacity: .5;
}
.cid-tAoPgn5qJX .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-tAoPgn5qJX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAoPgn5qJX .modal-header .close:hover {
  opacity: 1;
}
.cid-tAoPgn5qJX .modal-header .close:focus {
  outline: none;
}
.cid-tAoPgn5qJX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAoPgn5qJX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAoPgn5qJX .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-tAoPgn5qJX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAoPgn5qJX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAoPgn5qJX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAoPgn5qJX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAoPgn5qJX .modal-sm {
    max-width: 300px;
  }
  .cid-tAoPgn5qJX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAoPgn5qJX .modal-lg,
  .cid-tAoPgn5qJX .modal-xl {
    max-width: 800px;
  }
  .cid-tAoPgn5qJX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAoPgn5qJX .modal-xl {
    max-width: 1140px;
  }
  .cid-tAoPgn5qJX .container {
    max-width: 1140px;
  }
}
.cid-tAoPgn5qJX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAoPgn5qJX .container {
    max-width: 720px;
  }
}
.cid-tAoPgn5qJX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAoPgn5qJX .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-tAoPgn5qJX .form-group {
  margin-bottom: 1rem;
}
.cid-tAoPgn5qJX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAoPgn5qJX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAoPgn5qJX .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-tAoPhJvyaZ.popup-builder {
  background-color: #ffffff;
}
.cid-tAoPhJvyaZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAoPhJvyaZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAoPhJvyaZ .modal-content,
.cid-tAoPhJvyaZ .modal-dialog {
  height: auto;
}
.cid-tAoPhJvyaZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAoPhJvyaZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAoPhJvyaZ .form-wrapper .mbr-form .form-group,
  .cid-tAoPhJvyaZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAoPhJvyaZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAoPhJvyaZ .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-tAoPhJvyaZ .mbr-text {
  text-align: center;
}
.cid-tAoPhJvyaZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tAoPhJvyaZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAoPhJvyaZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAoPhJvyaZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAoPhJvyaZ .modal-open {
  overflow: hidden;
}
.cid-tAoPhJvyaZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAoPhJvyaZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAoPhJvyaZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAoPhJvyaZ .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-tAoPhJvyaZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAoPhJvyaZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAoPhJvyaZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAoPhJvyaZ .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-tAoPhJvyaZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAoPhJvyaZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAoPhJvyaZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tAoPhJvyaZ .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-tAoPhJvyaZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAoPhJvyaZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tAoPhJvyaZ .modal-header .close:focus {
  outline: none;
}
.cid-tAoPhJvyaZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAoPhJvyaZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAoPhJvyaZ .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-tAoPhJvyaZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAoPhJvyaZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAoPhJvyaZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAoPhJvyaZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAoPhJvyaZ .modal-sm {
    max-width: 300px;
  }
  .cid-tAoPhJvyaZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAoPhJvyaZ .modal-lg,
  .cid-tAoPhJvyaZ .modal-xl {
    max-width: 800px;
  }
  .cid-tAoPhJvyaZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAoPhJvyaZ .modal-xl {
    max-width: 1140px;
  }
  .cid-tAoPhJvyaZ .container {
    max-width: 1140px;
  }
}
.cid-tAoPhJvyaZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAoPhJvyaZ .container {
    max-width: 720px;
  }
}
.cid-tAoPhJvyaZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAoPhJvyaZ .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-tAoPhJvyaZ .form-group {
  margin-bottom: 1rem;
}
.cid-tAoPhJvyaZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAoPhJvyaZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAoPhJvyaZ .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-tAoPjaZg2I.popup-builder {
  background-color: #ffffff;
}
.cid-tAoPjaZg2I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAoPjaZg2I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAoPjaZg2I .modal-content,
.cid-tAoPjaZg2I .modal-dialog {
  height: auto;
}
.cid-tAoPjaZg2I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAoPjaZg2I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAoPjaZg2I .form-wrapper .mbr-form .form-group,
  .cid-tAoPjaZg2I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAoPjaZg2I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAoPjaZg2I .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-tAoPjaZg2I .mbr-text {
  text-align: left;
}
.cid-tAoPjaZg2I .pt-0 {
  padding-top: 0 !important;
}
.cid-tAoPjaZg2I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAoPjaZg2I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAoPjaZg2I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAoPjaZg2I .modal-open {
  overflow: hidden;
}
.cid-tAoPjaZg2I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAoPjaZg2I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAoPjaZg2I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAoPjaZg2I .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-tAoPjaZg2I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAoPjaZg2I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAoPjaZg2I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAoPjaZg2I .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-tAoPjaZg2I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAoPjaZg2I .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAoPjaZg2I .modal-backdrop.show {
  opacity: .5;
}
.cid-tAoPjaZg2I .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-tAoPjaZg2I .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAoPjaZg2I .modal-header .close:hover {
  opacity: 1;
}
.cid-tAoPjaZg2I .modal-header .close:focus {
  outline: none;
}
.cid-tAoPjaZg2I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAoPjaZg2I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAoPjaZg2I .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-tAoPjaZg2I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAoPjaZg2I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAoPjaZg2I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAoPjaZg2I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAoPjaZg2I .modal-sm {
    max-width: 300px;
  }
  .cid-tAoPjaZg2I .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAoPjaZg2I .modal-lg,
  .cid-tAoPjaZg2I .modal-xl {
    max-width: 800px;
  }
  .cid-tAoPjaZg2I .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAoPjaZg2I .modal-xl {
    max-width: 1140px;
  }
  .cid-tAoPjaZg2I .container {
    max-width: 1140px;
  }
}
.cid-tAoPjaZg2I .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAoPjaZg2I .container {
    max-width: 720px;
  }
}
.cid-tAoPjaZg2I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAoPjaZg2I .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-tAoPjaZg2I .form-group {
  margin-bottom: 1rem;
}
.cid-tAoPjaZg2I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAoPjaZg2I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAoPjaZg2I .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-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVm5j.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVm5j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVm5j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVm5j .modal-content,
.cid-uXhxTuVm5j .modal-dialog {
  height: auto;
}
.cid-uXhxTuVm5j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVm5j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVm5j .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVm5j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVm5j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVm5j .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-uXhxTuVm5j .mbr-text {
  text-align: center;
}
.cid-uXhxTuVm5j .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVm5j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVm5j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVm5j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVm5j .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVm5j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVm5j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVm5j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVm5j .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-uXhxTuVm5j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVm5j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVm5j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVm5j .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-uXhxTuVm5j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVm5j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVm5j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVm5j .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVm5j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVm5j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVm5j .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVm5j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVm5j .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVm5j .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVm5j .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVm5j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVm5j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVm5j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVm5j .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVm5j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVm5j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVm5j .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVm5j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVm5j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVm5j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVm5j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVm5j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVm5j .modal-lg,
  .cid-uXhxTuVm5j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVm5j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVm5j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVm5j .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-uXhxTuVm5j .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVm5j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVm5j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVm5j .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-uXhxTuVm5j .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVm5j .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-tAv5YFU29u {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mark-konig-ecgv8s2ipg0-unsplash-1920x1920.jpg");
}
.cid-tAv5YFU29u .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tAv5YFU29u H1 {
  text-align: center;
  color: #000000;
}
.cid-tAv5YFU29u .mbr-text,
.cid-tAv5YFU29u .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tAAMNhKIzZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9-1.jpg");
}
.cid-tAAMNhKIzZ .container-fluid {
  padding: 0 3rem;
}
.cid-tAAMNhKIzZ .mbr-section-subtitle {
  color: #000000;
}
.cid-tAAMNhKIzZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tAAMNhKIzZ .table-wrapper {
  margin: 0 auto;
}
.cid-tAAMNhKIzZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tAAMNhKIzZ table thead tr {
  border: none !important;
}
.cid-tAAMNhKIzZ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-tAAMNhKIzZ table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-tAAMNhKIzZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-tAAMNhKIzZ tr:hover {
  background-color: #ffffff !important;
}
.cid-tAAMNhKIzZ .head-item:after,
.cid-tAAMNhKIzZ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-tAAMNhKIzZ table th,
  .cid-tAAMNhKIzZ table td {
    padding: .75rem;
  }
}
.cid-tAAMNhKIzZ .body-item {
  text-align: center;
  color: #000000;
}
.cid-tAAMNhKIzZ .head-item {
  color: #000000;
}
.cid-tAAMNhKIzZ .mbr-text {
  color: #767676;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuVJmA.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuVJmA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuVJmA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuVJmA .modal-content,
.cid-uXhxTuVJmA .modal-dialog {
  height: auto;
}
.cid-uXhxTuVJmA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuVJmA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuVJmA .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuVJmA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuVJmA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuVJmA .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-uXhxTuVJmA .mbr-text {
  text-align: center;
}
.cid-uXhxTuVJmA .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuVJmA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuVJmA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuVJmA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuVJmA .modal-open {
  overflow: hidden;
}
.cid-uXhxTuVJmA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuVJmA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuVJmA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuVJmA .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-uXhxTuVJmA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuVJmA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuVJmA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuVJmA .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-uXhxTuVJmA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuVJmA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuVJmA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuVJmA .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuVJmA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuVJmA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVJmA .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuVJmA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuVJmA .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuVJmA .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuVJmA .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuVJmA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuVJmA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuVJmA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVJmA .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuVJmA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuVJmA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuVJmA .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuVJmA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuVJmA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuVJmA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuVJmA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuVJmA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuVJmA .modal-lg,
  .cid-uXhxTuVJmA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuVJmA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuVJmA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuVJmA .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-uXhxTuVJmA .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuVJmA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuVJmA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuVJmA .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-uXhxTuVJmA .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuVJmA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v14V58F2v1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14V58F2v1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14V58F2v1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14V58F2v1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14V58F2v1 .mbr-card-title {
  color: #000000;
}
.cid-v14V58F2v1 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14V58F2v1 .mbr-text,
.cid-v14V58F2v1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14V58F2v1 .row {
  align-items: top;
}
.cid-uXdpHhXQNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdpHhXQNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpHhXQNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpHhXQNY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpHhXQNY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpHhXQNY .container {
    padding: 0 30px;
  }
}
.cid-uXdpHhXQNY .row {
  justify-content: center;
}
.cid-uXdpHhXQNY .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpHhXQNY .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpHhXQNY .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpHhXQNY .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpHhXQNY .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpHhXQNY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpHhXQNY .mbr-desc {
  color: #22654E;
}
.cid-v14PQ6Jspu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14PQ6Jspu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14PQ6Jspu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14PQ6Jspu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14PQ6Jspu .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14PQ6Jspu .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14PQ6Jspu .mbr-text,
.cid-v14PQ6Jspu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14PQ6Jspu .row {
  align-items: top;
}
.cid-uUhFVmjhyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhFVmjhyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhFVmjhyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhFVmjhyj .row {
  align-items: flex-end;
}
.cid-uUhFVmjhyj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUhFVmjhyj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUhFVmjhyj img,
.cid-uUhFVmjhyj .item-img {
  width: 100%;
}
.cid-uUhFVmjhyj H5 {
  color: #333333;
  text-align: center;
}
.cid-uUhFVmjhyj .mbr-text,
.cid-uUhFVmjhyj .mbr-section-btn {
  color: #291f1e;
}
.cid-uUhUm6mFJm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUhUm6mFJm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUhUm6mFJm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUhUm6mFJm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUhUm6mFJm .mbr-card-title {
  color: #000000;
}
.cid-uUhUm6mFJm .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUhUm6mFJm .mbr-text,
.cid-uUhUm6mFJm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUhUm6mFJm .row {
  align-items: top;
}
.cid-v14OfqOa1B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v14OfqOa1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14OfqOa1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14OfqOa1B .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v14OfqOa1B .mbr-section-title {
  color: #24262b;
}
.cid-v14OfqOa1B .mbr-section-subtitle {
  color: #24262b;
}
.cid-v14OfqOa1B .items-row {
  row-gap: 32px;
}
.cid-v14OfqOa1B .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v14OfqOa1B .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 5));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v14OfqOa1B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v14OfqOa1B .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v14OfqOa1B .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v14OfqOa1B .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v14OfqOa1B .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v14OfqOa1B .mbr-item-subtitle {
  color: #24262b;
}
.cid-v14OfqOa1B .carousel-control,
.cid-v14OfqOa1B .close {
  background: #1b1b1b;
}
.cid-v14OfqOa1B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v14OfqOa1B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v14OfqOa1B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v14OfqOa1B .carousel-control-next span {
  margin-left: 5px;
}
.cid-v14OfqOa1B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v14OfqOa1B .close::before {
  content: '\e91a';
}
.cid-v14OfqOa1B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v14OfqOa1B .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v14OfqOa1B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v14OfqOa1B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v14OfqOa1B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v14OfqOa1B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v14OfqOa1B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v14OfqOa1B .carousel-indicators li.active,
.cid-v14OfqOa1B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v14OfqOa1B .carousel-indicators li::after,
.cid-v14OfqOa1B .carousel-indicators li::before {
  content: none;
}
.cid-v14OfqOa1B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v14OfqOa1B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v14OfqOa1B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v14OfqOa1B .carousel-indicators {
    display: none;
  }
}
.cid-v14OfqOa1B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v14OfqOa1B .carousel-inner > .active {
  display: block;
}
.cid-v14OfqOa1B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v14OfqOa1B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v14OfqOa1B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v14OfqOa1B .carousel-control,
  .cid-v14OfqOa1B .carousel-indicators,
  .cid-v14OfqOa1B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v14OfqOa1B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v14OfqOa1B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v14OfqOa1B .carousel-indicators .active,
.cid-v14OfqOa1B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v14OfqOa1B .carousel-indicators .active {
  background: #fff;
}
.cid-v14OfqOa1B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v14OfqOa1B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v14OfqOa1B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v14OfqOa1B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v14OfqOa1B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v14OfqOa1B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v14OfqOa1B .carousel {
  width: 100%;
}
.cid-v14OfqOa1B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v14OfqOa1B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v14OfqOa1B .modal.fade .modal-dialog,
.cid-v14OfqOa1B .modal.in .modal-dialog {
  transform: none;
}
.cid-v14OfqOa1B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v14OfqOa1B H6 {
  text-align: center;
}
.cid-uXdpINlJA4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdpINlJA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpINlJA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpINlJA4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpINlJA4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpINlJA4 .container {
    padding: 0 30px;
  }
}
.cid-uXdpINlJA4 .row {
  justify-content: center;
}
.cid-uXdpINlJA4 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpINlJA4 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpINlJA4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpINlJA4 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpINlJA4 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpINlJA4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpINlJA4 .mbr-desc {
  color: #22654E;
}
.cid-uUlMPDJVEg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUlMPDJVEg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUlMPDJVEg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUlMPDJVEg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUlMPDJVEg .mbr-card-title {
  color: #000000;
}
.cid-uUlMPDJVEg .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUlMPDJVEg .mbr-text,
.cid-uUlMPDJVEg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUlMPDJVEg .row {
  align-items: top;
}
.cid-uUno07aoi2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUno07aoi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUno07aoi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUno07aoi2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUno07aoi2 .row {
  flex-direction: row-reverse;
}
.cid-uUno07aoi2 img {
  width: 100%;
  border: 3px solid #9473d2;
  border-radius: 2rem;
}
.cid-uUno07aoi2 .mbr-text {
  color: #1b1818;
  text-align: left;
}
.cid-uXdpJN2xx1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdpJN2xx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpJN2xx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpJN2xx1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpJN2xx1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpJN2xx1 .container {
    padding: 0 30px;
  }
}
.cid-uXdpJN2xx1 .row {
  justify-content: center;
}
.cid-uXdpJN2xx1 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpJN2xx1 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpJN2xx1 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpJN2xx1 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpJN2xx1 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpJN2xx1 .mbr-desc {
  color: #22654E;
}
.cid-uUtozT1fDf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUtozT1fDf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUtozT1fDf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUtozT1fDf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUtozT1fDf .mbr-card-title {
  color: #000000;
}
.cid-uUtozT1fDf .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUtozT1fDf .mbr-text,
.cid-uUtozT1fDf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUtozT1fDf .row {
  align-items: top;
}
.cid-v14VBgdmGU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v14VBgdmGU .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v14VBgdmGU .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v14VBgdmGU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v14VBgdmGU .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v14VBgdmGU .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v14VBgdmGU .mbr-text {
  color: #000000;
}
.cid-v14VBgdmGU .mbr-description {
  color: #6c7577;
}
.cid-v14VBgdmGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14VBgdmGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWcho.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWcho.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWcho.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWcho .modal-content,
.cid-uXhxTuWcho .modal-dialog {
  height: auto;
}
.cid-uXhxTuWcho .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWcho .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWcho .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWcho .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWcho .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWcho .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-uXhxTuWcho .mbr-text {
  text-align: center;
}
.cid-uXhxTuWcho .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWcho .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWcho .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWcho .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWcho .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWcho .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWcho .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWcho .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWcho .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-uXhxTuWcho .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWcho .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWcho .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWcho .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-uXhxTuWcho .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWcho .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWcho .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWcho .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWcho .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWcho .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWcho .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWcho .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWcho .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWcho .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWcho .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWcho .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWcho .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWcho .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWcho .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWcho .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWcho .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWcho .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWcho .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWcho .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWcho .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWcho .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWcho .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWcho .modal-lg,
  .cid-uXhxTuWcho .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWcho .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWcho .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWcho .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-uXhxTuWcho .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWcho .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWcho .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWcho .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-uXhxTuWcho .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWcho .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v14trXF5EA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14trXF5EA .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14trXF5EA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14trXF5EA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14trXF5EA .mbr-card-title {
  color: #000000;
}
.cid-v14trXF5EA .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14trXF5EA .mbr-text,
.cid-v14trXF5EA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14trXF5EA .row {
  align-items: top;
}
.cid-uTlDmxg0fD {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTlDmxg0fD .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTlDmxg0fD .card-img {
  padding-bottom: 2rem;
}
.cid-uTlDmxg0fD .mbr-text {
  color: #767676;
}
.cid-uTlDmxg0fD span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTlDmxg0fD .mbr-section-btn {
  margin-left: 0;
}
.cid-uTlDmxg0fD .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTlDmxg0fD .card-title {
    text-align: center;
  }
  .cid-uTlDmxg0fD p.mbr-text,
  .cid-uTlDmxg0fD p.date {
    text-align: center;
  }
}
.cid-uTlDmxg0fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTlDmxg0fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTlDmxg0fD .card-title,
.cid-uTlDmxg0fD .card-img {
  text-align: center;
}
.cid-uXdpgJ8thF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdpgJ8thF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpgJ8thF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpgJ8thF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpgJ8thF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpgJ8thF .container {
    padding: 0 30px;
  }
}
.cid-uXdpgJ8thF .row {
  justify-content: center;
}
.cid-uXdpgJ8thF .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpgJ8thF .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpgJ8thF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpgJ8thF .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpgJ8thF .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpgJ8thF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpgJ8thF .mbr-desc {
  color: #22654E;
}
.cid-uTlbqM07NM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTlbqM07NM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uTlbqM07NM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTlbqM07NM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uTlbqM07NM .mbr-card-title {
  color: #000000;
}
.cid-uTlbqM07NM .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uTlbqM07NM .mbr-text,
.cid-uTlbqM07NM .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uTlbqM07NM .row {
  align-items: top;
}
.cid-v14tVsNUls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14tVsNUls .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14tVsNUls .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14tVsNUls .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14tVsNUls .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14tVsNUls .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14tVsNUls .mbr-text,
.cid-v14tVsNUls .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14tVsNUls .row {
  align-items: top;
}
.cid-uXdpi1uBuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdpi1uBuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpi1uBuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpi1uBuQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpi1uBuQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpi1uBuQ .container {
    padding: 0 30px;
  }
}
.cid-uXdpi1uBuQ .row {
  justify-content: center;
}
.cid-uXdpi1uBuQ .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpi1uBuQ .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpi1uBuQ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpi1uBuQ .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpi1uBuQ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpi1uBuQ .mbr-desc {
  color: #22654E;
}
.cid-uTlF1KtLlk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTlF1KtLlk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uTlF1KtLlk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTlF1KtLlk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uTlF1KtLlk .mbr-card-title {
  color: #000000;
}
.cid-uTlF1KtLlk .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uTlF1KtLlk .mbr-text,
.cid-uTlF1KtLlk .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uTlF1KtLlk .row {
  align-items: top;
}
.cid-v14JHdSLYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14JHdSLYt .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14JHdSLYt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14JHdSLYt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14JHdSLYt .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14JHdSLYt .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14JHdSLYt .mbr-text,
.cid-v14JHdSLYt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14JHdSLYt .row {
  align-items: top;
}
.cid-uXdpjcbPrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdpjcbPrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpjcbPrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpjcbPrS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpjcbPrS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpjcbPrS .container {
    padding: 0 30px;
  }
}
.cid-uXdpjcbPrS .row {
  justify-content: center;
}
.cid-uXdpjcbPrS .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpjcbPrS .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpjcbPrS .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpjcbPrS .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpjcbPrS .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpjcbPrS .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpjcbPrS .mbr-desc {
  color: #22654E;
}
.cid-uTqw0zzBKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTqw0zzBKJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uTqw0zzBKJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTqw0zzBKJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uTqw0zzBKJ .mbr-card-title {
  color: #000000;
}
.cid-uTqw0zzBKJ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uTqw0zzBKJ .mbr-text,
.cid-uTqw0zzBKJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uTqw0zzBKJ .row {
  align-items: top;
}
.cid-v14KFnfgZ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14KFnfgZ6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14KFnfgZ6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14KFnfgZ6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14KFnfgZ6 .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14KFnfgZ6 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14KFnfgZ6 .mbr-text,
.cid-v14KFnfgZ6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14KFnfgZ6 .row {
  align-items: top;
}
.cid-v14Lu8icrW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v14Lu8icrW .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v14Lu8icrW .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v14Lu8icrW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v14Lu8icrW .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v14Lu8icrW .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v14Lu8icrW .mbr-text {
  color: #000000;
}
.cid-v14Lu8icrW .mbr-description {
  color: #6c7577;
}
.cid-v14Lu8icrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14Lu8icrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuW3Gh.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuW3Gh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuW3Gh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuW3Gh .modal-content,
.cid-uXhxTuW3Gh .modal-dialog {
  height: auto;
}
.cid-uXhxTuW3Gh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuW3Gh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuW3Gh .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuW3Gh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuW3Gh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuW3Gh .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-uXhxTuW3Gh .mbr-text {
  text-align: center;
}
.cid-uXhxTuW3Gh .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuW3Gh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuW3Gh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuW3Gh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuW3Gh .modal-open {
  overflow: hidden;
}
.cid-uXhxTuW3Gh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuW3Gh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuW3Gh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuW3Gh .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-uXhxTuW3Gh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuW3Gh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuW3Gh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuW3Gh .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-uXhxTuW3Gh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuW3Gh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuW3Gh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuW3Gh .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuW3Gh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuW3Gh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW3Gh .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuW3Gh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuW3Gh .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuW3Gh .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuW3Gh .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuW3Gh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuW3Gh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuW3Gh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW3Gh .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuW3Gh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuW3Gh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW3Gh .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuW3Gh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuW3Gh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuW3Gh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuW3Gh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuW3Gh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuW3Gh .modal-lg,
  .cid-uXhxTuW3Gh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuW3Gh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuW3Gh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuW3Gh .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-uXhxTuW3Gh .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuW3Gh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuW3Gh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuW3Gh .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-uXhxTuW3Gh .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuW3Gh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v0B3NEOcDU {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0B3NEOcDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0B3NEOcDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0B3NEOcDU .container {
  max-width: 100%;
  width: 100%;
}
.cid-v0B3NEOcDU .row {
  justify-content: center;
}
.cid-v0B3NEOcDU .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v0B3NEOcDU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-v0B3NEOcDU .image-wrapper img {
  width: 100%;
  height: 10px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-v0B3NEOcDU .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-v0B3NEOcDU .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-v0B3NEOcDU .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-v0B3NEOcDU .image-wrapper img {
    height: 200px;
  }
}
.cid-v0b8bjeEaj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v0b8bjeEaj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0b8bjeEaj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0b8bjeEaj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0b8bjeEaj .mbr-card-title {
  color: #000000;
}
.cid-v0b8bjeEaj .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0b8bjeEaj .mbr-text,
.cid-v0b8bjeEaj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0b8bjeEaj .row {
  align-items: top;
}
.cid-uXdr7rmVa5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdr7rmVa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdr7rmVa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdr7rmVa5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdr7rmVa5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdr7rmVa5 .container {
    padding: 0 30px;
  }
}
.cid-uXdr7rmVa5 .row {
  justify-content: center;
}
.cid-uXdr7rmVa5 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdr7rmVa5 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdr7rmVa5 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdr7rmVa5 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdr7rmVa5 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdr7rmVa5 .mbr-desc {
  color: #22654E;
}
.cid-v17j14i3Md {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v17hIDiGHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17hIDiGHN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17hIDiGHN .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17hIDiGHN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17hIDiGHN .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17hIDiGHN .mbr-section-title {
  color: #2e6b75;
  text-align: left;
}
.cid-v17hIDiGHN .mbr-text {
  color: #000000;
}
.cid-v17hIDiGHN .mbr-description {
  color: #6c7577;
}
.cid-v17hIDiGHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17hIDiGHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSo3Xzl9Tr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSo3Xzl9Tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSo3Xzl9Tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSo3Xzl9Tr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSo3Xzl9Tr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uSo3Xzl9Tr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSo3Xzl9Tr .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content {
  width: 100%;
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #feffe3;
  padding: 64px;
  border-right: 4px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #08323c;
  }
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSo3Xzl9Tr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSo3Xzl9Tr .embla__button--next,
.cid-uSo3Xzl9Tr .embla__button--prev {
  display: flex;
}
.cid-uSo3Xzl9Tr .embla__button {
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
}
.cid-uSo3Xzl9Tr .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uSo3Xzl9Tr .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uSo3Xzl9Tr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSo3Xzl9Tr .embla__button.embla__button--next {
  left: 64px;
}
.cid-uSo3Xzl9Tr .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uSo3Xzl9Tr .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uSo3Xzl9Tr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSo3Xzl9Tr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSo3Xzl9Tr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uSo3Xzl9Tr .mbr-section-title {
  color: #555555;
  text-align: left;
}
.cid-uSo3Xzl9Tr .card-title {
  color: #0f0f0f;
  text-align: left;
}
.cid-uSo3Xzl9Tr .card-number {
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSo3Xzl9Tr .card-number {
    text-align: left;
  }
}
.cid-uSo3Xzl9Tr .card-text {
  color: #666666;
}
.cid-uSo3Xzl9Tr .mbr-section-title DIV {
  text-align: left;
}
.cid-uVkomM6OG6 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uVkomM6OG6 .mbr-figure {
  padding: 0;
}
.cid-uVkomM6OG6 .content-row {
  background-color: #ffffff;
}
.cid-uVkomM6OG6 .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uVkomM6OG6 .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uVkomM6OG6 .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-uVkomM6OG6 .content-row .media-content .content-block {
  z-index: 1;
}
.cid-uVkomM6OG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVkomM6OG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVkomM6OG6 H2 {
  color: #0f0f0f;
}
.cid-uVkomM6OG6 H3 {
  color: #0f0f0f;
}
.cid-uVkomM6OG6 .testimonial-text {
  color: #0f0f0f;
}
.cid-v17jVlvt88 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v17jVlvt88 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17jVlvt88 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17jVlvt88 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v17jVlvt88 .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-v17jVlvt88 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17jVlvt88 .mbr-text,
.cid-v17jVlvt88 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17jVlvt88 .row {
  align-items: top;
}
.cid-v17jOD1PuS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17jOD1PuS .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17jOD1PuS .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17jOD1PuS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17jOD1PuS .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17jOD1PuS .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17jOD1PuS .mbr-text {
  color: #000000;
}
.cid-v17jOD1PuS .mbr-description {
  color: #6c7577;
}
.cid-v17jOD1PuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17jOD1PuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuW6ZY.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuW6ZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuW6ZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuW6ZY .modal-content,
.cid-uXhxTuW6ZY .modal-dialog {
  height: auto;
}
.cid-uXhxTuW6ZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuW6ZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuW6ZY .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuW6ZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuW6ZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuW6ZY .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-uXhxTuW6ZY .mbr-text {
  text-align: center;
}
.cid-uXhxTuW6ZY .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuW6ZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuW6ZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuW6ZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuW6ZY .modal-open {
  overflow: hidden;
}
.cid-uXhxTuW6ZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuW6ZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuW6ZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuW6ZY .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-uXhxTuW6ZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuW6ZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuW6ZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuW6ZY .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-uXhxTuW6ZY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuW6ZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuW6ZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuW6ZY .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuW6ZY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuW6ZY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW6ZY .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuW6ZY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuW6ZY .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuW6ZY .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuW6ZY .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuW6ZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuW6ZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuW6ZY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW6ZY .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuW6ZY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuW6ZY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW6ZY .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuW6ZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuW6ZY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuW6ZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuW6ZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuW6ZY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuW6ZY .modal-lg,
  .cid-uXhxTuW6ZY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuW6ZY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuW6ZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuW6ZY .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-uXhxTuW6ZY .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuW6ZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuW6ZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuW6ZY .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-uXhxTuW6ZY .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuW6ZY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-uSGHfqxDLL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSGGzTCv34 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uSGGzTCv34 .mbr-figure {
  padding: 0;
}
.cid-uSGGzTCv34 .content-row {
  background-color: #f9f9f9;
}
.cid-uSGGzTCv34 .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uSGGzTCv34 .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uSGGzTCv34 .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-uSGGzTCv34 .content-row .media-content .content-block {
  z-index: 1;
}
.cid-uSGGzTCv34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSGGzTCv34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSGGzTCv34 H2 {
  color: #0f0f0f;
}
.cid-uSGGzTCv34 H3 {
  color: #0f0f0f;
}
.cid-uSGGzTCv34 .testimonial-text {
  color: #0f0f0f;
}
.cid-uSHaeUhUkz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSH9v3KQHH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSH9v3KQHH .block-text {
  text-align: left;
}
.cid-uSGHEIG93p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSGHEIG93p .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSGHEIG93p .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSGHEIG93p .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSGHEIG93p .mbr-card-title {
  color: #000000;
}
.cid-uSGHEIG93p .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSGHEIG93p .mbr-text,
.cid-uSGHEIG93p .mbr-section-btn {
  text-align: left;
  color: #555555;
}
.cid-uSGHEIG93p .row {
  align-items: top;
}
.cid-uX9LFOjHIu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 120px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uX9LFOjHIu .image-block {
  margin: auto;
}
.cid-uX9LFOjHIu figcaption {
  position: relative;
}
.cid-uX9LFOjHIu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uX9LFOjHIu .image-block {
    width: 100% !important;
  }
}
.cid-uX9LtuFoUt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9-1.jpg");
}
.cid-uX9LtuFoUt .container-fluid {
  padding: 0 3rem;
}
.cid-uX9LtuFoUt .mbr-section-subtitle {
  color: #000000;
}
.cid-uX9LtuFoUt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uX9LtuFoUt .table-wrapper {
  margin: 0 auto;
}
.cid-uX9LtuFoUt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uX9LtuFoUt table thead tr {
  border: none !important;
}
.cid-uX9LtuFoUt table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uX9LtuFoUt table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-uX9LtuFoUt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uX9LtuFoUt tr:hover {
  background-color: #ffffff !important;
}
.cid-uX9LtuFoUt .head-item:after,
.cid-uX9LtuFoUt .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uX9LtuFoUt table th,
  .cid-uX9LtuFoUt table td {
    padding: .75rem;
  }
}
.cid-uX9LtuFoUt .body-item {
  text-align: center;
  color: #000000;
}
.cid-uX9LtuFoUt .head-item {
  color: #000000;
}
.cid-uX9LtuFoUt .mbr-text {
  color: #767676;
}
.cid-uX9LufLQTg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9-1.jpg");
}
.cid-uX9LufLQTg .container-fluid {
  padding: 0 3rem;
}
.cid-uX9LufLQTg .mbr-section-subtitle {
  color: #000000;
}
.cid-uX9LufLQTg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uX9LufLQTg .table-wrapper {
  margin: 0 auto;
}
.cid-uX9LufLQTg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uX9LufLQTg table thead tr {
  border: none !important;
}
.cid-uX9LufLQTg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uX9LufLQTg table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-uX9LufLQTg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uX9LufLQTg tr:hover {
  background-color: #ffffff !important;
}
.cid-uX9LufLQTg .head-item:after,
.cid-uX9LufLQTg .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uX9LufLQTg table th,
  .cid-uX9LufLQTg table td {
    padding: .75rem;
  }
}
.cid-uX9LufLQTg .body-item {
  text-align: center;
  color: #000000;
}
.cid-uX9LufLQTg .head-item {
  color: #000000;
}
.cid-uX9LufLQTg .mbr-text {
  color: #767676;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWgyn.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWgyn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWgyn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWgyn .modal-content,
.cid-uXhxTuWgyn .modal-dialog {
  height: auto;
}
.cid-uXhxTuWgyn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWgyn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWgyn .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWgyn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWgyn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWgyn .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-uXhxTuWgyn .mbr-text {
  text-align: center;
}
.cid-uXhxTuWgyn .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWgyn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWgyn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWgyn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWgyn .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWgyn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWgyn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWgyn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWgyn .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-uXhxTuWgyn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWgyn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWgyn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWgyn .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-uXhxTuWgyn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWgyn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWgyn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWgyn .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWgyn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWgyn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWgyn .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWgyn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWgyn .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWgyn .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWgyn .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWgyn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWgyn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWgyn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWgyn .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWgyn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWgyn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWgyn .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWgyn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWgyn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWgyn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWgyn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWgyn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWgyn .modal-lg,
  .cid-uXhxTuWgyn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWgyn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWgyn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWgyn .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-uXhxTuWgyn .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWgyn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWgyn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWgyn .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-uXhxTuWgyn .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWgyn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-tBZpsBGR1v {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/chatgpt-image-sep-24-2025-01-01-56-am-1536x1024.png");
}
.cid-tBZpsBGR1v .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tBZpsBGR1v .mbr-text,
.cid-tBZpsBGR1v .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tBZpsBGR1v H1 {
  color: #000000;
}
.cid-tC1ZLGNiQj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/aep-1-1097x734.jpg");
}
.cid-tC1ZLGNiQj .container-fluid {
  padding: 0 3rem;
}
.cid-tC1ZLGNiQj .mbr-section-subtitle {
  color: #000000;
}
.cid-tC1ZLGNiQj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tC1ZLGNiQj .table-wrapper {
  margin: 0 auto;
}
.cid-tC1ZLGNiQj .head-item {
  min-width: 70px;
}
.cid-tC1ZLGNiQj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tC1ZLGNiQj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-tC1ZLGNiQj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tC1ZLGNiQj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tC1ZLGNiQj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tC1ZLGNiQj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tC1ZLGNiQj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tC1ZLGNiQj .dataTables_wrapper {
  display: block;
}
.cid-tC1ZLGNiQj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tC1ZLGNiQj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tC1ZLGNiQj .head-item:after,
.cid-tC1ZLGNiQj .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tC1ZLGNiQj .dataTables_filter {
    text-align: center;
  }
  .cid-tC1ZLGNiQj .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tC1ZLGNiQj .dataTables_filter {
    text-align: center;
  }
  .cid-tC1ZLGNiQj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tC1ZLGNiQj .table-wrapper {
    width: 100%!important;
  }
  .cid-tC1ZLGNiQj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tC1ZLGNiQj table th,
  .cid-tC1ZLGNiQj table td {
    padding: .75rem;
  }
}
.cid-tC1ZLGNiQj .body-item {
  text-align: left;
  color: #212529;
}
.cid-tBZpsDrwKJ.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsDrwKJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsDrwKJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsDrwKJ .modal-content,
.cid-tBZpsDrwKJ .modal-dialog {
  height: auto;
}
.cid-tBZpsDrwKJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsDrwKJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsDrwKJ .form-wrapper .mbr-form .form-group,
  .cid-tBZpsDrwKJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsDrwKJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .mbr-text {
  text-align: center;
}
.cid-tBZpsDrwKJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsDrwKJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsDrwKJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsDrwKJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsDrwKJ .modal-open {
  overflow: hidden;
}
.cid-tBZpsDrwKJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsDrwKJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsDrwKJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsDrwKJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsDrwKJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsDrwKJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsDrwKJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsDrwKJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsDrwKJ .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsDrwKJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsDrwKJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsDrwKJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsDrwKJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsDrwKJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsDrwKJ .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsDrwKJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsDrwKJ .modal-lg,
  .cid-tBZpsDrwKJ .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsDrwKJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsDrwKJ .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsDrwKJ .container {
    max-width: 1140px;
  }
}
.cid-tBZpsDrwKJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsDrwKJ .container {
    max-width: 720px;
  }
}
.cid-tBZpsDrwKJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsDrwKJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsDrwKJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsDrwKJ .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-tBZpsDrwKJ .mbr-text,
.cid-tBZpsDrwKJ .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsESG3Z.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsESG3Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsESG3Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsESG3Z .modal-content,
.cid-tBZpsESG3Z .modal-dialog {
  height: auto;
}
.cid-tBZpsESG3Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsESG3Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsESG3Z .form-wrapper .mbr-form .form-group,
  .cid-tBZpsESG3Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsESG3Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .mbr-text {
  text-align: center;
}
.cid-tBZpsESG3Z .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsESG3Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsESG3Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsESG3Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsESG3Z .modal-open {
  overflow: hidden;
}
.cid-tBZpsESG3Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsESG3Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsESG3Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsESG3Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsESG3Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsESG3Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsESG3Z .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsESG3Z .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsESG3Z .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsESG3Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsESG3Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsESG3Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsESG3Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsESG3Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsESG3Z .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsESG3Z .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsESG3Z .modal-lg,
  .cid-tBZpsESG3Z .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsESG3Z .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsESG3Z .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsESG3Z .container {
    max-width: 1140px;
  }
}
.cid-tBZpsESG3Z .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsESG3Z .container {
    max-width: 720px;
  }
}
.cid-tBZpsESG3Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsESG3Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsESG3Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsESG3Z .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-tBZpsESG3Z .mbr-text,
.cid-tBZpsESG3Z .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsGcTbA.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsGcTbA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsGcTbA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsGcTbA .modal-content,
.cid-tBZpsGcTbA .modal-dialog {
  height: auto;
}
.cid-tBZpsGcTbA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsGcTbA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsGcTbA .form-wrapper .mbr-form .form-group,
  .cid-tBZpsGcTbA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsGcTbA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .mbr-text {
  text-align: center;
}
.cid-tBZpsGcTbA .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsGcTbA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsGcTbA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsGcTbA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsGcTbA .modal-open {
  overflow: hidden;
}
.cid-tBZpsGcTbA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsGcTbA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsGcTbA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsGcTbA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsGcTbA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsGcTbA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsGcTbA .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsGcTbA .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsGcTbA .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsGcTbA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsGcTbA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsGcTbA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsGcTbA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsGcTbA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsGcTbA .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsGcTbA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsGcTbA .modal-lg,
  .cid-tBZpsGcTbA .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsGcTbA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsGcTbA .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsGcTbA .container {
    max-width: 1140px;
  }
}
.cid-tBZpsGcTbA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsGcTbA .container {
    max-width: 720px;
  }
}
.cid-tBZpsGcTbA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsGcTbA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsGcTbA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsGcTbA .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-tBZpsGcTbA .mbr-text,
.cid-tBZpsGcTbA .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsHq5cC.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsHq5cC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsHq5cC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsHq5cC .modal-content,
.cid-tBZpsHq5cC .modal-dialog {
  height: auto;
}
.cid-tBZpsHq5cC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsHq5cC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsHq5cC .form-wrapper .mbr-form .form-group,
  .cid-tBZpsHq5cC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsHq5cC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .mbr-text {
  text-align: center;
}
.cid-tBZpsHq5cC .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsHq5cC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsHq5cC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsHq5cC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsHq5cC .modal-open {
  overflow: hidden;
}
.cid-tBZpsHq5cC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsHq5cC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsHq5cC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsHq5cC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsHq5cC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsHq5cC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsHq5cC .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsHq5cC .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsHq5cC .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsHq5cC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsHq5cC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsHq5cC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsHq5cC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsHq5cC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsHq5cC .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsHq5cC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsHq5cC .modal-lg,
  .cid-tBZpsHq5cC .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsHq5cC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsHq5cC .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsHq5cC .container {
    max-width: 1140px;
  }
}
.cid-tBZpsHq5cC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsHq5cC .container {
    max-width: 720px;
  }
}
.cid-tBZpsHq5cC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsHq5cC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsHq5cC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsHq5cC .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-tBZpsHq5cC .mbr-text,
.cid-tBZpsHq5cC .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsIH6do.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsIH6do.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsIH6do.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsIH6do .modal-content,
.cid-tBZpsIH6do .modal-dialog {
  height: auto;
}
.cid-tBZpsIH6do .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsIH6do .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsIH6do .form-wrapper .mbr-form .form-group,
  .cid-tBZpsIH6do .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsIH6do .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsIH6do .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-tBZpsIH6do .mbr-text {
  text-align: center;
}
.cid-tBZpsIH6do .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsIH6do .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsIH6do .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsIH6do .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsIH6do .modal-open {
  overflow: hidden;
}
.cid-tBZpsIH6do .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsIH6do .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsIH6do .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsIH6do .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-tBZpsIH6do .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsIH6do .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsIH6do .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsIH6do .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-tBZpsIH6do .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsIH6do .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsIH6do .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsIH6do .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-tBZpsIH6do .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsIH6do .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsIH6do .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsIH6do .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsIH6do .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsIH6do .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-tBZpsIH6do .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsIH6do .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsIH6do .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsIH6do .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsIH6do .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsIH6do .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsIH6do .modal-lg,
  .cid-tBZpsIH6do .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsIH6do .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsIH6do .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsIH6do .container {
    max-width: 1140px;
  }
}
.cid-tBZpsIH6do .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsIH6do .container {
    max-width: 720px;
  }
}
.cid-tBZpsIH6do .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsIH6do .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-tBZpsIH6do .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsIH6do .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsIH6do .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsIH6do .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-tBZpsIH6do .mbr-text,
.cid-tBZpsIH6do .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsJVEX3.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsJVEX3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsJVEX3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsJVEX3 .modal-content,
.cid-tBZpsJVEX3 .modal-dialog {
  height: auto;
}
.cid-tBZpsJVEX3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsJVEX3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsJVEX3 .form-wrapper .mbr-form .form-group,
  .cid-tBZpsJVEX3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsJVEX3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .mbr-text {
  text-align: center;
}
.cid-tBZpsJVEX3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsJVEX3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsJVEX3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsJVEX3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsJVEX3 .modal-open {
  overflow: hidden;
}
.cid-tBZpsJVEX3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsJVEX3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsJVEX3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsJVEX3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsJVEX3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsJVEX3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsJVEX3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsJVEX3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsJVEX3 .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsJVEX3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsJVEX3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsJVEX3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsJVEX3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsJVEX3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsJVEX3 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsJVEX3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsJVEX3 .modal-lg,
  .cid-tBZpsJVEX3 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsJVEX3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsJVEX3 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsJVEX3 .container {
    max-width: 1140px;
  }
}
.cid-tBZpsJVEX3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsJVEX3 .container {
    max-width: 720px;
  }
}
.cid-tBZpsJVEX3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsJVEX3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsJVEX3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsJVEX3 .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-tBZpsJVEX3 .mbr-text,
.cid-tBZpsJVEX3 .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsL6ivo.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsL6ivo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsL6ivo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsL6ivo .modal-content,
.cid-tBZpsL6ivo .modal-dialog {
  height: auto;
}
.cid-tBZpsL6ivo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsL6ivo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsL6ivo .form-wrapper .mbr-form .form-group,
  .cid-tBZpsL6ivo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsL6ivo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .mbr-text {
  text-align: center;
}
.cid-tBZpsL6ivo .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsL6ivo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsL6ivo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsL6ivo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsL6ivo .modal-open {
  overflow: hidden;
}
.cid-tBZpsL6ivo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsL6ivo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsL6ivo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsL6ivo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsL6ivo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsL6ivo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsL6ivo .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsL6ivo .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsL6ivo .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsL6ivo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsL6ivo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsL6ivo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsL6ivo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsL6ivo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsL6ivo .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsL6ivo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsL6ivo .modal-lg,
  .cid-tBZpsL6ivo .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsL6ivo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsL6ivo .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsL6ivo .container {
    max-width: 1140px;
  }
}
.cid-tBZpsL6ivo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsL6ivo .container {
    max-width: 720px;
  }
}
.cid-tBZpsL6ivo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsL6ivo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsL6ivo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsL6ivo .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-tBZpsL6ivo .mbr-text,
.cid-tBZpsL6ivo .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsMuw8E.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsMuw8E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsMuw8E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsMuw8E .modal-content,
.cid-tBZpsMuw8E .modal-dialog {
  height: auto;
}
.cid-tBZpsMuw8E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsMuw8E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsMuw8E .form-wrapper .mbr-form .form-group,
  .cid-tBZpsMuw8E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsMuw8E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .mbr-text {
  text-align: center;
}
.cid-tBZpsMuw8E .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsMuw8E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsMuw8E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsMuw8E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsMuw8E .modal-open {
  overflow: hidden;
}
.cid-tBZpsMuw8E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsMuw8E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsMuw8E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsMuw8E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsMuw8E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsMuw8E .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsMuw8E .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsMuw8E .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsMuw8E .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsMuw8E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsMuw8E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsMuw8E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsMuw8E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsMuw8E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsMuw8E .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsMuw8E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsMuw8E .modal-lg,
  .cid-tBZpsMuw8E .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsMuw8E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsMuw8E .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsMuw8E .container {
    max-width: 1140px;
  }
}
.cid-tBZpsMuw8E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsMuw8E .container {
    max-width: 720px;
  }
}
.cid-tBZpsMuw8E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsMuw8E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsMuw8E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsMuw8E .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-tBZpsMuw8E .mbr-text,
.cid-tBZpsMuw8E .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsNVqY3.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsNVqY3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsNVqY3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsNVqY3 .modal-content,
.cid-tBZpsNVqY3 .modal-dialog {
  height: auto;
}
.cid-tBZpsNVqY3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsNVqY3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsNVqY3 .form-wrapper .mbr-form .form-group,
  .cid-tBZpsNVqY3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsNVqY3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .mbr-text {
  text-align: center;
}
.cid-tBZpsNVqY3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsNVqY3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsNVqY3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsNVqY3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsNVqY3 .modal-open {
  overflow: hidden;
}
.cid-tBZpsNVqY3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsNVqY3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsNVqY3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsNVqY3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsNVqY3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsNVqY3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsNVqY3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsNVqY3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsNVqY3 .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsNVqY3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsNVqY3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsNVqY3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsNVqY3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsNVqY3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsNVqY3 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsNVqY3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsNVqY3 .modal-lg,
  .cid-tBZpsNVqY3 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsNVqY3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsNVqY3 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsNVqY3 .container {
    max-width: 1140px;
  }
}
.cid-tBZpsNVqY3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsNVqY3 .container {
    max-width: 720px;
  }
}
.cid-tBZpsNVqY3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsNVqY3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsNVqY3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsNVqY3 .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-tBZpsNVqY3 .mbr-text,
.cid-tBZpsNVqY3 .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsPnPmc.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsPnPmc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsPnPmc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsPnPmc .modal-content,
.cid-tBZpsPnPmc .modal-dialog {
  height: auto;
}
.cid-tBZpsPnPmc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsPnPmc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsPnPmc .form-wrapper .mbr-form .form-group,
  .cid-tBZpsPnPmc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsPnPmc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .mbr-text {
  text-align: center;
}
.cid-tBZpsPnPmc .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsPnPmc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsPnPmc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsPnPmc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsPnPmc .modal-open {
  overflow: hidden;
}
.cid-tBZpsPnPmc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsPnPmc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsPnPmc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsPnPmc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsPnPmc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsPnPmc .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsPnPmc .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsPnPmc .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsPnPmc .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsPnPmc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsPnPmc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsPnPmc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsPnPmc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsPnPmc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsPnPmc .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsPnPmc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsPnPmc .modal-lg,
  .cid-tBZpsPnPmc .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsPnPmc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsPnPmc .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsPnPmc .container {
    max-width: 1140px;
  }
}
.cid-tBZpsPnPmc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsPnPmc .container {
    max-width: 720px;
  }
}
.cid-tBZpsPnPmc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsPnPmc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsPnPmc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsPnPmc .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-tBZpsPnPmc .mbr-text,
.cid-tBZpsPnPmc .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsQJ7Wv.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsQJ7Wv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsQJ7Wv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsQJ7Wv .modal-content,
.cid-tBZpsQJ7Wv .modal-dialog {
  height: auto;
}
.cid-tBZpsQJ7Wv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsQJ7Wv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsQJ7Wv .form-wrapper .mbr-form .form-group,
  .cid-tBZpsQJ7Wv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsQJ7Wv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .mbr-text {
  text-align: center;
}
.cid-tBZpsQJ7Wv .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsQJ7Wv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsQJ7Wv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsQJ7Wv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsQJ7Wv .modal-open {
  overflow: hidden;
}
.cid-tBZpsQJ7Wv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsQJ7Wv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsQJ7Wv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsQJ7Wv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsQJ7Wv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsQJ7Wv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsQJ7Wv .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsQJ7Wv .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsQJ7Wv .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsQJ7Wv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsQJ7Wv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsQJ7Wv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsQJ7Wv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsQJ7Wv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsQJ7Wv .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsQJ7Wv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsQJ7Wv .modal-lg,
  .cid-tBZpsQJ7Wv .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsQJ7Wv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsQJ7Wv .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsQJ7Wv .container {
    max-width: 1140px;
  }
}
.cid-tBZpsQJ7Wv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsQJ7Wv .container {
    max-width: 720px;
  }
}
.cid-tBZpsQJ7Wv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsQJ7Wv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsQJ7Wv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsQJ7Wv .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-tBZpsQJ7Wv .mbr-text,
.cid-tBZpsQJ7Wv .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsS4TaU.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsS4TaU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsS4TaU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsS4TaU .modal-content,
.cid-tBZpsS4TaU .modal-dialog {
  height: auto;
}
.cid-tBZpsS4TaU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsS4TaU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsS4TaU .form-wrapper .mbr-form .form-group,
  .cid-tBZpsS4TaU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsS4TaU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .mbr-text {
  text-align: center;
}
.cid-tBZpsS4TaU .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsS4TaU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsS4TaU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsS4TaU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsS4TaU .modal-open {
  overflow: hidden;
}
.cid-tBZpsS4TaU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsS4TaU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsS4TaU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsS4TaU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsS4TaU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsS4TaU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsS4TaU .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsS4TaU .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsS4TaU .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsS4TaU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsS4TaU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsS4TaU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsS4TaU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsS4TaU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsS4TaU .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsS4TaU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsS4TaU .modal-lg,
  .cid-tBZpsS4TaU .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsS4TaU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsS4TaU .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsS4TaU .container {
    max-width: 1140px;
  }
}
.cid-tBZpsS4TaU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsS4TaU .container {
    max-width: 720px;
  }
}
.cid-tBZpsS4TaU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsS4TaU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsS4TaU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsS4TaU .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-tBZpsS4TaU .mbr-text,
.cid-tBZpsS4TaU .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsTzYB9.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsTzYB9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsTzYB9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsTzYB9 .modal-content,
.cid-tBZpsTzYB9 .modal-dialog {
  height: auto;
}
.cid-tBZpsTzYB9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsTzYB9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsTzYB9 .form-wrapper .mbr-form .form-group,
  .cid-tBZpsTzYB9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsTzYB9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .mbr-text {
  text-align: center;
}
.cid-tBZpsTzYB9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsTzYB9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsTzYB9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsTzYB9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsTzYB9 .modal-open {
  overflow: hidden;
}
.cid-tBZpsTzYB9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsTzYB9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsTzYB9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsTzYB9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsTzYB9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsTzYB9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsTzYB9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsTzYB9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsTzYB9 .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsTzYB9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsTzYB9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsTzYB9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsTzYB9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsTzYB9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsTzYB9 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsTzYB9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsTzYB9 .modal-lg,
  .cid-tBZpsTzYB9 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsTzYB9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsTzYB9 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsTzYB9 .container {
    max-width: 1140px;
  }
}
.cid-tBZpsTzYB9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsTzYB9 .container {
    max-width: 720px;
  }
}
.cid-tBZpsTzYB9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsTzYB9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsTzYB9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsTzYB9 .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-tBZpsTzYB9 .mbr-text,
.cid-tBZpsTzYB9 .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsURcog.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsURcog.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsURcog.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsURcog .modal-content,
.cid-tBZpsURcog .modal-dialog {
  height: auto;
}
.cid-tBZpsURcog .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsURcog .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsURcog .form-wrapper .mbr-form .form-group,
  .cid-tBZpsURcog .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsURcog .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsURcog .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-tBZpsURcog .mbr-text {
  text-align: center;
}
.cid-tBZpsURcog .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsURcog .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsURcog .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsURcog .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsURcog .modal-open {
  overflow: hidden;
}
.cid-tBZpsURcog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsURcog .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsURcog .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsURcog .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-tBZpsURcog .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsURcog .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsURcog .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsURcog .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-tBZpsURcog .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsURcog .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsURcog .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsURcog .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-tBZpsURcog .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsURcog .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsURcog .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsURcog .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsURcog .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsURcog .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-tBZpsURcog .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsURcog .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsURcog .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsURcog .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsURcog .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsURcog .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsURcog .modal-lg,
  .cid-tBZpsURcog .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsURcog .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsURcog .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsURcog .container {
    max-width: 1140px;
  }
}
.cid-tBZpsURcog .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsURcog .container {
    max-width: 720px;
  }
}
.cid-tBZpsURcog .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsURcog .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-tBZpsURcog .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsURcog .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsURcog .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsURcog .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-tBZpsURcog .mbr-text,
.cid-tBZpsURcog .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsVSRdn.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsVSRdn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsVSRdn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsVSRdn .modal-content,
.cid-tBZpsVSRdn .modal-dialog {
  height: auto;
}
.cid-tBZpsVSRdn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsVSRdn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsVSRdn .form-wrapper .mbr-form .form-group,
  .cid-tBZpsVSRdn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsVSRdn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .mbr-text {
  text-align: center;
}
.cid-tBZpsVSRdn .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsVSRdn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsVSRdn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsVSRdn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsVSRdn .modal-open {
  overflow: hidden;
}
.cid-tBZpsVSRdn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsVSRdn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsVSRdn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsVSRdn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsVSRdn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsVSRdn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsVSRdn .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsVSRdn .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsVSRdn .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsVSRdn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsVSRdn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsVSRdn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsVSRdn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsVSRdn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsVSRdn .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsVSRdn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsVSRdn .modal-lg,
  .cid-tBZpsVSRdn .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsVSRdn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsVSRdn .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsVSRdn .container {
    max-width: 1140px;
  }
}
.cid-tBZpsVSRdn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsVSRdn .container {
    max-width: 720px;
  }
}
.cid-tBZpsVSRdn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsVSRdn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsVSRdn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsVSRdn .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-tBZpsVSRdn .mbr-text,
.cid-tBZpsVSRdn .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsWWhLD.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsWWhLD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsWWhLD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsWWhLD .modal-content,
.cid-tBZpsWWhLD .modal-dialog {
  height: auto;
}
.cid-tBZpsWWhLD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsWWhLD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsWWhLD .form-wrapper .mbr-form .form-group,
  .cid-tBZpsWWhLD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsWWhLD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .mbr-text {
  text-align: center;
}
.cid-tBZpsWWhLD .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsWWhLD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsWWhLD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsWWhLD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsWWhLD .modal-open {
  overflow: hidden;
}
.cid-tBZpsWWhLD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsWWhLD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsWWhLD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsWWhLD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsWWhLD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsWWhLD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsWWhLD .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsWWhLD .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsWWhLD .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsWWhLD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsWWhLD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsWWhLD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsWWhLD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsWWhLD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsWWhLD .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsWWhLD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsWWhLD .modal-lg,
  .cid-tBZpsWWhLD .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsWWhLD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsWWhLD .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsWWhLD .container {
    max-width: 1140px;
  }
}
.cid-tBZpsWWhLD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsWWhLD .container {
    max-width: 720px;
  }
}
.cid-tBZpsWWhLD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsWWhLD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsWWhLD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsWWhLD .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-tBZpsWWhLD .mbr-text,
.cid-tBZpsWWhLD .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsY2lH1.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsY2lH1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsY2lH1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsY2lH1 .modal-content,
.cid-tBZpsY2lH1 .modal-dialog {
  height: auto;
}
.cid-tBZpsY2lH1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsY2lH1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsY2lH1 .form-wrapper .mbr-form .form-group,
  .cid-tBZpsY2lH1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsY2lH1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .mbr-text {
  text-align: center;
}
.cid-tBZpsY2lH1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsY2lH1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsY2lH1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsY2lH1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsY2lH1 .modal-open {
  overflow: hidden;
}
.cid-tBZpsY2lH1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsY2lH1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsY2lH1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsY2lH1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsY2lH1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsY2lH1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsY2lH1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsY2lH1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsY2lH1 .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsY2lH1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsY2lH1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsY2lH1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsY2lH1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsY2lH1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsY2lH1 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsY2lH1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsY2lH1 .modal-lg,
  .cid-tBZpsY2lH1 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsY2lH1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsY2lH1 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsY2lH1 .container {
    max-width: 1140px;
  }
}
.cid-tBZpsY2lH1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsY2lH1 .container {
    max-width: 720px;
  }
}
.cid-tBZpsY2lH1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsY2lH1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsY2lH1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsY2lH1 .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-tBZpsY2lH1 .mbr-text,
.cid-tBZpsY2lH1 .mbr-section-btn {
  text-align: left;
}
.cid-tBZpsZ58LC.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpsZ58LC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpsZ58LC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpsZ58LC .modal-content,
.cid-tBZpsZ58LC .modal-dialog {
  height: auto;
}
.cid-tBZpsZ58LC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpsZ58LC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpsZ58LC .form-wrapper .mbr-form .form-group,
  .cid-tBZpsZ58LC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpsZ58LC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .mbr-text {
  text-align: center;
}
.cid-tBZpsZ58LC .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpsZ58LC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpsZ58LC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpsZ58LC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpsZ58LC .modal-open {
  overflow: hidden;
}
.cid-tBZpsZ58LC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpsZ58LC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpsZ58LC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpsZ58LC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpsZ58LC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpsZ58LC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpsZ58LC .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpsZ58LC .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpsZ58LC .modal-header .close:focus {
  outline: none;
}
.cid-tBZpsZ58LC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpsZ58LC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpsZ58LC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpsZ58LC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpsZ58LC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpsZ58LC .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpsZ58LC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpsZ58LC .modal-lg,
  .cid-tBZpsZ58LC .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpsZ58LC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpsZ58LC .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpsZ58LC .container {
    max-width: 1140px;
  }
}
.cid-tBZpsZ58LC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpsZ58LC .container {
    max-width: 720px;
  }
}
.cid-tBZpsZ58LC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpsZ58LC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpsZ58LC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpsZ58LC .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-tBZpsZ58LC .mbr-text,
.cid-tBZpsZ58LC .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt0a8nh.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt0a8nh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt0a8nh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt0a8nh .modal-content,
.cid-tBZpt0a8nh .modal-dialog {
  height: auto;
}
.cid-tBZpt0a8nh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt0a8nh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt0a8nh .form-wrapper .mbr-form .form-group,
  .cid-tBZpt0a8nh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt0a8nh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .mbr-text {
  text-align: center;
}
.cid-tBZpt0a8nh .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt0a8nh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt0a8nh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt0a8nh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt0a8nh .modal-open {
  overflow: hidden;
}
.cid-tBZpt0a8nh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt0a8nh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt0a8nh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt0a8nh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt0a8nh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt0a8nh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt0a8nh .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt0a8nh .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt0a8nh .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt0a8nh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt0a8nh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt0a8nh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt0a8nh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt0a8nh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt0a8nh .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt0a8nh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt0a8nh .modal-lg,
  .cid-tBZpt0a8nh .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt0a8nh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt0a8nh .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt0a8nh .container {
    max-width: 1140px;
  }
}
.cid-tBZpt0a8nh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt0a8nh .container {
    max-width: 720px;
  }
}
.cid-tBZpt0a8nh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt0a8nh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt0a8nh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt0a8nh .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-tBZpt0a8nh .mbr-text,
.cid-tBZpt0a8nh .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt1h9a8.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt1h9a8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt1h9a8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt1h9a8 .modal-content,
.cid-tBZpt1h9a8 .modal-dialog {
  height: auto;
}
.cid-tBZpt1h9a8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt1h9a8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt1h9a8 .form-wrapper .mbr-form .form-group,
  .cid-tBZpt1h9a8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt1h9a8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .mbr-text {
  text-align: center;
}
.cid-tBZpt1h9a8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt1h9a8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt1h9a8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt1h9a8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt1h9a8 .modal-open {
  overflow: hidden;
}
.cid-tBZpt1h9a8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt1h9a8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt1h9a8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt1h9a8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt1h9a8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt1h9a8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt1h9a8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt1h9a8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt1h9a8 .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt1h9a8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt1h9a8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt1h9a8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt1h9a8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt1h9a8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt1h9a8 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt1h9a8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt1h9a8 .modal-lg,
  .cid-tBZpt1h9a8 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt1h9a8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt1h9a8 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt1h9a8 .container {
    max-width: 1140px;
  }
}
.cid-tBZpt1h9a8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt1h9a8 .container {
    max-width: 720px;
  }
}
.cid-tBZpt1h9a8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt1h9a8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt1h9a8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt1h9a8 .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-tBZpt1h9a8 .mbr-text,
.cid-tBZpt1h9a8 .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt2qvxq.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt2qvxq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt2qvxq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt2qvxq .modal-content,
.cid-tBZpt2qvxq .modal-dialog {
  height: auto;
}
.cid-tBZpt2qvxq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt2qvxq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt2qvxq .form-wrapper .mbr-form .form-group,
  .cid-tBZpt2qvxq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt2qvxq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .mbr-text {
  text-align: center;
}
.cid-tBZpt2qvxq .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt2qvxq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt2qvxq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt2qvxq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt2qvxq .modal-open {
  overflow: hidden;
}
.cid-tBZpt2qvxq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt2qvxq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt2qvxq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt2qvxq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt2qvxq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt2qvxq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt2qvxq .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt2qvxq .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt2qvxq .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt2qvxq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt2qvxq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt2qvxq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt2qvxq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt2qvxq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt2qvxq .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt2qvxq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt2qvxq .modal-lg,
  .cid-tBZpt2qvxq .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt2qvxq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt2qvxq .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt2qvxq .container {
    max-width: 1140px;
  }
}
.cid-tBZpt2qvxq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt2qvxq .container {
    max-width: 720px;
  }
}
.cid-tBZpt2qvxq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt2qvxq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt2qvxq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt2qvxq .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-tBZpt2qvxq .mbr-text,
.cid-tBZpt2qvxq .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt3AkYo.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt3AkYo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt3AkYo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt3AkYo .modal-content,
.cid-tBZpt3AkYo .modal-dialog {
  height: auto;
}
.cid-tBZpt3AkYo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt3AkYo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt3AkYo .form-wrapper .mbr-form .form-group,
  .cid-tBZpt3AkYo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt3AkYo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .mbr-text {
  text-align: center;
}
.cid-tBZpt3AkYo .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt3AkYo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt3AkYo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt3AkYo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt3AkYo .modal-open {
  overflow: hidden;
}
.cid-tBZpt3AkYo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt3AkYo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt3AkYo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt3AkYo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt3AkYo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt3AkYo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt3AkYo .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt3AkYo .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt3AkYo .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt3AkYo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt3AkYo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt3AkYo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt3AkYo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt3AkYo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt3AkYo .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt3AkYo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt3AkYo .modal-lg,
  .cid-tBZpt3AkYo .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt3AkYo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt3AkYo .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt3AkYo .container {
    max-width: 1140px;
  }
}
.cid-tBZpt3AkYo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt3AkYo .container {
    max-width: 720px;
  }
}
.cid-tBZpt3AkYo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt3AkYo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt3AkYo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt3AkYo .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-tBZpt3AkYo .mbr-text,
.cid-tBZpt3AkYo .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt4NR8u.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt4NR8u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt4NR8u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt4NR8u .modal-content,
.cid-tBZpt4NR8u .modal-dialog {
  height: auto;
}
.cid-tBZpt4NR8u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt4NR8u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt4NR8u .form-wrapper .mbr-form .form-group,
  .cid-tBZpt4NR8u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt4NR8u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .mbr-text {
  text-align: center;
}
.cid-tBZpt4NR8u .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt4NR8u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt4NR8u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt4NR8u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt4NR8u .modal-open {
  overflow: hidden;
}
.cid-tBZpt4NR8u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt4NR8u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt4NR8u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt4NR8u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt4NR8u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt4NR8u .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt4NR8u .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt4NR8u .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt4NR8u .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt4NR8u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt4NR8u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt4NR8u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt4NR8u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt4NR8u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt4NR8u .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt4NR8u .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt4NR8u .modal-lg,
  .cid-tBZpt4NR8u .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt4NR8u .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt4NR8u .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt4NR8u .container {
    max-width: 1140px;
  }
}
.cid-tBZpt4NR8u .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt4NR8u .container {
    max-width: 720px;
  }
}
.cid-tBZpt4NR8u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt4NR8u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt4NR8u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt4NR8u .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-tBZpt4NR8u .mbr-text,
.cid-tBZpt4NR8u .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt61ueE.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt61ueE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt61ueE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt61ueE .modal-content,
.cid-tBZpt61ueE .modal-dialog {
  height: auto;
}
.cid-tBZpt61ueE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt61ueE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt61ueE .form-wrapper .mbr-form .form-group,
  .cid-tBZpt61ueE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt61ueE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt61ueE .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-tBZpt61ueE .mbr-text {
  text-align: center;
}
.cid-tBZpt61ueE .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt61ueE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt61ueE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt61ueE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt61ueE .modal-open {
  overflow: hidden;
}
.cid-tBZpt61ueE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt61ueE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt61ueE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt61ueE .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-tBZpt61ueE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt61ueE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt61ueE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt61ueE .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-tBZpt61ueE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt61ueE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt61ueE .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt61ueE .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-tBZpt61ueE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt61ueE .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt61ueE .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt61ueE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt61ueE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt61ueE .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-tBZpt61ueE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt61ueE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt61ueE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt61ueE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt61ueE .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt61ueE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt61ueE .modal-lg,
  .cid-tBZpt61ueE .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt61ueE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt61ueE .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt61ueE .container {
    max-width: 1140px;
  }
}
.cid-tBZpt61ueE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt61ueE .container {
    max-width: 720px;
  }
}
.cid-tBZpt61ueE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt61ueE .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-tBZpt61ueE .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt61ueE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt61ueE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt61ueE .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-tBZpt61ueE .mbr-text,
.cid-tBZpt61ueE .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt7dtti.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt7dtti.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt7dtti.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt7dtti .modal-content,
.cid-tBZpt7dtti .modal-dialog {
  height: auto;
}
.cid-tBZpt7dtti .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt7dtti .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt7dtti .form-wrapper .mbr-form .form-group,
  .cid-tBZpt7dtti .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt7dtti .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt7dtti .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-tBZpt7dtti .mbr-text {
  text-align: center;
}
.cid-tBZpt7dtti .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt7dtti .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt7dtti .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt7dtti .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt7dtti .modal-open {
  overflow: hidden;
}
.cid-tBZpt7dtti .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt7dtti .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt7dtti .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt7dtti .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-tBZpt7dtti .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt7dtti .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt7dtti .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt7dtti .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-tBZpt7dtti .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt7dtti .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt7dtti .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt7dtti .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-tBZpt7dtti .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt7dtti .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt7dtti .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt7dtti .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt7dtti .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt7dtti .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-tBZpt7dtti .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt7dtti .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt7dtti .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt7dtti .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt7dtti .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt7dtti .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt7dtti .modal-lg,
  .cid-tBZpt7dtti .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt7dtti .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt7dtti .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt7dtti .container {
    max-width: 1140px;
  }
}
.cid-tBZpt7dtti .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt7dtti .container {
    max-width: 720px;
  }
}
.cid-tBZpt7dtti .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt7dtti .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-tBZpt7dtti .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt7dtti .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt7dtti .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt7dtti .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-tBZpt7dtti .mbr-text,
.cid-tBZpt7dtti .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt8t6pM.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt8t6pM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt8t6pM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt8t6pM .modal-content,
.cid-tBZpt8t6pM .modal-dialog {
  height: auto;
}
.cid-tBZpt8t6pM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt8t6pM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt8t6pM .form-wrapper .mbr-form .form-group,
  .cid-tBZpt8t6pM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt8t6pM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .mbr-text {
  text-align: center;
}
.cid-tBZpt8t6pM .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt8t6pM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt8t6pM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt8t6pM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt8t6pM .modal-open {
  overflow: hidden;
}
.cid-tBZpt8t6pM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt8t6pM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt8t6pM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt8t6pM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt8t6pM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt8t6pM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt8t6pM .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt8t6pM .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt8t6pM .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt8t6pM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt8t6pM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt8t6pM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt8t6pM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt8t6pM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt8t6pM .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt8t6pM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt8t6pM .modal-lg,
  .cid-tBZpt8t6pM .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt8t6pM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt8t6pM .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt8t6pM .container {
    max-width: 1140px;
  }
}
.cid-tBZpt8t6pM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt8t6pM .container {
    max-width: 720px;
  }
}
.cid-tBZpt8t6pM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt8t6pM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt8t6pM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt8t6pM .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-tBZpt8t6pM .mbr-text,
.cid-tBZpt8t6pM .mbr-section-btn {
  text-align: left;
}
.cid-tBZpt9IYiE.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpt9IYiE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpt9IYiE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpt9IYiE .modal-content,
.cid-tBZpt9IYiE .modal-dialog {
  height: auto;
}
.cid-tBZpt9IYiE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpt9IYiE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpt9IYiE .form-wrapper .mbr-form .form-group,
  .cid-tBZpt9IYiE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpt9IYiE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .mbr-text {
  text-align: center;
}
.cid-tBZpt9IYiE .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpt9IYiE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpt9IYiE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpt9IYiE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpt9IYiE .modal-open {
  overflow: hidden;
}
.cid-tBZpt9IYiE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpt9IYiE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpt9IYiE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpt9IYiE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpt9IYiE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpt9IYiE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpt9IYiE .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpt9IYiE .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpt9IYiE .modal-header .close:focus {
  outline: none;
}
.cid-tBZpt9IYiE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpt9IYiE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpt9IYiE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpt9IYiE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpt9IYiE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpt9IYiE .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpt9IYiE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpt9IYiE .modal-lg,
  .cid-tBZpt9IYiE .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpt9IYiE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpt9IYiE .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpt9IYiE .container {
    max-width: 1140px;
  }
}
.cid-tBZpt9IYiE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpt9IYiE .container {
    max-width: 720px;
  }
}
.cid-tBZpt9IYiE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpt9IYiE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpt9IYiE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpt9IYiE .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-tBZpt9IYiE .mbr-text,
.cid-tBZpt9IYiE .mbr-section-btn {
  text-align: left;
}
.cid-tBZptb7gVz.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptb7gVz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptb7gVz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptb7gVz .modal-content,
.cid-tBZptb7gVz .modal-dialog {
  height: auto;
}
.cid-tBZptb7gVz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptb7gVz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptb7gVz .form-wrapper .mbr-form .form-group,
  .cid-tBZptb7gVz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptb7gVz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptb7gVz .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-tBZptb7gVz .mbr-text {
  text-align: center;
}
.cid-tBZptb7gVz .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptb7gVz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptb7gVz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptb7gVz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptb7gVz .modal-open {
  overflow: hidden;
}
.cid-tBZptb7gVz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptb7gVz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptb7gVz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptb7gVz .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-tBZptb7gVz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptb7gVz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptb7gVz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptb7gVz .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-tBZptb7gVz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptb7gVz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptb7gVz .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptb7gVz .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-tBZptb7gVz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptb7gVz .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptb7gVz .modal-header .close:focus {
  outline: none;
}
.cid-tBZptb7gVz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptb7gVz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptb7gVz .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-tBZptb7gVz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptb7gVz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptb7gVz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptb7gVz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptb7gVz .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptb7gVz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptb7gVz .modal-lg,
  .cid-tBZptb7gVz .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptb7gVz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptb7gVz .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptb7gVz .container {
    max-width: 1140px;
  }
}
.cid-tBZptb7gVz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptb7gVz .container {
    max-width: 720px;
  }
}
.cid-tBZptb7gVz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptb7gVz .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-tBZptb7gVz .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptb7gVz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptb7gVz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptb7gVz .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-tBZptb7gVz .mbr-text,
.cid-tBZptb7gVz .mbr-section-btn {
  text-align: left;
}
.cid-tBZptcAM1M.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptcAM1M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptcAM1M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptcAM1M .modal-content,
.cid-tBZptcAM1M .modal-dialog {
  height: auto;
}
.cid-tBZptcAM1M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptcAM1M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptcAM1M .form-wrapper .mbr-form .form-group,
  .cid-tBZptcAM1M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptcAM1M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptcAM1M .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-tBZptcAM1M .mbr-text {
  text-align: center;
}
.cid-tBZptcAM1M .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptcAM1M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptcAM1M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptcAM1M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptcAM1M .modal-open {
  overflow: hidden;
}
.cid-tBZptcAM1M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptcAM1M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptcAM1M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptcAM1M .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-tBZptcAM1M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptcAM1M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptcAM1M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptcAM1M .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-tBZptcAM1M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptcAM1M .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptcAM1M .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptcAM1M .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-tBZptcAM1M .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptcAM1M .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptcAM1M .modal-header .close:focus {
  outline: none;
}
.cid-tBZptcAM1M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptcAM1M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptcAM1M .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-tBZptcAM1M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptcAM1M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptcAM1M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptcAM1M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptcAM1M .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptcAM1M .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptcAM1M .modal-lg,
  .cid-tBZptcAM1M .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptcAM1M .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptcAM1M .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptcAM1M .container {
    max-width: 1140px;
  }
}
.cid-tBZptcAM1M .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptcAM1M .container {
    max-width: 720px;
  }
}
.cid-tBZptcAM1M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptcAM1M .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-tBZptcAM1M .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptcAM1M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptcAM1M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptcAM1M .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-tBZptcAM1M .mbr-text,
.cid-tBZptcAM1M .mbr-section-btn {
  text-align: left;
}
.cid-tBZptdXMuv.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptdXMuv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptdXMuv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptdXMuv .modal-content,
.cid-tBZptdXMuv .modal-dialog {
  height: auto;
}
.cid-tBZptdXMuv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptdXMuv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptdXMuv .form-wrapper .mbr-form .form-group,
  .cid-tBZptdXMuv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptdXMuv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptdXMuv .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-tBZptdXMuv .mbr-text {
  text-align: center;
}
.cid-tBZptdXMuv .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptdXMuv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptdXMuv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptdXMuv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptdXMuv .modal-open {
  overflow: hidden;
}
.cid-tBZptdXMuv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptdXMuv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptdXMuv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptdXMuv .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-tBZptdXMuv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptdXMuv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptdXMuv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptdXMuv .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-tBZptdXMuv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptdXMuv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptdXMuv .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptdXMuv .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-tBZptdXMuv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptdXMuv .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptdXMuv .modal-header .close:focus {
  outline: none;
}
.cid-tBZptdXMuv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptdXMuv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptdXMuv .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-tBZptdXMuv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptdXMuv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptdXMuv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptdXMuv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptdXMuv .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptdXMuv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptdXMuv .modal-lg,
  .cid-tBZptdXMuv .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptdXMuv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptdXMuv .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptdXMuv .container {
    max-width: 1140px;
  }
}
.cid-tBZptdXMuv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptdXMuv .container {
    max-width: 720px;
  }
}
.cid-tBZptdXMuv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptdXMuv .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-tBZptdXMuv .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptdXMuv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptdXMuv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptdXMuv .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-tBZptdXMuv .mbr-text,
.cid-tBZptdXMuv .mbr-section-btn {
  text-align: left;
}
.cid-tBZptfjQvF.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptfjQvF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptfjQvF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptfjQvF .modal-content,
.cid-tBZptfjQvF .modal-dialog {
  height: auto;
}
.cid-tBZptfjQvF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptfjQvF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptfjQvF .form-wrapper .mbr-form .form-group,
  .cid-tBZptfjQvF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptfjQvF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptfjQvF .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-tBZptfjQvF .mbr-text {
  text-align: center;
}
.cid-tBZptfjQvF .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptfjQvF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptfjQvF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptfjQvF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptfjQvF .modal-open {
  overflow: hidden;
}
.cid-tBZptfjQvF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptfjQvF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptfjQvF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptfjQvF .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-tBZptfjQvF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptfjQvF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptfjQvF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptfjQvF .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-tBZptfjQvF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptfjQvF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptfjQvF .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptfjQvF .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-tBZptfjQvF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptfjQvF .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptfjQvF .modal-header .close:focus {
  outline: none;
}
.cid-tBZptfjQvF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptfjQvF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptfjQvF .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-tBZptfjQvF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptfjQvF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptfjQvF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptfjQvF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptfjQvF .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptfjQvF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptfjQvF .modal-lg,
  .cid-tBZptfjQvF .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptfjQvF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptfjQvF .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptfjQvF .container {
    max-width: 1140px;
  }
}
.cid-tBZptfjQvF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptfjQvF .container {
    max-width: 720px;
  }
}
.cid-tBZptfjQvF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptfjQvF .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-tBZptfjQvF .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptfjQvF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptfjQvF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptfjQvF .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-tBZptfjQvF .mbr-text,
.cid-tBZptfjQvF .mbr-section-btn {
  text-align: left;
}
.cid-tBZptgKZvw.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptgKZvw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptgKZvw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptgKZvw .modal-content,
.cid-tBZptgKZvw .modal-dialog {
  height: auto;
}
.cid-tBZptgKZvw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptgKZvw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptgKZvw .form-wrapper .mbr-form .form-group,
  .cid-tBZptgKZvw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptgKZvw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptgKZvw .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-tBZptgKZvw .mbr-text {
  text-align: center;
}
.cid-tBZptgKZvw .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptgKZvw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptgKZvw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptgKZvw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptgKZvw .modal-open {
  overflow: hidden;
}
.cid-tBZptgKZvw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptgKZvw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptgKZvw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptgKZvw .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-tBZptgKZvw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptgKZvw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptgKZvw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptgKZvw .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-tBZptgKZvw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptgKZvw .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptgKZvw .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptgKZvw .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-tBZptgKZvw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptgKZvw .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptgKZvw .modal-header .close:focus {
  outline: none;
}
.cid-tBZptgKZvw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptgKZvw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptgKZvw .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-tBZptgKZvw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptgKZvw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptgKZvw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptgKZvw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptgKZvw .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptgKZvw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptgKZvw .modal-lg,
  .cid-tBZptgKZvw .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptgKZvw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptgKZvw .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptgKZvw .container {
    max-width: 1140px;
  }
}
.cid-tBZptgKZvw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptgKZvw .container {
    max-width: 720px;
  }
}
.cid-tBZptgKZvw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptgKZvw .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-tBZptgKZvw .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptgKZvw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptgKZvw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptgKZvw .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-tBZptgKZvw .mbr-text,
.cid-tBZptgKZvw .mbr-section-btn {
  text-align: left;
}
.cid-tBZptibowW.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptibowW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptibowW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptibowW .modal-content,
.cid-tBZptibowW .modal-dialog {
  height: auto;
}
.cid-tBZptibowW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptibowW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptibowW .form-wrapper .mbr-form .form-group,
  .cid-tBZptibowW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptibowW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptibowW .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-tBZptibowW .mbr-text {
  text-align: center;
}
.cid-tBZptibowW .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptibowW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptibowW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptibowW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptibowW .modal-open {
  overflow: hidden;
}
.cid-tBZptibowW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptibowW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptibowW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptibowW .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-tBZptibowW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptibowW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptibowW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptibowW .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-tBZptibowW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptibowW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptibowW .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptibowW .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-tBZptibowW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptibowW .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptibowW .modal-header .close:focus {
  outline: none;
}
.cid-tBZptibowW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptibowW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptibowW .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-tBZptibowW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptibowW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptibowW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptibowW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptibowW .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptibowW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptibowW .modal-lg,
  .cid-tBZptibowW .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptibowW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptibowW .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptibowW .container {
    max-width: 1140px;
  }
}
.cid-tBZptibowW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptibowW .container {
    max-width: 720px;
  }
}
.cid-tBZptibowW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptibowW .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-tBZptibowW .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptibowW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptibowW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptibowW .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-tBZptibowW .mbr-text,
.cid-tBZptibowW .mbr-section-btn {
  text-align: left;
}
.cid-tBZptjCAb9.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptjCAb9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptjCAb9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptjCAb9 .modal-content,
.cid-tBZptjCAb9 .modal-dialog {
  height: auto;
}
.cid-tBZptjCAb9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptjCAb9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptjCAb9 .form-wrapper .mbr-form .form-group,
  .cid-tBZptjCAb9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptjCAb9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .mbr-text {
  text-align: center;
}
.cid-tBZptjCAb9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptjCAb9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptjCAb9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptjCAb9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptjCAb9 .modal-open {
  overflow: hidden;
}
.cid-tBZptjCAb9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptjCAb9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptjCAb9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptjCAb9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptjCAb9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptjCAb9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptjCAb9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptjCAb9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptjCAb9 .modal-header .close:focus {
  outline: none;
}
.cid-tBZptjCAb9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptjCAb9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptjCAb9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptjCAb9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptjCAb9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptjCAb9 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptjCAb9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptjCAb9 .modal-lg,
  .cid-tBZptjCAb9 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptjCAb9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptjCAb9 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptjCAb9 .container {
    max-width: 1140px;
  }
}
.cid-tBZptjCAb9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptjCAb9 .container {
    max-width: 720px;
  }
}
.cid-tBZptjCAb9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptjCAb9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptjCAb9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptjCAb9 .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-tBZptjCAb9 .mbr-text,
.cid-tBZptjCAb9 .mbr-section-btn {
  text-align: left;
}
.cid-tBZptqy5H5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/contact-us-1908763-1920-1920x551.png");
}
.cid-tBZptqy5H5 .mbr-text {
  color: #000000;
}
.cid-tBZptqy5H5 h4 {
  text-align: center;
}
.cid-tBZptqy5H5 p {
  text-align: center;
}
.cid-tBZptqy5H5 .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0c57bf;
  border: 2px solid #0c57bf;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tBZptqy5H5 .card:hover .card-img span {
  background: none;
  color: #0c57bf;
}
.cid-tBZptshMaB.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptshMaB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptshMaB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptshMaB .modal-content,
.cid-tBZptshMaB .modal-dialog {
  height: auto;
}
.cid-tBZptshMaB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptshMaB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptshMaB .form-wrapper .mbr-form .form-group,
  .cid-tBZptshMaB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptshMaB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptshMaB .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-tBZptshMaB .mbr-text {
  text-align: center;
}
.cid-tBZptshMaB .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptshMaB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptshMaB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptshMaB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptshMaB .modal-open {
  overflow: hidden;
}
.cid-tBZptshMaB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptshMaB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptshMaB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptshMaB .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-tBZptshMaB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptshMaB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptshMaB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptshMaB .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-tBZptshMaB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptshMaB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptshMaB .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptshMaB .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-tBZptshMaB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptshMaB .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptshMaB .modal-header .close:focus {
  outline: none;
}
.cid-tBZptshMaB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptshMaB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptshMaB .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-tBZptshMaB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptshMaB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptshMaB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptshMaB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptshMaB .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptshMaB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptshMaB .modal-lg,
  .cid-tBZptshMaB .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptshMaB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptshMaB .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptshMaB .container {
    max-width: 1140px;
  }
}
.cid-tBZptshMaB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptshMaB .container {
    max-width: 720px;
  }
}
.cid-tBZptshMaB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptshMaB .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-tBZptshMaB .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptshMaB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptshMaB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptshMaB .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-tBZpttaYkr.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpttaYkr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpttaYkr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpttaYkr .modal-content,
.cid-tBZpttaYkr .modal-dialog {
  height: auto;
}
.cid-tBZpttaYkr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpttaYkr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpttaYkr .form-wrapper .mbr-form .form-group,
  .cid-tBZpttaYkr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpttaYkr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpttaYkr .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-tBZpttaYkr .mbr-text {
  text-align: center;
}
.cid-tBZpttaYkr .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpttaYkr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpttaYkr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpttaYkr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpttaYkr .modal-open {
  overflow: hidden;
}
.cid-tBZpttaYkr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpttaYkr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpttaYkr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpttaYkr .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-tBZpttaYkr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpttaYkr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpttaYkr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpttaYkr .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-tBZpttaYkr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpttaYkr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpttaYkr .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpttaYkr .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-tBZpttaYkr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpttaYkr .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpttaYkr .modal-header .close:focus {
  outline: none;
}
.cid-tBZpttaYkr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpttaYkr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpttaYkr .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-tBZpttaYkr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpttaYkr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpttaYkr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpttaYkr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpttaYkr .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpttaYkr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpttaYkr .modal-lg,
  .cid-tBZpttaYkr .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpttaYkr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpttaYkr .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpttaYkr .container {
    max-width: 1140px;
  }
}
.cid-tBZpttaYkr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpttaYkr .container {
    max-width: 720px;
  }
}
.cid-tBZpttaYkr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpttaYkr .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-tBZpttaYkr .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpttaYkr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpttaYkr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpttaYkr .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-tBZpttXHSC.popup-builder {
  background-color: #ffffff;
}
.cid-tBZpttXHSC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZpttXHSC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZpttXHSC .modal-content,
.cid-tBZpttXHSC .modal-dialog {
  height: auto;
}
.cid-tBZpttXHSC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZpttXHSC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZpttXHSC .form-wrapper .mbr-form .form-group,
  .cid-tBZpttXHSC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZpttXHSC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZpttXHSC .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-tBZpttXHSC .mbr-text {
  text-align: center;
}
.cid-tBZpttXHSC .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZpttXHSC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZpttXHSC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZpttXHSC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZpttXHSC .modal-open {
  overflow: hidden;
}
.cid-tBZpttXHSC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZpttXHSC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZpttXHSC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZpttXHSC .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-tBZpttXHSC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZpttXHSC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZpttXHSC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZpttXHSC .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-tBZpttXHSC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZpttXHSC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZpttXHSC .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZpttXHSC .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-tBZpttXHSC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZpttXHSC .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZpttXHSC .modal-header .close:focus {
  outline: none;
}
.cid-tBZpttXHSC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZpttXHSC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZpttXHSC .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-tBZpttXHSC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZpttXHSC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZpttXHSC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZpttXHSC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZpttXHSC .modal-sm {
    max-width: 300px;
  }
  .cid-tBZpttXHSC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZpttXHSC .modal-lg,
  .cid-tBZpttXHSC .modal-xl {
    max-width: 800px;
  }
  .cid-tBZpttXHSC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZpttXHSC .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZpttXHSC .container {
    max-width: 1140px;
  }
}
.cid-tBZpttXHSC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZpttXHSC .container {
    max-width: 720px;
  }
}
.cid-tBZpttXHSC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZpttXHSC .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-tBZpttXHSC .form-group {
  margin-bottom: 1rem;
}
.cid-tBZpttXHSC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZpttXHSC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZpttXHSC .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-tBZptuNdpD.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptuNdpD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptuNdpD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptuNdpD .modal-content,
.cid-tBZptuNdpD .modal-dialog {
  height: auto;
}
.cid-tBZptuNdpD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptuNdpD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptuNdpD .form-wrapper .mbr-form .form-group,
  .cid-tBZptuNdpD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptuNdpD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptuNdpD .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-tBZptuNdpD .mbr-text {
  text-align: center;
}
.cid-tBZptuNdpD .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptuNdpD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptuNdpD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptuNdpD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptuNdpD .modal-open {
  overflow: hidden;
}
.cid-tBZptuNdpD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptuNdpD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptuNdpD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptuNdpD .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-tBZptuNdpD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptuNdpD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptuNdpD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptuNdpD .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-tBZptuNdpD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptuNdpD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptuNdpD .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptuNdpD .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-tBZptuNdpD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptuNdpD .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptuNdpD .modal-header .close:focus {
  outline: none;
}
.cid-tBZptuNdpD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptuNdpD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptuNdpD .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-tBZptuNdpD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptuNdpD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptuNdpD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptuNdpD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptuNdpD .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptuNdpD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptuNdpD .modal-lg,
  .cid-tBZptuNdpD .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptuNdpD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptuNdpD .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptuNdpD .container {
    max-width: 1140px;
  }
}
.cid-tBZptuNdpD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptuNdpD .container {
    max-width: 720px;
  }
}
.cid-tBZptuNdpD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptuNdpD .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-tBZptuNdpD .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptuNdpD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptuNdpD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptuNdpD .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-tBZptvCrih.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptvCrih.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptvCrih.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptvCrih .modal-content,
.cid-tBZptvCrih .modal-dialog {
  height: auto;
}
.cid-tBZptvCrih .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptvCrih .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptvCrih .form-wrapper .mbr-form .form-group,
  .cid-tBZptvCrih .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptvCrih .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptvCrih .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-tBZptvCrih .mbr-text {
  text-align: center;
}
.cid-tBZptvCrih .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptvCrih .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptvCrih .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptvCrih .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptvCrih .modal-open {
  overflow: hidden;
}
.cid-tBZptvCrih .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptvCrih .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptvCrih .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptvCrih .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-tBZptvCrih .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptvCrih .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptvCrih .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptvCrih .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-tBZptvCrih .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptvCrih .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptvCrih .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptvCrih .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-tBZptvCrih .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptvCrih .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptvCrih .modal-header .close:focus {
  outline: none;
}
.cid-tBZptvCrih .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptvCrih .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptvCrih .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-tBZptvCrih .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptvCrih .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptvCrih .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptvCrih .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptvCrih .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptvCrih .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptvCrih .modal-lg,
  .cid-tBZptvCrih .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptvCrih .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptvCrih .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptvCrih .container {
    max-width: 1140px;
  }
}
.cid-tBZptvCrih .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptvCrih .container {
    max-width: 720px;
  }
}
.cid-tBZptvCrih .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptvCrih .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-tBZptvCrih .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptvCrih .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptvCrih .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptvCrih .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-tBZptwsLo6.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptwsLo6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptwsLo6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptwsLo6 .modal-content,
.cid-tBZptwsLo6 .modal-dialog {
  height: auto;
}
.cid-tBZptwsLo6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptwsLo6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptwsLo6 .form-wrapper .mbr-form .form-group,
  .cid-tBZptwsLo6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptwsLo6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptwsLo6 .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-tBZptwsLo6 .mbr-text {
  text-align: center;
}
.cid-tBZptwsLo6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptwsLo6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptwsLo6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptwsLo6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptwsLo6 .modal-open {
  overflow: hidden;
}
.cid-tBZptwsLo6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptwsLo6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptwsLo6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptwsLo6 .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-tBZptwsLo6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptwsLo6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptwsLo6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptwsLo6 .modal-content {
  background: #fafafa;
  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-tBZptwsLo6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptwsLo6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptwsLo6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptwsLo6 .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-tBZptwsLo6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptwsLo6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptwsLo6 .modal-header .close:focus {
  outline: none;
}
.cid-tBZptwsLo6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tBZptwsLo6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptwsLo6 .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-tBZptwsLo6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptwsLo6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptwsLo6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptwsLo6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptwsLo6 .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptwsLo6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptwsLo6 .modal-lg,
  .cid-tBZptwsLo6 .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptwsLo6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptwsLo6 .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptwsLo6 .container {
    max-width: 1140px;
  }
}
.cid-tBZptwsLo6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptwsLo6 .container {
    max-width: 720px;
  }
}
.cid-tBZptwsLo6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptwsLo6 .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-tBZptwsLo6 .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptwsLo6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptwsLo6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptwsLo6 .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-tBZptwsLo6 LABEL {
  color: #000000;
}
.cid-tBZptyHMBK.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptyHMBK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptyHMBK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptyHMBK .modal-content,
.cid-tBZptyHMBK .modal-dialog {
  height: auto;
}
.cid-tBZptyHMBK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptyHMBK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptyHMBK .form-wrapper .mbr-form .form-group,
  .cid-tBZptyHMBK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptyHMBK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptyHMBK .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-tBZptyHMBK .mbr-text {
  text-align: center;
}
.cid-tBZptyHMBK .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptyHMBK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptyHMBK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptyHMBK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptyHMBK .modal-open {
  overflow: hidden;
}
.cid-tBZptyHMBK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptyHMBK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptyHMBK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptyHMBK .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-tBZptyHMBK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptyHMBK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptyHMBK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptyHMBK .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-tBZptyHMBK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptyHMBK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptyHMBK .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptyHMBK .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-tBZptyHMBK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptyHMBK .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptyHMBK .modal-header .close:focus {
  outline: none;
}
.cid-tBZptyHMBK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptyHMBK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptyHMBK .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-tBZptyHMBK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptyHMBK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptyHMBK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptyHMBK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptyHMBK .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptyHMBK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptyHMBK .modal-lg,
  .cid-tBZptyHMBK .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptyHMBK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptyHMBK .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptyHMBK .container {
    max-width: 1140px;
  }
}
.cid-tBZptyHMBK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptyHMBK .container {
    max-width: 720px;
  }
}
.cid-tBZptyHMBK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptyHMBK .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-tBZptyHMBK .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptyHMBK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptyHMBK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptyHMBK .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-tBZptzCQ9B.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptzCQ9B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptzCQ9B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptzCQ9B .modal-content,
.cid-tBZptzCQ9B .modal-dialog {
  height: auto;
}
.cid-tBZptzCQ9B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptzCQ9B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptzCQ9B .form-wrapper .mbr-form .form-group,
  .cid-tBZptzCQ9B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptzCQ9B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptzCQ9B .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-tBZptzCQ9B .mbr-text {
  text-align: center;
}
.cid-tBZptzCQ9B .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptzCQ9B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptzCQ9B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptzCQ9B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptzCQ9B .modal-open {
  overflow: hidden;
}
.cid-tBZptzCQ9B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptzCQ9B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptzCQ9B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptzCQ9B .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-tBZptzCQ9B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptzCQ9B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptzCQ9B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptzCQ9B .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-tBZptzCQ9B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptzCQ9B .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptzCQ9B .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptzCQ9B .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-tBZptzCQ9B .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptzCQ9B .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptzCQ9B .modal-header .close:focus {
  outline: none;
}
.cid-tBZptzCQ9B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptzCQ9B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptzCQ9B .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-tBZptzCQ9B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptzCQ9B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptzCQ9B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptzCQ9B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptzCQ9B .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptzCQ9B .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptzCQ9B .modal-lg,
  .cid-tBZptzCQ9B .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptzCQ9B .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptzCQ9B .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptzCQ9B .container {
    max-width: 1140px;
  }
}
.cid-tBZptzCQ9B .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptzCQ9B .container {
    max-width: 720px;
  }
}
.cid-tBZptzCQ9B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptzCQ9B .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-tBZptzCQ9B .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptzCQ9B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptzCQ9B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptzCQ9B .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-tBZptAw1ag.popup-builder {
  background-color: #ffffff;
}
.cid-tBZptAw1ag.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBZptAw1ag.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBZptAw1ag .modal-content,
.cid-tBZptAw1ag .modal-dialog {
  height: auto;
}
.cid-tBZptAw1ag .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBZptAw1ag .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBZptAw1ag .form-wrapper .mbr-form .form-group,
  .cid-tBZptAw1ag .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBZptAw1ag .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBZptAw1ag .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-tBZptAw1ag .mbr-text {
  text-align: left;
}
.cid-tBZptAw1ag .pt-0 {
  padding-top: 0 !important;
}
.cid-tBZptAw1ag .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBZptAw1ag .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBZptAw1ag .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBZptAw1ag .modal-open {
  overflow: hidden;
}
.cid-tBZptAw1ag .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBZptAw1ag .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBZptAw1ag .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBZptAw1ag .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-tBZptAw1ag .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBZptAw1ag .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBZptAw1ag .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBZptAw1ag .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-tBZptAw1ag .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBZptAw1ag .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBZptAw1ag .modal-backdrop.show {
  opacity: .5;
}
.cid-tBZptAw1ag .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-tBZptAw1ag .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBZptAw1ag .modal-header .close:hover {
  opacity: 1;
}
.cid-tBZptAw1ag .modal-header .close:focus {
  outline: none;
}
.cid-tBZptAw1ag .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBZptAw1ag .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tBZptAw1ag .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-tBZptAw1ag .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBZptAw1ag .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBZptAw1ag .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBZptAw1ag .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBZptAw1ag .modal-sm {
    max-width: 300px;
  }
  .cid-tBZptAw1ag .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tBZptAw1ag .modal-lg,
  .cid-tBZptAw1ag .modal-xl {
    max-width: 800px;
  }
  .cid-tBZptAw1ag .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tBZptAw1ag .modal-xl {
    max-width: 1140px;
  }
  .cid-tBZptAw1ag .container {
    max-width: 1140px;
  }
}
.cid-tBZptAw1ag .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tBZptAw1ag .container {
    max-width: 720px;
  }
}
.cid-tBZptAw1ag .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBZptAw1ag .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-tBZptAw1ag .form-group {
  margin-bottom: 1rem;
}
.cid-tBZptAw1ag .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBZptAw1ag .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBZptAw1ag .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-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWod3.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWod3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWod3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWod3 .modal-content,
.cid-uXhxTuWod3 .modal-dialog {
  height: auto;
}
.cid-uXhxTuWod3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWod3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWod3 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWod3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWod3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWod3 .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-uXhxTuWod3 .mbr-text {
  text-align: center;
}
.cid-uXhxTuWod3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWod3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWod3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWod3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWod3 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWod3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWod3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWod3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWod3 .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-uXhxTuWod3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWod3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWod3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWod3 .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-uXhxTuWod3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWod3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWod3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWod3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWod3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWod3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWod3 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWod3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWod3 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWod3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWod3 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWod3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWod3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWod3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWod3 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWod3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWod3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWod3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWod3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWod3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWod3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWod3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWod3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWod3 .modal-lg,
  .cid-uXhxTuWod3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWod3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWod3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWod3 .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-uXhxTuWod3 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWod3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWod3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWod3 .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-uXhxTuWod3 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWod3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YQVTYtoF {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YQVTYtoF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YQVTYtoF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YQVTYtoF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YQVTYtoF .mbr-card-title {
  color: #000000;
}
.cid-v0YQVTYtoF .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YQVTYtoF .mbr-text,
.cid-v0YQVTYtoF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YQVTYtoF .row {
  align-items: top;
}
.cid-uXd9721ulR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXd9721ulR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXd9721ulR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXd9721ulR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXd9721ulR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXd9721ulR .container {
    padding: 0 30px;
  }
}
.cid-uXd9721ulR .row {
  justify-content: center;
}
.cid-uXd9721ulR .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXd9721ulR .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXd9721ulR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXd9721ulR .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXd9721ulR .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXd9721ulR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXd9721ulR .mbr-desc {
  color: #22654E;
}
.cid-uWuFT8zC2m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWuFT8zC2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuFT8zC2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuFT8zC2m .timeline-element {
  position: relative;
}
.cid-uWuFT8zC2m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWuFT8zC2m .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uWuFT8zC2m .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uWuFT8zC2m .iconBackground {
    left: 50%;
  }
}
.cid-uWuFT8zC2m .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uWuFT8zC2m .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uWuFT8zC2m .row:after {
    left: 50%;
  }
}
.cid-uWuFT8zC2m .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uWuFT8zC2m .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uWuFT8zC2m .timeline-date-wrapper,
  .cid-uWuFT8zC2m .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uWuFT8zC2m .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWuFT8zC2m .timeline-date-wrapper,
  .cid-uWuFT8zC2m .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWuFT8zC2m .timeline-date-wrapper,
  .cid-uWuFT8zC2m .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uWuFT8zC2m .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YRyaLm76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YRyaLm76 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YRyaLm76 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YRyaLm76 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YRyaLm76 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YRyaLm76 .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YRyaLm76 .mbr-text {
  color: #6c7577;
}
.cid-v0YRyaLm76 .mbr-description {
  color: #6c7577;
}
.cid-v0YRyaLm76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YRyaLm76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWHPs.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWHPs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWHPs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWHPs .modal-content,
.cid-uXhxTuWHPs .modal-dialog {
  height: auto;
}
.cid-uXhxTuWHPs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWHPs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWHPs .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWHPs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWHPs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWHPs .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-uXhxTuWHPs .mbr-text {
  text-align: center;
}
.cid-uXhxTuWHPs .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWHPs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWHPs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWHPs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWHPs .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWHPs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWHPs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWHPs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWHPs .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-uXhxTuWHPs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWHPs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWHPs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWHPs .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-uXhxTuWHPs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWHPs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWHPs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWHPs .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWHPs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWHPs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWHPs .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWHPs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWHPs .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWHPs .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWHPs .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWHPs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWHPs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWHPs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWHPs .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWHPs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWHPs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWHPs .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWHPs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWHPs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWHPs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWHPs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWHPs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWHPs .modal-lg,
  .cid-uXhxTuWHPs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWHPs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWHPs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWHPs .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-uXhxTuWHPs .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWHPs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWHPs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWHPs .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-uXhxTuWHPs .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWHPs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSXMd9UEQ6 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSXMd9UEQ6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSXMd9UEQ6 a {
  font-style: normal;
}
.cid-uSXMd9UEQ6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSXMd9UEQ6 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSXMd9UEQ6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSXMd9UEQ6 .content-text {
  margin-bottom: 0;
}
.cid-uSXMd9UEQ6 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSXMd9UEQ6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSXMd9UEQ6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSXMd9UEQ6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSXMd9UEQ6 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSXMd9UEQ6 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSXMd9UEQ6 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSXMd9UEQ6 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSXMd9UEQ6 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSXMd9UEQ6 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSXMd9UEQ6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSXMd9UEQ6 .content-right-side {
  text-align: center;
}
.cid-uSXMd9UEQ6 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSXMd9UEQ6 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSXMd9UEQ6 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSXMd9UEQ6 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSXMd9UEQ6 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSXMd9UEQ6 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSXMd9UEQ6 img {
    height: 3.8rem !important;
  }
  .cid-uSXMd9UEQ6 .btn {
    display: -webkit-flex;
  }
  .cid-uSXMd9UEQ6 button.navbar-toggler {
    display: block;
  }
  .cid-uSXMd9UEQ6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSXMd9UEQ6 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse.collapsing,
  .cid-uSXMd9UEQ6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uSXMd9UEQ6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSXMd9UEQ6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSXMd9UEQ6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSXMd9UEQ6 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSXMd9UEQ6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSXMd9UEQ6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSXMd9UEQ6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSXMd9UEQ6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSXMd9UEQ6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSXMd9UEQ6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSXMd9UEQ6 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSXMd9UEQ6 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSXMd9UEQ6 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSXMd9UEQ6 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSXMd9UEQ6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSXMd9UEQ6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSXMd9UEQ6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSXMd9UEQ6 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSXMd9UEQ6 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSXMd9UEQ6 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSXMd9UEQ6 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSXMd9UEQ6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSXMd9UEQ6 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSXMd9UEQ6 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSXMd9UEQ6 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSXMd9UEQ6 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSXMd9UEQ6 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSXMd9UEQ6 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSXMd9UEQ6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSXMd9UEQ6 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSXMd9UEQ6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSXMd9UEQ6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSXMd9UEQ6 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSXMd9UEQ6 .navbar-toggler {
    display: none;
  }
  .cid-uSXMd9UEQ6 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSXMd9UEQ6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSXMd9UEQ6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSXMd9UEQ6 .menu-logo {
  margin-right: auto;
}
.cid-uSXMd9UEQ6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSXMd9UEQ6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSXMd9UEQ6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSXMd9UEQ6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSXMd9UEQ6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSXMd9UEQ6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSXMd9UEQ6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSXMd9UEQ6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSXMd9UEQ6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSXMd9UEQ6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSXMd9UEQ6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSXMd9UEQ6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSXMd9UEQ6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSXMd9UEQ6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSXMd9UEQ6 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSXMd9UEQ6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSXMd9UEQ6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSXMd9UEQ6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSXMd9UEQ6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSXMd9UEQ6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSXMd9UEQ6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uSXMd9UEQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSXMd9UEQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSXMd9UEQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSXMd9UEQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSXMd9UEQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSXMd9UEQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSXMd9UEQ6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSXMd9UEQ6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSXMd9UEQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSXMd9UEQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSXMd9UEQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSXMd9UEQ6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.collapsing,
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSXMd9UEQ6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSXMd9UEQ6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSXMd9UEQ6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSXMd9UEQ6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSXMd9UEQ6 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSXMd9UEQ6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSXMd9UEQ6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSXMd9UEQ6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSXMd9UEQ6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSXMd9UEQ6 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSXMd9UEQ6 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSXMd9UEQ6 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSXMd9UEQ6 .nav-link:focus {
  outline: none;
}
.cid-uSXMd9UEQ6 .navbar-toggler {
  position: relative;
}
.cid-uSXMd9UEQ6 .dropdown-item.active,
.cid-uSXMd9UEQ6 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSXMd9UEQ6 .nav-link:hover,
.cid-uSXMd9UEQ6 .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YSZWZ9Gy {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YSZWZ9Gy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YSZWZ9Gy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YSZWZ9Gy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YSZWZ9Gy .mbr-card-title {
  color: #000000;
}
.cid-v0YSZWZ9Gy .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YSZWZ9Gy .mbr-text,
.cid-v0YSZWZ9Gy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YSZWZ9Gy .row {
  align-items: top;
}
.cid-uXdafD6Fwt {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdafD6Fwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdafD6Fwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdafD6Fwt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdafD6Fwt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdafD6Fwt .container {
    padding: 0 30px;
  }
}
.cid-uXdafD6Fwt .row {
  justify-content: center;
}
.cid-uXdafD6Fwt .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdafD6Fwt .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdafD6Fwt .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdafD6Fwt .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdafD6Fwt .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdafD6Fwt .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdafD6Fwt .mbr-desc {
  color: #22654E;
}
.cid-uT3IrAO6mw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTjZYrHmhJ {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uTjZYrHmhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTjZYrHmhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTjZYrHmhJ .container-fluid {
    padding: 0;
  }
}
.cid-uTjZYrHmhJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 600px) {
  .cid-uTjZYrHmhJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTjZYrHmhJ .embla__button--next,
.cid-uTjZYrHmhJ .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTjZYrHmhJ .embla__button--next,
  .cid-uTjZYrHmhJ .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uTjZYrHmhJ .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uTjZYrHmhJ .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uTjZYrHmhJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTjZYrHmhJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTjZYrHmhJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTjZYrHmhJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTjZYrHmhJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTjZYrHmhJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTjZYrHmhJ .embla {
  position: relative;
  width: 100%;
}
.cid-uTjZYrHmhJ .embla:hover .embla__button--next,
.cid-uTjZYrHmhJ .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uTjZYrHmhJ .embla .embla__button--next,
  .cid-uTjZYrHmhJ .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uTjZYrHmhJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTjZYrHmhJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTjZYrHmhJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTjZYrHmhJ .embla__slide a {
  cursor: grab;
}
.cid-uTjZYrHmhJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uTjZYrHmhJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTjZYrHmhJ .mbr-section-title {
  color: #000000;
}
.cid-uTjZYrHmhJ .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uTjZYrHmhJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uTjZYrHmhJ .mbr-box {
  color: #ffffff;
}
.cid-uTjZYrHmhJ .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTjZYrHmhJ .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uTjZYrHmhJ .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uTjZYrHmhJ .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
  background-color: #fdfde1;
  padding: 0.3rem;
}
.cid-uTjZYrHmhJ .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uTjZYrHmhJ .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uTjZYrHmhJ .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uTjZYrHmhJ .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uTjZYrHmhJ .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uTjZYrHmhJ .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uTjZYrHmhJ .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTjZYrHmhJ .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uTjZYrHmhJ .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uTjZYrHmhJ .item-wrapper:hover .card-title,
.cid-uTjZYrHmhJ .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uTjZYrHmhJ .content-head {
  max-width: 856px;
}
.cid-uTjZYrHmhJ .card-title-1 {
  color: #fdfde1;
}
.cid-uTjZYrHmhJ .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uSXMdbSERs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uT76sqt5yy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT76sqt5yy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uT76sqt5yy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uT76sqt5yy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uT76sqt5yy .mbr-card-title {
  color: #000000;
}
.cid-uT76sqt5yy .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uT76sqt5yy .mbr-text,
.cid-uT76sqt5yy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uT76sqt5yy .row {
  align-items: top;
}
.cid-uT7lbFMqel {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT7lbFMqel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7lbFMqel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7lbFMqel li {
  padding-bottom: 0.5rem;
}
.cid-uT7lbFMqel .line {
  width: 100%;
  height: 2px;
  opacity: 0.3;
  background: #242323;
  margin-bottom: 1rem;
}
.cid-uT7lbFMqel .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uT7lbFMqel .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uT7lbFMqel .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uT7lbFMqel .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uT7lbFMqel .image-wrapper {
  padding: 0 1rem;
}
.cid-uT7lbFMqel .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT7lbFMqel .mbr-text,
.cid-uT7lbFMqel .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uT7lbFMqel .mbr-card-title {
  color: #232323;
}
.cid-uT7lbFMqel .mbr-card-title2 P {
  text-align: right;
}
.cid-uT7yYQotb4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uT7yYQotb4 .container-fluid {
  padding: 0 3rem;
}
.cid-uT7yYQotb4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uT7yYQotb4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uT7yYQotb4 .table-wrapper {
  margin: 0 auto;
}
.cid-uT7yYQotb4 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uT7yYQotb4 table thead tr {
  border: none !important;
}
.cid-uT7yYQotb4 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uT7yYQotb4 table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uT7yYQotb4 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uT7yYQotb4 tr:hover {
  background-color: #feffe3 !important;
}
.cid-uT7yYQotb4 .head-item:after,
.cid-uT7yYQotb4 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uT7yYQotb4 table th,
  .cid-uT7yYQotb4 table td {
    padding: .75rem;
  }
}
.cid-uT7yYQotb4 .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uT7yYQotb4 .head-item {
  color: #000000;
}
.cid-uT7yYQotb4 .mbr-text {
  color: #767676;
}
.cid-uXdahbB1SC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdahbB1SC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdahbB1SC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdahbB1SC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdahbB1SC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdahbB1SC .container {
    padding: 0 30px;
  }
}
.cid-uXdahbB1SC .row {
  justify-content: center;
}
.cid-uXdahbB1SC .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdahbB1SC .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdahbB1SC .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdahbB1SC .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdahbB1SC .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdahbB1SC .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdahbB1SC .mbr-desc {
  color: #22654E;
}
.cid-uT8tNDlCZa {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSXMdc6XB0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXMdc6XB0 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSXMdc6XB0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSXMdc6XB0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSXMdc6XB0 .mbr-card-title {
  color: #000000;
}
.cid-uSXMdc6XB0 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSXMdc6XB0 .mbr-text,
.cid-uSXMdc6XB0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSXMdc6XB0 .row {
  align-items: top;
}
.cid-uSXMdcQOJF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXMdcQOJF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSXMdcQOJF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSXMdcQOJF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSXMdcQOJF .mbr-card-title {
  color: #000000;
}
.cid-uSXMdcQOJF .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSXMdcQOJF .mbr-text,
.cid-uSXMdcQOJF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSXMdcQOJF .row {
  align-items: top;
}
.cid-uT9pl59UUo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uT9pl59UUo .container-fluid {
  padding: 0 3rem;
}
.cid-uT9pl59UUo .mbr-section-subtitle {
  color: #767676;
}
.cid-uT9pl59UUo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uT9pl59UUo .table-wrapper {
  margin: 0 auto;
}
.cid-uT9pl59UUo table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uT9pl59UUo table thead tr {
  border: none !important;
}
.cid-uT9pl59UUo table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uT9pl59UUo table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uT9pl59UUo table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uT9pl59UUo tr:hover {
  background-color: #feffe3 !important;
}
.cid-uT9pl59UUo .head-item:after,
.cid-uT9pl59UUo .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uT9pl59UUo table th,
  .cid-uT9pl59UUo table td {
    padding: .75rem;
  }
}
.cid-uT9pl59UUo .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uT9pl59UUo .head-item {
  color: #000000;
}
.cid-uT9pl59UUo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uT9JUTjpUZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uT9JUTjpUZ .container-fluid {
  padding: 0 3rem;
}
.cid-uT9JUTjpUZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uT9JUTjpUZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uT9JUTjpUZ .table-wrapper {
  margin: 0 auto;
}
.cid-uT9JUTjpUZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uT9JUTjpUZ table thead tr {
  border: none !important;
}
.cid-uT9JUTjpUZ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uT9JUTjpUZ table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uT9JUTjpUZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uT9JUTjpUZ tr:hover {
  background-color: #feffe3 !important;
}
.cid-uT9JUTjpUZ .head-item:after,
.cid-uT9JUTjpUZ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uT9JUTjpUZ table th,
  .cid-uT9JUTjpUZ table td {
    padding: .75rem;
  }
}
.cid-uT9JUTjpUZ .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uT9JUTjpUZ .head-item {
  color: #000000;
}
.cid-uT9JUTjpUZ .mbr-text {
  color: #767676;
}
.cid-uTeJyRNmUZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTeJyRNmUZ .container-fluid {
  padding: 0 3rem;
}
.cid-uTeJyRNmUZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uTeJyRNmUZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTeJyRNmUZ .table-wrapper {
  margin: 0 auto;
}
.cid-uTeJyRNmUZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTeJyRNmUZ table thead tr {
  border: none !important;
}
.cid-uTeJyRNmUZ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uTeJyRNmUZ table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uTeJyRNmUZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uTeJyRNmUZ tr:hover {
  background-color: #feffe3 !important;
}
.cid-uTeJyRNmUZ .head-item:after,
.cid-uTeJyRNmUZ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 4000px) {
  .cid-uTeJyRNmUZ table th,
  .cid-uTeJyRNmUZ table td {
    padding: .75rem;
  }
}
.cid-uTeJyRNmUZ .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uTeJyRNmUZ .head-item {
  color: #000000;
}
.cid-uTeJyRNmUZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXdaiUXTTF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdaiUXTTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdaiUXTTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdaiUXTTF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdaiUXTTF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdaiUXTTF .container {
    padding: 0 30px;
  }
}
.cid-uXdaiUXTTF .row {
  justify-content: center;
}
.cid-uXdaiUXTTF .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdaiUXTTF .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdaiUXTTF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdaiUXTTF .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdaiUXTTF .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdaiUXTTF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdaiUXTTF .mbr-desc {
  color: #22654E;
}
.cid-uSXMdda1Fq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXMdda1Fq .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSXMdda1Fq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSXMdda1Fq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSXMdda1Fq .mbr-card-title {
  color: #000000;
}
.cid-uSXMdda1Fq .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSXMdda1Fq .mbr-text,
.cid-uSXMdda1Fq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSXMdda1Fq .row {
  align-items: top;
}
.cid-v0YTL5xGhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YTL5xGhd .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YTL5xGhd .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YTL5xGhd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YTL5xGhd .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YTL5xGhd .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YTL5xGhd .mbr-text {
  color: #6c7577;
}
.cid-v0YTL5xGhd .mbr-description {
  color: #6c7577;
}
.cid-v0YTL5xGhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YTL5xGhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWOLr.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWOLr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWOLr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWOLr .modal-content,
.cid-uXhxTuWOLr .modal-dialog {
  height: auto;
}
.cid-uXhxTuWOLr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWOLr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWOLr .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWOLr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWOLr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWOLr .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-uXhxTuWOLr .mbr-text {
  text-align: center;
}
.cid-uXhxTuWOLr .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWOLr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWOLr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWOLr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWOLr .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWOLr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWOLr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWOLr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWOLr .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-uXhxTuWOLr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWOLr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWOLr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWOLr .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-uXhxTuWOLr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWOLr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWOLr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWOLr .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWOLr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWOLr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWOLr .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWOLr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWOLr .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWOLr .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWOLr .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWOLr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWOLr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWOLr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWOLr .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWOLr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWOLr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWOLr .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWOLr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWOLr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWOLr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWOLr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWOLr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWOLr .modal-lg,
  .cid-uXhxTuWOLr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWOLr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWOLr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWOLr .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-uXhxTuWOLr .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWOLr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWOLr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWOLr .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-uXhxTuWOLr .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWOLr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTrexaT9LF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTrexaT9LF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTrexaT9LF a {
  font-style: normal;
}
.cid-uTrexaT9LF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTrexaT9LF .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uTrexaT9LF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTrexaT9LF .content-text {
  margin-bottom: 0;
}
.cid-uTrexaT9LF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTrexaT9LF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTrexaT9LF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTrexaT9LF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTrexaT9LF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTrexaT9LF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTrexaT9LF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTrexaT9LF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTrexaT9LF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTrexaT9LF .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTrexaT9LF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTrexaT9LF .content-right-side {
  text-align: center;
}
.cid-uTrexaT9LF .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uTrexaT9LF .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uTrexaT9LF .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uTrexaT9LF .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uTrexaT9LF .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uTrexaT9LF .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uTrexaT9LF img {
    height: 3.8rem !important;
  }
  .cid-uTrexaT9LF .btn {
    display: -webkit-flex;
  }
  .cid-uTrexaT9LF button.navbar-toggler {
    display: block;
  }
  .cid-uTrexaT9LF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTrexaT9LF .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTrexaT9LF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTrexaT9LF .navbar-collapse.collapsing,
  .cid-uTrexaT9LF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTrexaT9LF .navbar-collapse.collapsing .navbar-nav,
  .cid-uTrexaT9LF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTrexaT9LF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTrexaT9LF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTrexaT9LF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTrexaT9LF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTrexaT9LF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTrexaT9LF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTrexaT9LF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTrexaT9LF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTrexaT9LF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTrexaT9LF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTrexaT9LF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTrexaT9LF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTrexaT9LF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uTrexaT9LF .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uTrexaT9LF .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uTrexaT9LF .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uTrexaT9LF .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uTrexaT9LF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTrexaT9LF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTrexaT9LF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTrexaT9LF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTrexaT9LF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTrexaT9LF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTrexaT9LF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTrexaT9LF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTrexaT9LF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTrexaT9LF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uTrexaT9LF .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTrexaT9LF .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTrexaT9LF .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTrexaT9LF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uTrexaT9LF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTrexaT9LF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTrexaT9LF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTrexaT9LF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTrexaT9LF .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uTrexaT9LF .navbar-toggler {
    display: none;
  }
  .cid-uTrexaT9LF .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uTrexaT9LF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTrexaT9LF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTrexaT9LF .menu-logo {
  margin-right: auto;
}
.cid-uTrexaT9LF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTrexaT9LF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTrexaT9LF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTrexaT9LF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTrexaT9LF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTrexaT9LF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTrexaT9LF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTrexaT9LF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTrexaT9LF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTrexaT9LF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTrexaT9LF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTrexaT9LF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTrexaT9LF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTrexaT9LF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTrexaT9LF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTrexaT9LF .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTrexaT9LF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTrexaT9LF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTrexaT9LF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTrexaT9LF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTrexaT9LF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTrexaT9LF button.navbar-toggler:focus {
  outline: none;
}
.cid-uTrexaT9LF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uTrexaT9LF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTrexaT9LF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTrexaT9LF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTrexaT9LF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTrexaT9LF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTrexaT9LF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTrexaT9LF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTrexaT9LF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTrexaT9LF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTrexaT9LF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTrexaT9LF .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse.collapsing,
.cid-uTrexaT9LF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTrexaT9LF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTrexaT9LF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTrexaT9LF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTrexaT9LF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTrexaT9LF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTrexaT9LF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTrexaT9LF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uTrexaT9LF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTrexaT9LF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTrexaT9LF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTrexaT9LF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTrexaT9LF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTrexaT9LF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTrexaT9LF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTrexaT9LF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTrexaT9LF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTrexaT9LF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTrexaT9LF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTrexaT9LF .nav-link:focus {
  outline: none;
}
.cid-uTrexaT9LF .navbar-toggler {
  position: relative;
}
.cid-uTrexaT9LF .dropdown-item.active,
.cid-uTrexaT9LF .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uTrexaT9LF .nav-link:hover,
.cid-uTrexaT9LF .dropdown-item:hover {
  color: #4284df;
}
.cid-v0Z75YC13J {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Z75YC13J .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0Z75YC13J .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0Z75YC13J .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0Z75YC13J .mbr-card-title {
  color: #000000;
}
.cid-v0Z75YC13J .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0Z75YC13J .mbr-text,
.cid-v0Z75YC13J .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0Z75YC13J .row {
  align-items: top;
}
.cid-uXdaxz6IXk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXdaxz6IXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdaxz6IXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdaxz6IXk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdaxz6IXk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdaxz6IXk .container {
    padding: 0 30px;
  }
}
.cid-uXdaxz6IXk .row {
  justify-content: center;
}
.cid-uXdaxz6IXk .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdaxz6IXk .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdaxz6IXk .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdaxz6IXk .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdaxz6IXk .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdaxz6IXk .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdaxz6IXk .mbr-desc {
  color: #22654E;
}
.cid-uTHV46lGtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/lifeinsurancestory-1536x1024.png");
}
.cid-uTHV46lGtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTHV46lGtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTHV46lGtN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTHV46lGtN .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uTHV46lGtN .container {
    padding: 0 28px;
  }
}
.cid-uTHV46lGtN .row {
  justify-content: center;
}
.cid-uTHV46lGtN .image-wrapper {
  margin-bottom: 34px;
}
.cid-uTHV46lGtN .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTHV46lGtN .image-wrapper img {
    height: 350px;
  }
}
.cid-uTHV46lGtN .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-uTHV46lGtN .desc-wrap:hover .mbr-desc::after,
.cid-uTHV46lGtN .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uTHV46lGtN .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uTHV46lGtN .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #9473d2;
}
.cid-uTHV46lGtN .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-uTHV46lGtN .title-wrapper:hover .mbr-section-title,
.cid-uTHV46lGtN .title-wrapper:focus .mbr-section-title {
  color: #18c28a;
}
.cid-uTHV46lGtN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTHV46lGtN .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uTHV46lGtN .mbr-section-btn {
  margin-top: 50px;
}
.cid-uTHV46lGtN .mbr-section-title {
  color: #000000;
}
.cid-uTHV46lGtN .mbr-desc {
  color: #000000;
}
.cid-v0Z0anFRrA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Z0anFRrA .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0Z0anFRrA .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0Z0anFRrA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0Z0anFRrA .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0Z0anFRrA .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0Z0anFRrA .mbr-text {
  color: #6c7577;
}
.cid-v0Z0anFRrA .mbr-description {
  color: #6c7577;
}
.cid-v0Z0anFRrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Z0anFRrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvLOem1qZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTvLOem1qZ .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTvLOem1qZ .card-img {
  padding-bottom: 2rem;
}
.cid-uTvLOem1qZ .mbr-text {
  color: #767676;
}
.cid-uTvLOem1qZ span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTvLOem1qZ .mbr-section-btn {
  margin-left: 0;
}
.cid-uTvLOem1qZ .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTvLOem1qZ .card-title {
    text-align: center;
  }
  .cid-uTvLOem1qZ p.mbr-text,
  .cid-uTvLOem1qZ p.date {
    text-align: center;
  }
}
.cid-uTvLOem1qZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTvLOem1qZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvLOem1qZ .card-title,
.cid-uTvLOem1qZ .card-img {
  text-align: center;
}
.cid-uTvLOem1qZ .mbr-text,
.cid-uTvLOem1qZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTwaH668sG {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uTwaH668sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTwaH668sG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTwaH668sG .container-fluid {
    padding: 0;
  }
}
.cid-uTwaH668sG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 600px) {
  .cid-uTwaH668sG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTwaH668sG .embla__button--next,
.cid-uTwaH668sG .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTwaH668sG .embla__button--next,
  .cid-uTwaH668sG .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uTwaH668sG .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uTwaH668sG .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uTwaH668sG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTwaH668sG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTwaH668sG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTwaH668sG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTwaH668sG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTwaH668sG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTwaH668sG .embla {
  position: relative;
  width: 100%;
}
.cid-uTwaH668sG .embla:hover .embla__button--next,
.cid-uTwaH668sG .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uTwaH668sG .embla .embla__button--next,
  .cid-uTwaH668sG .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uTwaH668sG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTwaH668sG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTwaH668sG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTwaH668sG .embla__slide a {
  cursor: grab;
}
.cid-uTwaH668sG .embla__slide a:active {
  cursor: grabbing;
}
.cid-uTwaH668sG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTwaH668sG .mbr-section-title {
  color: #000000;
}
.cid-uTwaH668sG .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uTwaH668sG .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uTwaH668sG .mbr-box {
  color: #ffffff;
}
.cid-uTwaH668sG .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTwaH668sG .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uTwaH668sG .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uTwaH668sG .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
  background-color: #fdfde1;
  padding: 0.3rem;
}
.cid-uTwaH668sG .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 300px;
}
.cid-uTwaH668sG .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uTwaH668sG .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uTwaH668sG .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uTwaH668sG .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uTwaH668sG .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uTwaH668sG .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTwaH668sG .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uTwaH668sG .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uTwaH668sG .item-wrapper:hover .card-title,
.cid-uTwaH668sG .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uTwaH668sG .content-head {
  max-width: 856px;
}
.cid-uTwaH668sG .card-title-1 {
  color: #fdfde1;
}
.cid-uTwaH668sG .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v0Z6eqpO52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0Z6eqpO52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Z6eqpO52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Z6eqpO52 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v0Z6eqpO52 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0Z6eqpO52 .mbr-figure iframe {
  box-shadow: 0.5rem 0.5rem 1.5rem #e5e3ff !important;
}
.cid-v0Z6eqpO52 .mbr-figure .app-video-wrapper img {
  box-shadow: 0.5rem 0.5rem 1.5rem #e5e3ff !important;
}
.cid-v0Z6eqpO52 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0Z72kGcPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0Z72kGcPL .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0Z72kGcPL .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0Z72kGcPL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0Z72kGcPL .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0Z72kGcPL .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0Z72kGcPL .mbr-text {
  color: #6c7577;
}
.cid-v0Z72kGcPL .mbr-description {
  color: #6c7577;
}
.cid-v0Z72kGcPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Z72kGcPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuW1TQ.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuW1TQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuW1TQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuW1TQ .modal-content,
.cid-uXhxTuW1TQ .modal-dialog {
  height: auto;
}
.cid-uXhxTuW1TQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuW1TQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuW1TQ .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuW1TQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuW1TQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuW1TQ .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-uXhxTuW1TQ .mbr-text {
  text-align: center;
}
.cid-uXhxTuW1TQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuW1TQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuW1TQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuW1TQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuW1TQ .modal-open {
  overflow: hidden;
}
.cid-uXhxTuW1TQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuW1TQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuW1TQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuW1TQ .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-uXhxTuW1TQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuW1TQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuW1TQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuW1TQ .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-uXhxTuW1TQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuW1TQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuW1TQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuW1TQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuW1TQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuW1TQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW1TQ .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuW1TQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuW1TQ .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuW1TQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuW1TQ .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuW1TQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuW1TQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuW1TQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW1TQ .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuW1TQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuW1TQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuW1TQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuW1TQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuW1TQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuW1TQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuW1TQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuW1TQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuW1TQ .modal-lg,
  .cid-uXhxTuW1TQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuW1TQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuW1TQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuW1TQ .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-uXhxTuW1TQ .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuW1TQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuW1TQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuW1TQ .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-uXhxTuW1TQ .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuW1TQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTwOarL6cf .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTwOarL6cf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTwOarL6cf a {
  font-style: normal;
}
.cid-uTwOarL6cf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTwOarL6cf .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uTwOarL6cf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwOarL6cf .content-text {
  margin-bottom: 0;
}
.cid-uTwOarL6cf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTwOarL6cf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTwOarL6cf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTwOarL6cf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTwOarL6cf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTwOarL6cf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTwOarL6cf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTwOarL6cf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTwOarL6cf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTwOarL6cf .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTwOarL6cf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTwOarL6cf .content-right-side {
  text-align: center;
}
.cid-uTwOarL6cf .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uTwOarL6cf .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uTwOarL6cf .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uTwOarL6cf .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uTwOarL6cf .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uTwOarL6cf .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uTwOarL6cf img {
    height: 3.8rem !important;
  }
  .cid-uTwOarL6cf .btn {
    display: -webkit-flex;
  }
  .cid-uTwOarL6cf button.navbar-toggler {
    display: block;
  }
  .cid-uTwOarL6cf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTwOarL6cf .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTwOarL6cf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTwOarL6cf .navbar-collapse.collapsing,
  .cid-uTwOarL6cf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTwOarL6cf .navbar-collapse.collapsing .navbar-nav,
  .cid-uTwOarL6cf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTwOarL6cf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTwOarL6cf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTwOarL6cf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTwOarL6cf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTwOarL6cf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTwOarL6cf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTwOarL6cf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTwOarL6cf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTwOarL6cf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTwOarL6cf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTwOarL6cf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTwOarL6cf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTwOarL6cf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uTwOarL6cf .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uTwOarL6cf .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uTwOarL6cf .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uTwOarL6cf .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uTwOarL6cf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTwOarL6cf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTwOarL6cf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTwOarL6cf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTwOarL6cf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwOarL6cf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTwOarL6cf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTwOarL6cf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTwOarL6cf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTwOarL6cf .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uTwOarL6cf .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTwOarL6cf .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTwOarL6cf .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTwOarL6cf .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uTwOarL6cf .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTwOarL6cf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTwOarL6cf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTwOarL6cf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwOarL6cf .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uTwOarL6cf .navbar-toggler {
    display: none;
  }
  .cid-uTwOarL6cf .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uTwOarL6cf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwOarL6cf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTwOarL6cf .menu-logo {
  margin-right: auto;
}
.cid-uTwOarL6cf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwOarL6cf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTwOarL6cf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTwOarL6cf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTwOarL6cf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTwOarL6cf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTwOarL6cf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTwOarL6cf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTwOarL6cf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwOarL6cf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTwOarL6cf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTwOarL6cf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwOarL6cf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTwOarL6cf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwOarL6cf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTwOarL6cf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTwOarL6cf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTwOarL6cf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTwOarL6cf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTwOarL6cf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTwOarL6cf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwOarL6cf button.navbar-toggler:focus {
  outline: none;
}
.cid-uTwOarL6cf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uTwOarL6cf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwOarL6cf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwOarL6cf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwOarL6cf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwOarL6cf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwOarL6cf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwOarL6cf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwOarL6cf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwOarL6cf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwOarL6cf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwOarL6cf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse.collapsing,
.cid-uTwOarL6cf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTwOarL6cf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTwOarL6cf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTwOarL6cf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTwOarL6cf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTwOarL6cf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTwOarL6cf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTwOarL6cf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uTwOarL6cf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTwOarL6cf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTwOarL6cf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTwOarL6cf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTwOarL6cf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTwOarL6cf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTwOarL6cf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTwOarL6cf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTwOarL6cf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTwOarL6cf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTwOarL6cf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTwOarL6cf .nav-link:focus {
  outline: none;
}
.cid-uTwOarL6cf .navbar-toggler {
  position: relative;
}
.cid-uTwOarL6cf .dropdown-item.active,
.cid-uTwOarL6cf .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uTwOarL6cf .nav-link:hover,
.cid-uTwOarL6cf .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YGKInoPl {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YGKInoPl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YGKInoPl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YGKInoPl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YGKInoPl .mbr-card-title {
  color: #000000;
}
.cid-v0YGKInoPl .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YGKInoPl .mbr-text,
.cid-v0YGKInoPl .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YGKInoPl .row {
  align-items: top;
}
.cid-uXdaPN5RT9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdaPN5RT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdaPN5RT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdaPN5RT9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdaPN5RT9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdaPN5RT9 .container {
    padding: 0 30px;
  }
}
.cid-uXdaPN5RT9 .row {
  justify-content: center;
}
.cid-uXdaPN5RT9 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdaPN5RT9 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdaPN5RT9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdaPN5RT9 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdaPN5RT9 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdaPN5RT9 .mbr-desc {
  color: #22654E;
}
.cid-v11lYzFQis {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #150764;
}
.cid-v11lYzFQis .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11lYzFQis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11lYzFQis .content-head {
  max-width: 800px;
}
.cid-v11lYzFQis .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v11lYzFQis .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v11lYzFQis .item {
    min-height: 45px;
  }
}
.cid-v0YkpAGRqN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v0YkpAGRqN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YkpAGRqN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YkpAGRqN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v0YkpAGRqN .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0YkpAGRqN .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YkpAGRqN .mbr-text,
.cid-v0YkpAGRqN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YkpAGRqN .row {
  align-items: top;
}
.cid-uX17DILpQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX17DILpQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX17DILpQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX17DILpQ2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uX17DILpQ2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uX17DILpQ2 .container {
    padding: 0 30px;
  }
}
.cid-uX17DILpQ2 .row {
  justify-content: center;
}
.cid-uX17DILpQ2 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uX17DILpQ2 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uX17DILpQ2 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX17DILpQ2 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uX17DILpQ2 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uX17DILpQ2 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uX17DILpQ2 .mbr-desc {
  color: #22654E;
}
.cid-uTZ3QDxIGy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTZ3QDxIGy .container-fluid {
  padding: 0 3rem;
}
.cid-uTZ3QDxIGy .mbr-section-subtitle {
  color: #767676;
}
.cid-uTZ3QDxIGy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTZ3QDxIGy .table-wrapper {
  margin: 0 auto;
}
.cid-uTZ3QDxIGy table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTZ3QDxIGy table thead tr {
  border: none !important;
}
.cid-uTZ3QDxIGy table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uTZ3QDxIGy table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uTZ3QDxIGy table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uTZ3QDxIGy tr:hover {
  background-color: #feffe3 !important;
}
.cid-uTZ3QDxIGy .head-item:after,
.cid-uTZ3QDxIGy .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uTZ3QDxIGy table th,
  .cid-uTZ3QDxIGy table td {
    padding: .75rem;
  }
}
.cid-uTZ3QDxIGy .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uTZ3QDxIGy .head-item {
  color: #000000;
}
.cid-uTZ3QDxIGy .mbr-text {
  color: #767676;
}
.cid-uTwOasVbso {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTwOasVbso .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTwOasVbso .card-img {
  padding-bottom: 2rem;
}
.cid-uTwOasVbso .mbr-text {
  color: #767676;
}
.cid-uTwOasVbso span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTwOasVbso .mbr-section-btn {
  margin-left: 0;
}
.cid-uTwOasVbso .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTwOasVbso .card-title {
    text-align: center;
  }
  .cid-uTwOasVbso p.mbr-text,
  .cid-uTwOasVbso p.date {
    text-align: center;
  }
}
.cid-uTwOasVbso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTwOasVbso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTwOasVbso .card-title,
.cid-uTwOasVbso .card-img {
  text-align: center;
}
.cid-uTwOasVbso .mbr-text,
.cid-uTwOasVbso .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0YHY82stz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YHY82stz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YHY82stz .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YHY82stz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YHY82stz .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YHY82stz .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YHY82stz .mbr-text {
  color: #6c7577;
}
.cid-v0YHY82stz .mbr-description {
  color: #6c7577;
}
.cid-v0YHY82stz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YHY82stz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWEGM.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWEGM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWEGM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWEGM .modal-content,
.cid-uXhxTuWEGM .modal-dialog {
  height: auto;
}
.cid-uXhxTuWEGM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWEGM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWEGM .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWEGM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWEGM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWEGM .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-uXhxTuWEGM .mbr-text {
  text-align: center;
}
.cid-uXhxTuWEGM .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWEGM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWEGM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWEGM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWEGM .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWEGM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWEGM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWEGM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWEGM .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-uXhxTuWEGM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWEGM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWEGM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWEGM .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-uXhxTuWEGM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWEGM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWEGM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWEGM .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWEGM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWEGM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWEGM .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWEGM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWEGM .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWEGM .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWEGM .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWEGM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWEGM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWEGM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWEGM .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWEGM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWEGM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWEGM .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWEGM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWEGM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWEGM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWEGM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWEGM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWEGM .modal-lg,
  .cid-uXhxTuWEGM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWEGM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWEGM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWEGM .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-uXhxTuWEGM .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWEGM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWEGM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWEGM .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-uXhxTuWEGM .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWEGM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTCmTm6o88 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTCmTm6o88 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTCmTm6o88 a {
  font-style: normal;
}
.cid-uTCmTm6o88 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTCmTm6o88 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uTCmTm6o88 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCmTm6o88 .content-text {
  margin-bottom: 0;
}
.cid-uTCmTm6o88 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTCmTm6o88 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTCmTm6o88 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTCmTm6o88 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTCmTm6o88 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTCmTm6o88 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCmTm6o88 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCmTm6o88 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTCmTm6o88 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCmTm6o88 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTCmTm6o88 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTCmTm6o88 .content-right-side {
  text-align: center;
}
.cid-uTCmTm6o88 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uTCmTm6o88 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uTCmTm6o88 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uTCmTm6o88 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uTCmTm6o88 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uTCmTm6o88 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uTCmTm6o88 img {
    height: 3.8rem !important;
  }
  .cid-uTCmTm6o88 .btn {
    display: -webkit-flex;
  }
  .cid-uTCmTm6o88 button.navbar-toggler {
    display: block;
  }
  .cid-uTCmTm6o88 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTCmTm6o88 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTCmTm6o88 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTCmTm6o88 .navbar-collapse.collapsing,
  .cid-uTCmTm6o88 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTCmTm6o88 .navbar-collapse.collapsing .navbar-nav,
  .cid-uTCmTm6o88 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTCmTm6o88 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTCmTm6o88 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTCmTm6o88 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTCmTm6o88 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCmTm6o88 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTCmTm6o88 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTCmTm6o88 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTCmTm6o88 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCmTm6o88 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTCmTm6o88 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTCmTm6o88 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTCmTm6o88 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTCmTm6o88 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uTCmTm6o88 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uTCmTm6o88 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uTCmTm6o88 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uTCmTm6o88 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uTCmTm6o88 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTCmTm6o88 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTCmTm6o88 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTCmTm6o88 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTCmTm6o88 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCmTm6o88 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTCmTm6o88 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTCmTm6o88 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTCmTm6o88 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTCmTm6o88 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uTCmTm6o88 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTCmTm6o88 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTCmTm6o88 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCmTm6o88 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uTCmTm6o88 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTCmTm6o88 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCmTm6o88 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTCmTm6o88 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTCmTm6o88 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uTCmTm6o88 .navbar-toggler {
    display: none;
  }
  .cid-uTCmTm6o88 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uTCmTm6o88 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCmTm6o88 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTCmTm6o88 .menu-logo {
  margin-right: auto;
}
.cid-uTCmTm6o88 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCmTm6o88 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTCmTm6o88 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTCmTm6o88 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTCmTm6o88 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTCmTm6o88 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTCmTm6o88 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTCmTm6o88 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTCmTm6o88 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCmTm6o88 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTCmTm6o88 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCmTm6o88 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTCmTm6o88 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTCmTm6o88 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTCmTm6o88 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTCmTm6o88 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTCmTm6o88 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTCmTm6o88 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTCmTm6o88 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTCmTm6o88 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCmTm6o88 button.navbar-toggler:focus {
  outline: none;
}
.cid-uTCmTm6o88 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uTCmTm6o88 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCmTm6o88 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCmTm6o88 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCmTm6o88 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCmTm6o88 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCmTm6o88 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCmTm6o88 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCmTm6o88 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCmTm6o88 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCmTm6o88 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTCmTm6o88 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse.collapsing,
.cid-uTCmTm6o88 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTCmTm6o88 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTCmTm6o88 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTCmTm6o88 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTCmTm6o88 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTCmTm6o88 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTCmTm6o88 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTCmTm6o88 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uTCmTm6o88 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCmTm6o88 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTCmTm6o88 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTCmTm6o88 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTCmTm6o88 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTCmTm6o88 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTCmTm6o88 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTCmTm6o88 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTCmTm6o88 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCmTm6o88 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTCmTm6o88 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTCmTm6o88 .nav-link:focus {
  outline: none;
}
.cid-uTCmTm6o88 .navbar-toggler {
  position: relative;
}
.cid-uTCmTm6o88 .dropdown-item.active,
.cid-uTCmTm6o88 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uTCmTm6o88 .nav-link:hover,
.cid-uTCmTm6o88 .dropdown-item:hover {
  color: #4284df;
}
.cid-v11nE2x39v {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v11nE2x39v .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v11nE2x39v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v11nE2x39v .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v11nE2x39v .mbr-card-title {
  color: #000000;
}
.cid-v11nE2x39v .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v11nE2x39v .mbr-text,
.cid-v11nE2x39v .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v11nE2x39v .row {
  align-items: top;
}
.cid-uXdaZBahpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdaZBahpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdaZBahpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdaZBahpR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdaZBahpR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdaZBahpR .container {
    padding: 0 30px;
  }
}
.cid-uXdaZBahpR .row {
  justify-content: center;
}
.cid-uXdaZBahpR .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdaZBahpR .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdaZBahpR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdaZBahpR .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdaZBahpR .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdaZBahpR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdaZBahpR .mbr-desc {
  color: #22654E;
}
.cid-v11oihrkSx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v11oihrkSx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v11oihrkSx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v11oihrkSx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v11oihrkSx .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v11oihrkSx .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v11oihrkSx .mbr-text,
.cid-v11oihrkSx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v11oihrkSx .row {
  align-items: top;
}
.cid-uUbMFkTJwN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUbMFkTJwN .container-fluid {
  padding: 0 3rem;
}
.cid-uUbMFkTJwN .mbr-section-subtitle {
  color: #767676;
}
.cid-uUbMFkTJwN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUbMFkTJwN .table-wrapper {
  margin: 0 auto;
}
.cid-uUbMFkTJwN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUbMFkTJwN table thead tr {
  border: none !important;
}
.cid-uUbMFkTJwN table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uUbMFkTJwN table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uUbMFkTJwN table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uUbMFkTJwN tr:hover {
  background-color: #feffe3 !important;
}
.cid-uUbMFkTJwN .head-item:after,
.cid-uUbMFkTJwN .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uUbMFkTJwN table th,
  .cid-uUbMFkTJwN table td {
    padding: .75rem;
  }
}
.cid-uUbMFkTJwN .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uUbMFkTJwN .head-item {
  color: #000000;
}
.cid-uUbMFkTJwN .mbr-text {
  color: #767676;
}
.cid-uTCmToIWEf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTCmToIWEf .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTCmToIWEf .card-img {
  padding-bottom: 2rem;
}
.cid-uTCmToIWEf .mbr-text {
  color: #767676;
}
.cid-uTCmToIWEf span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTCmToIWEf .mbr-section-btn {
  margin-left: 0;
}
.cid-uTCmToIWEf .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTCmToIWEf .card-title {
    text-align: center;
  }
  .cid-uTCmToIWEf p.mbr-text,
  .cid-uTCmToIWEf p.date {
    text-align: center;
  }
}
.cid-uTCmToIWEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCmToIWEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCmToIWEf .card-title,
.cid-uTCmToIWEf .card-img {
  text-align: center;
}
.cid-uTCmToIWEf .mbr-text,
.cid-uTCmToIWEf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v12CBvA8NN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v12CBvA8NN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v12CBvA8NN .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v12CBvA8NN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v12CBvA8NN .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v12CBvA8NN .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v12CBvA8NN .mbr-text {
  color: #000000;
}
.cid-v12CBvA8NN .mbr-description {
  color: #6c7577;
}
.cid-v12CBvA8NN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v12CBvA8NN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWQQN.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWQQN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWQQN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWQQN .modal-content,
.cid-uXhxTuWQQN .modal-dialog {
  height: auto;
}
.cid-uXhxTuWQQN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWQQN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWQQN .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWQQN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWQQN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWQQN .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-uXhxTuWQQN .mbr-text {
  text-align: center;
}
.cid-uXhxTuWQQN .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWQQN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWQQN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWQQN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWQQN .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWQQN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWQQN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWQQN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWQQN .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-uXhxTuWQQN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWQQN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWQQN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWQQN .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-uXhxTuWQQN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWQQN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWQQN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWQQN .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWQQN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWQQN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWQQN .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWQQN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWQQN .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWQQN .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWQQN .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWQQN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWQQN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWQQN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWQQN .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWQQN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWQQN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWQQN .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWQQN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWQQN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWQQN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWQQN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWQQN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWQQN .modal-lg,
  .cid-uXhxTuWQQN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWQQN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWQQN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWQQN .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-uXhxTuWQQN .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWQQN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWQQN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWQQN .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-uXhxTuWQQN .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWQQN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTCCke1IeA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTCCke1IeA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTCCke1IeA a {
  font-style: normal;
}
.cid-uTCCke1IeA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTCCke1IeA .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uTCCke1IeA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCCke1IeA .content-text {
  margin-bottom: 0;
}
.cid-uTCCke1IeA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTCCke1IeA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTCCke1IeA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTCCke1IeA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTCCke1IeA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTCCke1IeA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCCke1IeA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCCke1IeA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTCCke1IeA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCCke1IeA .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTCCke1IeA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTCCke1IeA .content-right-side {
  text-align: center;
}
.cid-uTCCke1IeA .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uTCCke1IeA .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uTCCke1IeA .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uTCCke1IeA .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uTCCke1IeA .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uTCCke1IeA .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uTCCke1IeA img {
    height: 3.8rem !important;
  }
  .cid-uTCCke1IeA .btn {
    display: -webkit-flex;
  }
  .cid-uTCCke1IeA button.navbar-toggler {
    display: block;
  }
  .cid-uTCCke1IeA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTCCke1IeA .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTCCke1IeA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTCCke1IeA .navbar-collapse.collapsing,
  .cid-uTCCke1IeA .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTCCke1IeA .navbar-collapse.collapsing .navbar-nav,
  .cid-uTCCke1IeA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTCCke1IeA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTCCke1IeA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTCCke1IeA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTCCke1IeA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCCke1IeA .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTCCke1IeA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTCCke1IeA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTCCke1IeA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCCke1IeA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTCCke1IeA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTCCke1IeA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTCCke1IeA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTCCke1IeA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uTCCke1IeA .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uTCCke1IeA .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uTCCke1IeA .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uTCCke1IeA .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uTCCke1IeA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTCCke1IeA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTCCke1IeA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTCCke1IeA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTCCke1IeA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCCke1IeA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTCCke1IeA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTCCke1IeA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTCCke1IeA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTCCke1IeA .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uTCCke1IeA .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTCCke1IeA .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTCCke1IeA .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCCke1IeA .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uTCCke1IeA .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTCCke1IeA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCCke1IeA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTCCke1IeA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTCCke1IeA .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uTCCke1IeA .navbar-toggler {
    display: none;
  }
  .cid-uTCCke1IeA .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uTCCke1IeA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCCke1IeA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTCCke1IeA .menu-logo {
  margin-right: auto;
}
.cid-uTCCke1IeA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCCke1IeA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTCCke1IeA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTCCke1IeA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTCCke1IeA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTCCke1IeA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTCCke1IeA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTCCke1IeA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTCCke1IeA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCCke1IeA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTCCke1IeA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTCCke1IeA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCCke1IeA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTCCke1IeA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTCCke1IeA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTCCke1IeA .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTCCke1IeA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTCCke1IeA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTCCke1IeA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTCCke1IeA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTCCke1IeA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCCke1IeA button.navbar-toggler:focus {
  outline: none;
}
.cid-uTCCke1IeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uTCCke1IeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCCke1IeA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCCke1IeA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCCke1IeA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCCke1IeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCCke1IeA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCCke1IeA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCCke1IeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCCke1IeA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCCke1IeA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTCCke1IeA .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse.collapsing,
.cid-uTCCke1IeA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTCCke1IeA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTCCke1IeA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTCCke1IeA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTCCke1IeA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTCCke1IeA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTCCke1IeA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTCCke1IeA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uTCCke1IeA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCCke1IeA .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTCCke1IeA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTCCke1IeA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTCCke1IeA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTCCke1IeA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTCCke1IeA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTCCke1IeA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTCCke1IeA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCCke1IeA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTCCke1IeA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTCCke1IeA .nav-link:focus {
  outline: none;
}
.cid-uTCCke1IeA .navbar-toggler {
  position: relative;
}
.cid-uTCCke1IeA .dropdown-item.active,
.cid-uTCCke1IeA .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uTCCke1IeA .nav-link:hover,
.cid-uTCCke1IeA .dropdown-item:hover {
  color: #4284df;
}
.cid-v13CrceILb {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v13CrceILb .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v13CrceILb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v13CrceILb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v13CrceILb .mbr-card-title {
  color: #000000;
}
.cid-v13CrceILb .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v13CrceILb .mbr-text,
.cid-v13CrceILb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v13CrceILb .row {
  align-items: top;
}
.cid-uXdb52eiyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdb52eiyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdb52eiyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdb52eiyV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdb52eiyV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdb52eiyV .container {
    padding: 0 30px;
  }
}
.cid-uXdb52eiyV .row {
  justify-content: center;
}
.cid-uXdb52eiyV .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdb52eiyV .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdb52eiyV .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdb52eiyV .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdb52eiyV .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdb52eiyV .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdb52eiyV .mbr-desc {
  color: #22654E;
}
.cid-v13E7YoP7a {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v13E7YoP7a .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v13E7YoP7a .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v13E7YoP7a .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v13E7YoP7a .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v13E7YoP7a .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v13E7YoP7a .mbr-text,
.cid-v13E7YoP7a .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v13E7YoP7a .row {
  align-items: top;
}
.cid-uUbPzeoIzu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUbPzeoIzu .container-fluid {
  padding: 0 3rem;
}
.cid-uUbPzeoIzu .mbr-section-subtitle {
  color: #767676;
}
.cid-uUbPzeoIzu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUbPzeoIzu .table-wrapper {
  margin: 0 auto;
}
.cid-uUbPzeoIzu table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUbPzeoIzu table thead tr {
  border: none !important;
}
.cid-uUbPzeoIzu table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uUbPzeoIzu table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uUbPzeoIzu table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uUbPzeoIzu tr:hover {
  background-color: #feffe3 !important;
}
.cid-uUbPzeoIzu .head-item:after,
.cid-uUbPzeoIzu .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uUbPzeoIzu table th,
  .cid-uUbPzeoIzu table td {
    padding: .75rem;
  }
}
.cid-uUbPzeoIzu .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uUbPzeoIzu .head-item {
  color: #000000;
}
.cid-uUbPzeoIzu .mbr-text {
  color: #767676;
}
.cid-uTCCkgw1C3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTCCkgw1C3 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTCCkgw1C3 .card-img {
  padding-bottom: 2rem;
}
.cid-uTCCkgw1C3 .mbr-text {
  color: #767676;
}
.cid-uTCCkgw1C3 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTCCkgw1C3 .mbr-section-btn {
  margin-left: 0;
}
.cid-uTCCkgw1C3 .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTCCkgw1C3 .card-title {
    text-align: center;
  }
  .cid-uTCCkgw1C3 p.mbr-text,
  .cid-uTCCkgw1C3 p.date {
    text-align: center;
  }
}
.cid-uTCCkgw1C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCCkgw1C3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCCkgw1C3 .card-title,
.cid-uTCCkgw1C3 .card-img {
  text-align: center;
}
.cid-uTCCkgw1C3 .mbr-text,
.cid-uTCCkgw1C3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v14abfjObx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v14abfjObx .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v14abfjObx .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v14abfjObx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v14abfjObx .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v14abfjObx .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v14abfjObx .mbr-text {
  color: #000000;
}
.cid-v14abfjObx .mbr-description {
  color: #6c7577;
}
.cid-v14abfjObx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14abfjObx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWhYy.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWhYy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWhYy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWhYy .modal-content,
.cid-uXhxTuWhYy .modal-dialog {
  height: auto;
}
.cid-uXhxTuWhYy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWhYy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWhYy .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWhYy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWhYy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWhYy .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-uXhxTuWhYy .mbr-text {
  text-align: center;
}
.cid-uXhxTuWhYy .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWhYy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWhYy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWhYy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWhYy .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWhYy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWhYy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWhYy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWhYy .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-uXhxTuWhYy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWhYy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWhYy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWhYy .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-uXhxTuWhYy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWhYy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWhYy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWhYy .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWhYy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWhYy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWhYy .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWhYy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWhYy .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWhYy .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWhYy .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWhYy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWhYy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWhYy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWhYy .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWhYy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWhYy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWhYy .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWhYy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWhYy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWhYy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWhYy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWhYy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWhYy .modal-lg,
  .cid-uXhxTuWhYy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWhYy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWhYy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWhYy .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-uXhxTuWhYy .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWhYy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWhYy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWhYy .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-uXhxTuWhYy .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWhYy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTCDqhwyPx .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTCDqhwyPx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTCDqhwyPx a {
  font-style: normal;
}
.cid-uTCDqhwyPx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTCDqhwyPx .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uTCDqhwyPx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCDqhwyPx .content-text {
  margin-bottom: 0;
}
.cid-uTCDqhwyPx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTCDqhwyPx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTCDqhwyPx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTCDqhwyPx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTCDqhwyPx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTCDqhwyPx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCDqhwyPx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCDqhwyPx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTCDqhwyPx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCDqhwyPx .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTCDqhwyPx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTCDqhwyPx .content-right-side {
  text-align: center;
}
.cid-uTCDqhwyPx .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uTCDqhwyPx .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uTCDqhwyPx .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uTCDqhwyPx .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uTCDqhwyPx .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uTCDqhwyPx .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uTCDqhwyPx img {
    height: 3.8rem !important;
  }
  .cid-uTCDqhwyPx .btn {
    display: -webkit-flex;
  }
  .cid-uTCDqhwyPx button.navbar-toggler {
    display: block;
  }
  .cid-uTCDqhwyPx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTCDqhwyPx .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTCDqhwyPx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTCDqhwyPx .navbar-collapse.collapsing,
  .cid-uTCDqhwyPx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTCDqhwyPx .navbar-collapse.collapsing .navbar-nav,
  .cid-uTCDqhwyPx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTCDqhwyPx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTCDqhwyPx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTCDqhwyPx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTCDqhwyPx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCDqhwyPx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTCDqhwyPx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTCDqhwyPx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTCDqhwyPx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCDqhwyPx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTCDqhwyPx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTCDqhwyPx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTCDqhwyPx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTCDqhwyPx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uTCDqhwyPx .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uTCDqhwyPx .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uTCDqhwyPx .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uTCDqhwyPx .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uTCDqhwyPx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTCDqhwyPx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTCDqhwyPx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTCDqhwyPx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTCDqhwyPx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCDqhwyPx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTCDqhwyPx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTCDqhwyPx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTCDqhwyPx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTCDqhwyPx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uTCDqhwyPx .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTCDqhwyPx .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTCDqhwyPx .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCDqhwyPx .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uTCDqhwyPx .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTCDqhwyPx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCDqhwyPx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTCDqhwyPx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTCDqhwyPx .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uTCDqhwyPx .navbar-toggler {
    display: none;
  }
  .cid-uTCDqhwyPx .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uTCDqhwyPx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCDqhwyPx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTCDqhwyPx .menu-logo {
  margin-right: auto;
}
.cid-uTCDqhwyPx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCDqhwyPx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTCDqhwyPx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTCDqhwyPx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTCDqhwyPx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTCDqhwyPx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTCDqhwyPx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTCDqhwyPx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTCDqhwyPx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCDqhwyPx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTCDqhwyPx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCDqhwyPx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTCDqhwyPx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTCDqhwyPx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTCDqhwyPx .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTCDqhwyPx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTCDqhwyPx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTCDqhwyPx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTCDqhwyPx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTCDqhwyPx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCDqhwyPx button.navbar-toggler:focus {
  outline: none;
}
.cid-uTCDqhwyPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uTCDqhwyPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCDqhwyPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCDqhwyPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCDqhwyPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCDqhwyPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCDqhwyPx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCDqhwyPx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCDqhwyPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCDqhwyPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCDqhwyPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTCDqhwyPx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse.collapsing,
.cid-uTCDqhwyPx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTCDqhwyPx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTCDqhwyPx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTCDqhwyPx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTCDqhwyPx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTCDqhwyPx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTCDqhwyPx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTCDqhwyPx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uTCDqhwyPx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCDqhwyPx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTCDqhwyPx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTCDqhwyPx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTCDqhwyPx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTCDqhwyPx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTCDqhwyPx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTCDqhwyPx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTCDqhwyPx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCDqhwyPx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTCDqhwyPx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTCDqhwyPx .nav-link:focus {
  outline: none;
}
.cid-uTCDqhwyPx .navbar-toggler {
  position: relative;
}
.cid-uTCDqhwyPx .dropdown-item.active,
.cid-uTCDqhwyPx .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uTCDqhwyPx .nav-link:hover,
.cid-uTCDqhwyPx .dropdown-item:hover {
  color: #4284df;
}
.cid-v14atfx1Z9 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14atfx1Z9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14atfx1Z9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14atfx1Z9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14atfx1Z9 .mbr-card-title {
  color: #000000;
}
.cid-v14atfx1Z9 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14atfx1Z9 .mbr-text,
.cid-v14atfx1Z9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14atfx1Z9 .row {
  align-items: top;
}
.cid-uXdbbAg9pq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdbbAg9pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdbbAg9pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdbbAg9pq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdbbAg9pq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdbbAg9pq .container {
    padding: 0 30px;
  }
}
.cid-uXdbbAg9pq .row {
  justify-content: center;
}
.cid-uXdbbAg9pq .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdbbAg9pq .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdbbAg9pq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdbbAg9pq .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdbbAg9pq .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdbbAg9pq .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdbbAg9pq .mbr-desc {
  color: #22654E;
}
.cid-v14aMcPSOO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14aMcPSOO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14aMcPSOO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14aMcPSOO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14aMcPSOO .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14aMcPSOO .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14aMcPSOO .mbr-text,
.cid-v14aMcPSOO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14aMcPSOO .row {
  align-items: top;
}
.cid-uUbQrDoXQQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUbQrDoXQQ .container-fluid {
  padding: 0 3rem;
}
.cid-uUbQrDoXQQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uUbQrDoXQQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUbQrDoXQQ .table-wrapper {
  margin: 0 auto;
}
.cid-uUbQrDoXQQ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUbQrDoXQQ table thead tr {
  border: none !important;
}
.cid-uUbQrDoXQQ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uUbQrDoXQQ table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uUbQrDoXQQ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uUbQrDoXQQ tr:hover {
  background-color: #feffe3 !important;
}
.cid-uUbQrDoXQQ .head-item:after,
.cid-uUbQrDoXQQ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uUbQrDoXQQ table th,
  .cid-uUbQrDoXQQ table td {
    padding: .75rem;
  }
}
.cid-uUbQrDoXQQ .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uUbQrDoXQQ .head-item {
  color: #000000;
}
.cid-uUbQrDoXQQ .mbr-text {
  color: #767676;
}
.cid-uTCDqjKjY3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTCDqjKjY3 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTCDqjKjY3 .card-img {
  padding-bottom: 2rem;
}
.cid-uTCDqjKjY3 .mbr-text {
  color: #767676;
}
.cid-uTCDqjKjY3 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTCDqjKjY3 .mbr-section-btn {
  margin-left: 0;
}
.cid-uTCDqjKjY3 .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTCDqjKjY3 .card-title {
    text-align: center;
  }
  .cid-uTCDqjKjY3 p.mbr-text,
  .cid-uTCDqjKjY3 p.date {
    text-align: center;
  }
}
.cid-uTCDqjKjY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCDqjKjY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCDqjKjY3 .card-title,
.cid-uTCDqjKjY3 .card-img {
  text-align: center;
}
.cid-uTCDqjKjY3 .mbr-text,
.cid-uTCDqjKjY3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v14bF5b8Oe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v14bF5b8Oe .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v14bF5b8Oe .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v14bF5b8Oe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v14bF5b8Oe .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v14bF5b8Oe .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v14bF5b8Oe .mbr-text {
  color: #000000;
}
.cid-v14bF5b8Oe .mbr-description {
  color: #6c7577;
}
.cid-v14bF5b8Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14bF5b8Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWDZT.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWDZT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWDZT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWDZT .modal-content,
.cid-uXhxTuWDZT .modal-dialog {
  height: auto;
}
.cid-uXhxTuWDZT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWDZT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWDZT .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWDZT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWDZT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWDZT .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-uXhxTuWDZT .mbr-text {
  text-align: center;
}
.cid-uXhxTuWDZT .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWDZT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWDZT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWDZT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWDZT .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWDZT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWDZT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWDZT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWDZT .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-uXhxTuWDZT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWDZT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWDZT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWDZT .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-uXhxTuWDZT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWDZT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWDZT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWDZT .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWDZT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWDZT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWDZT .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWDZT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWDZT .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWDZT .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWDZT .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWDZT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWDZT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWDZT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWDZT .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWDZT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWDZT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWDZT .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWDZT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWDZT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWDZT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWDZT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWDZT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWDZT .modal-lg,
  .cid-uXhxTuWDZT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWDZT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWDZT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWDZT .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-uXhxTuWDZT .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWDZT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWDZT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWDZT .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-uXhxTuWDZT .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWDZT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTCErivaNC .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTCErivaNC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTCErivaNC a {
  font-style: normal;
}
.cid-uTCErivaNC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTCErivaNC .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uTCErivaNC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCErivaNC .content-text {
  margin-bottom: 0;
}
.cid-uTCErivaNC .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTCErivaNC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTCErivaNC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTCErivaNC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTCErivaNC .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTCErivaNC .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCErivaNC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTCErivaNC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTCErivaNC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCErivaNC .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTCErivaNC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTCErivaNC .content-right-side {
  text-align: center;
}
.cid-uTCErivaNC .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uTCErivaNC .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uTCErivaNC .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uTCErivaNC .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uTCErivaNC .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uTCErivaNC .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uTCErivaNC img {
    height: 3.8rem !important;
  }
  .cid-uTCErivaNC .btn {
    display: -webkit-flex;
  }
  .cid-uTCErivaNC button.navbar-toggler {
    display: block;
  }
  .cid-uTCErivaNC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTCErivaNC .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTCErivaNC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTCErivaNC .navbar-collapse.collapsing,
  .cid-uTCErivaNC .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTCErivaNC .navbar-collapse.collapsing .navbar-nav,
  .cid-uTCErivaNC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTCErivaNC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTCErivaNC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTCErivaNC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTCErivaNC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCErivaNC .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTCErivaNC .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTCErivaNC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTCErivaNC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTCErivaNC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTCErivaNC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTCErivaNC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTCErivaNC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTCErivaNC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uTCErivaNC .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uTCErivaNC .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uTCErivaNC .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uTCErivaNC .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uTCErivaNC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTCErivaNC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTCErivaNC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTCErivaNC .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTCErivaNC .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCErivaNC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTCErivaNC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTCErivaNC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTCErivaNC .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTCErivaNC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uTCErivaNC .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTCErivaNC .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTCErivaNC .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCErivaNC .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uTCErivaNC .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTCErivaNC .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTCErivaNC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTCErivaNC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTCErivaNC .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uTCErivaNC .navbar-toggler {
    display: none;
  }
  .cid-uTCErivaNC .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uTCErivaNC .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCErivaNC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTCErivaNC .menu-logo {
  margin-right: auto;
}
.cid-uTCErivaNC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTCErivaNC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTCErivaNC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTCErivaNC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTCErivaNC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTCErivaNC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTCErivaNC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTCErivaNC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTCErivaNC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCErivaNC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTCErivaNC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTCErivaNC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTCErivaNC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTCErivaNC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTCErivaNC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTCErivaNC .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTCErivaNC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTCErivaNC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTCErivaNC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTCErivaNC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTCErivaNC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTCErivaNC button.navbar-toggler:focus {
  outline: none;
}
.cid-uTCErivaNC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uTCErivaNC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTCErivaNC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCErivaNC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTCErivaNC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTCErivaNC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCErivaNC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTCErivaNC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTCErivaNC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTCErivaNC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTCErivaNC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTCErivaNC .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTCErivaNC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTCErivaNC .collapsed .navbar-collapse.collapsing,
.cid-uTCErivaNC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTCErivaNC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTCErivaNC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTCErivaNC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTCErivaNC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTCErivaNC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTCErivaNC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTCErivaNC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTCErivaNC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTCErivaNC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTCErivaNC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTCErivaNC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uTCErivaNC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTCErivaNC .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTCErivaNC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTCErivaNC .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTCErivaNC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTCErivaNC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTCErivaNC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTCErivaNC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTCErivaNC .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTCErivaNC .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTCErivaNC .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTCErivaNC .nav-link:focus {
  outline: none;
}
.cid-uTCErivaNC .navbar-toggler {
  position: relative;
}
.cid-uTCErivaNC .dropdown-item.active,
.cid-uTCErivaNC .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uTCErivaNC .nav-link:hover,
.cid-uTCErivaNC .dropdown-item:hover {
  color: #4284df;
}
.cid-v14bNpIQl6 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14bNpIQl6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14bNpIQl6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14bNpIQl6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14bNpIQl6 .mbr-card-title {
  color: #000000;
}
.cid-v14bNpIQl6 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14bNpIQl6 .mbr-text,
.cid-v14bNpIQl6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14bNpIQl6 .row {
  align-items: top;
}
.cid-uXdbjLtvss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdbjLtvss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdbjLtvss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdbjLtvss .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdbjLtvss .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdbjLtvss .container {
    padding: 0 30px;
  }
}
.cid-uXdbjLtvss .row {
  justify-content: center;
}
.cid-uXdbjLtvss .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdbjLtvss .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdbjLtvss .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdbjLtvss .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdbjLtvss .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdbjLtvss .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdbjLtvss .mbr-desc {
  color: #22654E;
}
.cid-v14c2NTrQN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14c2NTrQN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14c2NTrQN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14c2NTrQN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14c2NTrQN .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14c2NTrQN .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14c2NTrQN .mbr-text,
.cid-v14c2NTrQN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14c2NTrQN .row {
  align-items: top;
}
.cid-uUc15YfX3z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUc15YfX3z .container-fluid {
  padding: 0 3rem;
}
.cid-uUc15YfX3z .mbr-section-subtitle {
  color: #767676;
}
.cid-uUc15YfX3z .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uUc15YfX3z .table-wrapper {
  margin: 0 auto;
}
.cid-uUc15YfX3z table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uUc15YfX3z table thead tr {
  border: none !important;
}
.cid-uUc15YfX3z table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uUc15YfX3z table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uUc15YfX3z table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uUc15YfX3z tr:hover {
  background-color: #feffe3 !important;
}
.cid-uUc15YfX3z .head-item:after,
.cid-uUc15YfX3z .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 3000px) {
  .cid-uUc15YfX3z table th,
  .cid-uUc15YfX3z table td {
    padding: .75rem;
  }
}
.cid-uUc15YfX3z .body-item {
  text-align: left;
  color: #2c1616;
}
.cid-uUc15YfX3z .head-item {
  color: #000000;
}
.cid-uUc15YfX3z .mbr-text {
  color: #767676;
}
.cid-uTCErkzvRZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTCErkzvRZ .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uTCErkzvRZ .card-img {
  padding-bottom: 2rem;
}
.cid-uTCErkzvRZ .mbr-text {
  color: #767676;
}
.cid-uTCErkzvRZ span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uTCErkzvRZ .mbr-section-btn {
  margin-left: 0;
}
.cid-uTCErkzvRZ .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTCErkzvRZ .card-title {
    text-align: center;
  }
  .cid-uTCErkzvRZ p.mbr-text,
  .cid-uTCErkzvRZ p.date {
    text-align: center;
  }
}
.cid-uTCErkzvRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTCErkzvRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTCErkzvRZ .card-title,
.cid-uTCErkzvRZ .card-img {
  text-align: center;
}
.cid-uTCErkzvRZ .mbr-text,
.cid-uTCErkzvRZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v14ikpAGlG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v14ikpAGlG .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v14ikpAGlG .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v14ikpAGlG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v14ikpAGlG .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v14ikpAGlG .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v14ikpAGlG .mbr-text {
  color: #000000;
}
.cid-v14ikpAGlG .mbr-description {
  color: #6c7577;
}
.cid-v14ikpAGlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14ikpAGlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWqEA.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWqEA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWqEA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWqEA .modal-content,
.cid-uXhxTuWqEA .modal-dialog {
  height: auto;
}
.cid-uXhxTuWqEA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWqEA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWqEA .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWqEA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWqEA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWqEA .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-uXhxTuWqEA .mbr-text {
  text-align: center;
}
.cid-uXhxTuWqEA .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWqEA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWqEA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWqEA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWqEA .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWqEA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWqEA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWqEA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWqEA .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-uXhxTuWqEA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWqEA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWqEA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWqEA .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-uXhxTuWqEA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWqEA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWqEA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWqEA .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWqEA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWqEA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWqEA .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWqEA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWqEA .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWqEA .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWqEA .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWqEA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWqEA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWqEA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWqEA .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWqEA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWqEA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWqEA .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWqEA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWqEA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWqEA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWqEA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWqEA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWqEA .modal-lg,
  .cid-uXhxTuWqEA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWqEA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWqEA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWqEA .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-uXhxTuWqEA .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWqEA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWqEA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWqEA .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-uXhxTuWqEA .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWqEA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUttFMCt1u .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUttFMCt1u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUttFMCt1u a {
  font-style: normal;
}
.cid-uUttFMCt1u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUttFMCt1u .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uUttFMCt1u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUttFMCt1u .content-text {
  margin-bottom: 0;
}
.cid-uUttFMCt1u .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUttFMCt1u .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUttFMCt1u .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUttFMCt1u .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUttFMCt1u .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUttFMCt1u .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUttFMCt1u .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUttFMCt1u .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUttFMCt1u .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUttFMCt1u .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUttFMCt1u .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUttFMCt1u .content-right-side {
  text-align: center;
}
.cid-uUttFMCt1u .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUttFMCt1u .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUttFMCt1u .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUttFMCt1u .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUttFMCt1u .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUttFMCt1u .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uUttFMCt1u img {
    height: 3.8rem !important;
  }
  .cid-uUttFMCt1u .btn {
    display: -webkit-flex;
  }
  .cid-uUttFMCt1u button.navbar-toggler {
    display: block;
  }
  .cid-uUttFMCt1u .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUttFMCt1u .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUttFMCt1u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUttFMCt1u .navbar-collapse.collapsing,
  .cid-uUttFMCt1u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUttFMCt1u .navbar-collapse.collapsing .navbar-nav,
  .cid-uUttFMCt1u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUttFMCt1u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUttFMCt1u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUttFMCt1u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUttFMCt1u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUttFMCt1u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUttFMCt1u .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUttFMCt1u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUttFMCt1u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUttFMCt1u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUttFMCt1u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUttFMCt1u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUttFMCt1u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUttFMCt1u .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uUttFMCt1u .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uUttFMCt1u .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUttFMCt1u .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uUttFMCt1u .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uUttFMCt1u .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUttFMCt1u .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUttFMCt1u .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUttFMCt1u .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUttFMCt1u .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUttFMCt1u .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUttFMCt1u .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUttFMCt1u .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUttFMCt1u .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUttFMCt1u .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUttFMCt1u .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uUttFMCt1u .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUttFMCt1u .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUttFMCt1u .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUttFMCt1u .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUttFMCt1u .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUttFMCt1u .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUttFMCt1u .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUttFMCt1u .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUttFMCt1u .navbar-toggler {
    display: none;
  }
  .cid-uUttFMCt1u .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uUttFMCt1u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUttFMCt1u .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUttFMCt1u .menu-logo {
  margin-right: auto;
}
.cid-uUttFMCt1u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUttFMCt1u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUttFMCt1u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUttFMCt1u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUttFMCt1u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUttFMCt1u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUttFMCt1u .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUttFMCt1u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUttFMCt1u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUttFMCt1u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUttFMCt1u .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUttFMCt1u .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUttFMCt1u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUttFMCt1u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUttFMCt1u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUttFMCt1u .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUttFMCt1u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUttFMCt1u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUttFMCt1u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUttFMCt1u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUttFMCt1u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUttFMCt1u button.navbar-toggler:focus {
  outline: none;
}
.cid-uUttFMCt1u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uUttFMCt1u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUttFMCt1u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUttFMCt1u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUttFMCt1u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUttFMCt1u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUttFMCt1u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUttFMCt1u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUttFMCt1u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUttFMCt1u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUttFMCt1u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUttFMCt1u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse.collapsing,
.cid-uUttFMCt1u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUttFMCt1u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUttFMCt1u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUttFMCt1u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUttFMCt1u .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUttFMCt1u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUttFMCt1u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUttFMCt1u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uUttFMCt1u .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUttFMCt1u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUttFMCt1u .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUttFMCt1u .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUttFMCt1u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUttFMCt1u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUttFMCt1u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUttFMCt1u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUttFMCt1u .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUttFMCt1u .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUttFMCt1u .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUttFMCt1u .nav-link:focus {
  outline: none;
}
.cid-uUttFMCt1u .navbar-toggler {
  position: relative;
}
.cid-uUttFMCt1u .dropdown-item.active,
.cid-uUttFMCt1u .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uUttFMCt1u .nav-link:hover,
.cid-uUttFMCt1u .dropdown-item:hover {
  color: #4284df;
}
.cid-v14W1EPzNK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14W1EPzNK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14W1EPzNK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14W1EPzNK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14W1EPzNK .mbr-card-title {
  color: #000000;
}
.cid-v14W1EPzNK .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14W1EPzNK .mbr-text,
.cid-v14W1EPzNK .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14W1EPzNK .row {
  align-items: top;
}
.cid-uXdpSut6bz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdpSut6bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpSut6bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpSut6bz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpSut6bz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpSut6bz .container {
    padding: 0 30px;
  }
}
.cid-uXdpSut6bz .row {
  justify-content: center;
}
.cid-uXdpSut6bz .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpSut6bz .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpSut6bz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpSut6bz .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpSut6bz .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpSut6bz .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpSut6bz .mbr-desc {
  color: #22654E;
}
.cid-v14WhceqOX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v14WhceqOX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14WhceqOX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14WhceqOX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v14WhceqOX .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v14WhceqOX .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14WhceqOX .mbr-text,
.cid-v14WhceqOX .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14WhceqOX .row {
  align-items: top;
}
.cid-uUttFQxt5N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUttFQxt5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUttFQxt5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUttFQxt5N .row {
  align-items: flex-end;
}
.cid-uUttFQxt5N .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUttFQxt5N .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUttFQxt5N img,
.cid-uUttFQxt5N .item-img {
  width: 100%;
}
.cid-uUttFQxt5N H5 {
  color: #333333;
  text-align: center;
}
.cid-uUttFQxt5N .mbr-text,
.cid-uUttFQxt5N .mbr-section-btn {
  color: #291f1e;
}
.cid-uUttFR3Si2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUttFR3Si2 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUttFR3Si2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUttFR3Si2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUttFR3Si2 .mbr-card-title {
  color: #000000;
}
.cid-uUttFR3Si2 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUttFR3Si2 .mbr-text,
.cid-uUttFR3Si2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUttFR3Si2 .row {
  align-items: top;
}
.cid-v150NeO8Gi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v150NeO8Gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v150NeO8Gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v150NeO8Gi .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v150NeO8Gi .mbr-section-title {
  color: #24262b;
}
.cid-v150NeO8Gi .mbr-section-subtitle {
  color: #24262b;
}
.cid-v150NeO8Gi .items-row {
  row-gap: 32px;
}
.cid-v150NeO8Gi .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v150NeO8Gi .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v150NeO8Gi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v150NeO8Gi .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v150NeO8Gi .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v150NeO8Gi .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v150NeO8Gi .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v150NeO8Gi .mbr-item-subtitle {
  color: #24262b;
}
.cid-v150NeO8Gi .carousel-control,
.cid-v150NeO8Gi .close {
  background: #1b1b1b;
}
.cid-v150NeO8Gi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v150NeO8Gi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v150NeO8Gi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v150NeO8Gi .carousel-control-next span {
  margin-left: 5px;
}
.cid-v150NeO8Gi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v150NeO8Gi .close::before {
  content: '\e91a';
}
.cid-v150NeO8Gi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v150NeO8Gi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v150NeO8Gi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v150NeO8Gi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v150NeO8Gi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v150NeO8Gi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v150NeO8Gi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v150NeO8Gi .carousel-indicators li.active,
.cid-v150NeO8Gi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v150NeO8Gi .carousel-indicators li::after,
.cid-v150NeO8Gi .carousel-indicators li::before {
  content: none;
}
.cid-v150NeO8Gi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v150NeO8Gi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v150NeO8Gi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v150NeO8Gi .carousel-indicators {
    display: none;
  }
}
.cid-v150NeO8Gi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v150NeO8Gi .carousel-inner > .active {
  display: block;
}
.cid-v150NeO8Gi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v150NeO8Gi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v150NeO8Gi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v150NeO8Gi .carousel-control,
  .cid-v150NeO8Gi .carousel-indicators,
  .cid-v150NeO8Gi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v150NeO8Gi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v150NeO8Gi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v150NeO8Gi .carousel-indicators .active,
.cid-v150NeO8Gi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v150NeO8Gi .carousel-indicators .active {
  background: #fff;
}
.cid-v150NeO8Gi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v150NeO8Gi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v150NeO8Gi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v150NeO8Gi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v150NeO8Gi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v150NeO8Gi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v150NeO8Gi .carousel {
  width: 100%;
}
.cid-v150NeO8Gi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v150NeO8Gi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v150NeO8Gi .modal.fade .modal-dialog,
.cid-v150NeO8Gi .modal.in .modal-dialog {
  transform: none;
}
.cid-v150NeO8Gi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v150NeO8Gi H6 {
  text-align: center;
}
.cid-uXdpTwg0D0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdpTwg0D0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpTwg0D0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpTwg0D0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpTwg0D0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpTwg0D0 .container {
    padding: 0 30px;
  }
}
.cid-uXdpTwg0D0 .row {
  justify-content: center;
}
.cid-uXdpTwg0D0 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpTwg0D0 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpTwg0D0 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpTwg0D0 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpTwg0D0 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpTwg0D0 .mbr-desc {
  color: #22654E;
}
.cid-uUttFT0Yve {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUttFT0Yve .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUttFT0Yve .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUttFT0Yve .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUttFT0Yve .mbr-card-title {
  color: #000000;
}
.cid-uUttFT0Yve .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUttFT0Yve .mbr-text,
.cid-uUttFT0Yve .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUttFT0Yve .row {
  align-items: top;
}
.cid-uUttFTw3YO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUttFTw3YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUttFTw3YO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUttFTw3YO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUttFTw3YO .row {
  flex-direction: row-reverse;
}
.cid-uUttFTw3YO img {
  width: 100%;
  border: 3px solid #9473d2;
  border-radius: 2rem;
}
.cid-uUttFTw3YO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXdpUKlQsQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdpUKlQsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdpUKlQsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdpUKlQsQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdpUKlQsQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdpUKlQsQ .container {
    padding: 0 30px;
  }
}
.cid-uXdpUKlQsQ .row {
  justify-content: center;
}
.cid-uXdpUKlQsQ .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdpUKlQsQ .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdpUKlQsQ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdpUKlQsQ .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdpUKlQsQ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdpUKlQsQ .mbr-desc {
  color: #22654E;
}
.cid-uUttFVeg2X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUttFVeg2X .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUttFVeg2X .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUttFVeg2X .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUttFVeg2X .mbr-card-title {
  color: #000000;
}
.cid-uUttFVeg2X .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUttFVeg2X .mbr-text,
.cid-uUttFVeg2X .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUttFVeg2X .row {
  align-items: top;
}
.cid-v151iljPbf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v151iljPbf .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v151iljPbf .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v151iljPbf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v151iljPbf .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v151iljPbf .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v151iljPbf .mbr-text {
  color: #000000;
}
.cid-v151iljPbf .mbr-description {
  color: #6c7577;
}
.cid-v151iljPbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v151iljPbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWIuX.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWIuX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWIuX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWIuX .modal-content,
.cid-uXhxTuWIuX .modal-dialog {
  height: auto;
}
.cid-uXhxTuWIuX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWIuX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWIuX .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWIuX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWIuX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWIuX .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-uXhxTuWIuX .mbr-text {
  text-align: center;
}
.cid-uXhxTuWIuX .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWIuX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWIuX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWIuX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWIuX .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWIuX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWIuX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWIuX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWIuX .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-uXhxTuWIuX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWIuX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWIuX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWIuX .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-uXhxTuWIuX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWIuX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWIuX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWIuX .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWIuX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWIuX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWIuX .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWIuX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWIuX .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWIuX .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWIuX .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWIuX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWIuX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWIuX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWIuX .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWIuX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWIuX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWIuX .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWIuX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWIuX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWIuX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWIuX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWIuX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWIuX .modal-lg,
  .cid-uXhxTuWIuX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWIuX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWIuX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWIuX .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-uXhxTuWIuX .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWIuX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWIuX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWIuX .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-uXhxTuWIuX .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWIuX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUDO3AUAMo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUDO3AUAMo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUDO3AUAMo a {
  font-style: normal;
}
.cid-uUDO3AUAMo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUDO3AUAMo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uUDO3AUAMo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUDO3AUAMo .content-text {
  margin-bottom: 0;
}
.cid-uUDO3AUAMo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUDO3AUAMo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUDO3AUAMo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUDO3AUAMo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUDO3AUAMo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUDO3AUAMo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUDO3AUAMo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUDO3AUAMo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUDO3AUAMo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUDO3AUAMo .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUDO3AUAMo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUDO3AUAMo .content-right-side {
  text-align: center;
}
.cid-uUDO3AUAMo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUDO3AUAMo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUDO3AUAMo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUDO3AUAMo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUDO3AUAMo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUDO3AUAMo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uUDO3AUAMo img {
    height: 3.8rem !important;
  }
  .cid-uUDO3AUAMo .btn {
    display: -webkit-flex;
  }
  .cid-uUDO3AUAMo button.navbar-toggler {
    display: block;
  }
  .cid-uUDO3AUAMo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUDO3AUAMo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUDO3AUAMo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUDO3AUAMo .navbar-collapse.collapsing,
  .cid-uUDO3AUAMo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUDO3AUAMo .navbar-collapse.collapsing .navbar-nav,
  .cid-uUDO3AUAMo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUDO3AUAMo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUDO3AUAMo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUDO3AUAMo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUDO3AUAMo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUDO3AUAMo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUDO3AUAMo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUDO3AUAMo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUDO3AUAMo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUDO3AUAMo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUDO3AUAMo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUDO3AUAMo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUDO3AUAMo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUDO3AUAMo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uUDO3AUAMo .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uUDO3AUAMo .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUDO3AUAMo .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uUDO3AUAMo .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uUDO3AUAMo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUDO3AUAMo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUDO3AUAMo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUDO3AUAMo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUDO3AUAMo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUDO3AUAMo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUDO3AUAMo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUDO3AUAMo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUDO3AUAMo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUDO3AUAMo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUDO3AUAMo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uUDO3AUAMo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUDO3AUAMo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUDO3AUAMo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUDO3AUAMo .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUDO3AUAMo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUDO3AUAMo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUDO3AUAMo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUDO3AUAMo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUDO3AUAMo .navbar-toggler {
    display: none;
  }
  .cid-uUDO3AUAMo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uUDO3AUAMo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUDO3AUAMo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUDO3AUAMo .menu-logo {
  margin-right: auto;
}
.cid-uUDO3AUAMo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUDO3AUAMo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUDO3AUAMo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUDO3AUAMo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUDO3AUAMo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUDO3AUAMo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUDO3AUAMo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUDO3AUAMo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUDO3AUAMo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUDO3AUAMo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUDO3AUAMo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUDO3AUAMo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUDO3AUAMo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUDO3AUAMo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUDO3AUAMo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUDO3AUAMo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUDO3AUAMo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUDO3AUAMo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUDO3AUAMo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUDO3AUAMo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUDO3AUAMo button.navbar-toggler:focus {
  outline: none;
}
.cid-uUDO3AUAMo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uUDO3AUAMo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUDO3AUAMo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUDO3AUAMo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUDO3AUAMo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUDO3AUAMo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUDO3AUAMo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUDO3AUAMo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUDO3AUAMo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUDO3AUAMo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUDO3AUAMo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUDO3AUAMo .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse.collapsing,
.cid-uUDO3AUAMo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUDO3AUAMo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUDO3AUAMo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUDO3AUAMo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUDO3AUAMo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUDO3AUAMo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUDO3AUAMo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUDO3AUAMo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uUDO3AUAMo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUDO3AUAMo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUDO3AUAMo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUDO3AUAMo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUDO3AUAMo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUDO3AUAMo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUDO3AUAMo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUDO3AUAMo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUDO3AUAMo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUDO3AUAMo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUDO3AUAMo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUDO3AUAMo .nav-link:focus {
  outline: none;
}
.cid-uUDO3AUAMo .navbar-toggler {
  position: relative;
}
.cid-uUDO3AUAMo .dropdown-item.active,
.cid-uUDO3AUAMo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uUDO3AUAMo .nav-link:hover,
.cid-uUDO3AUAMo .dropdown-item:hover {
  color: #4284df;
}
.cid-v151Y63StV {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v151Y63StV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v151Y63StV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v151Y63StV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v151Y63StV .mbr-card-title {
  color: #000000;
}
.cid-v151Y63StV .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v151Y63StV .mbr-text,
.cid-v151Y63StV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v151Y63StV .row {
  align-items: top;
}
.cid-uXdq53gSbi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdq53gSbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdq53gSbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdq53gSbi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdq53gSbi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdq53gSbi .container {
    padding: 0 30px;
  }
}
.cid-uXdq53gSbi .row {
  justify-content: center;
}
.cid-uXdq53gSbi .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdq53gSbi .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdq53gSbi .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdq53gSbi .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdq53gSbi .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdq53gSbi .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdq53gSbi .mbr-desc {
  color: #22654E;
}
.cid-uUDO3CAw7d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUDO3CAw7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDO3CAw7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUDO3CAw7d .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uUDO3CAw7d .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUDO3CAw7d .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUDO3CAw7d .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uUDO3CAw7d .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uUDO3CAw7d .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uUDO3CAw7d .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uUDO3CAw7d .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #0f0f0f;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #c1c1c1;
}
.cid-uUDO3CAw7d .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #0f0f0f;
}
.cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 43%;
}
@media (max-width: 992px) {
  .cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uUDO3CAw7d .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uUDO3CAw7d .mbr-section-title {
  color: #404349;
}
.cid-uUDO3CAw7d .item-title {
  color: #404349;
}
.cid-uUDO3CAw7d .item-text {
  color: #404349;
}
.cid-uUDO3CAw7d .tabs-wrapper {
  text-align: center;
}
.cid-v1543PcOpJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v1543PcOpJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1543PcOpJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1543PcOpJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v1543PcOpJ .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v1543PcOpJ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1543PcOpJ .mbr-text,
.cid-v1543PcOpJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1543PcOpJ .row {
  align-items: top;
}
.cid-uUDO3Dg0FH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUDO3Dg0FH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDO3Dg0FH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUDO3Dg0FH .row {
  align-items: flex-end;
}
.cid-uUDO3Dg0FH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUDO3Dg0FH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUDO3Dg0FH img,
.cid-uUDO3Dg0FH .item-img {
  width: 100%;
}
.cid-uUDO3Dg0FH H5 {
  color: #333333;
  text-align: center;
}
.cid-uUDO3Dg0FH .mbr-text,
.cid-uUDO3Dg0FH .mbr-section-btn {
  color: #291f1e;
}
.cid-uXdq8SoWQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdq8SoWQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdq8SoWQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdq8SoWQE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdq8SoWQE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdq8SoWQE .container {
    padding: 0 30px;
  }
}
.cid-uXdq8SoWQE .row {
  justify-content: center;
}
.cid-uXdq8SoWQE .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdq8SoWQE .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdq8SoWQE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdq8SoWQE .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdq8SoWQE .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdq8SoWQE .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdq8SoWQE .mbr-desc {
  color: #22654E;
}
.cid-uUDO3DJqgt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUDO3DJqgt .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUDO3DJqgt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUDO3DJqgt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUDO3DJqgt .mbr-card-title {
  color: #000000;
}
.cid-uUDO3DJqgt .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUDO3DJqgt .mbr-text,
.cid-uUDO3DJqgt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUDO3DJqgt .row {
  align-items: top;
}
.cid-v15ljmrnwQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15ljmrnwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15ljmrnwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15ljmrnwQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v15ljmrnwQ .mbr-section-title {
  color: #24262b;
}
.cid-v15ljmrnwQ .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15ljmrnwQ .items-row {
  row-gap: 32px;
}
.cid-v15ljmrnwQ .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v15ljmrnwQ .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v15ljmrnwQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v15ljmrnwQ .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v15ljmrnwQ .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v15ljmrnwQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v15ljmrnwQ .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v15ljmrnwQ .mbr-item-subtitle {
  color: #24262b;
}
.cid-v15ljmrnwQ .carousel-control,
.cid-v15ljmrnwQ .close {
  background: #1b1b1b;
}
.cid-v15ljmrnwQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v15ljmrnwQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v15ljmrnwQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v15ljmrnwQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v15ljmrnwQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v15ljmrnwQ .close::before {
  content: '\e91a';
}
.cid-v15ljmrnwQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v15ljmrnwQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v15ljmrnwQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v15ljmrnwQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v15ljmrnwQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v15ljmrnwQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v15ljmrnwQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v15ljmrnwQ .carousel-indicators li.active,
.cid-v15ljmrnwQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v15ljmrnwQ .carousel-indicators li::after,
.cid-v15ljmrnwQ .carousel-indicators li::before {
  content: none;
}
.cid-v15ljmrnwQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v15ljmrnwQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v15ljmrnwQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v15ljmrnwQ .carousel-indicators {
    display: none;
  }
}
.cid-v15ljmrnwQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v15ljmrnwQ .carousel-inner > .active {
  display: block;
}
.cid-v15ljmrnwQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v15ljmrnwQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v15ljmrnwQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v15ljmrnwQ .carousel-control,
  .cid-v15ljmrnwQ .carousel-indicators,
  .cid-v15ljmrnwQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v15ljmrnwQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v15ljmrnwQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v15ljmrnwQ .carousel-indicators .active,
.cid-v15ljmrnwQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v15ljmrnwQ .carousel-indicators .active {
  background: #fff;
}
.cid-v15ljmrnwQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v15ljmrnwQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v15ljmrnwQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v15ljmrnwQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v15ljmrnwQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v15ljmrnwQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v15ljmrnwQ .carousel {
  width: 100%;
}
.cid-v15ljmrnwQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v15ljmrnwQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v15ljmrnwQ .modal.fade .modal-dialog,
.cid-v15ljmrnwQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v15ljmrnwQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v15ljmrnwQ H6 {
  text-align: center;
}
.cid-uXdq6k6E3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdq6k6E3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdq6k6E3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdq6k6E3I .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdq6k6E3I .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdq6k6E3I .container {
    padding: 0 30px;
  }
}
.cid-uXdq6k6E3I .row {
  justify-content: center;
}
.cid-uXdq6k6E3I .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdq6k6E3I .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdq6k6E3I .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdq6k6E3I .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdq6k6E3I .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdq6k6E3I .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdq6k6E3I .mbr-desc {
  color: #22654E;
}
.cid-uUDO3EZoEV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUDO3EZoEV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUDO3EZoEV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUDO3EZoEV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUDO3EZoEV .mbr-card-title {
  color: #000000;
}
.cid-uUDO3EZoEV .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUDO3EZoEV .mbr-text,
.cid-uUDO3EZoEV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUDO3EZoEV .row {
  align-items: top;
}
.cid-uUDO3FoKz3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUDO3FoKz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDO3FoKz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUDO3FoKz3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUDO3FoKz3 .row {
  flex-direction: row-reverse;
}
.cid-uUDO3FoKz3 img {
  width: 100%;
  border: 3px solid #9473d2;
  border-radius: 2rem;
}
.cid-uUDO3FoKz3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUDO3GhER5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX3Q5RfLbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX3Q5RfLbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3Q5RfLbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3Q5RfLbz .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uX3Q5RfLbz .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uX3Q5RfLbz .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uX3Q5RfLbz .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uX3Q5RfLbz .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uX3Q5RfLbz .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-uX3Q5RfLbz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #89cdf3;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uX3Q5RfLbz .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uX3Q5RfLbz .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uX3Q5RfLbz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uX3Q5RfLbz .mbr-label {
  color: #000000;
}
.cid-uX3Q5RfLbz .mbr-section-title {
  color: #000000;
}
.cid-uX3Q5RfLbz .panel-title-edit {
  color: #000000;
}
.cid-uX3Q5RfLbz .panel-text {
  color: #000000;
}
.cid-v15mdSUIBW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v15mdSUIBW .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v15mdSUIBW .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v15mdSUIBW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v15mdSUIBW .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v15mdSUIBW .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v15mdSUIBW .mbr-text {
  color: #000000;
}
.cid-v15mdSUIBW .mbr-description {
  color: #6c7577;
}
.cid-v15mdSUIBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15mdSUIBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXvMR.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXvMR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXvMR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXvMR .modal-content,
.cid-uXhxTuXvMR .modal-dialog {
  height: auto;
}
.cid-uXhxTuXvMR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXvMR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXvMR .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXvMR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXvMR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXvMR .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-uXhxTuXvMR .mbr-text {
  text-align: center;
}
.cid-uXhxTuXvMR .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXvMR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXvMR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXvMR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXvMR .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXvMR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXvMR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXvMR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXvMR .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-uXhxTuXvMR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXvMR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXvMR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXvMR .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-uXhxTuXvMR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXvMR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXvMR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXvMR .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXvMR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXvMR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXvMR .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXvMR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXvMR .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXvMR .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXvMR .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXvMR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXvMR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXvMR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXvMR .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXvMR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXvMR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXvMR .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXvMR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXvMR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXvMR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXvMR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXvMR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXvMR .modal-lg,
  .cid-uXhxTuXvMR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXvMR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXvMR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXvMR .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-uXhxTuXvMR .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXvMR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXvMR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXvMR .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-uXhxTuXvMR .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXvMR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUKYVfKLC5 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUKYVfKLC5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUKYVfKLC5 a {
  font-style: normal;
}
.cid-uUKYVfKLC5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUKYVfKLC5 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uUKYVfKLC5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUKYVfKLC5 .content-text {
  margin-bottom: 0;
}
.cid-uUKYVfKLC5 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUKYVfKLC5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUKYVfKLC5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUKYVfKLC5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUKYVfKLC5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUKYVfKLC5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUKYVfKLC5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUKYVfKLC5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUKYVfKLC5 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUKYVfKLC5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUKYVfKLC5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUKYVfKLC5 .content-right-side {
  text-align: center;
}
.cid-uUKYVfKLC5 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uUKYVfKLC5 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uUKYVfKLC5 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uUKYVfKLC5 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uUKYVfKLC5 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uUKYVfKLC5 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uUKYVfKLC5 img {
    height: 3.8rem !important;
  }
  .cid-uUKYVfKLC5 .btn {
    display: -webkit-flex;
  }
  .cid-uUKYVfKLC5 button.navbar-toggler {
    display: block;
  }
  .cid-uUKYVfKLC5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUKYVfKLC5 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUKYVfKLC5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUKYVfKLC5 .navbar-collapse.collapsing,
  .cid-uUKYVfKLC5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUKYVfKLC5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uUKYVfKLC5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUKYVfKLC5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUKYVfKLC5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUKYVfKLC5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUKYVfKLC5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUKYVfKLC5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUKYVfKLC5 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUKYVfKLC5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUKYVfKLC5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUKYVfKLC5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUKYVfKLC5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUKYVfKLC5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUKYVfKLC5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUKYVfKLC5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKYVfKLC5 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uUKYVfKLC5 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uUKYVfKLC5 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uUKYVfKLC5 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uUKYVfKLC5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUKYVfKLC5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUKYVfKLC5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUKYVfKLC5 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUKYVfKLC5 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUKYVfKLC5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUKYVfKLC5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUKYVfKLC5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUKYVfKLC5 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUKYVfKLC5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uUKYVfKLC5 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uUKYVfKLC5 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUKYVfKLC5 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUKYVfKLC5 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uUKYVfKLC5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUKYVfKLC5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUKYVfKLC5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUKYVfKLC5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUKYVfKLC5 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uUKYVfKLC5 .navbar-toggler {
    display: none;
  }
  .cid-uUKYVfKLC5 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uUKYVfKLC5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUKYVfKLC5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUKYVfKLC5 .menu-logo {
  margin-right: auto;
}
.cid-uUKYVfKLC5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUKYVfKLC5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUKYVfKLC5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUKYVfKLC5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUKYVfKLC5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUKYVfKLC5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUKYVfKLC5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUKYVfKLC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUKYVfKLC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUKYVfKLC5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUKYVfKLC5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUKYVfKLC5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUKYVfKLC5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKYVfKLC5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUKYVfKLC5 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUKYVfKLC5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUKYVfKLC5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUKYVfKLC5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUKYVfKLC5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUKYVfKLC5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUKYVfKLC5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uUKYVfKLC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uUKYVfKLC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUKYVfKLC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUKYVfKLC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUKYVfKLC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUKYVfKLC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUKYVfKLC5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUKYVfKLC5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUKYVfKLC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUKYVfKLC5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKYVfKLC5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKYVfKLC5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.collapsing,
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUKYVfKLC5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUKYVfKLC5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uUKYVfKLC5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUKYVfKLC5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUKYVfKLC5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUKYVfKLC5 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUKYVfKLC5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUKYVfKLC5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUKYVfKLC5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUKYVfKLC5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUKYVfKLC5 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUKYVfKLC5 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUKYVfKLC5 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUKYVfKLC5 .nav-link:focus {
  outline: none;
}
.cid-uUKYVfKLC5 .navbar-toggler {
  position: relative;
}
.cid-uUKYVfKLC5 .dropdown-item.active,
.cid-uUKYVfKLC5 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uUKYVfKLC5 .nav-link:hover,
.cid-uUKYVfKLC5 .dropdown-item:hover {
  color: #4284df;
}
.cid-v15lOXR9hQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v15lOXR9hQ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v15lOXR9hQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v15lOXR9hQ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v15lOXR9hQ .mbr-card-title {
  color: #000000;
}
.cid-v15lOXR9hQ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v15lOXR9hQ .mbr-text,
.cid-v15lOXR9hQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v15lOXR9hQ .row {
  align-items: top;
}
.cid-uXdqoYxr0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdqoYxr0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqoYxr0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqoYxr0K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqoYxr0K .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqoYxr0K .container {
    padding: 0 30px;
  }
}
.cid-uXdqoYxr0K .row {
  justify-content: center;
}
.cid-uXdqoYxr0K .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqoYxr0K .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqoYxr0K .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqoYxr0K .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqoYxr0K .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqoYxr0K .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqoYxr0K .mbr-desc {
  color: #22654E;
}
.cid-v15mkHGHyP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v15mkHGHyP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v15mkHGHyP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v15mkHGHyP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v15mkHGHyP .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v15mkHGHyP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v15mkHGHyP .mbr-text,
.cid-v15mkHGHyP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v15mkHGHyP .row {
  align-items: top;
}
.cid-uUKYVgXZqZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUKYVgXZqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKYVgXZqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKYVgXZqZ .row {
  align-items: flex-end;
}
.cid-uUKYVgXZqZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUKYVgXZqZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUKYVgXZqZ img,
.cid-uUKYVgXZqZ .item-img {
  width: 100%;
}
.cid-uUKYVgXZqZ H5 {
  color: #333333;
  text-align: center;
}
.cid-uUKYVgXZqZ .mbr-text,
.cid-uUKYVgXZqZ .mbr-section-btn {
  color: #291f1e;
}
.cid-uUKYVhbCDN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUKYVhbCDN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUKYVhbCDN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUKYVhbCDN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUKYVhbCDN .mbr-card-title {
  color: #000000;
}
.cid-uUKYVhbCDN .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUKYVhbCDN .mbr-text,
.cid-uUKYVhbCDN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUKYVhbCDN .row {
  align-items: top;
}
.cid-v15oavogIM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15oavogIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15oavogIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15oavogIM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v15oavogIM .mbr-section-title {
  color: #24262b;
}
.cid-v15oavogIM .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15oavogIM .items-row {
  row-gap: 32px;
}
.cid-v15oavogIM .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v15oavogIM .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v15oavogIM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v15oavogIM .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v15oavogIM .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v15oavogIM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v15oavogIM .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v15oavogIM .mbr-item-subtitle {
  color: #24262b;
}
.cid-v15oavogIM .carousel-control,
.cid-v15oavogIM .close {
  background: #1b1b1b;
}
.cid-v15oavogIM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v15oavogIM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v15oavogIM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v15oavogIM .carousel-control-next span {
  margin-left: 5px;
}
.cid-v15oavogIM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v15oavogIM .close::before {
  content: '\e91a';
}
.cid-v15oavogIM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v15oavogIM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v15oavogIM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v15oavogIM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v15oavogIM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v15oavogIM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v15oavogIM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v15oavogIM .carousel-indicators li.active,
.cid-v15oavogIM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v15oavogIM .carousel-indicators li::after,
.cid-v15oavogIM .carousel-indicators li::before {
  content: none;
}
.cid-v15oavogIM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v15oavogIM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v15oavogIM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v15oavogIM .carousel-indicators {
    display: none;
  }
}
.cid-v15oavogIM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v15oavogIM .carousel-inner > .active {
  display: block;
}
.cid-v15oavogIM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v15oavogIM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v15oavogIM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v15oavogIM .carousel-control,
  .cid-v15oavogIM .carousel-indicators,
  .cid-v15oavogIM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v15oavogIM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v15oavogIM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v15oavogIM .carousel-indicators .active,
.cid-v15oavogIM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v15oavogIM .carousel-indicators .active {
  background: #fff;
}
.cid-v15oavogIM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v15oavogIM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v15oavogIM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v15oavogIM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v15oavogIM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v15oavogIM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v15oavogIM .carousel {
  width: 100%;
}
.cid-v15oavogIM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v15oavogIM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v15oavogIM .modal.fade .modal-dialog,
.cid-v15oavogIM .modal.in .modal-dialog {
  transform: none;
}
.cid-v15oavogIM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v15oavogIM H6 {
  text-align: center;
}
.cid-uXdqnuNHU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdqnuNHU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqnuNHU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqnuNHU4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqnuNHU4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqnuNHU4 .container {
    padding: 0 30px;
  }
}
.cid-uXdqnuNHU4 .row {
  justify-content: center;
}
.cid-uXdqnuNHU4 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqnuNHU4 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqnuNHU4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqnuNHU4 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqnuNHU4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqnuNHU4 .mbr-desc {
  color: #22654E;
}
.cid-uUKYVhRQMj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUKYVhRQMj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUKYVhRQMj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUKYVhRQMj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUKYVhRQMj .mbr-card-title {
  color: #000000;
}
.cid-uUKYVhRQMj .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUKYVhRQMj .mbr-text,
.cid-uUKYVhRQMj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUKYVhRQMj .row {
  align-items: top;
}
.cid-uUKYVi4rCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUKYVi4rCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKYVi4rCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUKYVi4rCD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUKYVi4rCD .row {
  flex-direction: row-reverse;
}
.cid-uUKYVi4rCD img {
  width: 100%;
  border: 3px solid #9473d2;
  border-radius: 2rem;
}
.cid-uUKYVi4rCD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uUKYVijeYU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXdqm8bLaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdqm8bLaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqm8bLaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqm8bLaY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqm8bLaY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqm8bLaY .container {
    padding: 0 30px;
  }
}
.cid-uXdqm8bLaY .row {
  justify-content: center;
}
.cid-uXdqm8bLaY .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqm8bLaY .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqm8bLaY .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqm8bLaY .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqm8bLaY .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqm8bLaY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqm8bLaY .mbr-desc {
  color: #22654E;
}
.cid-uX3SSkDdIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX3SSkDdIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3SSkDdIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3SSkDdIp .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uX3SSkDdIp .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uX3SSkDdIp .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uX3SSkDdIp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uX3SSkDdIp .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uX3SSkDdIp .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-uX3SSkDdIp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uX3SSkDdIp .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #89cdf3;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uX3SSkDdIp .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uX3SSkDdIp .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uX3SSkDdIp .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uX3SSkDdIp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uX3SSkDdIp .mbr-label {
  color: #000000;
}
.cid-uX3SSkDdIp .mbr-section-title {
  color: #000000;
}
.cid-uX3SSkDdIp .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uX3SSkDdIp .panel-text {
  color: #000000;
}
.cid-v15pFGc3Gp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v15pFGc3Gp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v15pFGc3Gp .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v15pFGc3Gp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v15pFGc3Gp .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v15pFGc3Gp .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v15pFGc3Gp .mbr-text {
  color: #000000;
}
.cid-v15pFGc3Gp .mbr-description {
  color: #6c7577;
}
.cid-v15pFGc3Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15pFGc3Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXMgN.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXMgN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXMgN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXMgN .modal-content,
.cid-uXhxTuXMgN .modal-dialog {
  height: auto;
}
.cid-uXhxTuXMgN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXMgN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXMgN .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXMgN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXMgN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXMgN .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-uXhxTuXMgN .mbr-text {
  text-align: center;
}
.cid-uXhxTuXMgN .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXMgN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXMgN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXMgN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXMgN .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXMgN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXMgN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXMgN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXMgN .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-uXhxTuXMgN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXMgN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXMgN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXMgN .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-uXhxTuXMgN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXMgN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXMgN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXMgN .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXMgN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXMgN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXMgN .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXMgN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXMgN .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXMgN .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXMgN .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXMgN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXMgN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXMgN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXMgN .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXMgN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXMgN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXMgN .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXMgN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXMgN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXMgN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXMgN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXMgN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXMgN .modal-lg,
  .cid-uXhxTuXMgN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXMgN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXMgN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXMgN .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-uXhxTuXMgN .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXMgN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXMgN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXMgN .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-uXhxTuXMgN .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXMgN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uV58XxYWIi .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uV58XxYWIi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uV58XxYWIi a {
  font-style: normal;
}
.cid-uV58XxYWIi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uV58XxYWIi .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uV58XxYWIi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV58XxYWIi .content-text {
  margin-bottom: 0;
}
.cid-uV58XxYWIi .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uV58XxYWIi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uV58XxYWIi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uV58XxYWIi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uV58XxYWIi .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uV58XxYWIi .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uV58XxYWIi .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uV58XxYWIi .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uV58XxYWIi .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV58XxYWIi .nav-dropdown .link {
  font-weight: 400;
}
.cid-uV58XxYWIi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uV58XxYWIi .content-right-side {
  text-align: center;
}
.cid-uV58XxYWIi .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uV58XxYWIi .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uV58XxYWIi .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uV58XxYWIi .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uV58XxYWIi .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uV58XxYWIi .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uV58XxYWIi img {
    height: 3.8rem !important;
  }
  .cid-uV58XxYWIi .btn {
    display: -webkit-flex;
  }
  .cid-uV58XxYWIi button.navbar-toggler {
    display: block;
  }
  .cid-uV58XxYWIi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uV58XxYWIi .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uV58XxYWIi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV58XxYWIi .navbar-collapse.collapsing,
  .cid-uV58XxYWIi .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV58XxYWIi .navbar-collapse.collapsing .navbar-nav,
  .cid-uV58XxYWIi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV58XxYWIi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV58XxYWIi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV58XxYWIi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV58XxYWIi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV58XxYWIi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV58XxYWIi .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uV58XxYWIi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV58XxYWIi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV58XxYWIi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV58XxYWIi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV58XxYWIi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV58XxYWIi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uV58XxYWIi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uV58XxYWIi .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uV58XxYWIi .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uV58XxYWIi .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uV58XxYWIi .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uV58XxYWIi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uV58XxYWIi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uV58XxYWIi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uV58XxYWIi .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uV58XxYWIi .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV58XxYWIi .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uV58XxYWIi .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uV58XxYWIi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uV58XxYWIi .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uV58XxYWIi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uV58XxYWIi .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uV58XxYWIi .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uV58XxYWIi .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV58XxYWIi .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uV58XxYWIi .navbar {
    display: block;
    padding: 0;
  }
  .cid-uV58XxYWIi .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV58XxYWIi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uV58XxYWIi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uV58XxYWIi .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uV58XxYWIi .navbar-toggler {
    display: none;
  }
  .cid-uV58XxYWIi .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uV58XxYWIi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV58XxYWIi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uV58XxYWIi .menu-logo {
  margin-right: auto;
}
.cid-uV58XxYWIi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV58XxYWIi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV58XxYWIi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV58XxYWIi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV58XxYWIi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV58XxYWIi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV58XxYWIi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uV58XxYWIi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV58XxYWIi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV58XxYWIi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV58XxYWIi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uV58XxYWIi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV58XxYWIi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV58XxYWIi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV58XxYWIi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uV58XxYWIi .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uV58XxYWIi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV58XxYWIi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV58XxYWIi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV58XxYWIi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV58XxYWIi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV58XxYWIi button.navbar-toggler:focus {
  outline: none;
}
.cid-uV58XxYWIi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV58XxYWIi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV58XxYWIi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV58XxYWIi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV58XxYWIi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV58XxYWIi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV58XxYWIi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV58XxYWIi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV58XxYWIi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV58XxYWIi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV58XxYWIi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV58XxYWIi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse.collapsing,
.cid-uV58XxYWIi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV58XxYWIi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV58XxYWIi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV58XxYWIi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV58XxYWIi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uV58XxYWIi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV58XxYWIi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uV58XxYWIi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uV58XxYWIi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uV58XxYWIi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV58XxYWIi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uV58XxYWIi .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV58XxYWIi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV58XxYWIi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV58XxYWIi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV58XxYWIi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uV58XxYWIi .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV58XxYWIi .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uV58XxYWIi .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uV58XxYWIi .nav-link:focus {
  outline: none;
}
.cid-uV58XxYWIi .navbar-toggler {
  position: relative;
}
.cid-uV58XxYWIi .dropdown-item.active,
.cid-uV58XxYWIi .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uV58XxYWIi .nav-link:hover,
.cid-uV58XxYWIi .dropdown-item:hover {
  color: #4284df;
}
.cid-v0B4930Ehr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0B4930Ehr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0B4930Ehr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0B4930Ehr .container {
  max-width: 100%;
  width: 100%;
}
.cid-v0B4930Ehr .row {
  justify-content: center;
}
.cid-v0B4930Ehr .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v0B4930Ehr .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-v0B4930Ehr .image-wrapper img {
  width: 100%;
  height: 10px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-v0B4930Ehr .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-v0B4930Ehr .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-v0B4930Ehr .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-v0B4930Ehr .image-wrapper img {
    height: 200px;
  }
}
.cid-v0vY4THwki {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0vY4THwki .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0vY4THwki .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0vY4THwki .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0vY4THwki .mbr-card-title {
  color: #000000;
}
.cid-v0vY4THwki .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0vY4THwki .mbr-text,
.cid-v0vY4THwki .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0vY4THwki .row {
  align-items: top;
}
.cid-uWxKoal7wN {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/requestmedicareconsult-1536x1024.png");
}
.cid-uWxKoal7wN::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWxKoal7wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWxKoal7wN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWxKoal7wN .card {
  justify-content: flex-end;
}
.cid-uWxKoal7wN .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWxKoal7wN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWxKoal7wN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWxKoal7wN .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWxKoal7wN .mbr-label {
  color: #ffffff;
}
.cid-uWxKoal7wN .mbr-section-title {
  color: #ffffff;
}
.cid-uWxKoal7wN .mbr-text {
  color: #ffffff;
}
.cid-uV7a30CoMm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uV7a30CoMm .row {
  flex-direction: row-reverse;
}
.cid-uV7a30CoMm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uV7a30CoMm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV7a30CoMm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV7a30CoMm .mbr-card-title {
  color: #000000;
}
.cid-uV7a30CoMm .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uV7a30CoMm .mbr-text,
.cid-uV7a30CoMm .mbr-section-btn {
  text-align: left;
}
.cid-uV7a30CoMm .row {
  align-items: center;
}
.cid-uWE0VHgN8p {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/requestmedicareconsult-1-1536x1024.png");
}
.cid-uWE0VHgN8p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWE0VHgN8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWE0VHgN8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWE0VHgN8p .card {
  justify-content: flex-end;
}
.cid-uWE0VHgN8p .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWE0VHgN8p .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWE0VHgN8p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWE0VHgN8p .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWE0VHgN8p .mbr-label {
  color: #ffffff;
}
.cid-uWE0VHgN8p .mbr-section-title {
  color: #ffffff;
}
.cid-uWE0VHgN8p .mbr-text {
  color: #ffffff;
}
.cid-uWxLbqO3MD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-uWxLbqO3MD .block-title {
  color: #ffffff;
}
.cid-uV8P85oeex {
  background-color: #1b1818;
  overflow: hidden;
}
.cid-uV8P85oeex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8P85oeex .container-fluid,
.cid-uV8P85oeex .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uV8P85oeex .container-fluid,
  .cid-uV8P85oeex .container {
    padding: 0 1.5rem;
  }
}
.cid-uV8P85oeex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8P85oeex a {
  font-weight: bold;
}
.cid-uV8P85oeex .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uV8P85oeex .image-wrapper img {
  border-radius: 4rem !important;
  height: 1200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uV8P85oeex .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uV8P85oeex .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uV8P85oeex .row {
  justify-content: space-between;
  background: linear-gradient(to top, #9473d2, #89c4f4);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uV8P85oeex .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8P85oeex .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uV8P85oeex .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uV8P85oeex .mbr-section-btn,
.cid-uV8P85oeex .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uV8P85oeex .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV8P85oeex .mbr-section-title {
  color: #ffffff;
}
.cid-uV8P85oeex .mbr-text,
.cid-uV8P85oeex .mbr-section-btn {
  color: #ffffff;
}
.cid-uV8P85oeex .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uV8P85oeex .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXJBT.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXJBT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXJBT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXJBT .modal-content,
.cid-uXhxTuXJBT .modal-dialog {
  height: auto;
}
.cid-uXhxTuXJBT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXJBT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXJBT .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXJBT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXJBT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXJBT .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-uXhxTuXJBT .mbr-text {
  text-align: center;
}
.cid-uXhxTuXJBT .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXJBT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXJBT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXJBT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXJBT .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXJBT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXJBT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXJBT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXJBT .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-uXhxTuXJBT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXJBT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXJBT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXJBT .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-uXhxTuXJBT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXJBT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXJBT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXJBT .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXJBT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXJBT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXJBT .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXJBT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXJBT .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXJBT .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXJBT .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXJBT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXJBT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXJBT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXJBT .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXJBT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXJBT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXJBT .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXJBT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXJBT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXJBT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXJBT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXJBT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXJBT .modal-lg,
  .cid-uXhxTuXJBT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXJBT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXJBT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXJBT .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-uXhxTuXJBT .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXJBT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXJBT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXJBT .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-uXhxTuXJBT .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXJBT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVcvrwf7an .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVcvrwf7an .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVcvrwf7an a {
  font-style: normal;
}
.cid-uVcvrwf7an .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVcvrwf7an .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uVcvrwf7an .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVcvrwf7an .content-text {
  margin-bottom: 0;
}
.cid-uVcvrwf7an .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVcvrwf7an .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVcvrwf7an .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVcvrwf7an .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVcvrwf7an .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVcvrwf7an .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVcvrwf7an .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVcvrwf7an .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVcvrwf7an .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVcvrwf7an .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVcvrwf7an .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVcvrwf7an .content-right-side {
  text-align: center;
}
.cid-uVcvrwf7an .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uVcvrwf7an .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uVcvrwf7an .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uVcvrwf7an .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uVcvrwf7an .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uVcvrwf7an .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uVcvrwf7an img {
    height: 3.8rem !important;
  }
  .cid-uVcvrwf7an .btn {
    display: -webkit-flex;
  }
  .cid-uVcvrwf7an button.navbar-toggler {
    display: block;
  }
  .cid-uVcvrwf7an .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVcvrwf7an .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVcvrwf7an .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVcvrwf7an .navbar-collapse.collapsing,
  .cid-uVcvrwf7an .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVcvrwf7an .navbar-collapse.collapsing .navbar-nav,
  .cid-uVcvrwf7an .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVcvrwf7an .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVcvrwf7an .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVcvrwf7an .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVcvrwf7an .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcvrwf7an .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVcvrwf7an .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVcvrwf7an .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVcvrwf7an .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcvrwf7an .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVcvrwf7an .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVcvrwf7an .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVcvrwf7an .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVcvrwf7an .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uVcvrwf7an .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uVcvrwf7an .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uVcvrwf7an .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uVcvrwf7an .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uVcvrwf7an .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVcvrwf7an .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVcvrwf7an .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVcvrwf7an .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVcvrwf7an .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVcvrwf7an .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVcvrwf7an .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVcvrwf7an .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVcvrwf7an .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVcvrwf7an .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVcvrwf7an .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uVcvrwf7an .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVcvrwf7an .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVcvrwf7an .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uVcvrwf7an .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVcvrwf7an .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVcvrwf7an .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVcvrwf7an .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVcvrwf7an .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uVcvrwf7an .navbar-toggler {
    display: none;
  }
  .cid-uVcvrwf7an .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uVcvrwf7an .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVcvrwf7an .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVcvrwf7an .menu-logo {
  margin-right: auto;
}
.cid-uVcvrwf7an .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVcvrwf7an .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVcvrwf7an .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVcvrwf7an .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVcvrwf7an .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVcvrwf7an .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVcvrwf7an .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVcvrwf7an .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVcvrwf7an .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVcvrwf7an .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVcvrwf7an .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVcvrwf7an .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVcvrwf7an .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVcvrwf7an .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcvrwf7an .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVcvrwf7an .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVcvrwf7an .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVcvrwf7an .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVcvrwf7an .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVcvrwf7an .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVcvrwf7an button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVcvrwf7an button.navbar-toggler:focus {
  outline: none;
}
.cid-uVcvrwf7an button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uVcvrwf7an button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVcvrwf7an button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVcvrwf7an button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVcvrwf7an button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVcvrwf7an nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVcvrwf7an nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVcvrwf7an nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVcvrwf7an nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVcvrwf7an .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcvrwf7an .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcvrwf7an .collapsed .btn {
  display: -webkit-flex;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse.collapsing,
.cid-uVcvrwf7an .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVcvrwf7an .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVcvrwf7an .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVcvrwf7an .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVcvrwf7an .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVcvrwf7an .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVcvrwf7an .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVcvrwf7an .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uVcvrwf7an .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcvrwf7an .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVcvrwf7an .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVcvrwf7an .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVcvrwf7an .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVcvrwf7an .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVcvrwf7an .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVcvrwf7an .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVcvrwf7an .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVcvrwf7an .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVcvrwf7an .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVcvrwf7an .nav-link:focus {
  outline: none;
}
.cid-uVcvrwf7an .navbar-toggler {
  position: relative;
}
.cid-uVcvrwf7an .dropdown-item.active,
.cid-uVcvrwf7an .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uVcvrwf7an .nav-link:hover,
.cid-uVcvrwf7an .dropdown-item:hover {
  color: #4284df;
}
.cid-v0AZthWGzd {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0AZthWGzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0AZthWGzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0AZthWGzd .container {
  max-width: 100%;
  width: 100%;
}
.cid-v0AZthWGzd .row {
  justify-content: center;
}
.cid-v0AZthWGzd .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v0AZthWGzd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-v0AZthWGzd .image-wrapper img {
  width: 100%;
  height: 10px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-v0AZthWGzd .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-v0AZthWGzd .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-v0AZthWGzd .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-v0AZthWGzd .image-wrapper img {
    height: 200px;
  }
}
.cid-uXiPrQS8cf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uXiPrQS8cf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXiPrQS8cf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXiPrQS8cf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXiPrQS8cf .mbr-card-title {
  color: #000000;
}
.cid-uXiPrQS8cf .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXiPrQS8cf .mbr-text,
.cid-uXiPrQS8cf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXiPrQS8cf .row {
  align-items: top;
}
.cid-uXd9GVqQhF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXd9GVqQhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXd9GVqQhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXd9GVqQhF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXd9GVqQhF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXd9GVqQhF .container {
    padding: 0 30px;
  }
}
.cid-uXd9GVqQhF .row {
  justify-content: center;
}
.cid-uXd9GVqQhF .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXd9GVqQhF .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXd9GVqQhF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXd9GVqQhF .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXd9GVqQhF .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXd9GVqQhF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXd9GVqQhF .mbr-desc {
  color: #22654E;
}
.cid-uVdtH7OUrW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uVdtH7OUrW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uVdtH7OUrW .form-control,
.cid-uVdtH7OUrW .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uVdtH7OUrW .form-control::-webkit-input-placeholder,
.cid-uVdtH7OUrW .field-input::-webkit-input-placeholder,
.cid-uVdtH7OUrW .form-control::-webkit-input-placeholder,
.cid-uVdtH7OUrW .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-uVdtH7OUrW .form-control:-moz-placeholder,
.cid-uVdtH7OUrW .field-input:-moz-placeholder,
.cid-uVdtH7OUrW .form-control:-moz-placeholder,
.cid-uVdtH7OUrW .field-input:-moz-placeholder {
  color: #606060;
}
.cid-uVdtH7OUrW .form-control:hover,
.cid-uVdtH7OUrW .field-input:hover,
.cid-uVdtH7OUrW .form-control:focus,
.cid-uVdtH7OUrW .field-input:focus {
  background-color: #cccccc;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uVdtH7OUrW .form-control:hover::-webkit-input-placeholder,
.cid-uVdtH7OUrW .field-input:hover::-webkit-input-placeholder,
.cid-uVdtH7OUrW .form-control:focus::-webkit-input-placeholder,
.cid-uVdtH7OUrW .field-input:focus::-webkit-input-placeholder,
.cid-uVdtH7OUrW .form-control:hover::-webkit-input-placeholder,
.cid-uVdtH7OUrW .field-input:hover::-webkit-input-placeholder,
.cid-uVdtH7OUrW .form-control:focus::-webkit-input-placeholder,
.cid-uVdtH7OUrW .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-uVdtH7OUrW .form-control:hover:-moz-placeholder,
.cid-uVdtH7OUrW .field-input:hover:-moz-placeholder,
.cid-uVdtH7OUrW .form-control:focus:-moz-placeholder,
.cid-uVdtH7OUrW .field-input:focus:-moz-placeholder,
.cid-uVdtH7OUrW .form-control:hover:-moz-placeholder,
.cid-uVdtH7OUrW .field-input:hover:-moz-placeholder,
.cid-uVdtH7OUrW .form-control:focus:-moz-placeholder,
.cid-uVdtH7OUrW .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-uVdtH7OUrW textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uVdtH7OUrW .jq-number__spin:hover,
.cid-uVdtH7OUrW .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uVdtH7OUrW .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uVdtH7OUrW .jq-selectbox li,
.cid-uVdtH7OUrW .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uVdtH7OUrW .jq-selectbox li:hover,
.cid-uVdtH7OUrW .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uVdtH7OUrW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uVdtH7OUrW .jq-number__spin.minus:hover:after,
.cid-uVdtH7OUrW .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uVdtH7OUrW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uVdtH7OUrW .jq-number__spin.minus:after,
.cid-uVdtH7OUrW .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uVdtH7OUrW input::-webkit-clear-button {
  display: none;
}
.cid-uVdtH7OUrW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uVdtH7OUrW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uVdtH7OUrW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uVdtH7OUrW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9473d2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uVdtH7OUrW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVdtH7OUrW .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVdtH7OUrW .mbr-text {
  color: #606060;
}
.cid-uVdtH7OUrW .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uVdtH7OUrW .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uVdtH7OUrW .required {
  color: #808080;
}
.cid-uVdtH7OUrW .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uVdtH7OUrW .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uVdtH7OUrW .list-block .list-item-text {
  color: #606060;
}
.cid-uVdtH7OUrW .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uVdtH7OUrW .list-block {
  position: relative;
}
.cid-uVdtH7OUrW .list-block h4,
.cid-uVdtH7OUrW .list-block p {
  padding-left: 3.5rem;
}
.cid-uVdtH7OUrW .card-img {
  display: block;
  font-size: 30px;
}
.cid-uVdtH7OUrW .mbr-iconfont {
  color: #22a7f0;
  font-size: 2rem;
}
.cid-uVdtH7OUrW .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uVdtH7OUrW .form-control-label,
.cid-uVdtH7OUrW .form-check {
  margin-left: 20px;
}
.cid-uVcvrz3sCT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uVcvrz3sCT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9473d2;
  margin-bottom: 2rem;
}
.cid-uVcvrz3sCT .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uVcvrz3sCT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVcvrz3sCT .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v0YSBev9om {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YSBev9om .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YSBev9om .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YSBev9om img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YSBev9om .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YSBev9om .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YSBev9om .mbr-text {
  color: #6c7577;
}
.cid-v0YSBev9om .mbr-description {
  color: #6c7577;
}
.cid-v0YSBev9om .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YSBev9om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXYyF.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXYyF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXYyF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXYyF .modal-content,
.cid-uXhxTuXYyF .modal-dialog {
  height: auto;
}
.cid-uXhxTuXYyF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXYyF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXYyF .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXYyF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXYyF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXYyF .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-uXhxTuXYyF .mbr-text {
  text-align: center;
}
.cid-uXhxTuXYyF .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXYyF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXYyF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXYyF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXYyF .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXYyF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXYyF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXYyF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXYyF .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-uXhxTuXYyF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXYyF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXYyF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXYyF .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-uXhxTuXYyF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXYyF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXYyF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXYyF .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXYyF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXYyF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXYyF .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXYyF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXYyF .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXYyF .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXYyF .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXYyF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXYyF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXYyF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXYyF .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXYyF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXYyF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXYyF .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXYyF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXYyF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXYyF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXYyF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXYyF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXYyF .modal-lg,
  .cid-uXhxTuXYyF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXYyF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXYyF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXYyF .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-uXhxTuXYyF .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXYyF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXYyF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXYyF .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-uXhxTuXYyF .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXYyF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVNhEgETZm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVNhEgETZm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVNhEgETZm a {
  font-style: normal;
}
.cid-uVNhEgETZm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVNhEgETZm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uVNhEgETZm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVNhEgETZm .content-text {
  margin-bottom: 0;
}
.cid-uVNhEgETZm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVNhEgETZm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVNhEgETZm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVNhEgETZm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVNhEgETZm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVNhEgETZm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVNhEgETZm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVNhEgETZm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVNhEgETZm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVNhEgETZm .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVNhEgETZm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVNhEgETZm .content-right-side {
  text-align: center;
}
.cid-uVNhEgETZm .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uVNhEgETZm .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uVNhEgETZm .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uVNhEgETZm .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uVNhEgETZm .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uVNhEgETZm .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uVNhEgETZm img {
    height: 3.8rem !important;
  }
  .cid-uVNhEgETZm .btn {
    display: -webkit-flex;
  }
  .cid-uVNhEgETZm button.navbar-toggler {
    display: block;
  }
  .cid-uVNhEgETZm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVNhEgETZm .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVNhEgETZm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVNhEgETZm .navbar-collapse.collapsing,
  .cid-uVNhEgETZm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVNhEgETZm .navbar-collapse.collapsing .navbar-nav,
  .cid-uVNhEgETZm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVNhEgETZm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVNhEgETZm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVNhEgETZm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVNhEgETZm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVNhEgETZm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVNhEgETZm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVNhEgETZm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVNhEgETZm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVNhEgETZm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVNhEgETZm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVNhEgETZm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVNhEgETZm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVNhEgETZm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uVNhEgETZm .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uVNhEgETZm .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uVNhEgETZm .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uVNhEgETZm .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uVNhEgETZm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVNhEgETZm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVNhEgETZm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVNhEgETZm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVNhEgETZm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVNhEgETZm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVNhEgETZm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVNhEgETZm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVNhEgETZm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVNhEgETZm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVNhEgETZm .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uVNhEgETZm .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVNhEgETZm .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVNhEgETZm .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uVNhEgETZm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVNhEgETZm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVNhEgETZm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVNhEgETZm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVNhEgETZm .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uVNhEgETZm .navbar-toggler {
    display: none;
  }
  .cid-uVNhEgETZm .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uVNhEgETZm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVNhEgETZm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVNhEgETZm .menu-logo {
  margin-right: auto;
}
.cid-uVNhEgETZm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVNhEgETZm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVNhEgETZm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVNhEgETZm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVNhEgETZm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVNhEgETZm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVNhEgETZm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVNhEgETZm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVNhEgETZm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVNhEgETZm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVNhEgETZm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVNhEgETZm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVNhEgETZm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVNhEgETZm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVNhEgETZm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVNhEgETZm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVNhEgETZm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVNhEgETZm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVNhEgETZm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVNhEgETZm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVNhEgETZm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVNhEgETZm button.navbar-toggler:focus {
  outline: none;
}
.cid-uVNhEgETZm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uVNhEgETZm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVNhEgETZm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVNhEgETZm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVNhEgETZm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVNhEgETZm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVNhEgETZm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVNhEgETZm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVNhEgETZm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVNhEgETZm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVNhEgETZm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVNhEgETZm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse.collapsing,
.cid-uVNhEgETZm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVNhEgETZm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVNhEgETZm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVNhEgETZm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVNhEgETZm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVNhEgETZm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVNhEgETZm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVNhEgETZm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uVNhEgETZm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVNhEgETZm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVNhEgETZm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVNhEgETZm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVNhEgETZm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVNhEgETZm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVNhEgETZm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVNhEgETZm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVNhEgETZm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVNhEgETZm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVNhEgETZm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVNhEgETZm .nav-link:focus {
  outline: none;
}
.cid-uVNhEgETZm .navbar-toggler {
  position: relative;
}
.cid-uVNhEgETZm .dropdown-item.active,
.cid-uVNhEgETZm .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uVNhEgETZm .nav-link:hover,
.cid-uVNhEgETZm .dropdown-item:hover {
  color: #4284df;
}
.cid-v14kvkahhP {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14kvkahhP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14kvkahhP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14kvkahhP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14kvkahhP .mbr-card-title {
  color: #000000;
}
.cid-v14kvkahhP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14kvkahhP .mbr-text,
.cid-v14kvkahhP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14kvkahhP .row {
  align-items: top;
}
.cid-uXdbpBpFwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdbpBpFwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdbpBpFwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdbpBpFwd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdbpBpFwd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdbpBpFwd .container {
    padding: 0 30px;
  }
}
.cid-uXdbpBpFwd .row {
  justify-content: center;
}
.cid-uXdbpBpFwd .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdbpBpFwd .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdbpBpFwd .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdbpBpFwd .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdbpBpFwd .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdbpBpFwd .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdbpBpFwd .mbr-desc {
  color: #22654E;
}
.cid-v14nillgml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14nillgml .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v14nillgml .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v14nillgml .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v14nillgml .mbr-card-title {
  color: #000000;
}
.cid-v14nillgml .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v14nillgml .mbr-text,
.cid-v14nillgml .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v14nillgml .row {
  align-items: top;
}
.cid-v14p7pDT8B {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v14p7pDT8B .counter-container {
  color: #464646;
}
.cid-v14p7pDT8B .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v14p7pDT8B .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v14p7pDT8B .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-uVSsnTnHiY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVSsnTnHiY .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVSsnTnHiY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVSsnTnHiY .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVSsnTnHiY .mbr-section-title {
  color: #000000;
}
.cid-uVSsnTnHiY .mbr-text {
  color: #000000;
}
.cid-uVSsnTnHiY .mbr-description {
  color: #6c7577;
}
.cid-uVSsnTnHiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSsnTnHiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVT8rFZCm1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVT8rFZCm1 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVT8rFZCm1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVT8rFZCm1 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVT8rFZCm1 .mbr-section-title {
  color: #000000;
}
.cid-uVT8rFZCm1 .mbr-text {
  color: #000000;
}
.cid-uVT8rFZCm1 .mbr-description {
  color: #6c7577;
}
.cid-uVT8rFZCm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVT8rFZCm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVT9jrAX5s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVT9jrAX5s .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVT9jrAX5s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVT9jrAX5s .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVT9jrAX5s .mbr-section-title {
  color: #000000;
}
.cid-uVT9jrAX5s .mbr-text {
  color: #000000;
}
.cid-uVT9jrAX5s .mbr-description {
  color: #6c7577;
}
.cid-uVT9jrAX5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVT9jrAX5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVT9k6ZfGa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVT9k6ZfGa .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVT9k6ZfGa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVT9k6ZfGa .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVT9k6ZfGa .mbr-section-title {
  color: #000000;
}
.cid-uVT9k6ZfGa .mbr-text {
  color: #000000;
}
.cid-uVT9k6ZfGa .mbr-description {
  color: #6c7577;
}
.cid-uVT9k6ZfGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVT9k6ZfGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVT9kLPO2J {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVT9kLPO2J .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVT9kLPO2J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVT9kLPO2J .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVT9kLPO2J .mbr-section-title {
  color: #000000;
}
.cid-uVT9kLPO2J .mbr-text {
  color: #000000;
}
.cid-uVT9kLPO2J .mbr-description {
  color: #6c7577;
}
.cid-uVT9kLPO2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVT9kLPO2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14sbUTmdO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v14sbUTmdO .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v14sbUTmdO .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v14sbUTmdO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v14sbUTmdO .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v14sbUTmdO .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v14sbUTmdO .mbr-text {
  color: #000000;
}
.cid-v14sbUTmdO .mbr-description {
  color: #6c7577;
}
.cid-v14sbUTmdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14sbUTmdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXywR.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXywR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXywR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXywR .modal-content,
.cid-uXhxTuXywR .modal-dialog {
  height: auto;
}
.cid-uXhxTuXywR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXywR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXywR .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXywR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXywR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXywR .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-uXhxTuXywR .mbr-text {
  text-align: center;
}
.cid-uXhxTuXywR .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXywR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXywR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXywR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXywR .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXywR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXywR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXywR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXywR .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-uXhxTuXywR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXywR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXywR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXywR .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-uXhxTuXywR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXywR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXywR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXywR .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXywR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXywR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXywR .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXywR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXywR .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXywR .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXywR .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXywR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXywR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXywR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXywR .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXywR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXywR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXywR .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXywR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXywR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXywR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXywR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXywR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXywR .modal-lg,
  .cid-uXhxTuXywR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXywR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXywR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXywR .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-uXhxTuXywR .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXywR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXywR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXywR .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-uXhxTuXywR .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXywR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWjqGUurqm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWjqGUurqm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWjqGUurqm a {
  font-style: normal;
}
.cid-uWjqGUurqm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWjqGUurqm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWjqGUurqm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWjqGUurqm .content-text {
  margin-bottom: 0;
}
.cid-uWjqGUurqm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWjqGUurqm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWjqGUurqm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWjqGUurqm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWjqGUurqm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWjqGUurqm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWjqGUurqm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWjqGUurqm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWjqGUurqm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWjqGUurqm .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWjqGUurqm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWjqGUurqm .content-right-side {
  text-align: center;
}
.cid-uWjqGUurqm .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWjqGUurqm .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWjqGUurqm .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWjqGUurqm .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWjqGUurqm .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWjqGUurqm .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWjqGUurqm img {
    height: 3.8rem !important;
  }
  .cid-uWjqGUurqm .btn {
    display: -webkit-flex;
  }
  .cid-uWjqGUurqm button.navbar-toggler {
    display: block;
  }
  .cid-uWjqGUurqm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWjqGUurqm .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWjqGUurqm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWjqGUurqm .navbar-collapse.collapsing,
  .cid-uWjqGUurqm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWjqGUurqm .navbar-collapse.collapsing .navbar-nav,
  .cid-uWjqGUurqm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWjqGUurqm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWjqGUurqm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWjqGUurqm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWjqGUurqm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWjqGUurqm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWjqGUurqm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWjqGUurqm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWjqGUurqm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWjqGUurqm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWjqGUurqm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWjqGUurqm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWjqGUurqm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWjqGUurqm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWjqGUurqm .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWjqGUurqm .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWjqGUurqm .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWjqGUurqm .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWjqGUurqm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWjqGUurqm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWjqGUurqm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWjqGUurqm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWjqGUurqm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWjqGUurqm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWjqGUurqm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWjqGUurqm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWjqGUurqm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWjqGUurqm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWjqGUurqm .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWjqGUurqm .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWjqGUurqm .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWjqGUurqm .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWjqGUurqm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWjqGUurqm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWjqGUurqm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWjqGUurqm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWjqGUurqm .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWjqGUurqm .navbar-toggler {
    display: none;
  }
  .cid-uWjqGUurqm .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWjqGUurqm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWjqGUurqm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWjqGUurqm .menu-logo {
  margin-right: auto;
}
.cid-uWjqGUurqm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWjqGUurqm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWjqGUurqm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWjqGUurqm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWjqGUurqm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWjqGUurqm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWjqGUurqm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWjqGUurqm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWjqGUurqm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWjqGUurqm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWjqGUurqm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWjqGUurqm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWjqGUurqm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWjqGUurqm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjqGUurqm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWjqGUurqm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWjqGUurqm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWjqGUurqm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWjqGUurqm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWjqGUurqm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWjqGUurqm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWjqGUurqm button.navbar-toggler:focus {
  outline: none;
}
.cid-uWjqGUurqm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWjqGUurqm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWjqGUurqm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWjqGUurqm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWjqGUurqm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWjqGUurqm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWjqGUurqm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWjqGUurqm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWjqGUurqm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWjqGUurqm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjqGUurqm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjqGUurqm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse.collapsing,
.cid-uWjqGUurqm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWjqGUurqm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWjqGUurqm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWjqGUurqm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWjqGUurqm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWjqGUurqm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWjqGUurqm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWjqGUurqm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWjqGUurqm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWjqGUurqm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWjqGUurqm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWjqGUurqm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWjqGUurqm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWjqGUurqm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWjqGUurqm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWjqGUurqm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWjqGUurqm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWjqGUurqm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWjqGUurqm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWjqGUurqm .nav-link:focus {
  outline: none;
}
.cid-uWjqGUurqm .navbar-toggler {
  position: relative;
}
.cid-uWjqGUurqm .dropdown-item.active,
.cid-uWjqGUurqm .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWjqGUurqm .nav-link:hover,
.cid-uWjqGUurqm .dropdown-item:hover {
  color: #4284df;
}
.cid-v17QS4BqyU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17QS4BqyU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17QS4BqyU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17QS4BqyU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17QS4BqyU .mbr-card-title {
  color: #000000;
}
.cid-v17QS4BqyU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17QS4BqyU .mbr-text,
.cid-v17QS4BqyU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17QS4BqyU .row {
  align-items: top;
}
.cid-uXaa2ixPLF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXaa2ixPLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXaa2ixPLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXaa2ixPLF .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uXaa2ixPLF .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uXaa2ixPLF .content-wrapper {
    width: 100%;
  }
}
.cid-uXaa2ixPLF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXaa2ixPLF .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uXaa2ixPLF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXaa2ixPLF .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXaa2ixPLF .mbr-section-title {
  color: #181824;
}
.cid-uXaa2ixPLF .mbr-text,
.cid-uXaa2ixPLF .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uXaa2ixPLF .mbr-section-title,
.cid-uXaa2ixPLF .mbr-section-btn,
.cid-uXaa2ixPLF .icon-wrapper {
  text-align: center;
}
.cid-uXahFUzNxh {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXahFUzNxh .row {
  flex-direction: row-reverse;
}
.cid-uXahFUzNxh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXahFUzNxh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXahFUzNxh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uXahFUzNxh .mbr-card-title {
  color: #000000;
}
.cid-uXahFUzNxh .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXahFUzNxh .mbr-text,
.cid-uXahFUzNxh .mbr-section-btn {
  text-align: left;
}
.cid-uXahFUzNxh .row {
  align-items: center;
}
.cid-uWjr2AeCZj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/chatgpt-image-sep-11-2025-02-11-45-pm-1024x1536.png");
}
.cid-uWjr2AeCZj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uWjr2AeCZj .form-control,
.cid-uWjr2AeCZj .field-input {
  padding: 0.5rem;
  background-color: #feffe3;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWjr2AeCZj .form-control::-webkit-input-placeholder,
.cid-uWjr2AeCZj .field-input::-webkit-input-placeholder,
.cid-uWjr2AeCZj .form-control::-webkit-input-placeholder,
.cid-uWjr2AeCZj .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uWjr2AeCZj .form-control:-moz-placeholder,
.cid-uWjr2AeCZj .field-input:-moz-placeholder,
.cid-uWjr2AeCZj .form-control:-moz-placeholder,
.cid-uWjr2AeCZj .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uWjr2AeCZj .form-control:hover,
.cid-uWjr2AeCZj .field-input:hover,
.cid-uWjr2AeCZj .form-control:focus,
.cid-uWjr2AeCZj .field-input:focus {
  background-color: #f8f9c4;
  border-color: #000000;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uWjr2AeCZj .form-control:hover::-webkit-input-placeholder,
.cid-uWjr2AeCZj .field-input:hover::-webkit-input-placeholder,
.cid-uWjr2AeCZj .form-control:focus::-webkit-input-placeholder,
.cid-uWjr2AeCZj .field-input:focus::-webkit-input-placeholder,
.cid-uWjr2AeCZj .form-control:hover::-webkit-input-placeholder,
.cid-uWjr2AeCZj .field-input:hover::-webkit-input-placeholder,
.cid-uWjr2AeCZj .form-control:focus::-webkit-input-placeholder,
.cid-uWjr2AeCZj .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uWjr2AeCZj .form-control:hover:-moz-placeholder,
.cid-uWjr2AeCZj .field-input:hover:-moz-placeholder,
.cid-uWjr2AeCZj .form-control:focus:-moz-placeholder,
.cid-uWjr2AeCZj .field-input:focus:-moz-placeholder,
.cid-uWjr2AeCZj .form-control:hover:-moz-placeholder,
.cid-uWjr2AeCZj .field-input:hover:-moz-placeholder,
.cid-uWjr2AeCZj .form-control:focus:-moz-placeholder,
.cid-uWjr2AeCZj .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uWjr2AeCZj .jq-number__spin:hover,
.cid-uWjr2AeCZj .jq-number__spin:focus {
  background-color: #f8f9c4;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWjr2AeCZj .jq-number__spin {
  background-color: #feffe3;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWjr2AeCZj .jq-selectbox li,
.cid-uWjr2AeCZj .jq-selectbox li {
  background-color: #feffe3;
  color: #000000;
}
.cid-uWjr2AeCZj .jq-selectbox li:hover,
.cid-uWjr2AeCZj .jq-selectbox li.selected {
  background-color: #f8f9c4;
  color: #000000;
}
.cid-uWjr2AeCZj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWjr2AeCZj .jq-number__spin.minus:hover:after,
.cid-uWjr2AeCZj .jq-number__spin.plus:hover:after {
  border-top-color: #feffe3;
  border-bottom-color: #feffe3;
}
.cid-uWjr2AeCZj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWjr2AeCZj .jq-number__spin.minus:after,
.cid-uWjr2AeCZj .jq-number__spin.plus:after {
  border-top-color: #f8f9c4;
  border-bottom-color: #f8f9c4;
}
.cid-uWjr2AeCZj input::-webkit-clear-button {
  display: none;
}
.cid-uWjr2AeCZj input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWjr2AeCZj input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWjr2AeCZj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWjr2AeCZj H4 {
  text-align: left;
  color: #000000;
}
.cid-uWjr2AeCZj P {
  color: #1b1818;
}
.cid-uWjr2AeCZj LABEL {
  color: #000000;
}
.cid-uWjr2AeCZj H5 {
  color: #ffffff;
}
.cid-uWjr2AeCZj H2 {
  color: #000000;
  text-align: center;
}
.cid-uXaPreE01X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXaPreE01X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXaPreE01X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXaPreE01X .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uXaPreE01X .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uXaPreE01X .content-wrapper {
    width: 100%;
  }
}
.cid-uXaPreE01X .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXaPreE01X .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uXaPreE01X .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXaPreE01X .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXaPreE01X .mbr-section-title {
  color: #181824;
}
.cid-uXaPreE01X .mbr-text,
.cid-uXaPreE01X .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uXaPreE01X .mbr-section-title,
.cid-uXaPreE01X .mbr-section-btn,
.cid-uXaPreE01X .icon-wrapper {
  text-align: center;
}
.cid-v17Stu2e20 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17Stu2e20 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17Stu2e20 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17Stu2e20 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17Stu2e20 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17Stu2e20 .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17Stu2e20 .mbr-text {
  color: #000000;
}
.cid-v17Stu2e20 .mbr-description {
  color: #6c7577;
}
.cid-v17Stu2e20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17Stu2e20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuX099.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuX099.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuX099.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuX099 .modal-content,
.cid-uXhxTuX099 .modal-dialog {
  height: auto;
}
.cid-uXhxTuX099 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuX099 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuX099 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuX099 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuX099 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuX099 .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-uXhxTuX099 .mbr-text {
  text-align: center;
}
.cid-uXhxTuX099 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuX099 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuX099 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuX099 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuX099 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuX099 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuX099 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuX099 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuX099 .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-uXhxTuX099 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuX099 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuX099 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuX099 .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-uXhxTuX099 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuX099 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuX099 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuX099 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuX099 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuX099 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuX099 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuX099 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuX099 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuX099 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuX099 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuX099 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuX099 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuX099 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuX099 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuX099 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuX099 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuX099 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuX099 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuX099 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuX099 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuX099 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuX099 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuX099 .modal-lg,
  .cid-uXhxTuX099 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuX099 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuX099 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuX099 .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-uXhxTuX099 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuX099 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuX099 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuX099 .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-uXhxTuX099 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuX099 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWjWNTo1pm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWjWNTo1pm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWjWNTo1pm a {
  font-style: normal;
}
.cid-uWjWNTo1pm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWjWNTo1pm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWjWNTo1pm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWjWNTo1pm .content-text {
  margin-bottom: 0;
}
.cid-uWjWNTo1pm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWjWNTo1pm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWjWNTo1pm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWjWNTo1pm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWjWNTo1pm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWjWNTo1pm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWjWNTo1pm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWjWNTo1pm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWjWNTo1pm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWjWNTo1pm .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWjWNTo1pm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWjWNTo1pm .content-right-side {
  text-align: center;
}
.cid-uWjWNTo1pm .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWjWNTo1pm .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWjWNTo1pm .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWjWNTo1pm .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWjWNTo1pm .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWjWNTo1pm .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWjWNTo1pm img {
    height: 3.8rem !important;
  }
  .cid-uWjWNTo1pm .btn {
    display: -webkit-flex;
  }
  .cid-uWjWNTo1pm button.navbar-toggler {
    display: block;
  }
  .cid-uWjWNTo1pm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWjWNTo1pm .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWjWNTo1pm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWjWNTo1pm .navbar-collapse.collapsing,
  .cid-uWjWNTo1pm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWjWNTo1pm .navbar-collapse.collapsing .navbar-nav,
  .cid-uWjWNTo1pm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWjWNTo1pm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWjWNTo1pm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWjWNTo1pm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWjWNTo1pm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWjWNTo1pm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWjWNTo1pm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWjWNTo1pm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWjWNTo1pm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWjWNTo1pm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWjWNTo1pm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWjWNTo1pm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWjWNTo1pm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWjWNTo1pm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWjWNTo1pm .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWjWNTo1pm .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWjWNTo1pm .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWjWNTo1pm .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWjWNTo1pm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWjWNTo1pm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWjWNTo1pm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWjWNTo1pm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWjWNTo1pm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWjWNTo1pm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWjWNTo1pm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWjWNTo1pm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWjWNTo1pm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWjWNTo1pm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWjWNTo1pm .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWjWNTo1pm .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWjWNTo1pm .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWjWNTo1pm .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWjWNTo1pm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWjWNTo1pm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWjWNTo1pm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWjWNTo1pm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWjWNTo1pm .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWjWNTo1pm .navbar-toggler {
    display: none;
  }
  .cid-uWjWNTo1pm .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWjWNTo1pm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWjWNTo1pm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWjWNTo1pm .menu-logo {
  margin-right: auto;
}
.cid-uWjWNTo1pm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWjWNTo1pm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWjWNTo1pm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWjWNTo1pm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWjWNTo1pm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWjWNTo1pm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWjWNTo1pm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWjWNTo1pm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWjWNTo1pm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWjWNTo1pm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWjWNTo1pm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWjWNTo1pm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWjWNTo1pm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjWNTo1pm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWjWNTo1pm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWjWNTo1pm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWjWNTo1pm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWjWNTo1pm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWjWNTo1pm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWjWNTo1pm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWjWNTo1pm button.navbar-toggler:focus {
  outline: none;
}
.cid-uWjWNTo1pm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWjWNTo1pm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWjWNTo1pm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWjWNTo1pm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWjWNTo1pm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWjWNTo1pm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWjWNTo1pm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWjWNTo1pm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWjWNTo1pm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWjWNTo1pm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjWNTo1pm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjWNTo1pm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse.collapsing,
.cid-uWjWNTo1pm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWjWNTo1pm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWjWNTo1pm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWjWNTo1pm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWjWNTo1pm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWjWNTo1pm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWjWNTo1pm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWjWNTo1pm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWjWNTo1pm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWjWNTo1pm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWjWNTo1pm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWjWNTo1pm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWjWNTo1pm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWjWNTo1pm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWjWNTo1pm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWjWNTo1pm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWjWNTo1pm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWjWNTo1pm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWjWNTo1pm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWjWNTo1pm .nav-link:focus {
  outline: none;
}
.cid-uWjWNTo1pm .navbar-toggler {
  position: relative;
}
.cid-uWjWNTo1pm .dropdown-item.active,
.cid-uWjWNTo1pm .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWjWNTo1pm .nav-link:hover,
.cid-uWjWNTo1pm .dropdown-item:hover {
  color: #4284df;
}
.cid-v17RVhwngR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17RVhwngR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17RVhwngR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17RVhwngR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17RVhwngR .mbr-card-title {
  color: #000000;
}
.cid-v17RVhwngR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17RVhwngR .mbr-text,
.cid-v17RVhwngR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17RVhwngR .row {
  align-items: top;
}
.cid-uWk6rfwEGQ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/chatgpt-image-sep-11-2025-04-56-01-pm-1024x1536.png");
}
.cid-uWk6rfwEGQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uWk6rfwEGQ .form-control,
.cid-uWk6rfwEGQ .field-input {
  padding: 0.5rem;
  background-color: #f8f9c4;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWk6rfwEGQ .form-control::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .field-input::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .form-control::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uWk6rfwEGQ .form-control:-moz-placeholder,
.cid-uWk6rfwEGQ .field-input:-moz-placeholder,
.cid-uWk6rfwEGQ .form-control:-moz-placeholder,
.cid-uWk6rfwEGQ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uWk6rfwEGQ .form-control:hover,
.cid-uWk6rfwEGQ .field-input:hover,
.cid-uWk6rfwEGQ .form-control:focus,
.cid-uWk6rfwEGQ .field-input:focus {
  background-color: #e9ea88;
  border-color: #2a0845;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uWk6rfwEGQ .form-control:hover::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .field-input:hover::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .form-control:focus::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .field-input:focus::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .form-control:hover::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .field-input:hover::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .form-control:focus::-webkit-input-placeholder,
.cid-uWk6rfwEGQ .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uWk6rfwEGQ .form-control:hover:-moz-placeholder,
.cid-uWk6rfwEGQ .field-input:hover:-moz-placeholder,
.cid-uWk6rfwEGQ .form-control:focus:-moz-placeholder,
.cid-uWk6rfwEGQ .field-input:focus:-moz-placeholder,
.cid-uWk6rfwEGQ .form-control:hover:-moz-placeholder,
.cid-uWk6rfwEGQ .field-input:hover:-moz-placeholder,
.cid-uWk6rfwEGQ .form-control:focus:-moz-placeholder,
.cid-uWk6rfwEGQ .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uWk6rfwEGQ .jq-number__spin:hover,
.cid-uWk6rfwEGQ .jq-number__spin:focus {
  background-color: #e9ea88;
  border-color: #2a0845;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWk6rfwEGQ .jq-number__spin {
  background-color: #f8f9c4;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWk6rfwEGQ .jq-selectbox li,
.cid-uWk6rfwEGQ .jq-selectbox li {
  background-color: #f8f9c4;
  color: #000000;
}
.cid-uWk6rfwEGQ .jq-selectbox li:hover,
.cid-uWk6rfwEGQ .jq-selectbox li.selected {
  background-color: #e9ea88;
  color: #000000;
}
.cid-uWk6rfwEGQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWk6rfwEGQ .jq-number__spin.minus:hover:after,
.cid-uWk6rfwEGQ .jq-number__spin.plus:hover:after {
  border-top-color: #f8f9c4;
  border-bottom-color: #f8f9c4;
}
.cid-uWk6rfwEGQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWk6rfwEGQ .jq-number__spin.minus:after,
.cid-uWk6rfwEGQ .jq-number__spin.plus:after {
  border-top-color: #e9ea88;
  border-bottom-color: #e9ea88;
}
.cid-uWk6rfwEGQ input::-webkit-clear-button {
  display: none;
}
.cid-uWk6rfwEGQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWk6rfwEGQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWk6rfwEGQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWk6rfwEGQ H4 {
  text-align: left;
  color: #000000;
}
.cid-uWk6rfwEGQ H5 {
  text-align: left;
  color: #ffffff;
}
.cid-uWk6rfwEGQ LABEL {
  color: #000000;
}
.cid-uWk6rfwEGQ H2 {
  text-align: center;
  color: #000000;
}
.cid-uXbhHnFLw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXbhHnFLw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXbhHnFLw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXbhHnFLw6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uXbhHnFLw6 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uXbhHnFLw6 .content-wrapper {
    width: 100%;
  }
}
.cid-uXbhHnFLw6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXbhHnFLw6 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uXbhHnFLw6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXbhHnFLw6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXbhHnFLw6 .mbr-section-title {
  color: #181824;
}
.cid-uXbhHnFLw6 .mbr-text,
.cid-uXbhHnFLw6 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uXbhHnFLw6 .mbr-section-title,
.cid-uXbhHnFLw6 .mbr-section-btn,
.cid-uXbhHnFLw6 .icon-wrapper {
  text-align: center;
}
.cid-v17SpGxzC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17SpGxzC7 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17SpGxzC7 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17SpGxzC7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17SpGxzC7 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17SpGxzC7 .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17SpGxzC7 .mbr-text {
  color: #000000;
}
.cid-v17SpGxzC7 .mbr-description {
  color: #6c7577;
}
.cid-v17SpGxzC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17SpGxzC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXDN8.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXDN8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXDN8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXDN8 .modal-content,
.cid-uXhxTuXDN8 .modal-dialog {
  height: auto;
}
.cid-uXhxTuXDN8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXDN8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXDN8 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXDN8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXDN8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXDN8 .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-uXhxTuXDN8 .mbr-text {
  text-align: center;
}
.cid-uXhxTuXDN8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXDN8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXDN8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXDN8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXDN8 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXDN8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXDN8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXDN8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXDN8 .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-uXhxTuXDN8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXDN8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXDN8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXDN8 .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-uXhxTuXDN8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXDN8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXDN8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXDN8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXDN8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXDN8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXDN8 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXDN8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXDN8 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXDN8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXDN8 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXDN8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXDN8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXDN8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXDN8 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXDN8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXDN8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXDN8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXDN8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXDN8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXDN8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXDN8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXDN8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXDN8 .modal-lg,
  .cid-uXhxTuXDN8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXDN8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXDN8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXDN8 .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-uXhxTuXDN8 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXDN8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXDN8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXDN8 .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-uXhxTuXDN8 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXDN8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWlu1zvwOz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWlu1zvwOz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWlu1zvwOz a {
  font-style: normal;
}
.cid-uWlu1zvwOz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWlu1zvwOz .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWlu1zvwOz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWlu1zvwOz .content-text {
  margin-bottom: 0;
}
.cid-uWlu1zvwOz .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWlu1zvwOz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWlu1zvwOz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWlu1zvwOz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWlu1zvwOz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWlu1zvwOz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWlu1zvwOz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWlu1zvwOz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWlu1zvwOz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWlu1zvwOz .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWlu1zvwOz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWlu1zvwOz .content-right-side {
  text-align: center;
}
.cid-uWlu1zvwOz .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWlu1zvwOz .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWlu1zvwOz .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWlu1zvwOz .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWlu1zvwOz .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWlu1zvwOz .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWlu1zvwOz img {
    height: 3.8rem !important;
  }
  .cid-uWlu1zvwOz .btn {
    display: -webkit-flex;
  }
  .cid-uWlu1zvwOz button.navbar-toggler {
    display: block;
  }
  .cid-uWlu1zvwOz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWlu1zvwOz .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWlu1zvwOz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWlu1zvwOz .navbar-collapse.collapsing,
  .cid-uWlu1zvwOz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWlu1zvwOz .navbar-collapse.collapsing .navbar-nav,
  .cid-uWlu1zvwOz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWlu1zvwOz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWlu1zvwOz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWlu1zvwOz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWlu1zvwOz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWlu1zvwOz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWlu1zvwOz .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWlu1zvwOz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWlu1zvwOz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWlu1zvwOz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWlu1zvwOz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWlu1zvwOz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWlu1zvwOz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWlu1zvwOz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWlu1zvwOz .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWlu1zvwOz .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWlu1zvwOz .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWlu1zvwOz .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWlu1zvwOz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWlu1zvwOz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWlu1zvwOz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWlu1zvwOz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWlu1zvwOz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWlu1zvwOz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWlu1zvwOz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWlu1zvwOz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWlu1zvwOz .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWlu1zvwOz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWlu1zvwOz .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWlu1zvwOz .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWlu1zvwOz .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWlu1zvwOz .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWlu1zvwOz .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWlu1zvwOz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWlu1zvwOz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWlu1zvwOz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWlu1zvwOz .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWlu1zvwOz .navbar-toggler {
    display: none;
  }
  .cid-uWlu1zvwOz .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWlu1zvwOz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWlu1zvwOz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWlu1zvwOz .menu-logo {
  margin-right: auto;
}
.cid-uWlu1zvwOz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWlu1zvwOz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWlu1zvwOz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWlu1zvwOz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWlu1zvwOz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWlu1zvwOz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWlu1zvwOz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWlu1zvwOz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWlu1zvwOz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWlu1zvwOz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWlu1zvwOz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWlu1zvwOz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWlu1zvwOz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWlu1zvwOz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWlu1zvwOz .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWlu1zvwOz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWlu1zvwOz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWlu1zvwOz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWlu1zvwOz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWlu1zvwOz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWlu1zvwOz button.navbar-toggler:focus {
  outline: none;
}
.cid-uWlu1zvwOz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWlu1zvwOz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWlu1zvwOz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWlu1zvwOz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWlu1zvwOz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWlu1zvwOz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWlu1zvwOz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWlu1zvwOz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWlu1zvwOz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWlu1zvwOz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWlu1zvwOz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWlu1zvwOz .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse.collapsing,
.cid-uWlu1zvwOz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWlu1zvwOz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWlu1zvwOz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWlu1zvwOz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWlu1zvwOz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWlu1zvwOz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWlu1zvwOz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWlu1zvwOz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWlu1zvwOz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWlu1zvwOz .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWlu1zvwOz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWlu1zvwOz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWlu1zvwOz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWlu1zvwOz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWlu1zvwOz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWlu1zvwOz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWlu1zvwOz .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWlu1zvwOz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWlu1zvwOz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWlu1zvwOz .nav-link:focus {
  outline: none;
}
.cid-uWlu1zvwOz .navbar-toggler {
  position: relative;
}
.cid-uWlu1zvwOz .dropdown-item.active,
.cid-uWlu1zvwOz .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWlu1zvwOz .nav-link:hover,
.cid-uWlu1zvwOz .dropdown-item:hover {
  color: #4284df;
}
.cid-v190gSAJp1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v190gSAJp1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v190gSAJp1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v190gSAJp1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v190gSAJp1 .mbr-card-title {
  color: #000000;
}
.cid-v190gSAJp1 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v190gSAJp1 .mbr-text,
.cid-v190gSAJp1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v190gSAJp1 .row {
  align-items: top;
}
.cid-uWlu1GnyNX {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uWlu1GnyNX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uWlu1GnyNX .form-control,
.cid-uWlu1GnyNX .field-input {
  padding: 0.5rem;
  background-color: #feffe3;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWlu1GnyNX .form-control::-webkit-input-placeholder,
.cid-uWlu1GnyNX .field-input::-webkit-input-placeholder,
.cid-uWlu1GnyNX .form-control::-webkit-input-placeholder,
.cid-uWlu1GnyNX .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uWlu1GnyNX .form-control:-moz-placeholder,
.cid-uWlu1GnyNX .field-input:-moz-placeholder,
.cid-uWlu1GnyNX .form-control:-moz-placeholder,
.cid-uWlu1GnyNX .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uWlu1GnyNX .form-control:hover,
.cid-uWlu1GnyNX .field-input:hover,
.cid-uWlu1GnyNX .form-control:focus,
.cid-uWlu1GnyNX .field-input:focus {
  background-color: #f2f3ae;
  border-color: #464646;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uWlu1GnyNX .form-control:hover::-webkit-input-placeholder,
.cid-uWlu1GnyNX .field-input:hover::-webkit-input-placeholder,
.cid-uWlu1GnyNX .form-control:focus::-webkit-input-placeholder,
.cid-uWlu1GnyNX .field-input:focus::-webkit-input-placeholder,
.cid-uWlu1GnyNX .form-control:hover::-webkit-input-placeholder,
.cid-uWlu1GnyNX .field-input:hover::-webkit-input-placeholder,
.cid-uWlu1GnyNX .form-control:focus::-webkit-input-placeholder,
.cid-uWlu1GnyNX .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uWlu1GnyNX .form-control:hover:-moz-placeholder,
.cid-uWlu1GnyNX .field-input:hover:-moz-placeholder,
.cid-uWlu1GnyNX .form-control:focus:-moz-placeholder,
.cid-uWlu1GnyNX .field-input:focus:-moz-placeholder,
.cid-uWlu1GnyNX .form-control:hover:-moz-placeholder,
.cid-uWlu1GnyNX .field-input:hover:-moz-placeholder,
.cid-uWlu1GnyNX .form-control:focus:-moz-placeholder,
.cid-uWlu1GnyNX .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uWlu1GnyNX .jq-number__spin:hover,
.cid-uWlu1GnyNX .jq-number__spin:focus {
  background-color: #f2f3ae;
  border-color: #464646;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWlu1GnyNX .jq-number__spin {
  background-color: #feffe3;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWlu1GnyNX .jq-selectbox li,
.cid-uWlu1GnyNX .jq-selectbox li {
  background-color: #feffe3;
  color: #000000;
}
.cid-uWlu1GnyNX .jq-selectbox li:hover,
.cid-uWlu1GnyNX .jq-selectbox li.selected {
  background-color: #f2f3ae;
  color: #000000;
}
.cid-uWlu1GnyNX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWlu1GnyNX .jq-number__spin.minus:hover:after,
.cid-uWlu1GnyNX .jq-number__spin.plus:hover:after {
  border-top-color: #feffe3;
  border-bottom-color: #feffe3;
}
.cid-uWlu1GnyNX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWlu1GnyNX .jq-number__spin.minus:after,
.cid-uWlu1GnyNX .jq-number__spin.plus:after {
  border-top-color: #f2f3ae;
  border-bottom-color: #f2f3ae;
}
.cid-uWlu1GnyNX input::-webkit-clear-button {
  display: none;
}
.cid-uWlu1GnyNX input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWlu1GnyNX input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWlu1GnyNX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWlu1GnyNX H4 {
  text-align: left;
  color: #000000;
}
.cid-uWlu1GnyNX H5 {
  text-align: left;
  color: #ffffff;
}
.cid-uWlu1GnyNX LABEL {
  color: #000000;
}
.cid-uWlu1GnyNX P {
  color: #000000;
}
.cid-uWlu1GnyNX H2 {
  text-align: center;
  color: #000000;
}
.cid-v190YLV8uu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v190YLV8uu .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v190YLV8uu .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v190YLV8uu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v190YLV8uu .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v190YLV8uu .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v190YLV8uu .mbr-text {
  color: #000000;
}
.cid-v190YLV8uu .mbr-description {
  color: #6c7577;
}
.cid-v190YLV8uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v190YLV8uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXZdd.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXZdd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXZdd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXZdd .modal-content,
.cid-uXhxTuXZdd .modal-dialog {
  height: auto;
}
.cid-uXhxTuXZdd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXZdd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXZdd .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXZdd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXZdd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXZdd .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-uXhxTuXZdd .mbr-text {
  text-align: center;
}
.cid-uXhxTuXZdd .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXZdd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXZdd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXZdd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXZdd .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXZdd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXZdd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXZdd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXZdd .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-uXhxTuXZdd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXZdd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXZdd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXZdd .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-uXhxTuXZdd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXZdd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXZdd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXZdd .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXZdd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXZdd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXZdd .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXZdd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXZdd .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXZdd .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXZdd .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXZdd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXZdd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXZdd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXZdd .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXZdd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXZdd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXZdd .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXZdd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXZdd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXZdd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXZdd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXZdd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXZdd .modal-lg,
  .cid-uXhxTuXZdd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXZdd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXZdd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXZdd .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-uXhxTuXZdd .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXZdd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXZdd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXZdd .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-uXhxTuXZdd .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXZdd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWmRBP56zs .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWmRBP56zs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWmRBP56zs a {
  font-style: normal;
}
.cid-uWmRBP56zs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWmRBP56zs .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWmRBP56zs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWmRBP56zs .content-text {
  margin-bottom: 0;
}
.cid-uWmRBP56zs .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWmRBP56zs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWmRBP56zs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWmRBP56zs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWmRBP56zs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWmRBP56zs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWmRBP56zs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWmRBP56zs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWmRBP56zs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWmRBP56zs .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWmRBP56zs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWmRBP56zs .content-right-side {
  text-align: center;
}
.cid-uWmRBP56zs .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWmRBP56zs .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWmRBP56zs .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWmRBP56zs .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWmRBP56zs .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWmRBP56zs .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWmRBP56zs img {
    height: 3.8rem !important;
  }
  .cid-uWmRBP56zs .btn {
    display: -webkit-flex;
  }
  .cid-uWmRBP56zs button.navbar-toggler {
    display: block;
  }
  .cid-uWmRBP56zs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWmRBP56zs .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWmRBP56zs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWmRBP56zs .navbar-collapse.collapsing,
  .cid-uWmRBP56zs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWmRBP56zs .navbar-collapse.collapsing .navbar-nav,
  .cid-uWmRBP56zs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWmRBP56zs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWmRBP56zs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWmRBP56zs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWmRBP56zs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWmRBP56zs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWmRBP56zs .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWmRBP56zs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWmRBP56zs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWmRBP56zs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWmRBP56zs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWmRBP56zs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWmRBP56zs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWmRBP56zs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWmRBP56zs .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWmRBP56zs .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWmRBP56zs .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWmRBP56zs .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWmRBP56zs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWmRBP56zs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWmRBP56zs .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWmRBP56zs .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWmRBP56zs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWmRBP56zs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWmRBP56zs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWmRBP56zs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWmRBP56zs .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWmRBP56zs .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWmRBP56zs .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWmRBP56zs .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWmRBP56zs .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWmRBP56zs .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWmRBP56zs .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWmRBP56zs .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWmRBP56zs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWmRBP56zs .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWmRBP56zs .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWmRBP56zs .navbar-toggler {
    display: none;
  }
  .cid-uWmRBP56zs .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWmRBP56zs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWmRBP56zs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWmRBP56zs .menu-logo {
  margin-right: auto;
}
.cid-uWmRBP56zs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWmRBP56zs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWmRBP56zs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWmRBP56zs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWmRBP56zs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWmRBP56zs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWmRBP56zs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWmRBP56zs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWmRBP56zs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWmRBP56zs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWmRBP56zs .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWmRBP56zs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWmRBP56zs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWmRBP56zs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWmRBP56zs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWmRBP56zs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWmRBP56zs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWmRBP56zs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWmRBP56zs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWmRBP56zs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWmRBP56zs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWmRBP56zs button.navbar-toggler:focus {
  outline: none;
}
.cid-uWmRBP56zs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWmRBP56zs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWmRBP56zs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWmRBP56zs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWmRBP56zs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWmRBP56zs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWmRBP56zs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWmRBP56zs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWmRBP56zs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWmRBP56zs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWmRBP56zs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWmRBP56zs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse.collapsing,
.cid-uWmRBP56zs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWmRBP56zs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWmRBP56zs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWmRBP56zs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWmRBP56zs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWmRBP56zs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWmRBP56zs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWmRBP56zs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWmRBP56zs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWmRBP56zs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWmRBP56zs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWmRBP56zs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWmRBP56zs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWmRBP56zs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWmRBP56zs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWmRBP56zs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWmRBP56zs .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWmRBP56zs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWmRBP56zs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWmRBP56zs .nav-link:focus {
  outline: none;
}
.cid-uWmRBP56zs .navbar-toggler {
  position: relative;
}
.cid-uWmRBP56zs .dropdown-item.active,
.cid-uWmRBP56zs .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWmRBP56zs .nav-link:hover,
.cid-uWmRBP56zs .dropdown-item:hover {
  color: #4284df;
}
.cid-v15peTHphs {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v15peTHphs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v15peTHphs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v15peTHphs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v15peTHphs .mbr-card-title {
  color: #000000;
}
.cid-v15peTHphs .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v15peTHphs .mbr-text,
.cid-v15peTHphs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v15peTHphs .row {
  align-items: top;
}
.cid-uWoXDa3BDB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uWoXDa3BDB .container {
    max-width: 1162px;
  }
}
.cid-uWoXDa3BDB .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uWoXDa3BDB .btn:hover,
.cid-uWoXDa3BDB .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uWoXDa3BDB .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uWoXDa3BDB img,
.cid-uWoXDa3BDB .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uWoXDa3BDB .item-img {
  height: 100%;
}
.cid-uWoXDa3BDB .item-img img {
  object-fit: cover;
}
.cid-uWoXDa3BDB .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uWoXDa3BDB .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uWoXDa3BDB .mbr-text,
.cid-uWoXDa3BDB .mbr-section-btn {
  color: #ffffff;
}
.cid-uWoXDa3BDB .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uWoXDa3BDB .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uWoXDa3BDB .item:focus,
.cid-uWoXDa3BDB span:focus {
  outline: none;
}
.cid-uWoXDa3BDB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uWoXDa3BDB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWoXDa3BDB .item {
  padding: 0;
  margin: 0;
}
.cid-uWoXDa3BDB .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uWoXDa3BDB .mbr-section-title,
.cid-uWoXDa3BDB .mbr-section-btn {
  text-align: center;
}
.cid-uXdqv70zXz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdqv70zXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqv70zXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqv70zXz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqv70zXz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqv70zXz .container {
    padding: 0 30px;
  }
}
.cid-uXdqv70zXz .row {
  justify-content: center;
}
.cid-uXdqv70zXz .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqv70zXz .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqv70zXz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqv70zXz .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqv70zXz .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqv70zXz .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqv70zXz .mbr-desc {
  color: #22654E;
}
.cid-uWrGQnSB1a {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWrGQnSB1a .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWrGQnSB1a .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWrGQnSB1a .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWrGQnSB1a .mbr-card-title {
  color: #000000;
}
.cid-uWrGQnSB1a .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uWrGQnSB1a .mbr-text,
.cid-uWrGQnSB1a .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uWrGQnSB1a .row {
  align-items: top;
}
.cid-v15pMHtoxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v15pMHtoxS .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v15pMHtoxS .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v15pMHtoxS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v15pMHtoxS .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v15pMHtoxS .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v15pMHtoxS .mbr-text {
  color: #000000;
}
.cid-v15pMHtoxS .mbr-description {
  color: #6c7577;
}
.cid-v15pMHtoxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15pMHtoxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXUxa.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXUxa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXUxa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXUxa .modal-content,
.cid-uXhxTuXUxa .modal-dialog {
  height: auto;
}
.cid-uXhxTuXUxa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXUxa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXUxa .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXUxa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXUxa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXUxa .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-uXhxTuXUxa .mbr-text {
  text-align: center;
}
.cid-uXhxTuXUxa .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXUxa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXUxa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXUxa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXUxa .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXUxa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXUxa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXUxa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXUxa .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-uXhxTuXUxa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXUxa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXUxa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXUxa .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-uXhxTuXUxa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXUxa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXUxa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXUxa .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXUxa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXUxa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXUxa .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXUxa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXUxa .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXUxa .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXUxa .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXUxa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXUxa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXUxa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXUxa .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXUxa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXUxa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXUxa .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXUxa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXUxa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXUxa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXUxa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXUxa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXUxa .modal-lg,
  .cid-uXhxTuXUxa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXUxa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXUxa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXUxa .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-uXhxTuXUxa .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXUxa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXUxa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXUxa .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-uXhxTuXUxa .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXUxa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWCxq3ecIs .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWCxq3ecIs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWCxq3ecIs a {
  font-style: normal;
}
.cid-uWCxq3ecIs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWCxq3ecIs .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWCxq3ecIs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCxq3ecIs .content-text {
  margin-bottom: 0;
}
.cid-uWCxq3ecIs .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWCxq3ecIs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWCxq3ecIs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWCxq3ecIs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWCxq3ecIs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWCxq3ecIs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWCxq3ecIs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWCxq3ecIs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWCxq3ecIs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCxq3ecIs .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWCxq3ecIs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWCxq3ecIs .content-right-side {
  text-align: center;
}
.cid-uWCxq3ecIs .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWCxq3ecIs .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWCxq3ecIs .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWCxq3ecIs .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWCxq3ecIs .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWCxq3ecIs .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWCxq3ecIs img {
    height: 3.8rem !important;
  }
  .cid-uWCxq3ecIs .btn {
    display: -webkit-flex;
  }
  .cid-uWCxq3ecIs button.navbar-toggler {
    display: block;
  }
  .cid-uWCxq3ecIs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWCxq3ecIs .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWCxq3ecIs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWCxq3ecIs .navbar-collapse.collapsing,
  .cid-uWCxq3ecIs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWCxq3ecIs .navbar-collapse.collapsing .navbar-nav,
  .cid-uWCxq3ecIs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWCxq3ecIs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWCxq3ecIs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWCxq3ecIs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWCxq3ecIs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWCxq3ecIs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWCxq3ecIs .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWCxq3ecIs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWCxq3ecIs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWCxq3ecIs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWCxq3ecIs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWCxq3ecIs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWCxq3ecIs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWCxq3ecIs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWCxq3ecIs .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWCxq3ecIs .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWCxq3ecIs .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWCxq3ecIs .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWCxq3ecIs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWCxq3ecIs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWCxq3ecIs .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWCxq3ecIs .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWCxq3ecIs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCxq3ecIs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWCxq3ecIs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWCxq3ecIs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWCxq3ecIs .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWCxq3ecIs .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWCxq3ecIs .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWCxq3ecIs .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWCxq3ecIs .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWCxq3ecIs .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWCxq3ecIs .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWCxq3ecIs .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWCxq3ecIs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWCxq3ecIs .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWCxq3ecIs .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWCxq3ecIs .navbar-toggler {
    display: none;
  }
  .cid-uWCxq3ecIs .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWCxq3ecIs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCxq3ecIs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWCxq3ecIs .menu-logo {
  margin-right: auto;
}
.cid-uWCxq3ecIs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCxq3ecIs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWCxq3ecIs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWCxq3ecIs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWCxq3ecIs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWCxq3ecIs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWCxq3ecIs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWCxq3ecIs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWCxq3ecIs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCxq3ecIs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWCxq3ecIs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCxq3ecIs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWCxq3ecIs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWCxq3ecIs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWCxq3ecIs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWCxq3ecIs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWCxq3ecIs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWCxq3ecIs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWCxq3ecIs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWCxq3ecIs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCxq3ecIs button.navbar-toggler:focus {
  outline: none;
}
.cid-uWCxq3ecIs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWCxq3ecIs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWCxq3ecIs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWCxq3ecIs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWCxq3ecIs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWCxq3ecIs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWCxq3ecIs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWCxq3ecIs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWCxq3ecIs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWCxq3ecIs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWCxq3ecIs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWCxq3ecIs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse.collapsing,
.cid-uWCxq3ecIs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWCxq3ecIs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWCxq3ecIs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWCxq3ecIs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWCxq3ecIs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWCxq3ecIs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWCxq3ecIs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWCxq3ecIs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWCxq3ecIs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWCxq3ecIs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWCxq3ecIs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWCxq3ecIs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWCxq3ecIs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWCxq3ecIs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWCxq3ecIs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWCxq3ecIs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWCxq3ecIs .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCxq3ecIs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWCxq3ecIs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWCxq3ecIs .nav-link:focus {
  outline: none;
}
.cid-uWCxq3ecIs .navbar-toggler {
  position: relative;
}
.cid-uWCxq3ecIs .dropdown-item.active,
.cid-uWCxq3ecIs .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWCxq3ecIs .nav-link:hover,
.cid-uWCxq3ecIs .dropdown-item:hover {
  color: #4284df;
}
.cid-v18QD2eXCU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v18QD2eXCU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v18QD2eXCU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v18QD2eXCU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v18QD2eXCU .mbr-card-title {
  color: #000000;
}
.cid-v18QD2eXCU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v18QD2eXCU .mbr-text,
.cid-v18QD2eXCU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v18QD2eXCU .row {
  align-items: top;
}
.cid-uWCxIU7SU9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/chatgpt-image-sep-12-2025-06-45-01-pm-1024x1536.png");
}
.cid-uWCxIU7SU9 .mbr-overlay {
  background-color: #1f3a60;
  opacity: 0.9;
}
.cid-uWCxIU7SU9 .form-control,
.cid-uWCxIU7SU9 .field-input {
  padding: 0.5rem;
  background-color: #feffe3;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWCxIU7SU9 .form-control::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .field-input::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .form-control::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uWCxIU7SU9 .form-control:-moz-placeholder,
.cid-uWCxIU7SU9 .field-input:-moz-placeholder,
.cid-uWCxIU7SU9 .form-control:-moz-placeholder,
.cid-uWCxIU7SU9 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uWCxIU7SU9 .form-control:hover,
.cid-uWCxIU7SU9 .field-input:hover,
.cid-uWCxIU7SU9 .form-control:focus,
.cid-uWCxIU7SU9 .field-input:focus {
  background-color: #f8f9c4;
  border-color: #ecedee;
  color: #2c1616;
  box-shadow: none;
  outline: none;
}
.cid-uWCxIU7SU9 .form-control:hover::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .field-input:hover::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .form-control:focus::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .field-input:focus::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .form-control:hover::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .field-input:hover::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .form-control:focus::-webkit-input-placeholder,
.cid-uWCxIU7SU9 .field-input:focus::-webkit-input-placeholder {
  color: #2c1616;
}
.cid-uWCxIU7SU9 .form-control:hover:-moz-placeholder,
.cid-uWCxIU7SU9 .field-input:hover:-moz-placeholder,
.cid-uWCxIU7SU9 .form-control:focus:-moz-placeholder,
.cid-uWCxIU7SU9 .field-input:focus:-moz-placeholder,
.cid-uWCxIU7SU9 .form-control:hover:-moz-placeholder,
.cid-uWCxIU7SU9 .field-input:hover:-moz-placeholder,
.cid-uWCxIU7SU9 .form-control:focus:-moz-placeholder,
.cid-uWCxIU7SU9 .field-input:focus:-moz-placeholder {
  color: #2c1616;
}
.cid-uWCxIU7SU9 .jq-number__spin:hover,
.cid-uWCxIU7SU9 .jq-number__spin:focus {
  background-color: #f8f9c4;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWCxIU7SU9 .jq-number__spin {
  background-color: #feffe3;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWCxIU7SU9 .jq-selectbox li,
.cid-uWCxIU7SU9 .jq-selectbox li {
  background-color: #feffe3;
  color: #000000;
}
.cid-uWCxIU7SU9 .jq-selectbox li:hover,
.cid-uWCxIU7SU9 .jq-selectbox li.selected {
  background-color: #f8f9c4;
  color: #000000;
}
.cid-uWCxIU7SU9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWCxIU7SU9 .jq-number__spin.minus:hover:after,
.cid-uWCxIU7SU9 .jq-number__spin.plus:hover:after {
  border-top-color: #feffe3;
  border-bottom-color: #feffe3;
}
.cid-uWCxIU7SU9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWCxIU7SU9 .jq-number__spin.minus:after,
.cid-uWCxIU7SU9 .jq-number__spin.plus:after {
  border-top-color: #f8f9c4;
  border-bottom-color: #f8f9c4;
}
.cid-uWCxIU7SU9 input::-webkit-clear-button {
  display: none;
}
.cid-uWCxIU7SU9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWCxIU7SU9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWCxIU7SU9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWCxIU7SU9 H4 {
  text-align: left;
  color: #ffffff;
}
.cid-uWCxIU7SU9 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uWCxIU7SU9 LABEL {
  color: #ffffff;
}
.cid-uWCxIU7SU9 H5 {
  color: #f2f3f7;
}
.cid-v18Sw3NNL9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v18Sw3NNL9 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v18Sw3NNL9 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v18Sw3NNL9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v18Sw3NNL9 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v18Sw3NNL9 .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v18Sw3NNL9 .mbr-text {
  color: #000000;
}
.cid-v18Sw3NNL9 .mbr-description {
  color: #6c7577;
}
.cid-v18Sw3NNL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18Sw3NNL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXGEP.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXGEP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXGEP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXGEP .modal-content,
.cid-uXhxTuXGEP .modal-dialog {
  height: auto;
}
.cid-uXhxTuXGEP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXGEP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXGEP .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXGEP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXGEP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXGEP .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-uXhxTuXGEP .mbr-text {
  text-align: center;
}
.cid-uXhxTuXGEP .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXGEP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXGEP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXGEP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXGEP .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXGEP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXGEP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXGEP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXGEP .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-uXhxTuXGEP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXGEP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXGEP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXGEP .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-uXhxTuXGEP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXGEP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXGEP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXGEP .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXGEP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXGEP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXGEP .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXGEP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXGEP .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXGEP .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXGEP .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXGEP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXGEP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXGEP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXGEP .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXGEP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXGEP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXGEP .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXGEP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXGEP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXGEP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXGEP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXGEP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXGEP .modal-lg,
  .cid-uXhxTuXGEP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXGEP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXGEP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXGEP .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-uXhxTuXGEP .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXGEP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXGEP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXGEP .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-uXhxTuXGEP .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXGEP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWCOXV7dBu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWCOXV7dBu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWCOXV7dBu a {
  font-style: normal;
}
.cid-uWCOXV7dBu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWCOXV7dBu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWCOXV7dBu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCOXV7dBu .content-text {
  margin-bottom: 0;
}
.cid-uWCOXV7dBu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWCOXV7dBu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWCOXV7dBu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWCOXV7dBu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWCOXV7dBu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWCOXV7dBu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWCOXV7dBu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWCOXV7dBu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWCOXV7dBu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCOXV7dBu .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWCOXV7dBu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWCOXV7dBu .content-right-side {
  text-align: center;
}
.cid-uWCOXV7dBu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWCOXV7dBu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWCOXV7dBu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWCOXV7dBu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWCOXV7dBu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWCOXV7dBu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWCOXV7dBu img {
    height: 3.8rem !important;
  }
  .cid-uWCOXV7dBu .btn {
    display: -webkit-flex;
  }
  .cid-uWCOXV7dBu button.navbar-toggler {
    display: block;
  }
  .cid-uWCOXV7dBu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWCOXV7dBu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWCOXV7dBu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWCOXV7dBu .navbar-collapse.collapsing,
  .cid-uWCOXV7dBu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWCOXV7dBu .navbar-collapse.collapsing .navbar-nav,
  .cid-uWCOXV7dBu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWCOXV7dBu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWCOXV7dBu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWCOXV7dBu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWCOXV7dBu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWCOXV7dBu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWCOXV7dBu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWCOXV7dBu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWCOXV7dBu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWCOXV7dBu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWCOXV7dBu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWCOXV7dBu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWCOXV7dBu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWCOXV7dBu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWCOXV7dBu .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWCOXV7dBu .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWCOXV7dBu .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWCOXV7dBu .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWCOXV7dBu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWCOXV7dBu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWCOXV7dBu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWCOXV7dBu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWCOXV7dBu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCOXV7dBu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWCOXV7dBu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWCOXV7dBu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWCOXV7dBu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWCOXV7dBu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWCOXV7dBu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWCOXV7dBu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWCOXV7dBu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWCOXV7dBu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWCOXV7dBu .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWCOXV7dBu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWCOXV7dBu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWCOXV7dBu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWCOXV7dBu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWCOXV7dBu .navbar-toggler {
    display: none;
  }
  .cid-uWCOXV7dBu .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWCOXV7dBu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCOXV7dBu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWCOXV7dBu .menu-logo {
  margin-right: auto;
}
.cid-uWCOXV7dBu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWCOXV7dBu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWCOXV7dBu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWCOXV7dBu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWCOXV7dBu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWCOXV7dBu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWCOXV7dBu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWCOXV7dBu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWCOXV7dBu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCOXV7dBu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWCOXV7dBu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWCOXV7dBu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWCOXV7dBu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWCOXV7dBu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWCOXV7dBu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWCOXV7dBu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWCOXV7dBu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWCOXV7dBu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWCOXV7dBu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWCOXV7dBu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCOXV7dBu button.navbar-toggler:focus {
  outline: none;
}
.cid-uWCOXV7dBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWCOXV7dBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWCOXV7dBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWCOXV7dBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWCOXV7dBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWCOXV7dBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWCOXV7dBu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWCOXV7dBu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWCOXV7dBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWCOXV7dBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWCOXV7dBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWCOXV7dBu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse.collapsing,
.cid-uWCOXV7dBu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWCOXV7dBu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWCOXV7dBu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWCOXV7dBu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWCOXV7dBu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWCOXV7dBu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWCOXV7dBu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWCOXV7dBu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWCOXV7dBu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWCOXV7dBu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWCOXV7dBu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWCOXV7dBu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWCOXV7dBu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWCOXV7dBu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWCOXV7dBu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWCOXV7dBu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWCOXV7dBu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWCOXV7dBu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWCOXV7dBu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWCOXV7dBu .nav-link:focus {
  outline: none;
}
.cid-uWCOXV7dBu .navbar-toggler {
  position: relative;
}
.cid-uWCOXV7dBu .dropdown-item.active,
.cid-uWCOXV7dBu .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWCOXV7dBu .nav-link:hover,
.cid-uWCOXV7dBu .dropdown-item:hover {
  color: #4284df;
}
.cid-v18U0pzk43 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v18U0pzk43 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v18U0pzk43 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v18U0pzk43 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v18U0pzk43 .mbr-card-title {
  color: #000000;
}
.cid-v18U0pzk43 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v18U0pzk43 .mbr-text,
.cid-v18U0pzk43 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v18U0pzk43 .row {
  align-items: top;
}
.cid-uWCPjrkIS9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/chatgpt-image-sep-12-2025-06-50-34-pm-1024x1536.png");
}
.cid-uWCPjrkIS9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-uWCPjrkIS9 .form-control,
.cid-uWCPjrkIS9 .field-input {
  padding: 0.5rem;
  background-color: #feffe3;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWCPjrkIS9 .form-control::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .field-input::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .form-control::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uWCPjrkIS9 .form-control:-moz-placeholder,
.cid-uWCPjrkIS9 .field-input:-moz-placeholder,
.cid-uWCPjrkIS9 .form-control:-moz-placeholder,
.cid-uWCPjrkIS9 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uWCPjrkIS9 .form-control:hover,
.cid-uWCPjrkIS9 .field-input:hover,
.cid-uWCPjrkIS9 .form-control:focus,
.cid-uWCPjrkIS9 .field-input:focus {
  background-color: #f8f9c4;
  border-color: #ecedee;
  color: #2c1616;
  box-shadow: none;
  outline: none;
}
.cid-uWCPjrkIS9 .form-control:hover::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .field-input:hover::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .form-control:focus::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .field-input:focus::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .form-control:hover::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .field-input:hover::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .form-control:focus::-webkit-input-placeholder,
.cid-uWCPjrkIS9 .field-input:focus::-webkit-input-placeholder {
  color: #2c1616;
}
.cid-uWCPjrkIS9 .form-control:hover:-moz-placeholder,
.cid-uWCPjrkIS9 .field-input:hover:-moz-placeholder,
.cid-uWCPjrkIS9 .form-control:focus:-moz-placeholder,
.cid-uWCPjrkIS9 .field-input:focus:-moz-placeholder,
.cid-uWCPjrkIS9 .form-control:hover:-moz-placeholder,
.cid-uWCPjrkIS9 .field-input:hover:-moz-placeholder,
.cid-uWCPjrkIS9 .form-control:focus:-moz-placeholder,
.cid-uWCPjrkIS9 .field-input:focus:-moz-placeholder {
  color: #2c1616;
}
.cid-uWCPjrkIS9 .jq-number__spin:hover,
.cid-uWCPjrkIS9 .jq-number__spin:focus {
  background-color: #f8f9c4;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWCPjrkIS9 .jq-number__spin {
  background-color: #feffe3;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWCPjrkIS9 .jq-selectbox li,
.cid-uWCPjrkIS9 .jq-selectbox li {
  background-color: #feffe3;
  color: #000000;
}
.cid-uWCPjrkIS9 .jq-selectbox li:hover,
.cid-uWCPjrkIS9 .jq-selectbox li.selected {
  background-color: #f8f9c4;
  color: #000000;
}
.cid-uWCPjrkIS9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWCPjrkIS9 .jq-number__spin.minus:hover:after,
.cid-uWCPjrkIS9 .jq-number__spin.plus:hover:after {
  border-top-color: #feffe3;
  border-bottom-color: #feffe3;
}
.cid-uWCPjrkIS9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWCPjrkIS9 .jq-number__spin.minus:after,
.cid-uWCPjrkIS9 .jq-number__spin.plus:after {
  border-top-color: #f8f9c4;
  border-bottom-color: #f8f9c4;
}
.cid-uWCPjrkIS9 input::-webkit-clear-button {
  display: none;
}
.cid-uWCPjrkIS9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWCPjrkIS9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWCPjrkIS9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWCPjrkIS9 H4 {
  text-align: left;
  color: #ffffff;
}
.cid-uWCPjrkIS9 H2 {
  text-align: center;
  color: #000000;
}
.cid-uWCPjrkIS9 LABEL {
  color: #1b1818;
}
.cid-uWCPjrkIS9 H5 {
  color: #000000;
}
.cid-v18TVMvt7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v18TVMvt7p .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v18TVMvt7p .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v18TVMvt7p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v18TVMvt7p .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v18TVMvt7p .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v18TVMvt7p .mbr-text {
  color: #000000;
}
.cid-v18TVMvt7p .mbr-description {
  color: #6c7577;
}
.cid-v18TVMvt7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18TVMvt7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXCGO.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXCGO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXCGO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXCGO .modal-content,
.cid-uXhxTuXCGO .modal-dialog {
  height: auto;
}
.cid-uXhxTuXCGO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXCGO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXCGO .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXCGO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXCGO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXCGO .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-uXhxTuXCGO .mbr-text {
  text-align: center;
}
.cid-uXhxTuXCGO .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXCGO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXCGO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXCGO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXCGO .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXCGO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXCGO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXCGO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXCGO .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-uXhxTuXCGO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXCGO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXCGO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXCGO .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-uXhxTuXCGO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXCGO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXCGO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXCGO .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXCGO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXCGO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXCGO .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXCGO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXCGO .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXCGO .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXCGO .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXCGO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXCGO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXCGO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXCGO .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXCGO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXCGO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXCGO .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXCGO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXCGO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXCGO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXCGO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXCGO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXCGO .modal-lg,
  .cid-uXhxTuXCGO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXCGO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXCGO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXCGO .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-uXhxTuXCGO .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXCGO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXCGO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXCGO .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-uXhxTuXCGO .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXCGO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWMTffB9VV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWMTffB9VV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWMTffB9VV a {
  font-style: normal;
}
.cid-uWMTffB9VV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWMTffB9VV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWMTffB9VV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWMTffB9VV .content-text {
  margin-bottom: 0;
}
.cid-uWMTffB9VV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWMTffB9VV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWMTffB9VV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWMTffB9VV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWMTffB9VV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWMTffB9VV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWMTffB9VV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWMTffB9VV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWMTffB9VV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWMTffB9VV .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWMTffB9VV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWMTffB9VV .content-right-side {
  text-align: center;
}
.cid-uWMTffB9VV .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWMTffB9VV .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWMTffB9VV .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWMTffB9VV .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWMTffB9VV .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWMTffB9VV .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWMTffB9VV img {
    height: 3.8rem !important;
  }
  .cid-uWMTffB9VV .btn {
    display: -webkit-flex;
  }
  .cid-uWMTffB9VV button.navbar-toggler {
    display: block;
  }
  .cid-uWMTffB9VV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWMTffB9VV .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWMTffB9VV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWMTffB9VV .navbar-collapse.collapsing,
  .cid-uWMTffB9VV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWMTffB9VV .navbar-collapse.collapsing .navbar-nav,
  .cid-uWMTffB9VV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWMTffB9VV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWMTffB9VV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWMTffB9VV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWMTffB9VV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWMTffB9VV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWMTffB9VV .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWMTffB9VV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWMTffB9VV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWMTffB9VV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWMTffB9VV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWMTffB9VV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWMTffB9VV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWMTffB9VV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWMTffB9VV .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWMTffB9VV .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWMTffB9VV .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWMTffB9VV .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWMTffB9VV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWMTffB9VV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWMTffB9VV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWMTffB9VV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWMTffB9VV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWMTffB9VV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWMTffB9VV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWMTffB9VV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWMTffB9VV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWMTffB9VV .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWMTffB9VV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWMTffB9VV .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWMTffB9VV .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWMTffB9VV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWMTffB9VV .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWMTffB9VV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWMTffB9VV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWMTffB9VV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWMTffB9VV .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWMTffB9VV .navbar-toggler {
    display: none;
  }
  .cid-uWMTffB9VV .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWMTffB9VV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWMTffB9VV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWMTffB9VV .menu-logo {
  margin-right: auto;
}
.cid-uWMTffB9VV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWMTffB9VV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWMTffB9VV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWMTffB9VV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWMTffB9VV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWMTffB9VV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWMTffB9VV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWMTffB9VV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWMTffB9VV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWMTffB9VV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWMTffB9VV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWMTffB9VV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWMTffB9VV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWMTffB9VV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWMTffB9VV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWMTffB9VV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWMTffB9VV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWMTffB9VV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWMTffB9VV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWMTffB9VV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWMTffB9VV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWMTffB9VV button.navbar-toggler:focus {
  outline: none;
}
.cid-uWMTffB9VV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWMTffB9VV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWMTffB9VV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWMTffB9VV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWMTffB9VV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWMTffB9VV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWMTffB9VV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWMTffB9VV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWMTffB9VV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWMTffB9VV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWMTffB9VV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWMTffB9VV .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse.collapsing,
.cid-uWMTffB9VV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWMTffB9VV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWMTffB9VV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWMTffB9VV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWMTffB9VV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWMTffB9VV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWMTffB9VV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWMTffB9VV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWMTffB9VV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWMTffB9VV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWMTffB9VV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWMTffB9VV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWMTffB9VV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWMTffB9VV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWMTffB9VV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWMTffB9VV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWMTffB9VV .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWMTffB9VV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWMTffB9VV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWMTffB9VV .nav-link:focus {
  outline: none;
}
.cid-uWMTffB9VV .navbar-toggler {
  position: relative;
}
.cid-uWMTffB9VV .dropdown-item.active,
.cid-uWMTffB9VV .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWMTffB9VV .nav-link:hover,
.cid-uWMTffB9VV .dropdown-item:hover {
  color: #4284df;
}
.cid-v17fL8IbOO {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17fL8IbOO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17fL8IbOO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17fL8IbOO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17fL8IbOO .mbr-card-title {
  color: #000000;
}
.cid-v17fL8IbOO .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17fL8IbOO .mbr-text,
.cid-v17fL8IbOO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17fL8IbOO .row {
  align-items: top;
}
.cid-uXdqGIVa5I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdqGIVa5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqGIVa5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqGIVa5I .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqGIVa5I .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqGIVa5I .container {
    padding: 0 30px;
  }
}
.cid-uXdqGIVa5I .row {
  justify-content: center;
}
.cid-uXdqGIVa5I .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqGIVa5I .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqGIVa5I .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqGIVa5I .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqGIVa5I .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqGIVa5I .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqGIVa5I .mbr-desc {
  color: #22654E;
}
.cid-uWMTfhUTrr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uWMTfhUTrr .container {
    max-width: 1162px;
  }
}
.cid-uWMTfhUTrr .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uWMTfhUTrr .btn:hover,
.cid-uWMTfhUTrr .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uWMTfhUTrr .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uWMTfhUTrr img,
.cid-uWMTfhUTrr .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uWMTfhUTrr .item-img {
  height: 100%;
}
.cid-uWMTfhUTrr .item-img img {
  object-fit: cover;
}
.cid-uWMTfhUTrr .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uWMTfhUTrr .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uWMTfhUTrr .mbr-text,
.cid-uWMTfhUTrr .mbr-section-btn {
  color: #ffffff;
}
.cid-uWMTfhUTrr .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uWMTfhUTrr .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uWMTfhUTrr .item:focus,
.cid-uWMTfhUTrr span:focus {
  outline: none;
}
.cid-uWMTfhUTrr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uWMTfhUTrr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWMTfhUTrr .item {
  padding: 0;
  margin: 0;
}
.cid-uWMTfhUTrr .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uWMTfhUTrr .mbr-section-title,
.cid-uWMTfhUTrr .mbr-section-btn {
  text-align: center;
}
.cid-uWOgolKT7I {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWOgolKT7I .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWOgolKT7I .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWOgolKT7I .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWOgolKT7I .mbr-card-title {
  color: #000000;
}
.cid-uWOgolKT7I .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uWOgolKT7I .mbr-text,
.cid-uWOgolKT7I .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uWOgolKT7I .row {
  align-items: top;
}
.cid-uXdqHRBW7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdqHRBW7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqHRBW7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqHRBW7J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqHRBW7J .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqHRBW7J .container {
    padding: 0 30px;
  }
}
.cid-uXdqHRBW7J .row {
  justify-content: center;
}
.cid-uXdqHRBW7J .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqHRBW7J .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqHRBW7J .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqHRBW7J .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqHRBW7J .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqHRBW7J .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqHRBW7J .mbr-desc {
  color: #22654E;
}
.cid-uWMTfjiNan {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWMTfjiNan .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uWMTfjiNan .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWMTfjiNan .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWMTfjiNan .mbr-card-title {
  color: #000000;
}
.cid-uWMTfjiNan .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uWMTfjiNan .mbr-text,
.cid-uWMTfjiNan .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uWMTfjiNan .row {
  align-items: top;
}
.cid-uWPsV2E9r7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWPsV2E9r7 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uWPsV2E9r7 img,
.cid-uWPsV2E9r7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWPsV2E9r7 .item:focus,
.cid-uWPsV2E9r7 span:focus {
  outline: none;
}
.cid-uWPsV2E9r7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWPsV2E9r7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uWPsV2E9r7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWPsV2E9r7 .mbr-section-title {
  color: #232323;
}
.cid-uWPsV2E9r7 .mbr-text,
.cid-uWPsV2E9r7 .mbr-section-btn {
  color: #232323;
}
.cid-uWPsV2E9r7 .item-title {
  color: #232323;
}
.cid-uWPsV2E9r7 .content-head {
  max-width: 800px;
}
.cid-v17gmquz0Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17gmquz0Z .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17gmquz0Z .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17gmquz0Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17gmquz0Z .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17gmquz0Z .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17gmquz0Z .mbr-text {
  color: #000000;
}
.cid-v17gmquz0Z .mbr-description {
  color: #6c7577;
}
.cid-v17gmquz0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17gmquz0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXnJ3.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXnJ3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXnJ3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXnJ3 .modal-content,
.cid-uXhxTuXnJ3 .modal-dialog {
  height: auto;
}
.cid-uXhxTuXnJ3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXnJ3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXnJ3 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXnJ3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXnJ3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXnJ3 .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-uXhxTuXnJ3 .mbr-text {
  text-align: center;
}
.cid-uXhxTuXnJ3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXnJ3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXnJ3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXnJ3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXnJ3 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXnJ3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXnJ3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXnJ3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXnJ3 .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-uXhxTuXnJ3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXnJ3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXnJ3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXnJ3 .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-uXhxTuXnJ3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXnJ3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXnJ3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXnJ3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXnJ3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXnJ3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXnJ3 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXnJ3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXnJ3 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXnJ3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXnJ3 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXnJ3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXnJ3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXnJ3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXnJ3 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXnJ3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXnJ3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXnJ3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXnJ3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXnJ3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXnJ3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXnJ3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXnJ3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXnJ3 .modal-lg,
  .cid-uXhxTuXnJ3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXnJ3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXnJ3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXnJ3 .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-uXhxTuXnJ3 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXnJ3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXnJ3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXnJ3 .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-uXhxTuXnJ3 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXnJ3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWPDxqypq6 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWPDxqypq6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWPDxqypq6 a {
  font-style: normal;
}
.cid-uWPDxqypq6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWPDxqypq6 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWPDxqypq6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWPDxqypq6 .content-text {
  margin-bottom: 0;
}
.cid-uWPDxqypq6 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWPDxqypq6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWPDxqypq6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWPDxqypq6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWPDxqypq6 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWPDxqypq6 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWPDxqypq6 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWPDxqypq6 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWPDxqypq6 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWPDxqypq6 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWPDxqypq6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWPDxqypq6 .content-right-side {
  text-align: center;
}
.cid-uWPDxqypq6 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWPDxqypq6 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWPDxqypq6 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWPDxqypq6 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWPDxqypq6 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWPDxqypq6 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWPDxqypq6 img {
    height: 3.8rem !important;
  }
  .cid-uWPDxqypq6 .btn {
    display: -webkit-flex;
  }
  .cid-uWPDxqypq6 button.navbar-toggler {
    display: block;
  }
  .cid-uWPDxqypq6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWPDxqypq6 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWPDxqypq6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWPDxqypq6 .navbar-collapse.collapsing,
  .cid-uWPDxqypq6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWPDxqypq6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uWPDxqypq6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWPDxqypq6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWPDxqypq6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWPDxqypq6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWPDxqypq6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWPDxqypq6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWPDxqypq6 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWPDxqypq6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWPDxqypq6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWPDxqypq6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWPDxqypq6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWPDxqypq6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWPDxqypq6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWPDxqypq6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWPDxqypq6 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWPDxqypq6 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWPDxqypq6 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWPDxqypq6 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWPDxqypq6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWPDxqypq6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWPDxqypq6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWPDxqypq6 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWPDxqypq6 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWPDxqypq6 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWPDxqypq6 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWPDxqypq6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWPDxqypq6 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWPDxqypq6 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWPDxqypq6 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWPDxqypq6 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWPDxqypq6 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWPDxqypq6 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWPDxqypq6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWPDxqypq6 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWPDxqypq6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWPDxqypq6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWPDxqypq6 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWPDxqypq6 .navbar-toggler {
    display: none;
  }
  .cid-uWPDxqypq6 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWPDxqypq6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWPDxqypq6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWPDxqypq6 .menu-logo {
  margin-right: auto;
}
.cid-uWPDxqypq6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWPDxqypq6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWPDxqypq6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWPDxqypq6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWPDxqypq6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWPDxqypq6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWPDxqypq6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWPDxqypq6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWPDxqypq6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWPDxqypq6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWPDxqypq6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWPDxqypq6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWPDxqypq6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWPDxqypq6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWPDxqypq6 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWPDxqypq6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWPDxqypq6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWPDxqypq6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWPDxqypq6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWPDxqypq6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWPDxqypq6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uWPDxqypq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWPDxqypq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWPDxqypq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWPDxqypq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWPDxqypq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWPDxqypq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWPDxqypq6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWPDxqypq6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWPDxqypq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWPDxqypq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWPDxqypq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWPDxqypq6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse.collapsing,
.cid-uWPDxqypq6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWPDxqypq6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWPDxqypq6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWPDxqypq6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWPDxqypq6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWPDxqypq6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWPDxqypq6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWPDxqypq6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWPDxqypq6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWPDxqypq6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWPDxqypq6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWPDxqypq6 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWPDxqypq6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWPDxqypq6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWPDxqypq6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWPDxqypq6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWPDxqypq6 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWPDxqypq6 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWPDxqypq6 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWPDxqypq6 .nav-link:focus {
  outline: none;
}
.cid-uWPDxqypq6 .navbar-toggler {
  position: relative;
}
.cid-uWPDxqypq6 .dropdown-item.active,
.cid-uWPDxqypq6 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWPDxqypq6 .nav-link:hover,
.cid-uWPDxqypq6 .dropdown-item:hover {
  color: #4284df;
}
.cid-v0YTV4i8pR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YTV4i8pR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0YTV4i8pR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0YTV4i8pR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0YTV4i8pR .mbr-card-title {
  color: #000000;
}
.cid-v0YTV4i8pR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0YTV4i8pR .mbr-text,
.cid-v0YTV4i8pR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0YTV4i8pR .row {
  align-items: top;
}
.cid-uXdaoSlD5B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdaoSlD5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdaoSlD5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdaoSlD5B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdaoSlD5B .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdaoSlD5B .container {
    padding: 0 30px;
  }
}
.cid-uXdaoSlD5B .row {
  justify-content: center;
}
.cid-uXdaoSlD5B .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdaoSlD5B .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdaoSlD5B .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdaoSlD5B .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdaoSlD5B .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdaoSlD5B .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdaoSlD5B .mbr-desc {
  color: #22654E;
}
.cid-uWSWFwMUSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWSWFwMUSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSWFwMUSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSWFwMUSH .row {
  margin: 0 -45px;
}
.cid-uWSWFwMUSH .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWSWFwMUSH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWSWFwMUSH .image-wrapper {
    padding-left: 0;
  }
}
.cid-uWSWFwMUSH .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uWSWFwMUSH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uWSWFwMUSH .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uWSWFwMUSH .image-wrapper img {
    height: 300px;
  }
}
.cid-uWSWFwMUSH .content-wrapper {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-uWSWFwMUSH .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWSWFwMUSH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWSWFwMUSH .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uWSWFwMUSH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWSWFwMUSH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWSWFwMUSH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWSWFwMUSH .mbr-label {
  color: #3a001d;
}
.cid-uWSWFwMUSH .mbr-section-title {
  color: #3a001d;
}
.cid-uWSWFwMUSH .mbr-text {
  color: #3a001d;
}
.cid-uWTIcQ4cSp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWTIcQ4cSp .container-fluid {
  padding: 0 3rem;
}
.cid-uWTIcQ4cSp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uWTIcQ4cSp .mbr-section-subtitle {
  color: #767676;
}
.cid-uWTIcQ4cSp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uWTIcQ4cSp .table-wrapper {
  margin: 0 auto;
}
.cid-uWTIcQ4cSp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uWTIcQ4cSp table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #f8f9c4;
  color: white;
  vertical-align: middle;
}
.cid-uWTIcQ4cSp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uWTIcQ4cSp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uWTIcQ4cSp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uWTIcQ4cSp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uWTIcQ4cSp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uWTIcQ4cSp .dataTables_wrapper {
  display: block;
}
.cid-uWTIcQ4cSp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uWTIcQ4cSp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uWTIcQ4cSp .head-item:after,
.cid-uWTIcQ4cSp .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uWTIcQ4cSp .dataTables_filter {
    text-align: center;
  }
  .cid-uWTIcQ4cSp .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uWTIcQ4cSp .dataTables_filter {
    text-align: center;
  }
  .cid-uWTIcQ4cSp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uWTIcQ4cSp .container-fluid {
    padding: 0 1rem;
  }
  .cid-uWTIcQ4cSp table th,
  .cid-uWTIcQ4cSp table td {
    padding: .75rem;
  }
}
.cid-uWTIcQ4cSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTIcQ4cSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTIcQ4cSp .body-item {
  text-align: left;
  color: #000000;
}
.cid-uWTIcQ4cSp .head-item {
  color: #000000;
}
.cid-uX0JPcYLN8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX0JPcYLN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0JPcYLN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX0JPcYLN8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uX0JPcYLN8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uX0JPcYLN8 .container {
    padding: 0 30px;
  }
}
.cid-uX0JPcYLN8 .row {
  justify-content: center;
}
.cid-uX0JPcYLN8 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uX0JPcYLN8 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uX0JPcYLN8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX0JPcYLN8 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uX0JPcYLN8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uX0JPcYLN8 .mbr-desc {
  color: #22654E;
}
.cid-uWUMkXvKpr {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v14N1RTaiK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v14N1RTaiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14N1RTaiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14N1RTaiK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v14N1RTaiK .mbr-section-title {
  color: #24262b;
}
.cid-v14N1RTaiK .mbr-section-subtitle {
  color: #24262b;
}
.cid-v14N1RTaiK .items-row {
  row-gap: 32px;
}
.cid-v14N1RTaiK .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v14N1RTaiK .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 7));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v14N1RTaiK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v14N1RTaiK .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v14N1RTaiK .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v14N1RTaiK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v14N1RTaiK .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v14N1RTaiK .mbr-item-subtitle {
  color: #24262b;
}
.cid-v14N1RTaiK .carousel-control,
.cid-v14N1RTaiK .close {
  background: #1b1b1b;
}
.cid-v14N1RTaiK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v14N1RTaiK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v14N1RTaiK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v14N1RTaiK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v14N1RTaiK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v14N1RTaiK .close::before {
  content: '\e91a';
}
.cid-v14N1RTaiK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v14N1RTaiK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v14N1RTaiK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v14N1RTaiK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v14N1RTaiK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v14N1RTaiK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v14N1RTaiK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v14N1RTaiK .carousel-indicators li.active,
.cid-v14N1RTaiK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v14N1RTaiK .carousel-indicators li::after,
.cid-v14N1RTaiK .carousel-indicators li::before {
  content: none;
}
.cid-v14N1RTaiK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v14N1RTaiK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v14N1RTaiK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v14N1RTaiK .carousel-indicators {
    display: none;
  }
}
.cid-v14N1RTaiK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v14N1RTaiK .carousel-inner > .active {
  display: block;
}
.cid-v14N1RTaiK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v14N1RTaiK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v14N1RTaiK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v14N1RTaiK .carousel-control,
  .cid-v14N1RTaiK .carousel-indicators,
  .cid-v14N1RTaiK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v14N1RTaiK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v14N1RTaiK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v14N1RTaiK .carousel-indicators .active,
.cid-v14N1RTaiK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v14N1RTaiK .carousel-indicators .active {
  background: #fff;
}
.cid-v14N1RTaiK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v14N1RTaiK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v14N1RTaiK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v14N1RTaiK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v14N1RTaiK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v14N1RTaiK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v14N1RTaiK .carousel {
  width: 100%;
}
.cid-v14N1RTaiK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v14N1RTaiK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v14N1RTaiK .modal.fade .modal-dialog,
.cid-v14N1RTaiK .modal.in .modal-dialog {
  transform: none;
}
.cid-v14N1RTaiK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v14N1RTaiK H6 {
  text-align: center;
}
.cid-uWUQtPZaKR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWUQtPZaKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWUQtPZaKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWUQtPZaKR .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uWUQtPZaKR .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uWUQtPZaKR .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uWUQtPZaKR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWUQtPZaKR .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uWUQtPZaKR .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-uWUQtPZaKR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uWUQtPZaKR .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #89cdf3;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uWUQtPZaKR .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uWUQtPZaKR .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uWUQtPZaKR .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uWUQtPZaKR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWUQtPZaKR .mbr-label {
  color: #000000;
}
.cid-uWUQtPZaKR .mbr-section-title {
  color: #000000;
}
.cid-uWUQtPZaKR .panel-title-edit {
  color: #000000;
}
.cid-uWUQtPZaKR .panel-text {
  color: #000000;
}
.cid-v0YYDDZSdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v0YYDDZSdn .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v0YYDDZSdn .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v0YYDDZSdn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0YYDDZSdn .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v0YYDDZSdn .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v0YYDDZSdn .mbr-text {
  color: #6c7577;
}
.cid-v0YYDDZSdn .mbr-description {
  color: #6c7577;
}
.cid-v0YYDDZSdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YYDDZSdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuX3Hl.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuX3Hl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuX3Hl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuX3Hl .modal-content,
.cid-uXhxTuX3Hl .modal-dialog {
  height: auto;
}
.cid-uXhxTuX3Hl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuX3Hl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuX3Hl .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuX3Hl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuX3Hl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuX3Hl .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-uXhxTuX3Hl .mbr-text {
  text-align: center;
}
.cid-uXhxTuX3Hl .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuX3Hl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuX3Hl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuX3Hl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuX3Hl .modal-open {
  overflow: hidden;
}
.cid-uXhxTuX3Hl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuX3Hl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuX3Hl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuX3Hl .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-uXhxTuX3Hl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuX3Hl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuX3Hl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuX3Hl .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-uXhxTuX3Hl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuX3Hl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuX3Hl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuX3Hl .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuX3Hl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuX3Hl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuX3Hl .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuX3Hl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuX3Hl .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuX3Hl .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuX3Hl .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuX3Hl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuX3Hl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuX3Hl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuX3Hl .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuX3Hl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuX3Hl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuX3Hl .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuX3Hl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuX3Hl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuX3Hl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuX3Hl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuX3Hl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuX3Hl .modal-lg,
  .cid-uXhxTuX3Hl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuX3Hl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuX3Hl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuX3Hl .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-uXhxTuX3Hl .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuX3Hl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuX3Hl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuX3Hl .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-uXhxTuX3Hl .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuX3Hl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWVlWw7EsQ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWVlWw7EsQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWVlWw7EsQ a {
  font-style: normal;
}
.cid-uWVlWw7EsQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWVlWw7EsQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWVlWw7EsQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWVlWw7EsQ .content-text {
  margin-bottom: 0;
}
.cid-uWVlWw7EsQ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWVlWw7EsQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWVlWw7EsQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWVlWw7EsQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWVlWw7EsQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWVlWw7EsQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWVlWw7EsQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWVlWw7EsQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWVlWw7EsQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWVlWw7EsQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWVlWw7EsQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWVlWw7EsQ .content-right-side {
  text-align: center;
}
.cid-uWVlWw7EsQ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWVlWw7EsQ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWVlWw7EsQ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWVlWw7EsQ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWVlWw7EsQ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWVlWw7EsQ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWVlWw7EsQ img {
    height: 3.8rem !important;
  }
  .cid-uWVlWw7EsQ .btn {
    display: -webkit-flex;
  }
  .cid-uWVlWw7EsQ button.navbar-toggler {
    display: block;
  }
  .cid-uWVlWw7EsQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWVlWw7EsQ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWVlWw7EsQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWVlWw7EsQ .navbar-collapse.collapsing,
  .cid-uWVlWw7EsQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWVlWw7EsQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uWVlWw7EsQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWVlWw7EsQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWVlWw7EsQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWVlWw7EsQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWVlWw7EsQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWVlWw7EsQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWVlWw7EsQ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWVlWw7EsQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWVlWw7EsQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWVlWw7EsQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWVlWw7EsQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWVlWw7EsQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWVlWw7EsQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWVlWw7EsQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVlWw7EsQ .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWVlWw7EsQ .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWVlWw7EsQ .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWVlWw7EsQ .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWVlWw7EsQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWVlWw7EsQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWVlWw7EsQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWVlWw7EsQ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWVlWw7EsQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWVlWw7EsQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWVlWw7EsQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWVlWw7EsQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWVlWw7EsQ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWVlWw7EsQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWVlWw7EsQ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWVlWw7EsQ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWVlWw7EsQ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWVlWw7EsQ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWVlWw7EsQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWVlWw7EsQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWVlWw7EsQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWVlWw7EsQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWVlWw7EsQ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWVlWw7EsQ .navbar-toggler {
    display: none;
  }
  .cid-uWVlWw7EsQ .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWVlWw7EsQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWVlWw7EsQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWVlWw7EsQ .menu-logo {
  margin-right: auto;
}
.cid-uWVlWw7EsQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWVlWw7EsQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWVlWw7EsQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWVlWw7EsQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWVlWw7EsQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWVlWw7EsQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWVlWw7EsQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWVlWw7EsQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWVlWw7EsQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWVlWw7EsQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWVlWw7EsQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWVlWw7EsQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWVlWw7EsQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWVlWw7EsQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWVlWw7EsQ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWVlWw7EsQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWVlWw7EsQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWVlWw7EsQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWVlWw7EsQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWVlWw7EsQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWVlWw7EsQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uWVlWw7EsQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWVlWw7EsQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWVlWw7EsQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWVlWw7EsQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWVlWw7EsQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWVlWw7EsQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWVlWw7EsQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWVlWw7EsQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWVlWw7EsQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWVlWw7EsQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVlWw7EsQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVlWw7EsQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.collapsing,
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWVlWw7EsQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWVlWw7EsQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWVlWw7EsQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWVlWw7EsQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWVlWw7EsQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWVlWw7EsQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWVlWw7EsQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWVlWw7EsQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWVlWw7EsQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWVlWw7EsQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWVlWw7EsQ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWVlWw7EsQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWVlWw7EsQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWVlWw7EsQ .nav-link:focus {
  outline: none;
}
.cid-uWVlWw7EsQ .navbar-toggler {
  position: relative;
}
.cid-uWVlWw7EsQ .dropdown-item.active,
.cid-uWVlWw7EsQ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWVlWw7EsQ .nav-link:hover,
.cid-uWVlWw7EsQ .dropdown-item:hover {
  color: #4284df;
}
.cid-v17gZhHZjU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17gZhHZjU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17gZhHZjU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17gZhHZjU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17gZhHZjU .mbr-card-title {
  color: #000000;
}
.cid-v17gZhHZjU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17gZhHZjU .mbr-text,
.cid-v17gZhHZjU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17gZhHZjU .row {
  align-items: top;
}
.cid-uXdqTHJa9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdqTHJa9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqTHJa9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqTHJa9y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqTHJa9y .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqTHJa9y .container {
    padding: 0 30px;
  }
}
.cid-uXdqTHJa9y .row {
  justify-content: center;
}
.cid-uXdqTHJa9y .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqTHJa9y .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqTHJa9y .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqTHJa9y .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqTHJa9y .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqTHJa9y .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqTHJa9y .mbr-desc {
  color: #22654E;
}
.cid-uWVlWybqNr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWVlWybqNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVlWybqNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVlWybqNr .row {
  margin: 0 -45px;
}
.cid-uWVlWybqNr .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWVlWybqNr .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWVlWybqNr .image-wrapper {
    padding-left: 0;
  }
}
.cid-uWVlWybqNr .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uWVlWybqNr .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uWVlWybqNr .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uWVlWybqNr .image-wrapper img {
    height: 300px;
  }
}
.cid-uWVlWybqNr .content-wrapper {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-uWVlWybqNr .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWVlWybqNr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWVlWybqNr .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uWVlWybqNr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWVlWybqNr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWVlWybqNr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWVlWybqNr .mbr-label {
  color: #3a001d;
}
.cid-uWVlWybqNr .mbr-section-title {
  color: #3a001d;
}
.cid-uWVlWybqNr .mbr-text {
  color: #3a001d;
}
.cid-uWVlWyvbd8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWVlWyvbd8 .container-fluid {
  padding: 0 3rem;
}
.cid-uWVlWyvbd8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uWVlWyvbd8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uWVlWyvbd8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uWVlWyvbd8 .table-wrapper {
  margin: 0 auto;
}
.cid-uWVlWyvbd8 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uWVlWyvbd8 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #f8f9c4;
  color: white;
  vertical-align: middle;
}
.cid-uWVlWyvbd8 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uWVlWyvbd8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uWVlWyvbd8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uWVlWyvbd8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uWVlWyvbd8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uWVlWyvbd8 .dataTables_wrapper {
  display: block;
}
.cid-uWVlWyvbd8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uWVlWyvbd8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uWVlWyvbd8 .head-item:after,
.cid-uWVlWyvbd8 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uWVlWyvbd8 .dataTables_filter {
    text-align: center;
  }
  .cid-uWVlWyvbd8 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uWVlWyvbd8 .dataTables_filter {
    text-align: center;
  }
  .cid-uWVlWyvbd8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uWVlWyvbd8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uWVlWyvbd8 table th,
  .cid-uWVlWyvbd8 table td {
    padding: .75rem;
  }
}
.cid-uWVlWyvbd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVlWyvbd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVlWyvbd8 .body-item {
  text-align: left;
  color: #000000;
}
.cid-uWVlWyvbd8 .head-item {
  color: #000000;
}
.cid-uXdqXaClGM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXdqXaClGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdqXaClGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdqXaClGM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdqXaClGM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdqXaClGM .container {
    padding: 0 30px;
  }
}
.cid-uXdqXaClGM .row {
  justify-content: center;
}
.cid-uXdqXaClGM .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdqXaClGM .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdqXaClGM .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdqXaClGM .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdqXaClGM .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdqXaClGM .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdqXaClGM .mbr-desc {
  color: #22654E;
}
.cid-uWVlWz7Ms4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v17gAOVBYd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v17gAOVBYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17gAOVBYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17gAOVBYd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v17gAOVBYd .mbr-section-title {
  color: #24262b;
}
.cid-v17gAOVBYd .mbr-section-subtitle {
  color: #24262b;
}
.cid-v17gAOVBYd .items-row {
  row-gap: 32px;
}
.cid-v17gAOVBYd .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v17gAOVBYd .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v17gAOVBYd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v17gAOVBYd .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v17gAOVBYd .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v17gAOVBYd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v17gAOVBYd .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v17gAOVBYd .mbr-item-subtitle {
  color: #24262b;
}
.cid-v17gAOVBYd .carousel-control,
.cid-v17gAOVBYd .close {
  background: #1b1b1b;
}
.cid-v17gAOVBYd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v17gAOVBYd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v17gAOVBYd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v17gAOVBYd .carousel-control-next span {
  margin-left: 5px;
}
.cid-v17gAOVBYd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v17gAOVBYd .close::before {
  content: '\e91a';
}
.cid-v17gAOVBYd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v17gAOVBYd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v17gAOVBYd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v17gAOVBYd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v17gAOVBYd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v17gAOVBYd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v17gAOVBYd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v17gAOVBYd .carousel-indicators li.active,
.cid-v17gAOVBYd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v17gAOVBYd .carousel-indicators li::after,
.cid-v17gAOVBYd .carousel-indicators li::before {
  content: none;
}
.cid-v17gAOVBYd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v17gAOVBYd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v17gAOVBYd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v17gAOVBYd .carousel-indicators {
    display: none;
  }
}
.cid-v17gAOVBYd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v17gAOVBYd .carousel-inner > .active {
  display: block;
}
.cid-v17gAOVBYd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v17gAOVBYd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v17gAOVBYd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v17gAOVBYd .carousel-control,
  .cid-v17gAOVBYd .carousel-indicators,
  .cid-v17gAOVBYd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v17gAOVBYd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v17gAOVBYd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v17gAOVBYd .carousel-indicators .active,
.cid-v17gAOVBYd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v17gAOVBYd .carousel-indicators .active {
  background: #fff;
}
.cid-v17gAOVBYd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v17gAOVBYd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v17gAOVBYd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v17gAOVBYd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v17gAOVBYd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v17gAOVBYd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v17gAOVBYd .carousel {
  width: 100%;
}
.cid-v17gAOVBYd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v17gAOVBYd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v17gAOVBYd .modal.fade .modal-dialog,
.cid-v17gAOVBYd .modal.in .modal-dialog {
  transform: none;
}
.cid-v17gAOVBYd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v17gAOVBYd H6 {
  text-align: center;
}
.cid-uWVlWzInsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWVlWzInsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVlWzInsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVlWzInsi .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uWVlWzInsi .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uWVlWzInsi .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uWVlWzInsi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWVlWzInsi .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uWVlWzInsi .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-uWVlWzInsi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uWVlWzInsi .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #89cdf3;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uWVlWzInsi .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uWVlWzInsi .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uWVlWzInsi .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uWVlWzInsi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWVlWzInsi .mbr-label {
  color: #000000;
}
.cid-uWVlWzInsi .mbr-section-title {
  color: #000000;
}
.cid-uWVlWzInsi .panel-title-edit {
  color: #000000;
}
.cid-uWVlWzInsi .panel-text {
  color: #000000;
}
.cid-v17hs1lsqF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17hs1lsqF .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17hs1lsqF .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17hs1lsqF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17hs1lsqF .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17hs1lsqF .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17hs1lsqF .mbr-text {
  color: #000000;
}
.cid-v17hs1lsqF .mbr-description {
  color: #6c7577;
}
.cid-v17hs1lsqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17hs1lsqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuXSOY.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuXSOY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuXSOY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuXSOY .modal-content,
.cid-uXhxTuXSOY .modal-dialog {
  height: auto;
}
.cid-uXhxTuXSOY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuXSOY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuXSOY .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuXSOY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuXSOY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuXSOY .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-uXhxTuXSOY .mbr-text {
  text-align: center;
}
.cid-uXhxTuXSOY .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuXSOY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuXSOY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuXSOY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuXSOY .modal-open {
  overflow: hidden;
}
.cid-uXhxTuXSOY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuXSOY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuXSOY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuXSOY .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-uXhxTuXSOY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuXSOY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuXSOY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuXSOY .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-uXhxTuXSOY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuXSOY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuXSOY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuXSOY .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuXSOY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuXSOY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXSOY .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuXSOY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuXSOY .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuXSOY .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuXSOY .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuXSOY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuXSOY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuXSOY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXSOY .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuXSOY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuXSOY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuXSOY .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuXSOY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuXSOY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuXSOY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuXSOY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuXSOY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuXSOY .modal-lg,
  .cid-uXhxTuXSOY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuXSOY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuXSOY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuXSOY .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-uXhxTuXSOY .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuXSOY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuXSOY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuXSOY .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-uXhxTuXSOY .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuXSOY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWDZaYKATH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uWDZaYKATH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWDZaYKATH a {
  font-style: normal;
}
.cid-uWDZaYKATH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWDZaYKATH .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uWDZaYKATH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWDZaYKATH .content-text {
  margin-bottom: 0;
}
.cid-uWDZaYKATH .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uWDZaYKATH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uWDZaYKATH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uWDZaYKATH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uWDZaYKATH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uWDZaYKATH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWDZaYKATH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uWDZaYKATH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uWDZaYKATH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWDZaYKATH .nav-dropdown .link {
  font-weight: 400;
}
.cid-uWDZaYKATH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uWDZaYKATH .content-right-side {
  text-align: center;
}
.cid-uWDZaYKATH .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uWDZaYKATH .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uWDZaYKATH .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uWDZaYKATH .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uWDZaYKATH .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uWDZaYKATH .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uWDZaYKATH img {
    height: 3.8rem !important;
  }
  .cid-uWDZaYKATH .btn {
    display: -webkit-flex;
  }
  .cid-uWDZaYKATH button.navbar-toggler {
    display: block;
  }
  .cid-uWDZaYKATH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uWDZaYKATH .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWDZaYKATH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWDZaYKATH .navbar-collapse.collapsing,
  .cid-uWDZaYKATH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWDZaYKATH .navbar-collapse.collapsing .navbar-nav,
  .cid-uWDZaYKATH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWDZaYKATH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWDZaYKATH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWDZaYKATH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWDZaYKATH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWDZaYKATH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWDZaYKATH .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWDZaYKATH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWDZaYKATH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWDZaYKATH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWDZaYKATH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWDZaYKATH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWDZaYKATH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uWDZaYKATH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uWDZaYKATH .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uWDZaYKATH .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uWDZaYKATH .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uWDZaYKATH .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uWDZaYKATH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uWDZaYKATH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uWDZaYKATH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uWDZaYKATH .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uWDZaYKATH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWDZaYKATH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uWDZaYKATH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uWDZaYKATH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uWDZaYKATH .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uWDZaYKATH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uWDZaYKATH .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWDZaYKATH .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uWDZaYKATH .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWDZaYKATH .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uWDZaYKATH .navbar {
    display: block;
    padding: 0;
  }
  .cid-uWDZaYKATH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWDZaYKATH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uWDZaYKATH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uWDZaYKATH .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uWDZaYKATH .navbar-toggler {
    display: none;
  }
  .cid-uWDZaYKATH .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uWDZaYKATH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWDZaYKATH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uWDZaYKATH .menu-logo {
  margin-right: auto;
}
.cid-uWDZaYKATH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWDZaYKATH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWDZaYKATH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWDZaYKATH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWDZaYKATH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWDZaYKATH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWDZaYKATH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uWDZaYKATH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWDZaYKATH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWDZaYKATH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWDZaYKATH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWDZaYKATH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWDZaYKATH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWDZaYKATH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWDZaYKATH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uWDZaYKATH .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uWDZaYKATH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWDZaYKATH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWDZaYKATH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWDZaYKATH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWDZaYKATH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWDZaYKATH button.navbar-toggler:focus {
  outline: none;
}
.cid-uWDZaYKATH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWDZaYKATH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWDZaYKATH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWDZaYKATH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWDZaYKATH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWDZaYKATH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWDZaYKATH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWDZaYKATH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWDZaYKATH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWDZaYKATH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWDZaYKATH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWDZaYKATH .collapsed .btn {
  display: -webkit-flex;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse.collapsing,
.cid-uWDZaYKATH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWDZaYKATH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWDZaYKATH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWDZaYKATH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWDZaYKATH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uWDZaYKATH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWDZaYKATH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWDZaYKATH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uWDZaYKATH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uWDZaYKATH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWDZaYKATH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uWDZaYKATH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWDZaYKATH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWDZaYKATH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWDZaYKATH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWDZaYKATH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uWDZaYKATH .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWDZaYKATH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uWDZaYKATH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uWDZaYKATH .nav-link:focus {
  outline: none;
}
.cid-uWDZaYKATH .navbar-toggler {
  position: relative;
}
.cid-uWDZaYKATH .dropdown-item.active,
.cid-uWDZaYKATH .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uWDZaYKATH .nav-link:hover,
.cid-uWDZaYKATH .dropdown-item:hover {
  color: #4284df;
}
.cid-v17HkfHTA5 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17HkfHTA5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17HkfHTA5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17HkfHTA5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17HkfHTA5 .mbr-card-title {
  color: #000000;
}
.cid-v17HkfHTA5 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17HkfHTA5 .mbr-text,
.cid-v17HkfHTA5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17HkfHTA5 .row {
  align-items: top;
}
.cid-uX6tQEGPTl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uX6tQEGPTl .container {
    max-width: 1162px;
  }
}
.cid-uX6tQEGPTl .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uX6tQEGPTl .btn:hover,
.cid-uX6tQEGPTl .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uX6tQEGPTl .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uX6tQEGPTl img,
.cid-uX6tQEGPTl .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uX6tQEGPTl .item-img {
  height: 100%;
}
.cid-uX6tQEGPTl .item-img img {
  object-fit: cover;
}
.cid-uX6tQEGPTl .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uX6tQEGPTl .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uX6tQEGPTl .mbr-text,
.cid-uX6tQEGPTl .mbr-section-btn {
  color: #ffffff;
}
.cid-uX6tQEGPTl .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uX6tQEGPTl .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uX6tQEGPTl .item:focus,
.cid-uX6tQEGPTl span:focus {
  outline: none;
}
.cid-uX6tQEGPTl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uX6tQEGPTl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uX6tQEGPTl .item {
  padding: 0;
  margin: 0;
}
.cid-uX6tQEGPTl .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uX6tQEGPTl .mbr-section-title,
.cid-uX6tQEGPTl .mbr-section-btn {
  text-align: center;
}
.cid-uWDZb1wGIK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uWDZb1wGIK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWDZb1wGIK .form-control,
.cid-uWDZb1wGIK .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uWDZb1wGIK .form-control::-webkit-input-placeholder,
.cid-uWDZb1wGIK .field-input::-webkit-input-placeholder,
.cid-uWDZb1wGIK .form-control::-webkit-input-placeholder,
.cid-uWDZb1wGIK .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-uWDZb1wGIK .form-control:-moz-placeholder,
.cid-uWDZb1wGIK .field-input:-moz-placeholder,
.cid-uWDZb1wGIK .form-control:-moz-placeholder,
.cid-uWDZb1wGIK .field-input:-moz-placeholder {
  color: #606060;
}
.cid-uWDZb1wGIK .form-control:hover,
.cid-uWDZb1wGIK .field-input:hover,
.cid-uWDZb1wGIK .form-control:focus,
.cid-uWDZb1wGIK .field-input:focus {
  background-color: #cccccc;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uWDZb1wGIK .form-control:hover::-webkit-input-placeholder,
.cid-uWDZb1wGIK .field-input:hover::-webkit-input-placeholder,
.cid-uWDZb1wGIK .form-control:focus::-webkit-input-placeholder,
.cid-uWDZb1wGIK .field-input:focus::-webkit-input-placeholder,
.cid-uWDZb1wGIK .form-control:hover::-webkit-input-placeholder,
.cid-uWDZb1wGIK .field-input:hover::-webkit-input-placeholder,
.cid-uWDZb1wGIK .form-control:focus::-webkit-input-placeholder,
.cid-uWDZb1wGIK .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-uWDZb1wGIK .form-control:hover:-moz-placeholder,
.cid-uWDZb1wGIK .field-input:hover:-moz-placeholder,
.cid-uWDZb1wGIK .form-control:focus:-moz-placeholder,
.cid-uWDZb1wGIK .field-input:focus:-moz-placeholder,
.cid-uWDZb1wGIK .form-control:hover:-moz-placeholder,
.cid-uWDZb1wGIK .field-input:hover:-moz-placeholder,
.cid-uWDZb1wGIK .form-control:focus:-moz-placeholder,
.cid-uWDZb1wGIK .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-uWDZb1wGIK textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uWDZb1wGIK .jq-number__spin:hover,
.cid-uWDZb1wGIK .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWDZb1wGIK .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWDZb1wGIK .jq-selectbox li,
.cid-uWDZb1wGIK .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uWDZb1wGIK .jq-selectbox li:hover,
.cid-uWDZb1wGIK .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uWDZb1wGIK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWDZb1wGIK .jq-number__spin.minus:hover:after,
.cid-uWDZb1wGIK .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uWDZb1wGIK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWDZb1wGIK .jq-number__spin.minus:after,
.cid-uWDZb1wGIK .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uWDZb1wGIK input::-webkit-clear-button {
  display: none;
}
.cid-uWDZb1wGIK input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWDZb1wGIK input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWDZb1wGIK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWDZb1wGIK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9473d2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uWDZb1wGIK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWDZb1wGIK .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uWDZb1wGIK .mbr-text {
  color: #606060;
}
.cid-uWDZb1wGIK .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uWDZb1wGIK .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uWDZb1wGIK .required {
  color: #808080;
}
.cid-uWDZb1wGIK .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uWDZb1wGIK .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uWDZb1wGIK .list-block .list-item-text {
  color: #606060;
}
.cid-uWDZb1wGIK .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uWDZb1wGIK .list-block {
  position: relative;
}
.cid-uWDZb1wGIK .list-block h4,
.cid-uWDZb1wGIK .list-block p {
  padding-left: 3.5rem;
}
.cid-uWDZb1wGIK .card-img {
  display: block;
  font-size: 30px;
}
.cid-uWDZb1wGIK .mbr-iconfont {
  color: #22a7f0;
  font-size: 2rem;
}
.cid-uWDZb1wGIK .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uWDZb1wGIK .form-control-label,
.cid-uWDZb1wGIK .form-check {
  margin-left: 20px;
}
.cid-uWDZb35RmJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uWDZb35RmJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9473d2;
  margin-bottom: 2rem;
}
.cid-uWDZb35RmJ .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uWDZb35RmJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWDZb35RmJ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v17HIsqvLi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17HIsqvLi .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17HIsqvLi .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17HIsqvLi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17HIsqvLi .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17HIsqvLi .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17HIsqvLi .mbr-text {
  color: #000000;
}
.cid-v17HIsqvLi .mbr-description {
  color: #6c7577;
}
.cid-v17HIsqvLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17HIsqvLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuYGib.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuYGib.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuYGib.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuYGib .modal-content,
.cid-uXhxTuYGib .modal-dialog {
  height: auto;
}
.cid-uXhxTuYGib .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuYGib .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuYGib .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuYGib .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuYGib .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuYGib .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-uXhxTuYGib .mbr-text {
  text-align: center;
}
.cid-uXhxTuYGib .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuYGib .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuYGib .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuYGib .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuYGib .modal-open {
  overflow: hidden;
}
.cid-uXhxTuYGib .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuYGib .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuYGib .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuYGib .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-uXhxTuYGib .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuYGib .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuYGib .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuYGib .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-uXhxTuYGib .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuYGib .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuYGib .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuYGib .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuYGib .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuYGib .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYGib .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuYGib .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuYGib .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuYGib .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuYGib .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuYGib .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuYGib .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuYGib .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYGib .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuYGib .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuYGib .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYGib .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuYGib .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuYGib .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuYGib .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuYGib .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuYGib .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuYGib .modal-lg,
  .cid-uXhxTuYGib .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuYGib .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuYGib .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuYGib .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-uXhxTuYGib .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuYGib .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuYGib .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuYGib .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-uXhxTuYGib .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuYGib .mbr-section-btn .btn {
  margin: 0;
}
.cid-uX7h5c5S1D .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uX7h5c5S1D .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uX7h5c5S1D a {
  font-style: normal;
}
.cid-uX7h5c5S1D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uX7h5c5S1D .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uX7h5c5S1D .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX7h5c5S1D .content-text {
  margin-bottom: 0;
}
.cid-uX7h5c5S1D .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uX7h5c5S1D .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uX7h5c5S1D .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uX7h5c5S1D .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uX7h5c5S1D .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uX7h5c5S1D .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uX7h5c5S1D .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uX7h5c5S1D .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uX7h5c5S1D .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX7h5c5S1D .nav-dropdown .link {
  font-weight: 400;
}
.cid-uX7h5c5S1D .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uX7h5c5S1D .content-right-side {
  text-align: center;
}
.cid-uX7h5c5S1D .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uX7h5c5S1D .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uX7h5c5S1D .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uX7h5c5S1D .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uX7h5c5S1D .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uX7h5c5S1D .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uX7h5c5S1D img {
    height: 3.8rem !important;
  }
  .cid-uX7h5c5S1D .btn {
    display: -webkit-flex;
  }
  .cid-uX7h5c5S1D button.navbar-toggler {
    display: block;
  }
  .cid-uX7h5c5S1D .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uX7h5c5S1D .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uX7h5c5S1D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX7h5c5S1D .navbar-collapse.collapsing,
  .cid-uX7h5c5S1D .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX7h5c5S1D .navbar-collapse.collapsing .navbar-nav,
  .cid-uX7h5c5S1D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX7h5c5S1D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX7h5c5S1D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX7h5c5S1D .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uX7h5c5S1D .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX7h5c5S1D .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX7h5c5S1D .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uX7h5c5S1D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX7h5c5S1D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX7h5c5S1D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uX7h5c5S1D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX7h5c5S1D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX7h5c5S1D .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uX7h5c5S1D .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uX7h5c5S1D .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uX7h5c5S1D .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uX7h5c5S1D .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uX7h5c5S1D .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uX7h5c5S1D .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uX7h5c5S1D .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uX7h5c5S1D .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uX7h5c5S1D .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uX7h5c5S1D .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX7h5c5S1D .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uX7h5c5S1D .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uX7h5c5S1D .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uX7h5c5S1D .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uX7h5c5S1D .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uX7h5c5S1D .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uX7h5c5S1D .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uX7h5c5S1D .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX7h5c5S1D .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uX7h5c5S1D .navbar {
    display: block;
    padding: 0;
  }
  .cid-uX7h5c5S1D .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX7h5c5S1D .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uX7h5c5S1D .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uX7h5c5S1D .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uX7h5c5S1D .navbar-toggler {
    display: none;
  }
  .cid-uX7h5c5S1D .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uX7h5c5S1D .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX7h5c5S1D .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uX7h5c5S1D .menu-logo {
  margin-right: auto;
}
.cid-uX7h5c5S1D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX7h5c5S1D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX7h5c5S1D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uX7h5c5S1D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX7h5c5S1D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX7h5c5S1D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX7h5c5S1D .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uX7h5c5S1D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX7h5c5S1D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX7h5c5S1D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uX7h5c5S1D .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX7h5c5S1D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX7h5c5S1D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX7h5c5S1D .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uX7h5c5S1D .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uX7h5c5S1D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX7h5c5S1D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX7h5c5S1D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX7h5c5S1D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX7h5c5S1D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX7h5c5S1D button.navbar-toggler:focus {
  outline: none;
}
.cid-uX7h5c5S1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uX7h5c5S1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX7h5c5S1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX7h5c5S1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX7h5c5S1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX7h5c5S1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX7h5c5S1D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX7h5c5S1D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX7h5c5S1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX7h5c5S1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX7h5c5S1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX7h5c5S1D .collapsed .btn {
  display: -webkit-flex;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse.collapsing,
.cid-uX7h5c5S1D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX7h5c5S1D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX7h5c5S1D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uX7h5c5S1D .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX7h5c5S1D .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uX7h5c5S1D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX7h5c5S1D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uX7h5c5S1D .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uX7h5c5S1D .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uX7h5c5S1D .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX7h5c5S1D .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uX7h5c5S1D .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uX7h5c5S1D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uX7h5c5S1D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX7h5c5S1D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX7h5c5S1D .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uX7h5c5S1D .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX7h5c5S1D .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uX7h5c5S1D .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uX7h5c5S1D .nav-link:focus {
  outline: none;
}
.cid-uX7h5c5S1D .navbar-toggler {
  position: relative;
}
.cid-uX7h5c5S1D .dropdown-item.active,
.cid-uX7h5c5S1D .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uX7h5c5S1D .nav-link:hover,
.cid-uX7h5c5S1D .dropdown-item:hover {
  color: #4284df;
}
.cid-v17HR4evfO {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17HR4evfO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17HR4evfO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17HR4evfO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17HR4evfO .mbr-card-title {
  color: #000000;
}
.cid-v17HR4evfO .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17HR4evfO .mbr-text,
.cid-v17HR4evfO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17HR4evfO .row {
  align-items: top;
}
.cid-uX7h5elLzt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uX7h5elLzt .container {
    max-width: 1162px;
  }
}
.cid-uX7h5elLzt .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uX7h5elLzt .btn:hover,
.cid-uX7h5elLzt .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uX7h5elLzt .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uX7h5elLzt img,
.cid-uX7h5elLzt .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uX7h5elLzt .item-img {
  height: 100%;
}
.cid-uX7h5elLzt .item-img img {
  object-fit: cover;
}
.cid-uX7h5elLzt .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uX7h5elLzt .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uX7h5elLzt .mbr-text,
.cid-uX7h5elLzt .mbr-section-btn {
  color: #ffffff;
}
.cid-uX7h5elLzt .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uX7h5elLzt .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uX7h5elLzt .item:focus,
.cid-uX7h5elLzt span:focus {
  outline: none;
}
.cid-uX7h5elLzt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uX7h5elLzt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uX7h5elLzt .item {
  padding: 0;
  margin: 0;
}
.cid-uX7h5elLzt .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uX7h5elLzt .mbr-section-title,
.cid-uX7h5elLzt .mbr-section-btn {
  text-align: center;
}
.cid-uX7A0JMYG2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX7A0JMYG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX7A0JMYG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX7A0JMYG2 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uX7A0JMYG2 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uX7A0JMYG2 .content-wrapper {
    width: 100%;
  }
}
.cid-uX7A0JMYG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX7A0JMYG2 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uX7A0JMYG2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uX7A0JMYG2 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uX7A0JMYG2 .mbr-section-title {
  color: #181824;
}
.cid-uX7A0JMYG2 .mbr-text,
.cid-uX7A0JMYG2 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uX7A0JMYG2 .mbr-section-title,
.cid-uX7A0JMYG2 .mbr-section-btn,
.cid-uX7A0JMYG2 .icon-wrapper {
  text-align: center;
}
.cid-v17I5YED7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17I5YED7h .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17I5YED7h .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17I5YED7h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17I5YED7h .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17I5YED7h .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17I5YED7h .mbr-text {
  color: #000000;
}
.cid-v17I5YED7h .mbr-description {
  color: #6c7577;
}
.cid-v17I5YED7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17I5YED7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuY70D.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuY70D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuY70D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuY70D .modal-content,
.cid-uXhxTuY70D .modal-dialog {
  height: auto;
}
.cid-uXhxTuY70D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuY70D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuY70D .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuY70D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuY70D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuY70D .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-uXhxTuY70D .mbr-text {
  text-align: center;
}
.cid-uXhxTuY70D .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuY70D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuY70D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuY70D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuY70D .modal-open {
  overflow: hidden;
}
.cid-uXhxTuY70D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuY70D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuY70D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuY70D .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-uXhxTuY70D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuY70D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuY70D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuY70D .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-uXhxTuY70D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuY70D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuY70D .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuY70D .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuY70D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuY70D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuY70D .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuY70D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuY70D .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuY70D .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuY70D .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuY70D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuY70D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuY70D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuY70D .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuY70D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuY70D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuY70D .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuY70D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuY70D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuY70D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuY70D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuY70D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuY70D .modal-lg,
  .cid-uXhxTuY70D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuY70D .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuY70D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuY70D .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-uXhxTuY70D .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuY70D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuY70D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuY70D .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-uXhxTuY70D .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuY70D .mbr-section-btn .btn {
  margin: 0;
}
.cid-uX7hicLJJl .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uX7hicLJJl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uX7hicLJJl a {
  font-style: normal;
}
.cid-uX7hicLJJl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uX7hicLJJl .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uX7hicLJJl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX7hicLJJl .content-text {
  margin-bottom: 0;
}
.cid-uX7hicLJJl .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uX7hicLJJl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uX7hicLJJl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uX7hicLJJl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uX7hicLJJl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uX7hicLJJl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uX7hicLJJl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uX7hicLJJl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uX7hicLJJl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX7hicLJJl .nav-dropdown .link {
  font-weight: 400;
}
.cid-uX7hicLJJl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uX7hicLJJl .content-right-side {
  text-align: center;
}
.cid-uX7hicLJJl .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uX7hicLJJl .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uX7hicLJJl .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uX7hicLJJl .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uX7hicLJJl .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uX7hicLJJl .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uX7hicLJJl img {
    height: 3.8rem !important;
  }
  .cid-uX7hicLJJl .btn {
    display: -webkit-flex;
  }
  .cid-uX7hicLJJl button.navbar-toggler {
    display: block;
  }
  .cid-uX7hicLJJl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uX7hicLJJl .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uX7hicLJJl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX7hicLJJl .navbar-collapse.collapsing,
  .cid-uX7hicLJJl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX7hicLJJl .navbar-collapse.collapsing .navbar-nav,
  .cid-uX7hicLJJl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX7hicLJJl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX7hicLJJl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX7hicLJJl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uX7hicLJJl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX7hicLJJl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX7hicLJJl .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uX7hicLJJl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX7hicLJJl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX7hicLJJl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uX7hicLJJl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX7hicLJJl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX7hicLJJl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uX7hicLJJl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uX7hicLJJl .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uX7hicLJJl .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uX7hicLJJl .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uX7hicLJJl .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uX7hicLJJl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uX7hicLJJl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uX7hicLJJl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uX7hicLJJl .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uX7hicLJJl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX7hicLJJl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uX7hicLJJl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uX7hicLJJl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uX7hicLJJl .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uX7hicLJJl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uX7hicLJJl .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uX7hicLJJl .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uX7hicLJJl .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX7hicLJJl .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uX7hicLJJl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uX7hicLJJl .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX7hicLJJl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uX7hicLJJl .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uX7hicLJJl .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uX7hicLJJl .navbar-toggler {
    display: none;
  }
  .cid-uX7hicLJJl .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uX7hicLJJl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX7hicLJJl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uX7hicLJJl .menu-logo {
  margin-right: auto;
}
.cid-uX7hicLJJl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX7hicLJJl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX7hicLJJl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uX7hicLJJl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX7hicLJJl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX7hicLJJl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX7hicLJJl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uX7hicLJJl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX7hicLJJl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX7hicLJJl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX7hicLJJl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uX7hicLJJl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uX7hicLJJl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX7hicLJJl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX7hicLJJl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uX7hicLJJl .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uX7hicLJJl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX7hicLJJl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX7hicLJJl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX7hicLJJl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX7hicLJJl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX7hicLJJl button.navbar-toggler:focus {
  outline: none;
}
.cid-uX7hicLJJl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uX7hicLJJl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX7hicLJJl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX7hicLJJl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX7hicLJJl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX7hicLJJl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX7hicLJJl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX7hicLJJl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX7hicLJJl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX7hicLJJl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX7hicLJJl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX7hicLJJl .collapsed .btn {
  display: -webkit-flex;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse.collapsing,
.cid-uX7hicLJJl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX7hicLJJl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX7hicLJJl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uX7hicLJJl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX7hicLJJl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uX7hicLJJl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX7hicLJJl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uX7hicLJJl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uX7hicLJJl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uX7hicLJJl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX7hicLJJl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uX7hicLJJl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uX7hicLJJl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uX7hicLJJl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX7hicLJJl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX7hicLJJl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uX7hicLJJl .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uX7hicLJJl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uX7hicLJJl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uX7hicLJJl .nav-link:focus {
  outline: none;
}
.cid-uX7hicLJJl .navbar-toggler {
  position: relative;
}
.cid-uX7hicLJJl .dropdown-item.active,
.cid-uX7hicLJJl .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uX7hicLJJl .nav-link:hover,
.cid-uX7hicLJJl .dropdown-item:hover {
  color: #4284df;
}
.cid-v18MRa1bG8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v18MRa1bG8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v18MRa1bG8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v18MRa1bG8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v18MRa1bG8 .mbr-card-title {
  color: #000000;
}
.cid-v18MRa1bG8 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v18MRa1bG8 .mbr-text,
.cid-v18MRa1bG8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v18MRa1bG8 .row {
  align-items: top;
}
.cid-uX7hiiTht9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uX7hiiTht9 .container {
    max-width: 1162px;
  }
}
.cid-uX7hiiTht9 .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uX7hiiTht9 .btn:hover,
.cid-uX7hiiTht9 .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uX7hiiTht9 .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uX7hiiTht9 img,
.cid-uX7hiiTht9 .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uX7hiiTht9 .item-img {
  height: 100%;
}
.cid-uX7hiiTht9 .item-img img {
  object-fit: cover;
}
.cid-uX7hiiTht9 .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uX7hiiTht9 .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uX7hiiTht9 .mbr-text,
.cid-uX7hiiTht9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uX7hiiTht9 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uX7hiiTht9 .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uX7hiiTht9 .item:focus,
.cid-uX7hiiTht9 span:focus {
  outline: none;
}
.cid-uX7hiiTht9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uX7hiiTht9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uX7hiiTht9 .item {
  padding: 0;
  margin: 0;
}
.cid-uX7hiiTht9 .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uX7hiiTht9 .mbr-section-title,
.cid-uX7hiiTht9 .mbr-section-btn {
  text-align: center;
}
.cid-v18NgB4CEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v18NgB4CEv .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v18NgB4CEv .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v18NgB4CEv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v18NgB4CEv .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v18NgB4CEv .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v18NgB4CEv .mbr-text {
  color: #000000;
}
.cid-v18NgB4CEv .mbr-description {
  color: #6c7577;
}
.cid-v18NgB4CEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18NgB4CEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuYqve.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuYqve.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuYqve.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuYqve .modal-content,
.cid-uXhxTuYqve .modal-dialog {
  height: auto;
}
.cid-uXhxTuYqve .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuYqve .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuYqve .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuYqve .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuYqve .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuYqve .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-uXhxTuYqve .mbr-text {
  text-align: center;
}
.cid-uXhxTuYqve .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuYqve .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuYqve .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuYqve .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuYqve .modal-open {
  overflow: hidden;
}
.cid-uXhxTuYqve .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuYqve .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuYqve .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuYqve .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-uXhxTuYqve .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuYqve .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuYqve .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuYqve .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-uXhxTuYqve .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuYqve .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuYqve .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuYqve .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuYqve .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuYqve .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYqve .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuYqve .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuYqve .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuYqve .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuYqve .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuYqve .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuYqve .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuYqve .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYqve .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuYqve .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuYqve .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYqve .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuYqve .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuYqve .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuYqve .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuYqve .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuYqve .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuYqve .modal-lg,
  .cid-uXhxTuYqve .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuYqve .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuYqve .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuYqve .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-uXhxTuYqve .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuYqve .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuYqve .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuYqve .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-uXhxTuYqve .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuYqve .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSuTIMs4rd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSuTIMs4rd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSuTIMs4rd a {
  font-style: normal;
}
.cid-uSuTIMs4rd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSuTIMs4rd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSuTIMs4rd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .content-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSuTIMs4rd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSuTIMs4rd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSuTIMs4rd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSuTIMs4rd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSuTIMs4rd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSuTIMs4rd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSuTIMs4rd .content-right-side {
  text-align: center;
}
.cid-uSuTIMs4rd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSuTIMs4rd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSuTIMs4rd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSuTIMs4rd img {
    height: 3.8rem !important;
  }
  .cid-uSuTIMs4rd .btn {
    display: -webkit-flex;
  }
  .cid-uSuTIMs4rd button.navbar-toggler {
    display: block;
  }
  .cid-uSuTIMs4rd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSuTIMs4rd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing,
  .cid-uSuTIMs4rd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSuTIMs4rd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSuTIMs4rd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSuTIMs4rd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSuTIMs4rd .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSuTIMs4rd .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSuTIMs4rd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSuTIMs4rd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSuTIMs4rd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSuTIMs4rd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSuTIMs4rd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSuTIMs4rd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSuTIMs4rd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSuTIMs4rd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSuTIMs4rd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSuTIMs4rd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSuTIMs4rd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSuTIMs4rd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSuTIMs4rd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSuTIMs4rd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSuTIMs4rd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSuTIMs4rd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSuTIMs4rd .navbar-toggler {
    display: none;
  }
  .cid-uSuTIMs4rd .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSuTIMs4rd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSuTIMs4rd .menu-logo {
  margin-right: auto;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSuTIMs4rd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSuTIMs4rd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSuTIMs4rd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSuTIMs4rd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSuTIMs4rd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSuTIMs4rd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSuTIMs4rd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSuTIMs4rd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSuTIMs4rd button.navbar-toggler:focus {
  outline: none;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSuTIMs4rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSuTIMs4rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSuTIMs4rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSuTIMs4rd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSuTIMs4rd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSuTIMs4rd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSuTIMs4rd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSuTIMs4rd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSuTIMs4rd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSuTIMs4rd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSuTIMs4rd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSuTIMs4rd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSuTIMs4rd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSuTIMs4rd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSuTIMs4rd .nav-link:focus {
  outline: none;
}
.cid-uSuTIMs4rd .navbar-toggler {
  position: relative;
}
.cid-uSuTIMs4rd .dropdown-item.active,
.cid-uSuTIMs4rd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSuTIMs4rd .nav-link:hover,
.cid-uSuTIMs4rd .dropdown-item:hover {
  color: #4284df;
}
.cid-v17IknbB3q {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17IknbB3q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v17IknbB3q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v17IknbB3q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v17IknbB3q .mbr-card-title {
  color: #000000;
}
.cid-v17IknbB3q .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v17IknbB3q .mbr-text,
.cid-v17IknbB3q .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v17IknbB3q .row {
  align-items: top;
}
.cid-uXdr2V3SNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXdr2V3SNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdr2V3SNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXdr2V3SNW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXdr2V3SNW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXdr2V3SNW .container {
    padding: 0 30px;
  }
}
.cid-uXdr2V3SNW .row {
  justify-content: center;
}
.cid-uXdr2V3SNW .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXdr2V3SNW .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXdr2V3SNW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXdr2V3SNW .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXdr2V3SNW .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXdr2V3SNW .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXdr2V3SNW .mbr-desc {
  color: #22654E;
}
.cid-uV0FN02XvK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-uV0FN02XvK .image-block {
  margin: auto;
}
.cid-uV0FN02XvK figcaption {
  position: relative;
}
.cid-uV0FN02XvK figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uV0FN02XvK .image-block {
    width: 100% !important;
  }
}
.cid-v0BqBchgDF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0BqBchgDF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0BqBchgDF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0BqBchgDF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0BqBchgDF .mbr-card-title {
  color: #000000;
}
.cid-v0BqBchgDF .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0BqBchgDF .mbr-text,
.cid-v0BqBchgDF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0BqBchgDF .row {
  align-items: top;
}
.cid-v0BQSEFjcc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0BQSEFjcc .container-fluid {
  padding: 0 3rem;
}
.cid-v0BQSEFjcc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-v0BQSEFjcc .mbr-section-subtitle {
  color: #767676;
}
.cid-v0BQSEFjcc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v0BQSEFjcc .table-wrapper {
  margin: 0 auto;
}
.cid-v0BQSEFjcc table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v0BQSEFjcc table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
}
.cid-v0BQSEFjcc table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-v0BQSEFjcc table.table {
  background: #efefef;
}
.cid-v0BQSEFjcc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v0BQSEFjcc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v0BQSEFjcc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v0BQSEFjcc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-v0BQSEFjcc .dataTables_wrapper {
  display: block;
}
.cid-v0BQSEFjcc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v0BQSEFjcc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v0BQSEFjcc .head-item:after,
.cid-v0BQSEFjcc .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-v0BQSEFjcc .dataTables_filter {
    text-align: center;
  }
  .cid-v0BQSEFjcc .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-v0BQSEFjcc .dataTables_filter {
    text-align: center;
  }
  .cid-v0BQSEFjcc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-v0BQSEFjcc .container-fluid {
    padding: 0 1rem;
  }
  .cid-v0BQSEFjcc table th,
  .cid-v0BQSEFjcc table td {
    padding: .75rem;
  }
}
.cid-v0BQSEFjcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0BQSEFjcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0BQSEFjcc .body-item {
  text-align: left;
}
.cid-v0BQSEFjcc .head-item {
  color: #000000;
}
.cid-v0BBzUlPrr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0BBzUlPrr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0BBzUlPrr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0BBzUlPrr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0BBzUlPrr .mbr-card-title {
  color: #000000;
}
.cid-v0BBzUlPrr .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0BBzUlPrr .mbr-text,
.cid-v0BBzUlPrr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0BBzUlPrr .row {
  align-items: top;
}
.cid-v0C59DT69z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0C59DT69z .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0C59DT69z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0C59DT69z .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v0C59DT69z .mbr-card-title {
  color: #000000;
}
.cid-v0C59DT69z .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v0C59DT69z .mbr-text,
.cid-v0C59DT69z .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0C59DT69z .row {
  align-items: top;
}
.cid-v17IZcMXmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v17IZcMXmP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v17IZcMXmP .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v17IZcMXmP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v17IZcMXmP .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v17IZcMXmP .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v17IZcMXmP .mbr-text {
  color: #000000;
}
.cid-v17IZcMXmP .mbr-description {
  color: #6c7577;
}
.cid-v17IZcMXmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17IZcMXmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuY608.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuY608.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuY608.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuY608 .modal-content,
.cid-uXhxTuY608 .modal-dialog {
  height: auto;
}
.cid-uXhxTuY608 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuY608 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuY608 .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuY608 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuY608 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuY608 .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-uXhxTuY608 .mbr-text {
  text-align: center;
}
.cid-uXhxTuY608 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuY608 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuY608 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuY608 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuY608 .modal-open {
  overflow: hidden;
}
.cid-uXhxTuY608 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuY608 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuY608 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuY608 .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-uXhxTuY608 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuY608 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuY608 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuY608 .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-uXhxTuY608 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuY608 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuY608 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuY608 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuY608 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuY608 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuY608 .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuY608 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuY608 .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuY608 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuY608 .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuY608 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuY608 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuY608 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuY608 .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuY608 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuY608 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuY608 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuY608 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuY608 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuY608 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuY608 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuY608 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuY608 .modal-lg,
  .cid-uXhxTuY608 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuY608 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuY608 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuY608 .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-uXhxTuY608 .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuY608 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuY608 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuY608 .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-uXhxTuY608 .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuY608 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXfz7gsGEu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXfz7gsGEu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXfz7gsGEu a {
  font-style: normal;
}
.cid-uXfz7gsGEu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXfz7gsGEu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXfz7gsGEu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXfz7gsGEu .content-text {
  margin-bottom: 0;
}
.cid-uXfz7gsGEu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXfz7gsGEu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXfz7gsGEu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXfz7gsGEu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXfz7gsGEu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXfz7gsGEu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXfz7gsGEu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXfz7gsGEu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXfz7gsGEu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXfz7gsGEu .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXfz7gsGEu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXfz7gsGEu .content-right-side {
  text-align: center;
}
.cid-uXfz7gsGEu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXfz7gsGEu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXfz7gsGEu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXfz7gsGEu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXfz7gsGEu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXfz7gsGEu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXfz7gsGEu img {
    height: 3.8rem !important;
  }
  .cid-uXfz7gsGEu .btn {
    display: -webkit-flex;
  }
  .cid-uXfz7gsGEu button.navbar-toggler {
    display: block;
  }
  .cid-uXfz7gsGEu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXfz7gsGEu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXfz7gsGEu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXfz7gsGEu .navbar-collapse.collapsing,
  .cid-uXfz7gsGEu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXfz7gsGEu .navbar-collapse.collapsing .navbar-nav,
  .cid-uXfz7gsGEu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXfz7gsGEu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXfz7gsGEu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXfz7gsGEu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXfz7gsGEu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXfz7gsGEu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXfz7gsGEu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXfz7gsGEu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXfz7gsGEu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXfz7gsGEu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXfz7gsGEu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXfz7gsGEu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXfz7gsGEu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXfz7gsGEu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfz7gsGEu .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXfz7gsGEu .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXfz7gsGEu .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXfz7gsGEu .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXfz7gsGEu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXfz7gsGEu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXfz7gsGEu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXfz7gsGEu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXfz7gsGEu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfz7gsGEu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXfz7gsGEu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXfz7gsGEu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXfz7gsGEu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXfz7gsGEu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXfz7gsGEu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXfz7gsGEu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXfz7gsGEu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXfz7gsGEu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXfz7gsGEu .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXfz7gsGEu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXfz7gsGEu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXfz7gsGEu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXfz7gsGEu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXfz7gsGEu .navbar-toggler {
    display: none;
  }
  .cid-uXfz7gsGEu .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXfz7gsGEu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfz7gsGEu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXfz7gsGEu .menu-logo {
  margin-right: auto;
}
.cid-uXfz7gsGEu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfz7gsGEu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXfz7gsGEu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXfz7gsGEu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXfz7gsGEu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXfz7gsGEu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXfz7gsGEu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXfz7gsGEu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXfz7gsGEu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXfz7gsGEu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXfz7gsGEu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXfz7gsGEu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXfz7gsGEu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXfz7gsGEu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXfz7gsGEu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXfz7gsGEu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXfz7gsGEu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXfz7gsGEu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXfz7gsGEu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXfz7gsGEu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXfz7gsGEu button.navbar-toggler:focus {
  outline: none;
}
.cid-uXfz7gsGEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXfz7gsGEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXfz7gsGEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXfz7gsGEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXfz7gsGEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXfz7gsGEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXfz7gsGEu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXfz7gsGEu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXfz7gsGEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXfz7gsGEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfz7gsGEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfz7gsGEu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse.collapsing,
.cid-uXfz7gsGEu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXfz7gsGEu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXfz7gsGEu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXfz7gsGEu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXfz7gsGEu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXfz7gsGEu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXfz7gsGEu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXfz7gsGEu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXfz7gsGEu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXfz7gsGEu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXfz7gsGEu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXfz7gsGEu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXfz7gsGEu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXfz7gsGEu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXfz7gsGEu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXfz7gsGEu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXfz7gsGEu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXfz7gsGEu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXfz7gsGEu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXfz7gsGEu .nav-link:focus {
  outline: none;
}
.cid-uXfz7gsGEu .navbar-toggler {
  position: relative;
}
.cid-uXfz7gsGEu .dropdown-item.active,
.cid-uXfz7gsGEu .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXfz7gsGEu .nav-link:hover,
.cid-uXfz7gsGEu .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aT3eWrpW {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aT3eWrpW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aT3eWrpW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aT3eWrpW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aT3eWrpW .mbr-card-title {
  color: #000000;
}
.cid-v1aT3eWrpW .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aT3eWrpW .mbr-text,
.cid-v1aT3eWrpW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aT3eWrpW .row {
  align-items: top;
}
.cid-v1aTSCrM8r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aTSCrM8r .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aTSCrM8r .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aTSCrM8r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aTSCrM8r .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aTSCrM8r .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aTSCrM8r .mbr-text {
  color: #6c7577;
}
.cid-v1aTSCrM8r .mbr-description {
  color: #6c7577;
}
.cid-v1aTSCrM8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aTSCrM8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuYOZG.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuYOZG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuYOZG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuYOZG .modal-content,
.cid-uXhxTuYOZG .modal-dialog {
  height: auto;
}
.cid-uXhxTuYOZG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuYOZG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuYOZG .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuYOZG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuYOZG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuYOZG .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-uXhxTuYOZG .mbr-text {
  text-align: center;
}
.cid-uXhxTuYOZG .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuYOZG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuYOZG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuYOZG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuYOZG .modal-open {
  overflow: hidden;
}
.cid-uXhxTuYOZG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuYOZG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuYOZG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuYOZG .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-uXhxTuYOZG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuYOZG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuYOZG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuYOZG .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-uXhxTuYOZG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuYOZG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuYOZG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuYOZG .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuYOZG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuYOZG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYOZG .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuYOZG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuYOZG .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuYOZG .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuYOZG .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuYOZG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuYOZG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuYOZG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYOZG .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuYOZG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuYOZG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuYOZG .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuYOZG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuYOZG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuYOZG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuYOZG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuYOZG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuYOZG .modal-lg,
  .cid-uXhxTuYOZG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuYOZG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuYOZG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuYOZG .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-uXhxTuYOZG .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuYOZG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuYOZG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuYOZG .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-uXhxTuYOZG .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuYOZG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXhmEVIvII .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXhmEVIvII .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXhmEVIvII a {
  font-style: normal;
}
.cid-uXhmEVIvII .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXhmEVIvII .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXhmEVIvII .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhmEVIvII .content-text {
  margin-bottom: 0;
}
.cid-uXhmEVIvII .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXhmEVIvII .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXhmEVIvII .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXhmEVIvII .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXhmEVIvII .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXhmEVIvII .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXhmEVIvII .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXhmEVIvII .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXhmEVIvII .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXhmEVIvII .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXhmEVIvII .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXhmEVIvII .content-right-side {
  text-align: center;
}
.cid-uXhmEVIvII .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXhmEVIvII .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXhmEVIvII .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXhmEVIvII .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXhmEVIvII .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXhmEVIvII .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXhmEVIvII img {
    height: 3.8rem !important;
  }
  .cid-uXhmEVIvII .btn {
    display: -webkit-flex;
  }
  .cid-uXhmEVIvII button.navbar-toggler {
    display: block;
  }
  .cid-uXhmEVIvII .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXhmEVIvII .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXhmEVIvII .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXhmEVIvII .navbar-collapse.collapsing,
  .cid-uXhmEVIvII .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXhmEVIvII .navbar-collapse.collapsing .navbar-nav,
  .cid-uXhmEVIvII .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXhmEVIvII .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXhmEVIvII .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXhmEVIvII .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXhmEVIvII .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXhmEVIvII .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXhmEVIvII .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXhmEVIvII .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXhmEVIvII .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXhmEVIvII .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXhmEVIvII .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXhmEVIvII .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXhmEVIvII .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXhmEVIvII .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXhmEVIvII .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXhmEVIvII .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXhmEVIvII .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXhmEVIvII .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXhmEVIvII .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXhmEVIvII .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXhmEVIvII .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXhmEVIvII .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXhmEVIvII .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhmEVIvII .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXhmEVIvII .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXhmEVIvII .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXhmEVIvII .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXhmEVIvII .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXhmEVIvII .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXhmEVIvII .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXhmEVIvII .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXhmEVIvII .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXhmEVIvII .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXhmEVIvII .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXhmEVIvII .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXhmEVIvII .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXhmEVIvII .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXhmEVIvII .navbar-toggler {
    display: none;
  }
  .cid-uXhmEVIvII .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXhmEVIvII .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhmEVIvII .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXhmEVIvII .menu-logo {
  margin-right: auto;
}
.cid-uXhmEVIvII .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhmEVIvII .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXhmEVIvII .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXhmEVIvII .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXhmEVIvII .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXhmEVIvII .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXhmEVIvII .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXhmEVIvII .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXhmEVIvII .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXhmEVIvII .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXhmEVIvII .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXhmEVIvII .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhmEVIvII .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXhmEVIvII .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXhmEVIvII .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXhmEVIvII .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXhmEVIvII .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXhmEVIvII .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXhmEVIvII .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXhmEVIvII .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXhmEVIvII button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXhmEVIvII button.navbar-toggler:focus {
  outline: none;
}
.cid-uXhmEVIvII button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXhmEVIvII button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXhmEVIvII button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXhmEVIvII button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXhmEVIvII button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXhmEVIvII nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXhmEVIvII nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXhmEVIvII nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXhmEVIvII nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXhmEVIvII .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXhmEVIvII .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXhmEVIvII .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse.collapsing,
.cid-uXhmEVIvII .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXhmEVIvII .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXhmEVIvII .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXhmEVIvII .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXhmEVIvII .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhmEVIvII .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXhmEVIvII .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXhmEVIvII .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXhmEVIvII .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXhmEVIvII .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXhmEVIvII .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXhmEVIvII .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXhmEVIvII .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXhmEVIvII .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXhmEVIvII .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXhmEVIvII .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXhmEVIvII .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXhmEVIvII .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXhmEVIvII .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXhmEVIvII .nav-link:focus {
  outline: none;
}
.cid-uXhmEVIvII .navbar-toggler {
  position: relative;
}
.cid-uXhmEVIvII .dropdown-item.active,
.cid-uXhmEVIvII .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXhmEVIvII .nav-link:hover,
.cid-uXhmEVIvII .dropdown-item:hover {
  color: #4284df;
}
.cid-v1916rSWsH {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1916rSWsH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1916rSWsH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1916rSWsH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1916rSWsH .mbr-card-title {
  color: #000000;
}
.cid-v1916rSWsH .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1916rSWsH .mbr-text,
.cid-v1916rSWsH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1916rSWsH .row {
  align-items: top;
}
.cid-v191m4BbtE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v191m4BbtE .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v191m4BbtE .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v191m4BbtE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v191m4BbtE .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v191m4BbtE .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v191m4BbtE .mbr-text {
  color: #000000;
}
.cid-v191m4BbtE .mbr-description {
  color: #6c7577;
}
.cid-v191m4BbtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v191m4BbtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhmEZYyEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhmEZYyEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhmEZYyEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhmEZYyEC .row {
  justify-content: center;
}
.cid-uXhmEZYyEC .row .card {
  justify-content: space-between;
}
.cid-uXhmEZYyEC .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhmEZYyEC .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhmEZYyEC .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhmEZYyEC .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhmEZYyEC .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhmEZYyEC .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhmEZYyEC .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhmEZYyEC .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhmEZYyEC .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhmEZYyEC .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhmEZYyEC .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhmEZYyEC .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhmEZYyEC .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhmEZYyEC .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhmEZYyEC .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhmEZYyEC .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhmEZYyEC .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhmEZYyEC .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhmEZYyEC .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhmEZYyEC .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhmEZYyEC .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhmEZYyEC .mbr-section-title {
  color: #093388;
}
.cid-uXhmEZYyEC .mbr-list-title {
  color: #000000;
}
.cid-uXhmEZYyEC .list {
  color: #58595b;
}
.cid-uXhmEZYyEC .mbr-section-title,
.cid-uXhmEZYyEC .mbr-section-btn,
.cid-uXhmEZYyEC .content-wrapper {
  text-align: center;
}
.cid-uXhxwTYDzB.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxwTYDzB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxwTYDzB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxwTYDzB .modal-content,
.cid-uXhxwTYDzB .modal-dialog {
  height: auto;
}
.cid-uXhxwTYDzB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxwTYDzB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxwTYDzB .form-wrapper .mbr-form .form-group,
  .cid-uXhxwTYDzB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxwTYDzB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxwTYDzB .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-uXhxwTYDzB .mbr-text {
  text-align: center;
}
.cid-uXhxwTYDzB .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxwTYDzB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxwTYDzB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxwTYDzB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxwTYDzB .modal-open {
  overflow: hidden;
}
.cid-uXhxwTYDzB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxwTYDzB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxwTYDzB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxwTYDzB .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-uXhxwTYDzB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxwTYDzB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxwTYDzB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxwTYDzB .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-uXhxwTYDzB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxwTYDzB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxwTYDzB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxwTYDzB .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxwTYDzB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxwTYDzB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxwTYDzB .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxwTYDzB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxwTYDzB .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxwTYDzB .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxwTYDzB .modal-header .close:focus {
  outline: none;
}
.cid-uXhxwTYDzB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxwTYDzB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxwTYDzB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxwTYDzB .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxwTYDzB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxwTYDzB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxwTYDzB .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxwTYDzB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxwTYDzB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxwTYDzB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxwTYDzB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxwTYDzB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxwTYDzB .modal-lg,
  .cid-uXhxwTYDzB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxwTYDzB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxwTYDzB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxwTYDzB .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-uXhxwTYDzB .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxwTYDzB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxwTYDzB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxwTYDzB .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-uXhxwTYDzB .mbr-section-btn {
  margin: 0;
}
.cid-uXhxwTYDzB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXhN6XyYQo .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXhN6XyYQo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXhN6XyYQo a {
  font-style: normal;
}
.cid-uXhN6XyYQo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXhN6XyYQo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXhN6XyYQo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhN6XyYQo .content-text {
  margin-bottom: 0;
}
.cid-uXhN6XyYQo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXhN6XyYQo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXhN6XyYQo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXhN6XyYQo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXhN6XyYQo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXhN6XyYQo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXhN6XyYQo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXhN6XyYQo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXhN6XyYQo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXhN6XyYQo .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXhN6XyYQo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXhN6XyYQo .content-right-side {
  text-align: center;
}
.cid-uXhN6XyYQo .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXhN6XyYQo .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXhN6XyYQo .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXhN6XyYQo .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXhN6XyYQo .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXhN6XyYQo .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXhN6XyYQo img {
    height: 3.8rem !important;
  }
  .cid-uXhN6XyYQo .btn {
    display: -webkit-flex;
  }
  .cid-uXhN6XyYQo button.navbar-toggler {
    display: block;
  }
  .cid-uXhN6XyYQo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXhN6XyYQo .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXhN6XyYQo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXhN6XyYQo .navbar-collapse.collapsing,
  .cid-uXhN6XyYQo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXhN6XyYQo .navbar-collapse.collapsing .navbar-nav,
  .cid-uXhN6XyYQo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXhN6XyYQo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXhN6XyYQo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXhN6XyYQo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXhN6XyYQo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXhN6XyYQo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXhN6XyYQo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXhN6XyYQo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXhN6XyYQo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXhN6XyYQo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXhN6XyYQo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXhN6XyYQo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXhN6XyYQo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXhN6XyYQo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXhN6XyYQo .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXhN6XyYQo .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXhN6XyYQo .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXhN6XyYQo .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXhN6XyYQo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXhN6XyYQo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXhN6XyYQo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXhN6XyYQo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXhN6XyYQo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhN6XyYQo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXhN6XyYQo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXhN6XyYQo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXhN6XyYQo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXhN6XyYQo .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXhN6XyYQo .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXhN6XyYQo .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXhN6XyYQo .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXhN6XyYQo .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXhN6XyYQo .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXhN6XyYQo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXhN6XyYQo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXhN6XyYQo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXhN6XyYQo .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXhN6XyYQo .navbar-toggler {
    display: none;
  }
  .cid-uXhN6XyYQo .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXhN6XyYQo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhN6XyYQo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXhN6XyYQo .menu-logo {
  margin-right: auto;
}
.cid-uXhN6XyYQo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhN6XyYQo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXhN6XyYQo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXhN6XyYQo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXhN6XyYQo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXhN6XyYQo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXhN6XyYQo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXhN6XyYQo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXhN6XyYQo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXhN6XyYQo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXhN6XyYQo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhN6XyYQo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXhN6XyYQo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXhN6XyYQo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXhN6XyYQo .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXhN6XyYQo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXhN6XyYQo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXhN6XyYQo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXhN6XyYQo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXhN6XyYQo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXhN6XyYQo button.navbar-toggler:focus {
  outline: none;
}
.cid-uXhN6XyYQo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXhN6XyYQo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXhN6XyYQo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXhN6XyYQo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXhN6XyYQo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXhN6XyYQo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXhN6XyYQo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXhN6XyYQo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXhN6XyYQo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXhN6XyYQo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXhN6XyYQo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXhN6XyYQo .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse.collapsing,
.cid-uXhN6XyYQo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXhN6XyYQo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXhN6XyYQo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXhN6XyYQo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXhN6XyYQo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhN6XyYQo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXhN6XyYQo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXhN6XyYQo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXhN6XyYQo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXhN6XyYQo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXhN6XyYQo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXhN6XyYQo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXhN6XyYQo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXhN6XyYQo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXhN6XyYQo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXhN6XyYQo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXhN6XyYQo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXhN6XyYQo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXhN6XyYQo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXhN6XyYQo .nav-link:focus {
  outline: none;
}
.cid-uXhN6XyYQo .navbar-toggler {
  position: relative;
}
.cid-uXhN6XyYQo .dropdown-item.active,
.cid-uXhN6XyYQo .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXhN6XyYQo .nav-link:hover,
.cid-uXhN6XyYQo .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aTY7dzh5 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aTY7dzh5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aTY7dzh5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aTY7dzh5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aTY7dzh5 .mbr-card-title {
  color: #000000;
}
.cid-v1aTY7dzh5 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aTY7dzh5 .mbr-text,
.cid-v1aTY7dzh5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aTY7dzh5 .row {
  align-items: top;
}
.cid-v1aUpZYosG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aUpZYosG .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aUpZYosG .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aUpZYosG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aUpZYosG .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aUpZYosG .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aUpZYosG .mbr-text {
  color: #6c7577;
}
.cid-v1aUpZYosG .mbr-description {
  color: #6c7577;
}
.cid-v1aUpZYosG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aUpZYosG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhN70kLJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhN70kLJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhN70kLJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhN70kLJ2 .row {
  justify-content: center;
}
.cid-uXhN70kLJ2 .row .card {
  justify-content: space-between;
}
.cid-uXhN70kLJ2 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhN70kLJ2 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhN70kLJ2 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhN70kLJ2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhN70kLJ2 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhN70kLJ2 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhN70kLJ2 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhN70kLJ2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhN70kLJ2 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhN70kLJ2 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhN70kLJ2 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhN70kLJ2 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhN70kLJ2 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhN70kLJ2 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhN70kLJ2 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhN70kLJ2 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhN70kLJ2 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhN70kLJ2 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhN70kLJ2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhN70kLJ2 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhN70kLJ2 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhN70kLJ2 .mbr-section-title {
  color: #093388;
}
.cid-uXhN70kLJ2 .mbr-list-title {
  color: #000000;
}
.cid-uXhN70kLJ2 .list {
  color: #58595b;
}
.cid-uXhN70kLJ2 .mbr-section-title,
.cid-uXhN70kLJ2 .mbr-section-btn,
.cid-uXhN70kLJ2 .content-wrapper {
  text-align: center;
}
.cid-uXhN70PmEL.popup-builder {
  background-color: #ffffff;
}
.cid-uXhN70PmEL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhN70PmEL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhN70PmEL .modal-content,
.cid-uXhN70PmEL .modal-dialog {
  height: auto;
}
.cid-uXhN70PmEL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhN70PmEL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhN70PmEL .form-wrapper .mbr-form .form-group,
  .cid-uXhN70PmEL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhN70PmEL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhN70PmEL .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-uXhN70PmEL .mbr-text {
  text-align: center;
}
.cid-uXhN70PmEL .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhN70PmEL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhN70PmEL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhN70PmEL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhN70PmEL .modal-open {
  overflow: hidden;
}
.cid-uXhN70PmEL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhN70PmEL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhN70PmEL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhN70PmEL .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-uXhN70PmEL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhN70PmEL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhN70PmEL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhN70PmEL .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-uXhN70PmEL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhN70PmEL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhN70PmEL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhN70PmEL .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhN70PmEL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhN70PmEL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhN70PmEL .modal-header {
    padding: 1rem;
  }
}
.cid-uXhN70PmEL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhN70PmEL .modal-header .close svg {
  fill: #353535;
}
.cid-uXhN70PmEL .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhN70PmEL .modal-header .close:focus {
  outline: none;
}
.cid-uXhN70PmEL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhN70PmEL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhN70PmEL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhN70PmEL .modal-body {
    padding: 1rem;
  }
}
.cid-uXhN70PmEL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhN70PmEL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhN70PmEL .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhN70PmEL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhN70PmEL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhN70PmEL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhN70PmEL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhN70PmEL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhN70PmEL .modal-lg,
  .cid-uXhN70PmEL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhN70PmEL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhN70PmEL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhN70PmEL .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-uXhN70PmEL .form-group {
  margin-bottom: 1rem;
}
.cid-uXhN70PmEL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhN70PmEL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhN70PmEL .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-uXhN70PmEL .mbr-section-btn {
  margin: 0;
}
.cid-uXhN70PmEL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXhO6DBQbR .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXhO6DBQbR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXhO6DBQbR a {
  font-style: normal;
}
.cid-uXhO6DBQbR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXhO6DBQbR .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXhO6DBQbR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhO6DBQbR .content-text {
  margin-bottom: 0;
}
.cid-uXhO6DBQbR .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXhO6DBQbR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXhO6DBQbR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXhO6DBQbR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXhO6DBQbR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXhO6DBQbR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXhO6DBQbR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXhO6DBQbR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXhO6DBQbR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXhO6DBQbR .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXhO6DBQbR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXhO6DBQbR .content-right-side {
  text-align: center;
}
.cid-uXhO6DBQbR .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXhO6DBQbR .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXhO6DBQbR .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXhO6DBQbR .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXhO6DBQbR .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXhO6DBQbR .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXhO6DBQbR img {
    height: 3.8rem !important;
  }
  .cid-uXhO6DBQbR .btn {
    display: -webkit-flex;
  }
  .cid-uXhO6DBQbR button.navbar-toggler {
    display: block;
  }
  .cid-uXhO6DBQbR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXhO6DBQbR .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXhO6DBQbR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXhO6DBQbR .navbar-collapse.collapsing,
  .cid-uXhO6DBQbR .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXhO6DBQbR .navbar-collapse.collapsing .navbar-nav,
  .cid-uXhO6DBQbR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXhO6DBQbR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXhO6DBQbR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXhO6DBQbR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXhO6DBQbR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXhO6DBQbR .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXhO6DBQbR .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXhO6DBQbR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXhO6DBQbR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXhO6DBQbR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXhO6DBQbR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXhO6DBQbR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXhO6DBQbR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXhO6DBQbR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXhO6DBQbR .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXhO6DBQbR .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXhO6DBQbR .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXhO6DBQbR .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXhO6DBQbR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXhO6DBQbR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXhO6DBQbR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXhO6DBQbR .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXhO6DBQbR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhO6DBQbR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXhO6DBQbR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXhO6DBQbR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXhO6DBQbR .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXhO6DBQbR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXhO6DBQbR .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXhO6DBQbR .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXhO6DBQbR .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXhO6DBQbR .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXhO6DBQbR .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXhO6DBQbR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXhO6DBQbR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXhO6DBQbR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXhO6DBQbR .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXhO6DBQbR .navbar-toggler {
    display: none;
  }
  .cid-uXhO6DBQbR .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXhO6DBQbR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhO6DBQbR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXhO6DBQbR .menu-logo {
  margin-right: auto;
}
.cid-uXhO6DBQbR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXhO6DBQbR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXhO6DBQbR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXhO6DBQbR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXhO6DBQbR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXhO6DBQbR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXhO6DBQbR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXhO6DBQbR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXhO6DBQbR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXhO6DBQbR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXhO6DBQbR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXhO6DBQbR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXhO6DBQbR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXhO6DBQbR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXhO6DBQbR .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXhO6DBQbR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXhO6DBQbR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXhO6DBQbR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXhO6DBQbR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXhO6DBQbR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXhO6DBQbR button.navbar-toggler:focus {
  outline: none;
}
.cid-uXhO6DBQbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXhO6DBQbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXhO6DBQbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXhO6DBQbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXhO6DBQbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXhO6DBQbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXhO6DBQbR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXhO6DBQbR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXhO6DBQbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXhO6DBQbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXhO6DBQbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXhO6DBQbR .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse.collapsing,
.cid-uXhO6DBQbR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXhO6DBQbR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXhO6DBQbR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXhO6DBQbR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXhO6DBQbR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhO6DBQbR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXhO6DBQbR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXhO6DBQbR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXhO6DBQbR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXhO6DBQbR .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXhO6DBQbR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXhO6DBQbR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXhO6DBQbR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXhO6DBQbR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXhO6DBQbR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXhO6DBQbR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXhO6DBQbR .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXhO6DBQbR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXhO6DBQbR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXhO6DBQbR .nav-link:focus {
  outline: none;
}
.cid-uXhO6DBQbR .navbar-toggler {
  position: relative;
}
.cid-uXhO6DBQbR .dropdown-item.active,
.cid-uXhO6DBQbR .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXhO6DBQbR .nav-link:hover,
.cid-uXhO6DBQbR .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aUuA5XuL {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aUuA5XuL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aUuA5XuL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aUuA5XuL .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aUuA5XuL .mbr-card-title {
  color: #000000;
}
.cid-v1aUuA5XuL .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aUuA5XuL .mbr-text,
.cid-v1aUuA5XuL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aUuA5XuL .row {
  align-items: top;
}
.cid-v1aUZYQTMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aUZYQTMx .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aUZYQTMx .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aUZYQTMx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aUZYQTMx .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aUZYQTMx .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aUZYQTMx .mbr-text {
  color: #6c7577;
}
.cid-v1aUZYQTMx .mbr-description {
  color: #6c7577;
}
.cid-v1aUZYQTMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aUZYQTMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhO6GonYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhO6GonYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhO6GonYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhO6GonYN .row {
  justify-content: center;
}
.cid-uXhO6GonYN .row .card {
  justify-content: space-between;
}
.cid-uXhO6GonYN .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhO6GonYN .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhO6GonYN .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhO6GonYN .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhO6GonYN .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhO6GonYN .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhO6GonYN .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhO6GonYN .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhO6GonYN .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhO6GonYN .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhO6GonYN .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhO6GonYN .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhO6GonYN .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhO6GonYN .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhO6GonYN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhO6GonYN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhO6GonYN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhO6GonYN .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhO6GonYN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhO6GonYN .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhO6GonYN .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhO6GonYN .mbr-section-title {
  color: #093388;
}
.cid-uXhO6GonYN .mbr-list-title {
  color: #000000;
}
.cid-uXhO6GonYN .list {
  color: #58595b;
}
.cid-uXhO6GonYN .mbr-section-title,
.cid-uXhO6GonYN .mbr-section-btn,
.cid-uXhO6GonYN .content-wrapper {
  text-align: center;
}
.cid-uXhO6H0dpH.popup-builder {
  background-color: #ffffff;
}
.cid-uXhO6H0dpH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhO6H0dpH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhO6H0dpH .modal-content,
.cid-uXhO6H0dpH .modal-dialog {
  height: auto;
}
.cid-uXhO6H0dpH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhO6H0dpH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhO6H0dpH .form-wrapper .mbr-form .form-group,
  .cid-uXhO6H0dpH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhO6H0dpH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhO6H0dpH .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-uXhO6H0dpH .mbr-text {
  text-align: center;
}
.cid-uXhO6H0dpH .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhO6H0dpH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhO6H0dpH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhO6H0dpH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhO6H0dpH .modal-open {
  overflow: hidden;
}
.cid-uXhO6H0dpH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhO6H0dpH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhO6H0dpH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhO6H0dpH .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-uXhO6H0dpH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhO6H0dpH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhO6H0dpH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhO6H0dpH .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-uXhO6H0dpH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhO6H0dpH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhO6H0dpH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhO6H0dpH .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhO6H0dpH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhO6H0dpH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhO6H0dpH .modal-header {
    padding: 1rem;
  }
}
.cid-uXhO6H0dpH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhO6H0dpH .modal-header .close svg {
  fill: #353535;
}
.cid-uXhO6H0dpH .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhO6H0dpH .modal-header .close:focus {
  outline: none;
}
.cid-uXhO6H0dpH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhO6H0dpH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhO6H0dpH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhO6H0dpH .modal-body {
    padding: 1rem;
  }
}
.cid-uXhO6H0dpH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhO6H0dpH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhO6H0dpH .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhO6H0dpH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhO6H0dpH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhO6H0dpH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhO6H0dpH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhO6H0dpH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhO6H0dpH .modal-lg,
  .cid-uXhO6H0dpH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhO6H0dpH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhO6H0dpH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhO6H0dpH .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-uXhO6H0dpH .form-group {
  margin-bottom: 1rem;
}
.cid-uXhO6H0dpH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhO6H0dpH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhO6H0dpH .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-uXhO6H0dpH .mbr-section-btn {
  margin: 0;
}
.cid-uXhO6H0dpH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXnZ3rmWnx .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXnZ3rmWnx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXnZ3rmWnx a {
  font-style: normal;
}
.cid-uXnZ3rmWnx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXnZ3rmWnx .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXnZ3rmWnx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXnZ3rmWnx .content-text {
  margin-bottom: 0;
}
.cid-uXnZ3rmWnx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXnZ3rmWnx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXnZ3rmWnx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXnZ3rmWnx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXnZ3rmWnx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXnZ3rmWnx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXnZ3rmWnx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXnZ3rmWnx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXnZ3rmWnx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXnZ3rmWnx .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXnZ3rmWnx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXnZ3rmWnx .content-right-side {
  text-align: center;
}
.cid-uXnZ3rmWnx .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXnZ3rmWnx .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXnZ3rmWnx .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXnZ3rmWnx .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXnZ3rmWnx .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXnZ3rmWnx .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXnZ3rmWnx img {
    height: 3.8rem !important;
  }
  .cid-uXnZ3rmWnx .btn {
    display: -webkit-flex;
  }
  .cid-uXnZ3rmWnx button.navbar-toggler {
    display: block;
  }
  .cid-uXnZ3rmWnx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXnZ3rmWnx .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXnZ3rmWnx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXnZ3rmWnx .navbar-collapse.collapsing,
  .cid-uXnZ3rmWnx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXnZ3rmWnx .navbar-collapse.collapsing .navbar-nav,
  .cid-uXnZ3rmWnx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXnZ3rmWnx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXnZ3rmWnx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXnZ3rmWnx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXnZ3rmWnx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXnZ3rmWnx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXnZ3rmWnx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXnZ3rmWnx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXnZ3rmWnx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXnZ3rmWnx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXnZ3rmWnx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXnZ3rmWnx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXnZ3rmWnx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXnZ3rmWnx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXnZ3rmWnx .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXnZ3rmWnx .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXnZ3rmWnx .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXnZ3rmWnx .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXnZ3rmWnx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXnZ3rmWnx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXnZ3rmWnx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXnZ3rmWnx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXnZ3rmWnx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXnZ3rmWnx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXnZ3rmWnx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXnZ3rmWnx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXnZ3rmWnx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXnZ3rmWnx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXnZ3rmWnx .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXnZ3rmWnx .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXnZ3rmWnx .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXnZ3rmWnx .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXnZ3rmWnx .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXnZ3rmWnx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXnZ3rmWnx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXnZ3rmWnx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXnZ3rmWnx .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXnZ3rmWnx .navbar-toggler {
    display: none;
  }
  .cid-uXnZ3rmWnx .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXnZ3rmWnx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXnZ3rmWnx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXnZ3rmWnx .menu-logo {
  margin-right: auto;
}
.cid-uXnZ3rmWnx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXnZ3rmWnx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXnZ3rmWnx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXnZ3rmWnx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXnZ3rmWnx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXnZ3rmWnx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXnZ3rmWnx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXnZ3rmWnx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXnZ3rmWnx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXnZ3rmWnx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXnZ3rmWnx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXnZ3rmWnx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXnZ3rmWnx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXnZ3rmWnx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXnZ3rmWnx .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXnZ3rmWnx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXnZ3rmWnx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXnZ3rmWnx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXnZ3rmWnx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXnZ3rmWnx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXnZ3rmWnx button.navbar-toggler:focus {
  outline: none;
}
.cid-uXnZ3rmWnx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXnZ3rmWnx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXnZ3rmWnx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXnZ3rmWnx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXnZ3rmWnx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXnZ3rmWnx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXnZ3rmWnx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXnZ3rmWnx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXnZ3rmWnx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXnZ3rmWnx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXnZ3rmWnx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXnZ3rmWnx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.collapsing,
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXnZ3rmWnx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXnZ3rmWnx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXnZ3rmWnx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXnZ3rmWnx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXnZ3rmWnx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXnZ3rmWnx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXnZ3rmWnx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXnZ3rmWnx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXnZ3rmWnx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXnZ3rmWnx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXnZ3rmWnx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXnZ3rmWnx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXnZ3rmWnx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXnZ3rmWnx .nav-link:focus {
  outline: none;
}
.cid-uXnZ3rmWnx .navbar-toggler {
  position: relative;
}
.cid-uXnZ3rmWnx .dropdown-item.active,
.cid-uXnZ3rmWnx .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXnZ3rmWnx .nav-link:hover,
.cid-uXnZ3rmWnx .dropdown-item:hover {
  color: #4284df;
}
.cid-v191tiAbk7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v191tiAbk7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v191tiAbk7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v191tiAbk7 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v191tiAbk7 .mbr-card-title {
  color: #000000;
}
.cid-v191tiAbk7 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v191tiAbk7 .mbr-text,
.cid-v191tiAbk7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v191tiAbk7 .row {
  align-items: top;
}
.cid-uZfq19uDXx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZfq19uDXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZfq19uDXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZfq19uDXx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 1992px) {
  .cid-uZfq19uDXx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZfq19uDXx .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uZfq19uDXx .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uZfq19uDXx .item .item-wrapper {
  height: 100%;
}
.cid-uZfq19uDXx .item .item-wrapper:hover .item-img img,
.cid-uZfq19uDXx .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uZfq19uDXx .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uZfq19uDXx .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 250px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZfq19uDXx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZfq19uDXx .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZfq19uDXx .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uZfq19uDXx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZfq19uDXx .item-title {
  color: #000000;
}
.cid-uZfq19uDXx .item-date {
  color: #000000;
}
.cid-v192w4fiij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v192w4fiij .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v192w4fiij .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v192w4fiij img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v192w4fiij .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v192w4fiij .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v192w4fiij .mbr-text {
  color: #000000;
}
.cid-v192w4fiij .mbr-description {
  color: #6c7577;
}
.cid-v192w4fiij .mbr-fallback-image.disabled {
  display: none;
}
.cid-v192w4fiij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXnZ3tOMcS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXnZ3tOMcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXnZ3tOMcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXnZ3tOMcS .row {
  justify-content: center;
}
.cid-uXnZ3tOMcS .row .card {
  justify-content: space-between;
}
.cid-uXnZ3tOMcS .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXnZ3tOMcS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXnZ3tOMcS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXnZ3tOMcS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXnZ3tOMcS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXnZ3tOMcS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXnZ3tOMcS .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXnZ3tOMcS .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXnZ3tOMcS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXnZ3tOMcS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXnZ3tOMcS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXnZ3tOMcS .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXnZ3tOMcS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXnZ3tOMcS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXnZ3tOMcS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXnZ3tOMcS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXnZ3tOMcS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXnZ3tOMcS .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXnZ3tOMcS .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXnZ3tOMcS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXnZ3tOMcS .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXnZ3tOMcS .mbr-section-title {
  color: #093388;
}
.cid-uXnZ3tOMcS .mbr-list-title {
  color: #000000;
}
.cid-uXnZ3tOMcS .list {
  color: #58595b;
}
.cid-uXnZ3tOMcS .mbr-section-title,
.cid-uXnZ3tOMcS .mbr-section-btn,
.cid-uXnZ3tOMcS .content-wrapper {
  text-align: center;
}
.cid-uXnZ3ufA0p.popup-builder {
  background-color: #ffffff;
}
.cid-uXnZ3ufA0p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXnZ3ufA0p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXnZ3ufA0p .modal-content,
.cid-uXnZ3ufA0p .modal-dialog {
  height: auto;
}
.cid-uXnZ3ufA0p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXnZ3ufA0p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXnZ3ufA0p .form-wrapper .mbr-form .form-group,
  .cid-uXnZ3ufA0p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXnZ3ufA0p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXnZ3ufA0p .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-uXnZ3ufA0p .mbr-text {
  text-align: center;
}
.cid-uXnZ3ufA0p .pt-0 {
  padding-top: 0 !important;
}
.cid-uXnZ3ufA0p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXnZ3ufA0p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXnZ3ufA0p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXnZ3ufA0p .modal-open {
  overflow: hidden;
}
.cid-uXnZ3ufA0p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXnZ3ufA0p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXnZ3ufA0p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXnZ3ufA0p .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-uXnZ3ufA0p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXnZ3ufA0p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXnZ3ufA0p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXnZ3ufA0p .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-uXnZ3ufA0p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXnZ3ufA0p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXnZ3ufA0p .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXnZ3ufA0p .modal-backdrop.show {
  opacity: .5;
}
.cid-uXnZ3ufA0p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXnZ3ufA0p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXnZ3ufA0p .modal-header {
    padding: 1rem;
  }
}
.cid-uXnZ3ufA0p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXnZ3ufA0p .modal-header .close svg {
  fill: #353535;
}
.cid-uXnZ3ufA0p .modal-header .close:hover {
  opacity: 1;
}
.cid-uXnZ3ufA0p .modal-header .close:focus {
  outline: none;
}
.cid-uXnZ3ufA0p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXnZ3ufA0p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXnZ3ufA0p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXnZ3ufA0p .modal-body {
    padding: 1rem;
  }
}
.cid-uXnZ3ufA0p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXnZ3ufA0p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXnZ3ufA0p .modal-footer {
    padding: 1rem;
  }
}
.cid-uXnZ3ufA0p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXnZ3ufA0p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXnZ3ufA0p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXnZ3ufA0p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXnZ3ufA0p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXnZ3ufA0p .modal-lg,
  .cid-uXnZ3ufA0p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXnZ3ufA0p .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXnZ3ufA0p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXnZ3ufA0p .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-uXnZ3ufA0p .form-group {
  margin-bottom: 1rem;
}
.cid-uXnZ3ufA0p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXnZ3ufA0p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXnZ3ufA0p .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-uXnZ3ufA0p .mbr-section-btn {
  margin: 0;
}
.cid-uXnZ3ufA0p .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXusOrudYJ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXusOrudYJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXusOrudYJ a {
  font-style: normal;
}
.cid-uXusOrudYJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXusOrudYJ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXusOrudYJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXusOrudYJ .content-text {
  margin-bottom: 0;
}
.cid-uXusOrudYJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXusOrudYJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXusOrudYJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXusOrudYJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXusOrudYJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXusOrudYJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXusOrudYJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXusOrudYJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXusOrudYJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXusOrudYJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXusOrudYJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXusOrudYJ .content-right-side {
  text-align: center;
}
.cid-uXusOrudYJ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXusOrudYJ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXusOrudYJ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXusOrudYJ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXusOrudYJ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXusOrudYJ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXusOrudYJ img {
    height: 3.8rem !important;
  }
  .cid-uXusOrudYJ .btn {
    display: -webkit-flex;
  }
  .cid-uXusOrudYJ button.navbar-toggler {
    display: block;
  }
  .cid-uXusOrudYJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXusOrudYJ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXusOrudYJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXusOrudYJ .navbar-collapse.collapsing,
  .cid-uXusOrudYJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXusOrudYJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uXusOrudYJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXusOrudYJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXusOrudYJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXusOrudYJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXusOrudYJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXusOrudYJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXusOrudYJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXusOrudYJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXusOrudYJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXusOrudYJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXusOrudYJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXusOrudYJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXusOrudYJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXusOrudYJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXusOrudYJ .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXusOrudYJ .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXusOrudYJ .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXusOrudYJ .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXusOrudYJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXusOrudYJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXusOrudYJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXusOrudYJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXusOrudYJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXusOrudYJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXusOrudYJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXusOrudYJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXusOrudYJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXusOrudYJ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXusOrudYJ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXusOrudYJ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXusOrudYJ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXusOrudYJ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXusOrudYJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXusOrudYJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXusOrudYJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXusOrudYJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXusOrudYJ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXusOrudYJ .navbar-toggler {
    display: none;
  }
  .cid-uXusOrudYJ .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXusOrudYJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXusOrudYJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXusOrudYJ .menu-logo {
  margin-right: auto;
}
.cid-uXusOrudYJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXusOrudYJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXusOrudYJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXusOrudYJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXusOrudYJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXusOrudYJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXusOrudYJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXusOrudYJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXusOrudYJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXusOrudYJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXusOrudYJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXusOrudYJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXusOrudYJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXusOrudYJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXusOrudYJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXusOrudYJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXusOrudYJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXusOrudYJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXusOrudYJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXusOrudYJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXusOrudYJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXusOrudYJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uXusOrudYJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXusOrudYJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXusOrudYJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXusOrudYJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXusOrudYJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXusOrudYJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXusOrudYJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXusOrudYJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXusOrudYJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXusOrudYJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXusOrudYJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXusOrudYJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse.collapsing,
.cid-uXusOrudYJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXusOrudYJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXusOrudYJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXusOrudYJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXusOrudYJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXusOrudYJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXusOrudYJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXusOrudYJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXusOrudYJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXusOrudYJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXusOrudYJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXusOrudYJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXusOrudYJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXusOrudYJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXusOrudYJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXusOrudYJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXusOrudYJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXusOrudYJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXusOrudYJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXusOrudYJ .nav-link:focus {
  outline: none;
}
.cid-uXusOrudYJ .navbar-toggler {
  position: relative;
}
.cid-uXusOrudYJ .dropdown-item.active,
.cid-uXusOrudYJ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXusOrudYJ .nav-link:hover,
.cid-uXusOrudYJ .dropdown-item:hover {
  color: #4284df;
}
.cid-v1a1o7DVmc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1a1o7DVmc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1a1o7DVmc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1a1o7DVmc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1a1o7DVmc .mbr-card-title {
  color: #000000;
}
.cid-v1a1o7DVmc .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1a1o7DVmc .mbr-text,
.cid-v1a1o7DVmc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1a1o7DVmc .row {
  align-items: top;
}
.cid-uZcgStRtjL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZcgStRtjL .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZcgStRtjL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZcgStRtjL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZcgStRtjL .mbr-card-title {
  color: #000000;
}
.cid-uZcgStRtjL .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZcgStRtjL .mbr-text,
.cid-uZcgStRtjL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZcgStRtjL .row {
  align-items: top;
}
.cid-uZcgStRtjL .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZcgStRtjL .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZcgStRtjL .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZcgStRtjL .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZcgStRtjL .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07T1xQWVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07T1xQWVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07T1xQWVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07T1xQWVy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07T1xQWVy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07T1xQWVy .container {
    padding: 0 30px;
  }
}
.cid-v07T1xQWVy .row {
  justify-content: center;
}
.cid-v07T1xQWVy .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07T1xQWVy .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07T1xQWVy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07T1xQWVy .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07T1xQWVy .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07T1xQWVy .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07T1xQWVy .mbr-desc {
  color: #22654E;
}
.cid-uYjo5221wZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjo5221wZ .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYjo5221wZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYjo5221wZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYjo5221wZ .mbr-card-title {
  color: #000000;
}
.cid-uYjo5221wZ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYjo5221wZ .mbr-text,
.cid-uYjo5221wZ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYjo5221wZ .row {
  align-items: top;
}
.cid-uYjo5221wZ .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYjo5221wZ .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYjo5221wZ .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYjo5221wZ .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYjo5221wZ .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYjobACdSJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjobACdSJ .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYjobACdSJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYjobACdSJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYjobACdSJ .mbr-card-title {
  color: #000000;
}
.cid-uYjobACdSJ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYjobACdSJ .mbr-text,
.cid-uYjobACdSJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYjobACdSJ .row {
  align-items: top;
}
.cid-uYjobACdSJ .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYjobACdSJ .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYjobACdSJ .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYjobACdSJ .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYjobACdSJ .list-wrapper .list .item-wrap::before {
  content: '❌';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYjqMOQMg0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjqMOQMg0 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYjqMOQMg0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYjqMOQMg0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYjqMOQMg0 .mbr-card-title {
  color: #000000;
}
.cid-uYjqMOQMg0 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYjqMOQMg0 .mbr-text,
.cid-uYjqMOQMg0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYjqMOQMg0 .row {
  align-items: top;
}
.cid-uYjqMOQMg0 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYjqMOQMg0 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYjqMOQMg0 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYjqMOQMg0 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYjqMOQMg0 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07Z3pLUmK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07Z3pLUmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07Z3pLUmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07Z3pLUmK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07Z3pLUmK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07Z3pLUmK .container {
    padding: 0 30px;
  }
}
.cid-v07Z3pLUmK .row {
  justify-content: center;
}
.cid-v07Z3pLUmK .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07Z3pLUmK .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07Z3pLUmK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07Z3pLUmK .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07Z3pLUmK .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07Z3pLUmK .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07Z3pLUmK .mbr-desc {
  color: #22654E;
}
.cid-uYjrjf4heX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjrjf4heX .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYjrjf4heX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYjrjf4heX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYjrjf4heX .mbr-card-title {
  color: #000000;
}
.cid-uYjrjf4heX .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYjrjf4heX .mbr-text,
.cid-uYjrjf4heX .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYjrjf4heX .row {
  align-items: top;
}
.cid-uYjrjf4heX .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYjrjf4heX .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYjrjf4heX .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYjrjf4heX .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYjrjf4heX .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYlF14DY60 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYlF14DY60 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYlF14DY60 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYlF14DY60 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYlF14DY60 .mbr-card-title {
  color: #000000;
}
.cid-uYlF14DY60 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYlF14DY60 .mbr-text,
.cid-uYlF14DY60 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYlF14DY60 .row {
  align-items: top;
}
.cid-uYlF14DY60 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYlF14DY60 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYlF14DY60 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYlF14DY60 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYlF14DY60 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX2ppwwdP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX2ppwwdP .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX2ppwwdP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX2ppwwdP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX2ppwwdP .mbr-card-title {
  color: #000000;
}
.cid-uZX2ppwwdP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX2ppwwdP .mbr-text,
.cid-uZX2ppwwdP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX2ppwwdP .row {
  align-items: top;
}
.cid-uZX2ppwwdP .container {
  width: 100%;
  height: 250px;
}
.cid-uZX2ppwwdP .iframe-class {
  width: 100%;
  height: 270%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uYjuCP1N3g {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYjuCP1N3g .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYjuCP1N3g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYjuCP1N3g .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYjuCP1N3g .mbr-card-title {
  color: #000000;
}
.cid-uYjuCP1N3g .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYjuCP1N3g .mbr-text,
.cid-uYjuCP1N3g .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYjuCP1N3g .row {
  align-items: top;
}
.cid-uYlDllr3wj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYlDllr3wj .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYlDllr3wj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYlDllr3wj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYlDllr3wj .mbr-card-title {
  color: #000000;
}
.cid-uYlDllr3wj .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYlDllr3wj .mbr-text,
.cid-uYlDllr3wj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYlDllr3wj .row {
  align-items: top;
}
.cid-uYlDllr3wj .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYlDllr3wj .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYlDllr3wj .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYlDllr3wj .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYlDllr3wj .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZK66Mvs93 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZK66Mvs93 .container-fluid {
  padding: 0 3rem;
}
.cid-uZK66Mvs93 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZK66Mvs93 .mbr-section-subtitle {
  color: #767676;
}
.cid-uZK66Mvs93 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZK66Mvs93 .table-wrapper {
  margin: 0 auto;
}
.cid-uZK66Mvs93 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZK66Mvs93 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
}
.cid-uZK66Mvs93 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uZK66Mvs93 table.table {
  background: #efefef;
}
.cid-uZK66Mvs93 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZK66Mvs93 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZK66Mvs93 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZK66Mvs93 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZK66Mvs93 .dataTables_wrapper {
  display: block;
}
.cid-uZK66Mvs93 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZK66Mvs93 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZK66Mvs93 .head-item:after,
.cid-uZK66Mvs93 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZK66Mvs93 .dataTables_filter {
    text-align: center;
  }
  .cid-uZK66Mvs93 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZK66Mvs93 .dataTables_filter {
    text-align: center;
  }
  .cid-uZK66Mvs93 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZK66Mvs93 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZK66Mvs93 table th,
  .cid-uZK66Mvs93 table td {
    padding: .75rem;
  }
}
.cid-uZK66Mvs93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZK66Mvs93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZK66Mvs93 .body-item {
  text-align: left;
}
.cid-uZK66Mvs93 .head-item {
  color: #000000;
  text-align: left;
}
.cid-uYlDr89pgs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYlDr89pgs .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYlDr89pgs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYlDr89pgs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYlDr89pgs .mbr-card-title {
  color: #000000;
}
.cid-uYlDr89pgs .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYlDr89pgs .mbr-text,
.cid-uYlDr89pgs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYlDr89pgs .row {
  align-items: top;
}
.cid-uYlDr89pgs .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYlDr89pgs .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYlDr89pgs .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYlDr89pgs .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYlDr89pgs .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZK9NtmiCy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZK9NtmiCy .container-fluid {
  padding: 0 3rem;
}
.cid-uZK9NtmiCy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZK9NtmiCy .mbr-section-subtitle {
  color: #767676;
}
.cid-uZK9NtmiCy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZK9NtmiCy .table-wrapper {
  margin: 0 auto;
}
.cid-uZK9NtmiCy table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZK9NtmiCy table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
}
.cid-uZK9NtmiCy table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uZK9NtmiCy table.table {
  background: #efefef;
}
.cid-uZK9NtmiCy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZK9NtmiCy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZK9NtmiCy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZK9NtmiCy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZK9NtmiCy .dataTables_wrapper {
  display: block;
}
.cid-uZK9NtmiCy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZK9NtmiCy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZK9NtmiCy .head-item:after,
.cid-uZK9NtmiCy .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZK9NtmiCy .dataTables_filter {
    text-align: center;
  }
  .cid-uZK9NtmiCy .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZK9NtmiCy .dataTables_filter {
    text-align: center;
  }
  .cid-uZK9NtmiCy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZK9NtmiCy .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZK9NtmiCy table th,
  .cid-uZK9NtmiCy table td {
    padding: .75rem;
  }
}
.cid-uZK9NtmiCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZK9NtmiCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZK9NtmiCy .body-item {
  text-align: left;
}
.cid-uZK9NtmiCy .head-item {
  color: #000000;
  text-align: left;
}
.cid-uYHlFNtffY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYHlFNtffY .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYHlFNtffY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYHlFNtffY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYHlFNtffY .mbr-card-title {
  color: #000000;
}
.cid-uYHlFNtffY .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYHlFNtffY .mbr-text,
.cid-uYHlFNtffY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYHlFNtffY .row {
  align-items: top;
}
.cid-uYHlFNtffY .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYHlFNtffY .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYHlFNtffY .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYHlFNtffY .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYHlFNtffY .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYHlGpZMky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYHlGpZMky .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYHlGpZMky .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYHlGpZMky .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYHlGpZMky .mbr-card-title {
  color: #000000;
}
.cid-uYHlGpZMky .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYHlGpZMky .mbr-text,
.cid-uYHlGpZMky .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYHlGpZMky .row {
  align-items: top;
}
.cid-uYHlGpZMky .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYHlGpZMky .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYHlGpZMky .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYHlGpZMky .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYHlGpZMky .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYHlH1lzRq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYHlH1lzRq .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYHlH1lzRq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYHlH1lzRq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYHlH1lzRq .mbr-card-title {
  color: #000000;
}
.cid-uYHlH1lzRq .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYHlH1lzRq .mbr-text,
.cid-uYHlH1lzRq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYHlH1lzRq .row {
  align-items: top;
}
.cid-v07Z9RmlKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07Z9RmlKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07Z9RmlKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07Z9RmlKf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07Z9RmlKf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07Z9RmlKf .container {
    padding: 0 30px;
  }
}
.cid-v07Z9RmlKf .row {
  justify-content: center;
}
.cid-v07Z9RmlKf .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07Z9RmlKf .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07Z9RmlKf .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07Z9RmlKf .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07Z9RmlKf .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07Z9RmlKf .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07Z9RmlKf .mbr-desc {
  color: #22654E;
}
.cid-uYI1AgF5By {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYI1AgF5By .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYI1AgF5By .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYI1AgF5By .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYI1AgF5By .mbr-card-title {
  color: #000000;
}
.cid-uYI1AgF5By .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYI1AgF5By .mbr-text,
.cid-uYI1AgF5By .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYI1AgF5By .row {
  align-items: top;
}
.cid-v1pkC77FO5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1pkC77FO5 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v1pkC77FO5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1pkC77FO5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v1pkC77FO5 .mbr-card-title {
  color: #000000;
}
.cid-v1pkC77FO5 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1pkC77FO5 .mbr-text,
.cid-v1pkC77FO5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1pkC77FO5 .row {
  align-items: top;
}
.cid-v1pkC77FO5 .list-wrapper {
  margin-bottom: 32px;
}
.cid-v1pkC77FO5 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v1pkC77FO5 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v1pkC77FO5 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v1pkC77FO5 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZc4TWKs0u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZc4TWKs0u .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZc4TWKs0u .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZc4TWKs0u .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZc4TWKs0u .mbr-card-title {
  color: #000000;
}
.cid-uZc4TWKs0u .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZc4TWKs0u .mbr-text,
.cid-uZc4TWKs0u .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZc4TWKs0u .row {
  align-items: top;
}
.cid-uZc4TWKs0u .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZc4TWKs0u .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZc4TWKs0u .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZc4TWKs0u .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZc4TWKs0u .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZc4UPiXbH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZc4UPiXbH .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZc4UPiXbH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZc4UPiXbH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZc4UPiXbH .mbr-card-title {
  color: #000000;
}
.cid-uZc4UPiXbH .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZc4UPiXbH .mbr-text,
.cid-uZc4UPiXbH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZc4UPiXbH .row {
  align-items: top;
}
.cid-uZc4UPiXbH .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZc4UPiXbH .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZc4UPiXbH .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZc4UPiXbH .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZc4UPiXbH .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07ZgoVIkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07ZgoVIkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07ZgoVIkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07ZgoVIkF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07ZgoVIkF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07ZgoVIkF .container {
    padding: 0 30px;
  }
}
.cid-v07ZgoVIkF .row {
  justify-content: center;
}
.cid-v07ZgoVIkF .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07ZgoVIkF .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07ZgoVIkF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07ZgoVIkF .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07ZgoVIkF .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07ZgoVIkF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07ZgoVIkF .mbr-desc {
  color: #22654E;
}
.cid-uYlEMs3CMI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYlEMs3CMI .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYlEMs3CMI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYlEMs3CMI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYlEMs3CMI .mbr-card-title {
  color: #000000;
}
.cid-uYlEMs3CMI .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYlEMs3CMI .mbr-text,
.cid-uYlEMs3CMI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYlEMs3CMI .row {
  align-items: top;
}
.cid-uYlEMs3CMI .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYlEMs3CMI .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYlEMs3CMI .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYlEMs3CMI .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYlEMs3CMI .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYzA2WemhK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYzA2WemhK .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYzA2WemhK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYzA2WemhK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYzA2WemhK .mbr-card-title {
  color: #000000;
}
.cid-uYzA2WemhK .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYzA2WemhK .mbr-text,
.cid-uYzA2WemhK .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYzA2WemhK .row {
  align-items: top;
}
.cid-uYzA2WemhK .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYzA2WemhK .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYzA2WemhK .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYzA2WemhK .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYzA2WemhK .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYpctP0ZIq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uYpctP0ZIq .image-block {
  margin: auto;
}
.cid-uYpctP0ZIq figcaption {
  position: relative;
}
.cid-uYpctP0ZIq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYpctP0ZIq .image-block {
    width: 100% !important;
  }
}
.cid-uYx41rbnm1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYx41rbnm1 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYx41rbnm1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYx41rbnm1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYx41rbnm1 .mbr-card-title {
  color: #000000;
}
.cid-uYx41rbnm1 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYx41rbnm1 .mbr-text,
.cid-uYx41rbnm1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYx41rbnm1 .row {
  align-items: top;
}
.cid-uYx41rbnm1 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYx41rbnm1 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYx41rbnm1 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYx41rbnm1 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYx41rbnm1 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1a1Ub1JYU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1a1Ub1JYU .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1a1Ub1JYU .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1a1Ub1JYU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1a1Ub1JYU .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1a1Ub1JYU .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1a1Ub1JYU .mbr-text {
  color: #000000;
}
.cid-v1a1Ub1JYU .mbr-description {
  color: #6c7577;
}
.cid-v1a1Ub1JYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1a1Ub1JYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXusOu53yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXusOu53yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXusOu53yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXusOu53yu .row {
  justify-content: center;
}
.cid-uXusOu53yu .row .card {
  justify-content: space-between;
}
.cid-uXusOu53yu .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXusOu53yu .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXusOu53yu .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXusOu53yu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXusOu53yu .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXusOu53yu .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXusOu53yu .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXusOu53yu .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXusOu53yu .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXusOu53yu .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXusOu53yu .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXusOu53yu .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXusOu53yu .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXusOu53yu .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXusOu53yu .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXusOu53yu .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXusOu53yu .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXusOu53yu .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXusOu53yu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXusOu53yu .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXusOu53yu .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXusOu53yu .mbr-section-title {
  color: #093388;
}
.cid-uXusOu53yu .mbr-list-title {
  color: #000000;
}
.cid-uXusOu53yu .list {
  color: #58595b;
}
.cid-uXusOu53yu .mbr-section-title,
.cid-uXusOu53yu .mbr-section-btn,
.cid-uXusOu53yu .content-wrapper {
  text-align: center;
}
.cid-uXusOuBh4A.popup-builder {
  background-color: #ffffff;
}
.cid-uXusOuBh4A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXusOuBh4A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXusOuBh4A .modal-content,
.cid-uXusOuBh4A .modal-dialog {
  height: auto;
}
.cid-uXusOuBh4A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXusOuBh4A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXusOuBh4A .form-wrapper .mbr-form .form-group,
  .cid-uXusOuBh4A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXusOuBh4A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXusOuBh4A .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-uXusOuBh4A .mbr-text {
  text-align: center;
}
.cid-uXusOuBh4A .pt-0 {
  padding-top: 0 !important;
}
.cid-uXusOuBh4A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXusOuBh4A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXusOuBh4A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXusOuBh4A .modal-open {
  overflow: hidden;
}
.cid-uXusOuBh4A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXusOuBh4A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXusOuBh4A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXusOuBh4A .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-uXusOuBh4A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXusOuBh4A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXusOuBh4A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXusOuBh4A .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-uXusOuBh4A .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXusOuBh4A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXusOuBh4A .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXusOuBh4A .modal-backdrop.show {
  opacity: .5;
}
.cid-uXusOuBh4A .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXusOuBh4A .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXusOuBh4A .modal-header {
    padding: 1rem;
  }
}
.cid-uXusOuBh4A .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXusOuBh4A .modal-header .close svg {
  fill: #353535;
}
.cid-uXusOuBh4A .modal-header .close:hover {
  opacity: 1;
}
.cid-uXusOuBh4A .modal-header .close:focus {
  outline: none;
}
.cid-uXusOuBh4A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXusOuBh4A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXusOuBh4A .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXusOuBh4A .modal-body {
    padding: 1rem;
  }
}
.cid-uXusOuBh4A .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXusOuBh4A .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXusOuBh4A .modal-footer {
    padding: 1rem;
  }
}
.cid-uXusOuBh4A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXusOuBh4A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXusOuBh4A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXusOuBh4A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXusOuBh4A .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXusOuBh4A .modal-lg,
  .cid-uXusOuBh4A .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXusOuBh4A .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXusOuBh4A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXusOuBh4A .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-uXusOuBh4A .form-group {
  margin-bottom: 1rem;
}
.cid-uXusOuBh4A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXusOuBh4A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXusOuBh4A .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-uXusOuBh4A .mbr-section-btn {
  margin: 0;
}
.cid-uXusOuBh4A .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYFpQBD3o8.popup-builder {
  background-color: #ffffff;
}
.cid-uYFpQBD3o8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYFpQBD3o8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYFpQBD3o8 .modal-content,
.cid-uYFpQBD3o8 .modal-dialog {
  height: auto;
}
.cid-uYFpQBD3o8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYFpQBD3o8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYFpQBD3o8 .form-wrapper .mbr-form .form-group,
  .cid-uYFpQBD3o8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYFpQBD3o8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYFpQBD3o8 .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-uYFpQBD3o8 .mbr-text {
  text-align: left;
}
.cid-uYFpQBD3o8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uYFpQBD3o8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYFpQBD3o8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYFpQBD3o8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYFpQBD3o8 .modal-open {
  overflow: hidden;
}
.cid-uYFpQBD3o8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYFpQBD3o8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYFpQBD3o8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYFpQBD3o8 .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-uYFpQBD3o8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYFpQBD3o8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYFpQBD3o8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYFpQBD3o8 .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-uYFpQBD3o8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYFpQBD3o8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYFpQBD3o8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYFpQBD3o8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uYFpQBD3o8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYFpQBD3o8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYFpQBD3o8 .modal-header {
    padding: 1rem;
  }
}
.cid-uYFpQBD3o8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYFpQBD3o8 .modal-header .close svg {
  fill: #353535;
}
.cid-uYFpQBD3o8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uYFpQBD3o8 .modal-header .close:focus {
  outline: none;
}
.cid-uYFpQBD3o8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYFpQBD3o8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYFpQBD3o8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYFpQBD3o8 .modal-body {
    padding: 1rem;
  }
}
.cid-uYFpQBD3o8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYFpQBD3o8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYFpQBD3o8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uYFpQBD3o8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYFpQBD3o8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYFpQBD3o8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYFpQBD3o8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYFpQBD3o8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYFpQBD3o8 .modal-lg,
  .cid-uYFpQBD3o8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYFpQBD3o8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYFpQBD3o8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYFpQBD3o8 .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-uYFpQBD3o8 .form-group {
  margin-bottom: 1rem;
}
.cid-uYFpQBD3o8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYFpQBD3o8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYFpQBD3o8 .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-uYFpQBD3o8 .mbr-section-btn {
  margin: 0;
}
.cid-uYFpQBD3o8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYHaPixGpm.popup-builder {
  background-color: #ffffff;
}
.cid-uYHaPixGpm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYHaPixGpm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYHaPixGpm .modal-content,
.cid-uYHaPixGpm .modal-dialog {
  height: auto;
}
.cid-uYHaPixGpm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYHaPixGpm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYHaPixGpm .form-wrapper .mbr-form .form-group,
  .cid-uYHaPixGpm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYHaPixGpm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYHaPixGpm .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-uYHaPixGpm .mbr-text {
  text-align: left;
}
.cid-uYHaPixGpm .pt-0 {
  padding-top: 0 !important;
}
.cid-uYHaPixGpm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYHaPixGpm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYHaPixGpm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYHaPixGpm .modal-open {
  overflow: hidden;
}
.cid-uYHaPixGpm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYHaPixGpm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYHaPixGpm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYHaPixGpm .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-uYHaPixGpm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYHaPixGpm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYHaPixGpm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYHaPixGpm .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-uYHaPixGpm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYHaPixGpm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYHaPixGpm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYHaPixGpm .modal-backdrop.show {
  opacity: .5;
}
.cid-uYHaPixGpm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYHaPixGpm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYHaPixGpm .modal-header {
    padding: 1rem;
  }
}
.cid-uYHaPixGpm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYHaPixGpm .modal-header .close svg {
  fill: #353535;
}
.cid-uYHaPixGpm .modal-header .close:hover {
  opacity: 1;
}
.cid-uYHaPixGpm .modal-header .close:focus {
  outline: none;
}
.cid-uYHaPixGpm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYHaPixGpm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYHaPixGpm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYHaPixGpm .modal-body {
    padding: 1rem;
  }
}
.cid-uYHaPixGpm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYHaPixGpm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYHaPixGpm .modal-footer {
    padding: 1rem;
  }
}
.cid-uYHaPixGpm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYHaPixGpm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYHaPixGpm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYHaPixGpm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYHaPixGpm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYHaPixGpm .modal-lg,
  .cid-uYHaPixGpm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYHaPixGpm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYHaPixGpm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYHaPixGpm .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-uYHaPixGpm .form-group {
  margin-bottom: 1rem;
}
.cid-uYHaPixGpm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYHaPixGpm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYHaPixGpm .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-uYHaPixGpm .mbr-section-btn {
  margin: 0;
}
.cid-uYHaPixGpm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXYd4kDP1i .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXYd4kDP1i .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXYd4kDP1i a {
  font-style: normal;
}
.cid-uXYd4kDP1i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXYd4kDP1i .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXYd4kDP1i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYd4kDP1i .content-text {
  margin-bottom: 0;
}
.cid-uXYd4kDP1i .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXYd4kDP1i .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXYd4kDP1i .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXYd4kDP1i .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXYd4kDP1i .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXYd4kDP1i .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXYd4kDP1i .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXYd4kDP1i .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXYd4kDP1i .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXYd4kDP1i .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXYd4kDP1i .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXYd4kDP1i .content-right-side {
  text-align: center;
}
.cid-uXYd4kDP1i .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXYd4kDP1i .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXYd4kDP1i .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXYd4kDP1i .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXYd4kDP1i .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXYd4kDP1i .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXYd4kDP1i img {
    height: 3.8rem !important;
  }
  .cid-uXYd4kDP1i .btn {
    display: -webkit-flex;
  }
  .cid-uXYd4kDP1i button.navbar-toggler {
    display: block;
  }
  .cid-uXYd4kDP1i .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXYd4kDP1i .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXYd4kDP1i .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXYd4kDP1i .navbar-collapse.collapsing,
  .cid-uXYd4kDP1i .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXYd4kDP1i .navbar-collapse.collapsing .navbar-nav,
  .cid-uXYd4kDP1i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXYd4kDP1i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXYd4kDP1i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXYd4kDP1i .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXYd4kDP1i .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXYd4kDP1i .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXYd4kDP1i .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXYd4kDP1i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXYd4kDP1i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXYd4kDP1i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXYd4kDP1i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXYd4kDP1i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXYd4kDP1i .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXYd4kDP1i .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXYd4kDP1i .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXYd4kDP1i .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXYd4kDP1i .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXYd4kDP1i .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXYd4kDP1i .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXYd4kDP1i .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXYd4kDP1i .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXYd4kDP1i .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXYd4kDP1i .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYd4kDP1i .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXYd4kDP1i .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXYd4kDP1i .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXYd4kDP1i .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXYd4kDP1i .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXYd4kDP1i .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXYd4kDP1i .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXYd4kDP1i .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXYd4kDP1i .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXYd4kDP1i .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXYd4kDP1i .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXYd4kDP1i .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXYd4kDP1i .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXYd4kDP1i .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXYd4kDP1i .navbar-toggler {
    display: none;
  }
  .cid-uXYd4kDP1i .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXYd4kDP1i .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYd4kDP1i .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXYd4kDP1i .menu-logo {
  margin-right: auto;
}
.cid-uXYd4kDP1i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYd4kDP1i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXYd4kDP1i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXYd4kDP1i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXYd4kDP1i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXYd4kDP1i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXYd4kDP1i .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXYd4kDP1i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXYd4kDP1i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXYd4kDP1i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXYd4kDP1i .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYd4kDP1i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXYd4kDP1i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXYd4kDP1i .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXYd4kDP1i .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXYd4kDP1i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXYd4kDP1i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXYd4kDP1i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXYd4kDP1i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXYd4kDP1i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXYd4kDP1i button.navbar-toggler:focus {
  outline: none;
}
.cid-uXYd4kDP1i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXYd4kDP1i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXYd4kDP1i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXYd4kDP1i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXYd4kDP1i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXYd4kDP1i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXYd4kDP1i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXYd4kDP1i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXYd4kDP1i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXYd4kDP1i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXYd4kDP1i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXYd4kDP1i .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse.collapsing,
.cid-uXYd4kDP1i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXYd4kDP1i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXYd4kDP1i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXYd4kDP1i .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXYd4kDP1i .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXYd4kDP1i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXYd4kDP1i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXYd4kDP1i .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXYd4kDP1i .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXYd4kDP1i .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXYd4kDP1i .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXYd4kDP1i .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXYd4kDP1i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXYd4kDP1i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXYd4kDP1i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXYd4kDP1i .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXYd4kDP1i .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXYd4kDP1i .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXYd4kDP1i .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXYd4kDP1i .nav-link:focus {
  outline: none;
}
.cid-uXYd4kDP1i .navbar-toggler {
  position: relative;
}
.cid-uXYd4kDP1i .dropdown-item.active,
.cid-uXYd4kDP1i .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXYd4kDP1i .nav-link:hover,
.cid-uXYd4kDP1i .dropdown-item:hover {
  color: #4284df;
}
.cid-uXYd4lzI1R {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXYd4lYIoK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uXYd4lYIoK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXYd4lYIoK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXYd4lYIoK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXYd4lYIoK .mbr-card-title {
  color: #000000;
}
.cid-uXYd4lYIoK .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXYd4lYIoK .mbr-text,
.cid-uXYd4lYIoK .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXYd4lYIoK .row {
  align-items: top;
}
.cid-uXYd4mzO3Y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uXYd4mzO3Y .container {
    max-width: 1162px;
  }
}
.cid-uXYd4mzO3Y .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uXYd4mzO3Y .btn:hover,
.cid-uXYd4mzO3Y .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uXYd4mzO3Y .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uXYd4mzO3Y img,
.cid-uXYd4mzO3Y .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uXYd4mzO3Y .item-img {
  height: 100%;
}
.cid-uXYd4mzO3Y .item-img img {
  object-fit: cover;
}
.cid-uXYd4mzO3Y .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uXYd4mzO3Y .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uXYd4mzO3Y .mbr-text,
.cid-uXYd4mzO3Y .mbr-section-btn {
  color: #ffffff;
}
.cid-uXYd4mzO3Y .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uXYd4mzO3Y .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uXYd4mzO3Y .item:focus,
.cid-uXYd4mzO3Y span:focus {
  outline: none;
}
.cid-uXYd4mzO3Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uXYd4mzO3Y .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uXYd4mzO3Y .mbr-section-title,
.cid-uXYd4mzO3Y .mbr-section-btn {
  text-align: center;
}
.cid-uXYd4nJEob {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXYd4nJEob .block-title {
  color: #ffffff;
}
.cid-uXYd4ocekU {
  background-color: #000000;
  overflow: hidden;
}
.cid-uXYd4ocekU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXYd4ocekU .container-fluid,
.cid-uXYd4ocekU .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uXYd4ocekU .container-fluid,
  .cid-uXYd4ocekU .container {
    padding: 0 1.5rem;
  }
}
.cid-uXYd4ocekU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXYd4ocekU a {
  font-weight: bold;
}
.cid-uXYd4ocekU .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uXYd4ocekU .image-wrapper img {
  border-radius: 4rem !important;
  height: 1200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXYd4ocekU .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uXYd4ocekU .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uXYd4ocekU .row {
  justify-content: space-between;
  background: linear-gradient(to top, #9473d2, #89c4f4);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uXYd4ocekU .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uXYd4ocekU .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uXYd4ocekU .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uXYd4ocekU .mbr-section-btn,
.cid-uXYd4ocekU .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uXYd4ocekU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXYd4ocekU .mbr-section-title {
  color: #ffffff;
}
.cid-uXYd4ocekU .mbr-text,
.cid-uXYd4ocekU .mbr-section-btn {
  color: #ffffff;
}
.cid-uXYd4ocekU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXYd4ocekU .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uXYd4oBqaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXYd4oBqaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXYd4oBqaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXYd4oBqaK .row {
  justify-content: center;
}
.cid-uXYd4oBqaK .row .card {
  justify-content: space-between;
}
.cid-uXYd4oBqaK .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXYd4oBqaK .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXYd4oBqaK .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXYd4oBqaK .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXYd4oBqaK .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXYd4oBqaK .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXYd4oBqaK .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXYd4oBqaK .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXYd4oBqaK .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXYd4oBqaK .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXYd4oBqaK .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXYd4oBqaK .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXYd4oBqaK .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXYd4oBqaK .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXYd4oBqaK .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXYd4oBqaK .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXYd4oBqaK .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXYd4oBqaK .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXYd4oBqaK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXYd4oBqaK .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXYd4oBqaK .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXYd4oBqaK .mbr-section-title {
  color: #093388;
}
.cid-uXYd4oBqaK .mbr-list-title {
  color: #000000;
}
.cid-uXYd4oBqaK .list {
  color: #58595b;
}
.cid-uXYd4oBqaK .mbr-section-title,
.cid-uXYd4oBqaK .mbr-section-btn,
.cid-uXYd4oBqaK .content-wrapper {
  text-align: center;
}
.cid-uXYd4p6ZtA.popup-builder {
  background-color: #ffffff;
}
.cid-uXYd4p6ZtA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXYd4p6ZtA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXYd4p6ZtA .modal-content,
.cid-uXYd4p6ZtA .modal-dialog {
  height: auto;
}
.cid-uXYd4p6ZtA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXYd4p6ZtA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXYd4p6ZtA .form-wrapper .mbr-form .form-group,
  .cid-uXYd4p6ZtA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXYd4p6ZtA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXYd4p6ZtA .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-uXYd4p6ZtA .mbr-text {
  text-align: center;
}
.cid-uXYd4p6ZtA .pt-0 {
  padding-top: 0 !important;
}
.cid-uXYd4p6ZtA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXYd4p6ZtA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXYd4p6ZtA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXYd4p6ZtA .modal-open {
  overflow: hidden;
}
.cid-uXYd4p6ZtA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXYd4p6ZtA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXYd4p6ZtA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXYd4p6ZtA .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-uXYd4p6ZtA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXYd4p6ZtA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXYd4p6ZtA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXYd4p6ZtA .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-uXYd4p6ZtA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXYd4p6ZtA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXYd4p6ZtA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXYd4p6ZtA .modal-backdrop.show {
  opacity: .5;
}
.cid-uXYd4p6ZtA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXYd4p6ZtA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYd4p6ZtA .modal-header {
    padding: 1rem;
  }
}
.cid-uXYd4p6ZtA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXYd4p6ZtA .modal-header .close svg {
  fill: #353535;
}
.cid-uXYd4p6ZtA .modal-header .close:hover {
  opacity: 1;
}
.cid-uXYd4p6ZtA .modal-header .close:focus {
  outline: none;
}
.cid-uXYd4p6ZtA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXYd4p6ZtA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXYd4p6ZtA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYd4p6ZtA .modal-body {
    padding: 1rem;
  }
}
.cid-uXYd4p6ZtA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXYd4p6ZtA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYd4p6ZtA .modal-footer {
    padding: 1rem;
  }
}
.cid-uXYd4p6ZtA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXYd4p6ZtA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXYd4p6ZtA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXYd4p6ZtA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXYd4p6ZtA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXYd4p6ZtA .modal-lg,
  .cid-uXYd4p6ZtA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXYd4p6ZtA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXYd4p6ZtA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXYd4p6ZtA .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-uXYd4p6ZtA .form-group {
  margin-bottom: 1rem;
}
.cid-uXYd4p6ZtA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXYd4p6ZtA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXYd4p6ZtA .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-uXYd4p6ZtA .mbr-section-btn {
  margin: 0;
}
.cid-uXYd4p6ZtA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXYdkzQw7S .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXYdkzQw7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXYdkzQw7S a {
  font-style: normal;
}
.cid-uXYdkzQw7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXYdkzQw7S .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXYdkzQw7S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYdkzQw7S .content-text {
  margin-bottom: 0;
}
.cid-uXYdkzQw7S .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXYdkzQw7S .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXYdkzQw7S .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXYdkzQw7S .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXYdkzQw7S .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXYdkzQw7S .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXYdkzQw7S .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXYdkzQw7S .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXYdkzQw7S .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXYdkzQw7S .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXYdkzQw7S .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXYdkzQw7S .content-right-side {
  text-align: center;
}
.cid-uXYdkzQw7S .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXYdkzQw7S .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXYdkzQw7S .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXYdkzQw7S .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXYdkzQw7S .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXYdkzQw7S .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXYdkzQw7S img {
    height: 3.8rem !important;
  }
  .cid-uXYdkzQw7S .btn {
    display: -webkit-flex;
  }
  .cid-uXYdkzQw7S button.navbar-toggler {
    display: block;
  }
  .cid-uXYdkzQw7S .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXYdkzQw7S .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXYdkzQw7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXYdkzQw7S .navbar-collapse.collapsing,
  .cid-uXYdkzQw7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXYdkzQw7S .navbar-collapse.collapsing .navbar-nav,
  .cid-uXYdkzQw7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXYdkzQw7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXYdkzQw7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXYdkzQw7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXYdkzQw7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXYdkzQw7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXYdkzQw7S .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXYdkzQw7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXYdkzQw7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXYdkzQw7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXYdkzQw7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXYdkzQw7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXYdkzQw7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXYdkzQw7S .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXYdkzQw7S .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXYdkzQw7S .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXYdkzQw7S .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXYdkzQw7S .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXYdkzQw7S .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXYdkzQw7S .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXYdkzQw7S .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXYdkzQw7S .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXYdkzQw7S .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYdkzQw7S .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXYdkzQw7S .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXYdkzQw7S .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXYdkzQw7S .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXYdkzQw7S .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXYdkzQw7S .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXYdkzQw7S .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXYdkzQw7S .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXYdkzQw7S .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXYdkzQw7S .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXYdkzQw7S .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXYdkzQw7S .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXYdkzQw7S .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXYdkzQw7S .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXYdkzQw7S .navbar-toggler {
    display: none;
  }
  .cid-uXYdkzQw7S .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXYdkzQw7S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYdkzQw7S .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXYdkzQw7S .menu-logo {
  margin-right: auto;
}
.cid-uXYdkzQw7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYdkzQw7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXYdkzQw7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXYdkzQw7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXYdkzQw7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXYdkzQw7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXYdkzQw7S .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXYdkzQw7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXYdkzQw7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXYdkzQw7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXYdkzQw7S .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYdkzQw7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXYdkzQw7S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXYdkzQw7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXYdkzQw7S .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXYdkzQw7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXYdkzQw7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXYdkzQw7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXYdkzQw7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXYdkzQw7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXYdkzQw7S button.navbar-toggler:focus {
  outline: none;
}
.cid-uXYdkzQw7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXYdkzQw7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXYdkzQw7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXYdkzQw7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXYdkzQw7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXYdkzQw7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXYdkzQw7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXYdkzQw7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXYdkzQw7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXYdkzQw7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXYdkzQw7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXYdkzQw7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse.collapsing,
.cid-uXYdkzQw7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXYdkzQw7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXYdkzQw7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXYdkzQw7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXYdkzQw7S .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXYdkzQw7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXYdkzQw7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXYdkzQw7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXYdkzQw7S .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXYdkzQw7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXYdkzQw7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXYdkzQw7S .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXYdkzQw7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXYdkzQw7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXYdkzQw7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXYdkzQw7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXYdkzQw7S .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXYdkzQw7S .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXYdkzQw7S .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXYdkzQw7S .nav-link:focus {
  outline: none;
}
.cid-uXYdkzQw7S .navbar-toggler {
  position: relative;
}
.cid-uXYdkzQw7S .dropdown-item.active,
.cid-uXYdkzQw7S .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXYdkzQw7S .nav-link:hover,
.cid-uXYdkzQw7S .dropdown-item:hover {
  color: #4284df;
}
.cid-uXYdkAup5c {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXYdkAQUaV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uXYdkAQUaV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXYdkAQUaV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXYdkAQUaV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXYdkAQUaV .mbr-card-title {
  color: #000000;
}
.cid-uXYdkAQUaV .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXYdkAQUaV .mbr-text,
.cid-uXYdkAQUaV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXYdkAQUaV .row {
  align-items: top;
}
.cid-uXYdkBfPP0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uXYdkBfPP0 .container {
    max-width: 1162px;
  }
}
.cid-uXYdkBfPP0 .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uXYdkBfPP0 .btn:hover,
.cid-uXYdkBfPP0 .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uXYdkBfPP0 .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uXYdkBfPP0 img,
.cid-uXYdkBfPP0 .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uXYdkBfPP0 .item-img {
  height: 100%;
}
.cid-uXYdkBfPP0 .item-img img {
  object-fit: cover;
}
.cid-uXYdkBfPP0 .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uXYdkBfPP0 .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uXYdkBfPP0 .mbr-text,
.cid-uXYdkBfPP0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXYdkBfPP0 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uXYdkBfPP0 .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uXYdkBfPP0 .item:focus,
.cid-uXYdkBfPP0 span:focus {
  outline: none;
}
.cid-uXYdkBfPP0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uXYdkBfPP0 .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uXYdkBfPP0 .mbr-section-title,
.cid-uXYdkBfPP0 .mbr-section-btn {
  text-align: center;
}
.cid-uXYdkBYmRB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXYdkBYmRB .block-title {
  color: #ffffff;
}
.cid-uXYdkCkvHW {
  background-color: #000000;
  overflow: hidden;
}
.cid-uXYdkCkvHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXYdkCkvHW .container-fluid,
.cid-uXYdkCkvHW .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uXYdkCkvHW .container-fluid,
  .cid-uXYdkCkvHW .container {
    padding: 0 1.5rem;
  }
}
.cid-uXYdkCkvHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXYdkCkvHW a {
  font-weight: bold;
}
.cid-uXYdkCkvHW .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uXYdkCkvHW .image-wrapper img {
  border-radius: 4rem !important;
  height: 1200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXYdkCkvHW .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uXYdkCkvHW .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uXYdkCkvHW .row {
  justify-content: space-between;
  background: linear-gradient(to top, #9473d2, #89c4f4);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uXYdkCkvHW .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uXYdkCkvHW .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uXYdkCkvHW .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uXYdkCkvHW .mbr-section-btn,
.cid-uXYdkCkvHW .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uXYdkCkvHW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXYdkCkvHW .mbr-section-title {
  color: #ffffff;
}
.cid-uXYdkCkvHW .mbr-text,
.cid-uXYdkCkvHW .mbr-section-btn {
  color: #ffffff;
}
.cid-uXYdkCkvHW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXYdkCkvHW .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uXYdkCOC11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXYdkCOC11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXYdkCOC11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXYdkCOC11 .row {
  justify-content: center;
}
.cid-uXYdkCOC11 .row .card {
  justify-content: space-between;
}
.cid-uXYdkCOC11 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXYdkCOC11 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXYdkCOC11 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXYdkCOC11 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXYdkCOC11 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXYdkCOC11 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXYdkCOC11 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXYdkCOC11 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXYdkCOC11 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXYdkCOC11 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXYdkCOC11 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXYdkCOC11 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXYdkCOC11 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXYdkCOC11 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXYdkCOC11 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXYdkCOC11 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXYdkCOC11 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXYdkCOC11 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXYdkCOC11 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXYdkCOC11 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXYdkCOC11 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXYdkCOC11 .mbr-section-title {
  color: #093388;
}
.cid-uXYdkCOC11 .mbr-list-title {
  color: #000000;
}
.cid-uXYdkCOC11 .list {
  color: #58595b;
}
.cid-uXYdkCOC11 .mbr-section-title,
.cid-uXYdkCOC11 .mbr-section-btn,
.cid-uXYdkCOC11 .content-wrapper {
  text-align: center;
}
.cid-uXYdkDjeyt.popup-builder {
  background-color: #ffffff;
}
.cid-uXYdkDjeyt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXYdkDjeyt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXYdkDjeyt .modal-content,
.cid-uXYdkDjeyt .modal-dialog {
  height: auto;
}
.cid-uXYdkDjeyt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXYdkDjeyt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXYdkDjeyt .form-wrapper .mbr-form .form-group,
  .cid-uXYdkDjeyt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXYdkDjeyt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXYdkDjeyt .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-uXYdkDjeyt .mbr-text {
  text-align: center;
}
.cid-uXYdkDjeyt .pt-0 {
  padding-top: 0 !important;
}
.cid-uXYdkDjeyt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXYdkDjeyt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXYdkDjeyt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXYdkDjeyt .modal-open {
  overflow: hidden;
}
.cid-uXYdkDjeyt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXYdkDjeyt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXYdkDjeyt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXYdkDjeyt .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-uXYdkDjeyt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXYdkDjeyt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXYdkDjeyt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXYdkDjeyt .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-uXYdkDjeyt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXYdkDjeyt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXYdkDjeyt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXYdkDjeyt .modal-backdrop.show {
  opacity: .5;
}
.cid-uXYdkDjeyt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXYdkDjeyt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYdkDjeyt .modal-header {
    padding: 1rem;
  }
}
.cid-uXYdkDjeyt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXYdkDjeyt .modal-header .close svg {
  fill: #353535;
}
.cid-uXYdkDjeyt .modal-header .close:hover {
  opacity: 1;
}
.cid-uXYdkDjeyt .modal-header .close:focus {
  outline: none;
}
.cid-uXYdkDjeyt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXYdkDjeyt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXYdkDjeyt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYdkDjeyt .modal-body {
    padding: 1rem;
  }
}
.cid-uXYdkDjeyt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXYdkDjeyt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYdkDjeyt .modal-footer {
    padding: 1rem;
  }
}
.cid-uXYdkDjeyt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXYdkDjeyt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXYdkDjeyt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXYdkDjeyt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXYdkDjeyt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXYdkDjeyt .modal-lg,
  .cid-uXYdkDjeyt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXYdkDjeyt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXYdkDjeyt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXYdkDjeyt .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-uXYdkDjeyt .form-group {
  margin-bottom: 1rem;
}
.cid-uXYdkDjeyt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXYdkDjeyt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXYdkDjeyt .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-uXYdkDjeyt .mbr-section-btn {
  margin: 0;
}
.cid-uXYdkDjeyt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXYdx1Ld04 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uXYdx1Ld04 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uXYdx1Ld04 a {
  font-style: normal;
}
.cid-uXYdx1Ld04 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXYdx1Ld04 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uXYdx1Ld04 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYdx1Ld04 .content-text {
  margin-bottom: 0;
}
.cid-uXYdx1Ld04 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uXYdx1Ld04 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uXYdx1Ld04 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXYdx1Ld04 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXYdx1Ld04 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uXYdx1Ld04 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXYdx1Ld04 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXYdx1Ld04 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uXYdx1Ld04 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXYdx1Ld04 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uXYdx1Ld04 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXYdx1Ld04 .content-right-side {
  text-align: center;
}
.cid-uXYdx1Ld04 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uXYdx1Ld04 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uXYdx1Ld04 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uXYdx1Ld04 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uXYdx1Ld04 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uXYdx1Ld04 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uXYdx1Ld04 img {
    height: 3.8rem !important;
  }
  .cid-uXYdx1Ld04 .btn {
    display: -webkit-flex;
  }
  .cid-uXYdx1Ld04 button.navbar-toggler {
    display: block;
  }
  .cid-uXYdx1Ld04 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uXYdx1Ld04 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXYdx1Ld04 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXYdx1Ld04 .navbar-collapse.collapsing,
  .cid-uXYdx1Ld04 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXYdx1Ld04 .navbar-collapse.collapsing .navbar-nav,
  .cid-uXYdx1Ld04 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXYdx1Ld04 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXYdx1Ld04 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXYdx1Ld04 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXYdx1Ld04 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXYdx1Ld04 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXYdx1Ld04 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uXYdx1Ld04 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXYdx1Ld04 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXYdx1Ld04 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXYdx1Ld04 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXYdx1Ld04 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXYdx1Ld04 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXYdx1Ld04 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uXYdx1Ld04 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uXYdx1Ld04 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uXYdx1Ld04 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uXYdx1Ld04 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uXYdx1Ld04 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXYdx1Ld04 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXYdx1Ld04 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uXYdx1Ld04 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uXYdx1Ld04 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYdx1Ld04 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXYdx1Ld04 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXYdx1Ld04 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXYdx1Ld04 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uXYdx1Ld04 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uXYdx1Ld04 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXYdx1Ld04 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uXYdx1Ld04 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXYdx1Ld04 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uXYdx1Ld04 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXYdx1Ld04 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXYdx1Ld04 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uXYdx1Ld04 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uXYdx1Ld04 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uXYdx1Ld04 .navbar-toggler {
    display: none;
  }
  .cid-uXYdx1Ld04 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uXYdx1Ld04 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYdx1Ld04 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXYdx1Ld04 .menu-logo {
  margin-right: auto;
}
.cid-uXYdx1Ld04 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXYdx1Ld04 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXYdx1Ld04 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXYdx1Ld04 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXYdx1Ld04 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXYdx1Ld04 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXYdx1Ld04 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXYdx1Ld04 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXYdx1Ld04 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXYdx1Ld04 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXYdx1Ld04 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXYdx1Ld04 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXYdx1Ld04 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXYdx1Ld04 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uXYdx1Ld04 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXYdx1Ld04 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXYdx1Ld04 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXYdx1Ld04 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXYdx1Ld04 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXYdx1Ld04 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXYdx1Ld04 button.navbar-toggler:focus {
  outline: none;
}
.cid-uXYdx1Ld04 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uXYdx1Ld04 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXYdx1Ld04 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXYdx1Ld04 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXYdx1Ld04 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXYdx1Ld04 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXYdx1Ld04 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXYdx1Ld04 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXYdx1Ld04 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXYdx1Ld04 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXYdx1Ld04 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXYdx1Ld04 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.collapsing,
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXYdx1Ld04 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXYdx1Ld04 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uXYdx1Ld04 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXYdx1Ld04 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXYdx1Ld04 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uXYdx1Ld04 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXYdx1Ld04 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXYdx1Ld04 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXYdx1Ld04 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXYdx1Ld04 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXYdx1Ld04 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXYdx1Ld04 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uXYdx1Ld04 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXYdx1Ld04 .nav-link:focus {
  outline: none;
}
.cid-uXYdx1Ld04 .navbar-toggler {
  position: relative;
}
.cid-uXYdx1Ld04 .dropdown-item.active,
.cid-uXYdx1Ld04 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uXYdx1Ld04 .nav-link:hover,
.cid-uXYdx1Ld04 .dropdown-item:hover {
  color: #4284df;
}
.cid-uXYdx2ljXT {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXYdx2EWs7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uXYdx2EWs7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXYdx2EWs7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXYdx2EWs7 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXYdx2EWs7 .mbr-card-title {
  color: #000000;
}
.cid-uXYdx2EWs7 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXYdx2EWs7 .mbr-text,
.cid-uXYdx2EWs7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXYdx2EWs7 .row {
  align-items: top;
}
.cid-uXYdx32Ljq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uXYdx32Ljq .container {
    max-width: 1162px;
  }
}
.cid-uXYdx32Ljq .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uXYdx32Ljq .btn:hover,
.cid-uXYdx32Ljq .btn:focus {
  border-color: #7237a2 !important;
  background-color: #7237a2 !important;
}
@media (min-width: 768px) {
  .cid-uXYdx32Ljq .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uXYdx32Ljq img,
.cid-uXYdx32Ljq .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uXYdx32Ljq .item-img {
  height: 100%;
}
.cid-uXYdx32Ljq .item-img img {
  object-fit: cover;
}
.cid-uXYdx32Ljq .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uXYdx32Ljq .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uXYdx32Ljq .mbr-text,
.cid-uXYdx32Ljq .mbr-section-btn {
  color: #ffffff;
}
.cid-uXYdx32Ljq .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uXYdx32Ljq .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uXYdx32Ljq .item:focus,
.cid-uXYdx32Ljq span:focus {
  outline: none;
}
.cid-uXYdx32Ljq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uXYdx32Ljq .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-uXYdx32Ljq .mbr-section-title,
.cid-uXYdx32Ljq .mbr-section-btn {
  text-align: center;
}
.cid-uXYdx3RBZz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXYdx3RBZz .block-title {
  color: #ffffff;
}
.cid-uXYdx4dviy {
  background-color: #000000;
  overflow: hidden;
}
.cid-uXYdx4dviy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXYdx4dviy .container-fluid,
.cid-uXYdx4dviy .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uXYdx4dviy .container-fluid,
  .cid-uXYdx4dviy .container {
    padding: 0 1.5rem;
  }
}
.cid-uXYdx4dviy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXYdx4dviy a {
  font-weight: bold;
}
.cid-uXYdx4dviy .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uXYdx4dviy .image-wrapper img {
  border-radius: 4rem !important;
  height: 1200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXYdx4dviy .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uXYdx4dviy .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uXYdx4dviy .row {
  justify-content: space-between;
  background: linear-gradient(to top, #9473d2, #89c4f4);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uXYdx4dviy .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uXYdx4dviy .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uXYdx4dviy .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uXYdx4dviy .mbr-section-btn,
.cid-uXYdx4dviy .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uXYdx4dviy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXYdx4dviy .mbr-section-title {
  color: #ffffff;
}
.cid-uXYdx4dviy .mbr-text,
.cid-uXYdx4dviy .mbr-section-btn {
  color: #ffffff;
}
.cid-uXYdx4dviy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXYdx4dviy .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uXYdx4F24w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXYdx4F24w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXYdx4F24w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXYdx4F24w .row {
  justify-content: center;
}
.cid-uXYdx4F24w .row .card {
  justify-content: space-between;
}
.cid-uXYdx4F24w .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXYdx4F24w .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXYdx4F24w .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXYdx4F24w .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXYdx4F24w .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXYdx4F24w .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXYdx4F24w .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXYdx4F24w .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXYdx4F24w .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXYdx4F24w .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXYdx4F24w .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXYdx4F24w .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXYdx4F24w .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXYdx4F24w .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXYdx4F24w .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXYdx4F24w .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXYdx4F24w .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXYdx4F24w .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXYdx4F24w .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXYdx4F24w .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXYdx4F24w .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXYdx4F24w .mbr-section-title {
  color: #093388;
}
.cid-uXYdx4F24w .mbr-list-title {
  color: #000000;
}
.cid-uXYdx4F24w .list {
  color: #58595b;
}
.cid-uXYdx4F24w .mbr-section-title,
.cid-uXYdx4F24w .mbr-section-btn,
.cid-uXYdx4F24w .content-wrapper {
  text-align: center;
}
.cid-uXYdx5cVBh.popup-builder {
  background-color: #ffffff;
}
.cid-uXYdx5cVBh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXYdx5cVBh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXYdx5cVBh .modal-content,
.cid-uXYdx5cVBh .modal-dialog {
  height: auto;
}
.cid-uXYdx5cVBh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXYdx5cVBh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXYdx5cVBh .form-wrapper .mbr-form .form-group,
  .cid-uXYdx5cVBh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXYdx5cVBh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXYdx5cVBh .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-uXYdx5cVBh .mbr-text {
  text-align: center;
}
.cid-uXYdx5cVBh .pt-0 {
  padding-top: 0 !important;
}
.cid-uXYdx5cVBh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXYdx5cVBh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXYdx5cVBh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXYdx5cVBh .modal-open {
  overflow: hidden;
}
.cid-uXYdx5cVBh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXYdx5cVBh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXYdx5cVBh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXYdx5cVBh .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-uXYdx5cVBh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXYdx5cVBh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXYdx5cVBh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXYdx5cVBh .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-uXYdx5cVBh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXYdx5cVBh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXYdx5cVBh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXYdx5cVBh .modal-backdrop.show {
  opacity: .5;
}
.cid-uXYdx5cVBh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXYdx5cVBh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYdx5cVBh .modal-header {
    padding: 1rem;
  }
}
.cid-uXYdx5cVBh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXYdx5cVBh .modal-header .close svg {
  fill: #353535;
}
.cid-uXYdx5cVBh .modal-header .close:hover {
  opacity: 1;
}
.cid-uXYdx5cVBh .modal-header .close:focus {
  outline: none;
}
.cid-uXYdx5cVBh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXYdx5cVBh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXYdx5cVBh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYdx5cVBh .modal-body {
    padding: 1rem;
  }
}
.cid-uXYdx5cVBh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXYdx5cVBh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXYdx5cVBh .modal-footer {
    padding: 1rem;
  }
}
.cid-uXYdx5cVBh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXYdx5cVBh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXYdx5cVBh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXYdx5cVBh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXYdx5cVBh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXYdx5cVBh .modal-lg,
  .cid-uXYdx5cVBh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXYdx5cVBh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXYdx5cVBh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXYdx5cVBh .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-uXYdx5cVBh .form-group {
  margin-bottom: 1rem;
}
.cid-uXYdx5cVBh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXYdx5cVBh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXYdx5cVBh .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-uXYdx5cVBh .mbr-section-btn {
  margin: 0;
}
.cid-uXYdx5cVBh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYvmXNUFft .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYvmXNUFft .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYvmXNUFft a {
  font-style: normal;
}
.cid-uYvmXNUFft .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYvmXNUFft .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uYvmXNUFft .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYvmXNUFft .content-text {
  margin-bottom: 0;
}
.cid-uYvmXNUFft .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYvmXNUFft .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYvmXNUFft .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYvmXNUFft .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYvmXNUFft .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYvmXNUFft .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYvmXNUFft .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYvmXNUFft .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYvmXNUFft .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYvmXNUFft .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYvmXNUFft .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYvmXNUFft .content-right-side {
  text-align: center;
}
.cid-uYvmXNUFft .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uYvmXNUFft .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uYvmXNUFft .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uYvmXNUFft .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uYvmXNUFft .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uYvmXNUFft .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uYvmXNUFft img {
    height: 3.8rem !important;
  }
  .cid-uYvmXNUFft .btn {
    display: -webkit-flex;
  }
  .cid-uYvmXNUFft button.navbar-toggler {
    display: block;
  }
  .cid-uYvmXNUFft .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uYvmXNUFft .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYvmXNUFft .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYvmXNUFft .navbar-collapse.collapsing,
  .cid-uYvmXNUFft .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYvmXNUFft .navbar-collapse.collapsing .navbar-nav,
  .cid-uYvmXNUFft .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYvmXNUFft .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYvmXNUFft .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYvmXNUFft .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYvmXNUFft .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYvmXNUFft .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYvmXNUFft .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYvmXNUFft .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYvmXNUFft .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYvmXNUFft .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uYvmXNUFft .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYvmXNUFft .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYvmXNUFft .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uYvmXNUFft .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uYvmXNUFft .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uYvmXNUFft .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uYvmXNUFft .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uYvmXNUFft .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uYvmXNUFft .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYvmXNUFft .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYvmXNUFft .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYvmXNUFft .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYvmXNUFft .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYvmXNUFft .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYvmXNUFft .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYvmXNUFft .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYvmXNUFft .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYvmXNUFft .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uYvmXNUFft .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uYvmXNUFft .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYvmXNUFft .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYvmXNUFft .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uYvmXNUFft .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYvmXNUFft .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYvmXNUFft .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYvmXNUFft .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYvmXNUFft .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uYvmXNUFft .navbar-toggler {
    display: none;
  }
  .cid-uYvmXNUFft .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uYvmXNUFft .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYvmXNUFft .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYvmXNUFft .menu-logo {
  margin-right: auto;
}
.cid-uYvmXNUFft .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYvmXNUFft .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uYvmXNUFft .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYvmXNUFft .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYvmXNUFft .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYvmXNUFft .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYvmXNUFft .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYvmXNUFft .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYvmXNUFft .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYvmXNUFft .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYvmXNUFft .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYvmXNUFft .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYvmXNUFft .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYvmXNUFft .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYvmXNUFft .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYvmXNUFft .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uYvmXNUFft .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYvmXNUFft .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYvmXNUFft .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYvmXNUFft .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYvmXNUFft button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYvmXNUFft button.navbar-toggler:focus {
  outline: none;
}
.cid-uYvmXNUFft button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uYvmXNUFft button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYvmXNUFft button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYvmXNUFft button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYvmXNUFft button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYvmXNUFft nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYvmXNUFft nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYvmXNUFft nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYvmXNUFft nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYvmXNUFft .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYvmXNUFft .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYvmXNUFft .collapsed .btn {
  display: -webkit-flex;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse.collapsing,
.cid-uYvmXNUFft .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYvmXNUFft .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYvmXNUFft .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYvmXNUFft .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYvmXNUFft .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYvmXNUFft .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYvmXNUFft .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYvmXNUFft .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uYvmXNUFft .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYvmXNUFft .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYvmXNUFft .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uYvmXNUFft .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYvmXNUFft .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uYvmXNUFft .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYvmXNUFft .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYvmXNUFft .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uYvmXNUFft .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYvmXNUFft .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYvmXNUFft .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYvmXNUFft .nav-link:focus {
  outline: none;
}
.cid-uYvmXNUFft .navbar-toggler {
  position: relative;
}
.cid-uYvmXNUFft .dropdown-item.active,
.cid-uYvmXNUFft .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uYvmXNUFft .nav-link:hover,
.cid-uYvmXNUFft .dropdown-item:hover {
  color: #4284df;
}
.cid-v1a264rETP {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1a264rETP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1a264rETP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1a264rETP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1a264rETP .mbr-card-title {
  color: #000000;
}
.cid-v1a264rETP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1a264rETP .mbr-text,
.cid-v1a264rETP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1a264rETP .row {
  align-items: top;
}
.cid-uYvmXPlFJy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uYvmXPlFJy .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYvmXPlFJy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYvmXPlFJy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uYvmXPlFJy .mbr-card-title {
  color: #000000;
}
.cid-uYvmXPlFJy .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYvmXPlFJy .mbr-text,
.cid-uYvmXPlFJy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYvmXPlFJy .row {
  align-items: top;
}
.cid-uYvmXPlFJy .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYvmXPlFJy .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYvmXPlFJy .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYvmXPlFJy .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYvmXPlFJy .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYvmXPlFJy .list,
.cid-uYvmXPlFJy .item-wrap {
  color: #000000;
}
.cid-v07Zxgv1rs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07Zxgv1rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07Zxgv1rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07Zxgv1rs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07Zxgv1rs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07Zxgv1rs .container {
    padding: 0 30px;
  }
}
.cid-v07Zxgv1rs .row {
  justify-content: center;
}
.cid-v07Zxgv1rs .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07Zxgv1rs .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07Zxgv1rs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07Zxgv1rs .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07Zxgv1rs .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07Zxgv1rs .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07Zxgv1rs .mbr-desc {
  color: #22654E;
}
.cid-uZKGTFgqhc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKGTFgqhc .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKGTFgqhc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKGTFgqhc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKGTFgqhc .mbr-card-title {
  color: #000000;
}
.cid-uZKGTFgqhc .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKGTFgqhc .mbr-text,
.cid-uZKGTFgqhc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKGTFgqhc .row {
  align-items: top;
}
.cid-uZKGTFgqhc .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKGTFgqhc .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKGTFgqhc .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKGTFgqhc .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKGTFgqhc .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKIZHIQgf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKIZHIQgf .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKIZHIQgf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKIZHIQgf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKIZHIQgf .mbr-card-title {
  color: #000000;
}
.cid-uZKIZHIQgf .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKIZHIQgf .mbr-text,
.cid-uZKIZHIQgf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKIZHIQgf .row {
  align-items: top;
}
.cid-uZKIZHIQgf .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKIZHIQgf .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKIZHIQgf .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKIZHIQgf .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKIZHIQgf .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKLJr1oEC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKLJr1oEC .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKLJr1oEC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKLJr1oEC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKLJr1oEC .mbr-card-title {
  color: #000000;
}
.cid-uZKLJr1oEC .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKLJr1oEC .mbr-text,
.cid-uZKLJr1oEC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKLJr1oEC .row {
  align-items: top;
}
.cid-uZKLJr1oEC .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKLJr1oEC .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKLJr1oEC .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKLJr1oEC .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKLJr1oEC .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKMJMPDKw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKMJMPDKw .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKMJMPDKw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKMJMPDKw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKMJMPDKw .mbr-card-title {
  color: #000000;
}
.cid-uZKMJMPDKw .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKMJMPDKw .mbr-text,
.cid-uZKMJMPDKw .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKMJMPDKw .row {
  align-items: top;
}
.cid-uZKMJMPDKw .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKMJMPDKw .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKMJMPDKw .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKMJMPDKw .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKMJMPDKw .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYvmXQYjch {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYvmXQYjch .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYvmXQYjch .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYvmXQYjch .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYvmXQYjch .mbr-card-title {
  color: #000000;
}
.cid-uYvmXQYjch .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYvmXQYjch .mbr-text,
.cid-uYvmXQYjch .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYvmXQYjch .row {
  align-items: top;
}
.cid-uZKOIkQ8LN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKOIkQ8LN .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKOIkQ8LN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKOIkQ8LN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKOIkQ8LN .mbr-card-title {
  color: #000000;
}
.cid-uZKOIkQ8LN .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKOIkQ8LN .mbr-text,
.cid-uZKOIkQ8LN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKOIkQ8LN .row {
  align-items: top;
}
.cid-uZKOIkQ8LN .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKOIkQ8LN .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKOIkQ8LN .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKOIkQ8LN .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKOIkQ8LN .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX4BOZXgu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX4BOZXgu .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX4BOZXgu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX4BOZXgu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX4BOZXgu .mbr-card-title {
  color: #000000;
}
.cid-uZX4BOZXgu .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX4BOZXgu .mbr-text,
.cid-uZX4BOZXgu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX4BOZXgu .row {
  align-items: top;
}
.cid-uZX4BOZXgu .container {
  width: 100%;
  height: 250px;
}
.cid-uZX4BOZXgu .iframe-class {
  width: 100%;
  height: 370%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uYvmXTOSqR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYvmXTOSqR .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYvmXTOSqR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYvmXTOSqR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYvmXTOSqR .mbr-card-title {
  color: #000000;
}
.cid-uYvmXTOSqR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYvmXTOSqR .mbr-text,
.cid-uYvmXTOSqR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYvmXTOSqR .row {
  align-items: top;
}
.cid-uZX3KrbZG9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX3KrbZG9 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX3KrbZG9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX3KrbZG9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX3KrbZG9 .mbr-card-title {
  color: #000000;
}
.cid-uZX3KrbZG9 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX3KrbZG9 .mbr-text,
.cid-uZX3KrbZG9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX3KrbZG9 .row {
  align-items: top;
}
.cid-uZX3KrbZG9 .container {
  width: 100%;
  height: 250px;
}
.cid-uZX3KrbZG9 .iframe-class {
  width: 100%;
  height: 170%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uZKSxeHmzG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKSxeHmzG .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKSxeHmzG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKSxeHmzG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKSxeHmzG .mbr-card-title {
  color: #000000;
}
.cid-uZKSxeHmzG .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKSxeHmzG .mbr-text,
.cid-uZKSxeHmzG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKSxeHmzG .row {
  align-items: top;
}
.cid-uZKSxeHmzG .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKSxeHmzG .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKSxeHmzG .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKSxeHmzG .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKSxeHmzG .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYIWynEdhs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYIWynEdhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYIWynEdhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYIWynEdhs .container {
  max-width: 100%;
  width: 100%;
}
.cid-uYIWynEdhs .row {
  justify-content: center;
}
.cid-uYIWynEdhs .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uYIWynEdhs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uYIWynEdhs .image-wrapper img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-uYIWynEdhs .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-uYIWynEdhs .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-uYIWynEdhs .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-uYIWynEdhs .image-wrapper img {
    height: 200px;
  }
}
.cid-uZKWlqDXnR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKWlqDXnR .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKWlqDXnR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKWlqDXnR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKWlqDXnR .mbr-card-title {
  color: #000000;
}
.cid-uZKWlqDXnR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKWlqDXnR .mbr-text,
.cid-uZKWlqDXnR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKWlqDXnR .row {
  align-items: top;
}
.cid-uZKWCIJOuC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKWCIJOuC .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKWCIJOuC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKWCIJOuC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKWCIJOuC .mbr-card-title {
  color: #000000;
}
.cid-uZKWCIJOuC .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKWCIJOuC .mbr-text,
.cid-uZKWCIJOuC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKWCIJOuC .row {
  align-items: top;
}
.cid-uZKWCIJOuC .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKWCIJOuC .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKWCIJOuC .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKWCIJOuC .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKWCIJOuC .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKWExF1i0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKWExF1i0 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKWExF1i0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKWExF1i0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKWExF1i0 .mbr-card-title {
  color: #000000;
}
.cid-uZKWExF1i0 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKWExF1i0 .mbr-text,
.cid-uZKWExF1i0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKWExF1i0 .row {
  align-items: top;
}
.cid-uZKWExF1i0 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKWExF1i0 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKWExF1i0 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKWExF1i0 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKWExF1i0 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKWFt4KMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKWFt4KMW .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKWFt4KMW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKWFt4KMW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKWFt4KMW .mbr-card-title {
  color: #000000;
}
.cid-uZKWFt4KMW .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKWFt4KMW .mbr-text,
.cid-uZKWFt4KMW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKWFt4KMW .row {
  align-items: top;
}
.cid-uZKWFt4KMW .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKWFt4KMW .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKWFt4KMW .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKWFt4KMW .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKWFt4KMW .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKTe3yeRI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKTe3yeRI .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKTe3yeRI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKTe3yeRI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKTe3yeRI .mbr-card-title {
  color: #000000;
}
.cid-uZKTe3yeRI .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKTe3yeRI .mbr-text,
.cid-uZKTe3yeRI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKTe3yeRI .row {
  align-items: top;
}
.cid-uZKTe3yeRI .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKTe3yeRI .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKTe3yeRI .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKTe3yeRI .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKTe3yeRI .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZKUzGoYla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKUzGoYla .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKUzGoYla .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKUzGoYla .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKUzGoYla .mbr-card-title {
  color: #000000;
}
.cid-uZKUzGoYla .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKUzGoYla .mbr-text,
.cid-uZKUzGoYla .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKUzGoYla .row {
  align-items: top;
}
.cid-uZKUzGoYla .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKUzGoYla .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKUzGoYla .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKUzGoYla .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKUzGoYla .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYvmXTzckG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uYvmXTzckG .image-block {
  margin: auto;
}
.cid-uYvmXTzckG figcaption {
  position: relative;
}
.cid-uYvmXTzckG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYvmXTzckG .image-block {
    width: 100% !important;
  }
}
.cid-uZKXSVZHu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZKXSVZHu2 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZKXSVZHu2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZKXSVZHu2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZKXSVZHu2 .mbr-card-title {
  color: #000000;
}
.cid-uZKXSVZHu2 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZKXSVZHu2 .mbr-text,
.cid-uZKXSVZHu2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZKXSVZHu2 .row {
  align-items: top;
}
.cid-uZKXSVZHu2 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZKXSVZHu2 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZKXSVZHu2 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZKXSVZHu2 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZKXSVZHu2 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1a2DtnSzz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1a2DtnSzz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1a2DtnSzz .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1a2DtnSzz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1a2DtnSzz .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1a2DtnSzz .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1a2DtnSzz .mbr-text {
  color: #000000;
}
.cid-v1a2DtnSzz .mbr-description {
  color: #6c7577;
}
.cid-v1a2DtnSzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1a2DtnSzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvmXVXtRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uYvmXVXtRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYvmXVXtRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvmXVXtRG .row {
  justify-content: center;
}
.cid-uYvmXVXtRG .row .card {
  justify-content: space-between;
}
.cid-uYvmXVXtRG .content-wrapper {
  margin-bottom: 20px;
}
.cid-uYvmXVXtRG .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uYvmXVXtRG .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uYvmXVXtRG .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uYvmXVXtRG .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYvmXVXtRG .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYvmXVXtRG .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uYvmXVXtRG .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYvmXVXtRG .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYvmXVXtRG .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYvmXVXtRG .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uYvmXVXtRG .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uYvmXVXtRG .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYvmXVXtRG .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uYvmXVXtRG .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYvmXVXtRG .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYvmXVXtRG .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uYvmXVXtRG .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uYvmXVXtRG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYvmXVXtRG .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uYvmXVXtRG .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uYvmXVXtRG .mbr-section-title {
  color: #093388;
}
.cid-uYvmXVXtRG .mbr-list-title {
  color: #000000;
}
.cid-uYvmXVXtRG .list {
  color: #58595b;
}
.cid-uYvmXVXtRG .mbr-section-title,
.cid-uYvmXVXtRG .mbr-section-btn,
.cid-uYvmXVXtRG .content-wrapper {
  text-align: center;
}
.cid-uYvmXWkeIX.popup-builder {
  background-color: #ffffff;
}
.cid-uYvmXWkeIX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYvmXWkeIX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYvmXWkeIX .modal-content,
.cid-uYvmXWkeIX .modal-dialog {
  height: auto;
}
.cid-uYvmXWkeIX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYvmXWkeIX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYvmXWkeIX .form-wrapper .mbr-form .form-group,
  .cid-uYvmXWkeIX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYvmXWkeIX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYvmXWkeIX .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-uYvmXWkeIX .mbr-text {
  text-align: center;
}
.cid-uYvmXWkeIX .pt-0 {
  padding-top: 0 !important;
}
.cid-uYvmXWkeIX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYvmXWkeIX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYvmXWkeIX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYvmXWkeIX .modal-open {
  overflow: hidden;
}
.cid-uYvmXWkeIX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYvmXWkeIX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYvmXWkeIX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYvmXWkeIX .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-uYvmXWkeIX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYvmXWkeIX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYvmXWkeIX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYvmXWkeIX .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-uYvmXWkeIX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYvmXWkeIX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYvmXWkeIX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYvmXWkeIX .modal-backdrop.show {
  opacity: .5;
}
.cid-uYvmXWkeIX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYvmXWkeIX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYvmXWkeIX .modal-header {
    padding: 1rem;
  }
}
.cid-uYvmXWkeIX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYvmXWkeIX .modal-header .close svg {
  fill: #353535;
}
.cid-uYvmXWkeIX .modal-header .close:hover {
  opacity: 1;
}
.cid-uYvmXWkeIX .modal-header .close:focus {
  outline: none;
}
.cid-uYvmXWkeIX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYvmXWkeIX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYvmXWkeIX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYvmXWkeIX .modal-body {
    padding: 1rem;
  }
}
.cid-uYvmXWkeIX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYvmXWkeIX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYvmXWkeIX .modal-footer {
    padding: 1rem;
  }
}
.cid-uYvmXWkeIX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYvmXWkeIX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYvmXWkeIX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYvmXWkeIX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYvmXWkeIX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYvmXWkeIX .modal-lg,
  .cid-uYvmXWkeIX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYvmXWkeIX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYvmXWkeIX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYvmXWkeIX .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-uYvmXWkeIX .form-group {
  margin-bottom: 1rem;
}
.cid-uYvmXWkeIX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYvmXWkeIX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYvmXWkeIX .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-uYvmXWkeIX .mbr-section-btn {
  margin: 0;
}
.cid-uYvmXWkeIX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYMPuD4o31 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYMPuD4o31 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYMPuD4o31 a {
  font-style: normal;
}
.cid-uYMPuD4o31 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYMPuD4o31 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uYMPuD4o31 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYMPuD4o31 .content-text {
  margin-bottom: 0;
}
.cid-uYMPuD4o31 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYMPuD4o31 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYMPuD4o31 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYMPuD4o31 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYMPuD4o31 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYMPuD4o31 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYMPuD4o31 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYMPuD4o31 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYMPuD4o31 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYMPuD4o31 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYMPuD4o31 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYMPuD4o31 .content-right-side {
  text-align: center;
}
.cid-uYMPuD4o31 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uYMPuD4o31 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uYMPuD4o31 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uYMPuD4o31 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uYMPuD4o31 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uYMPuD4o31 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uYMPuD4o31 img {
    height: 3.8rem !important;
  }
  .cid-uYMPuD4o31 .btn {
    display: -webkit-flex;
  }
  .cid-uYMPuD4o31 button.navbar-toggler {
    display: block;
  }
  .cid-uYMPuD4o31 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uYMPuD4o31 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYMPuD4o31 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYMPuD4o31 .navbar-collapse.collapsing,
  .cid-uYMPuD4o31 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYMPuD4o31 .navbar-collapse.collapsing .navbar-nav,
  .cid-uYMPuD4o31 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYMPuD4o31 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYMPuD4o31 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYMPuD4o31 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYMPuD4o31 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYMPuD4o31 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYMPuD4o31 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYMPuD4o31 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYMPuD4o31 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYMPuD4o31 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uYMPuD4o31 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYMPuD4o31 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYMPuD4o31 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uYMPuD4o31 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uYMPuD4o31 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uYMPuD4o31 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uYMPuD4o31 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uYMPuD4o31 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uYMPuD4o31 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYMPuD4o31 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYMPuD4o31 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYMPuD4o31 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYMPuD4o31 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYMPuD4o31 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYMPuD4o31 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYMPuD4o31 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYMPuD4o31 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYMPuD4o31 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uYMPuD4o31 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uYMPuD4o31 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYMPuD4o31 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYMPuD4o31 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uYMPuD4o31 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYMPuD4o31 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYMPuD4o31 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYMPuD4o31 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYMPuD4o31 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uYMPuD4o31 .navbar-toggler {
    display: none;
  }
  .cid-uYMPuD4o31 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uYMPuD4o31 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYMPuD4o31 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYMPuD4o31 .menu-logo {
  margin-right: auto;
}
.cid-uYMPuD4o31 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYMPuD4o31 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uYMPuD4o31 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYMPuD4o31 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYMPuD4o31 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYMPuD4o31 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYMPuD4o31 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYMPuD4o31 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYMPuD4o31 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYMPuD4o31 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYMPuD4o31 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYMPuD4o31 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYMPuD4o31 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYMPuD4o31 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYMPuD4o31 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uYMPuD4o31 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYMPuD4o31 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYMPuD4o31 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYMPuD4o31 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYMPuD4o31 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYMPuD4o31 button.navbar-toggler:focus {
  outline: none;
}
.cid-uYMPuD4o31 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uYMPuD4o31 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYMPuD4o31 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYMPuD4o31 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYMPuD4o31 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYMPuD4o31 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYMPuD4o31 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYMPuD4o31 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYMPuD4o31 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYMPuD4o31 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYMPuD4o31 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYMPuD4o31 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse.collapsing,
.cid-uYMPuD4o31 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYMPuD4o31 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYMPuD4o31 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYMPuD4o31 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYMPuD4o31 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYMPuD4o31 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYMPuD4o31 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYMPuD4o31 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uYMPuD4o31 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYMPuD4o31 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYMPuD4o31 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uYMPuD4o31 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYMPuD4o31 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uYMPuD4o31 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYMPuD4o31 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYMPuD4o31 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uYMPuD4o31 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYMPuD4o31 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYMPuD4o31 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYMPuD4o31 .nav-link:focus {
  outline: none;
}
.cid-uYMPuD4o31 .navbar-toggler {
  position: relative;
}
.cid-uYMPuD4o31 .dropdown-item.active,
.cid-uYMPuD4o31 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uYMPuD4o31 .nav-link:hover,
.cid-uYMPuD4o31 .dropdown-item:hover {
  color: #4284df;
}
.cid-v1a6SOTjh8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1a6SOTjh8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1a6SOTjh8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1a6SOTjh8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1a6SOTjh8 .mbr-card-title {
  color: #000000;
}
.cid-v1a6SOTjh8 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1a6SOTjh8 .mbr-text,
.cid-v1a6SOTjh8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1a6SOTjh8 .row {
  align-items: top;
}
.cid-v1a6SOTjh8 .list-wrapper {
  margin-bottom: 32px;
}
.cid-v1a6SOTjh8 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v1a6SOTjh8 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v1a6SOTjh8 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v1a6SOTjh8 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1a6SOTjh8 .list,
.cid-v1a6SOTjh8 .item-wrap {
  color: #000000;
}
.cid-uZXakD9tU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZXakD9tU0 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZXakD9tU0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZXakD9tU0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZXakD9tU0 .mbr-card-title {
  color: #000000;
}
.cid-uZXakD9tU0 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZXakD9tU0 .mbr-text,
.cid-uZXakD9tU0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZXakD9tU0 .row {
  align-items: top;
}
.cid-uZXakD9tU0 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZXakD9tU0 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZXakD9tU0 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZXakD9tU0 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZXakD9tU0 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZXakD9tU0 .list,
.cid-uZXakD9tU0 .item-wrap {
  color: #000000;
}
.cid-uZLp8SKzZ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLp8SKzZ9 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZLp8SKzZ9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZLp8SKzZ9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZLp8SKzZ9 .mbr-card-title {
  color: #000000;
}
.cid-uZLp8SKzZ9 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZLp8SKzZ9 .mbr-text,
.cid-uZLp8SKzZ9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZLp8SKzZ9 .row {
  align-items: top;
}
.cid-uZLp8SKzZ9 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZLp8SKzZ9 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZLp8SKzZ9 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZLp8SKzZ9 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZLp8SKzZ9 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZLpNx4C7X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLpNx4C7X .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZLpNx4C7X .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZLpNx4C7X .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZLpNx4C7X .mbr-card-title {
  color: #000000;
}
.cid-uZLpNx4C7X .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZLpNx4C7X .mbr-text,
.cid-uZLpNx4C7X .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZLpNx4C7X .row {
  align-items: top;
}
.cid-uZLpNx4C7X .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZLpNx4C7X .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZLpNx4C7X .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZLpNx4C7X .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZLpNx4C7X .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYQTxNryg5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYQTxNryg5 .container-fluid {
  padding: 0 3rem;
}
.cid-uYQTxNryg5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uYQTxNryg5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYQTxNryg5 .table-wrapper {
  margin: 0 auto;
}
.cid-uYQTxNryg5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uYQTxNryg5 table thead tr {
  border: none !important;
}
.cid-uYQTxNryg5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uYQTxNryg5 table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uYQTxNryg5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uYQTxNryg5 tr:hover {
  background-color: #feffe3 !important;
}
.cid-uYQTxNryg5 .head-item:after,
.cid-uYQTxNryg5 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uYQTxNryg5 table th,
  .cid-uYQTxNryg5 table td {
    padding: .75rem;
  }
}
.cid-uYQTxNryg5 .body-item {
  text-align: left;
}
.cid-uYQTxNryg5 .head-item {
  color: #000000;
}
.cid-uYQTxNryg5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZLrAphjua {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLrAphjua .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZLrAphjua .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZLrAphjua .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZLrAphjua .mbr-card-title {
  color: #000000;
}
.cid-uZLrAphjua .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZLrAphjua .mbr-text,
.cid-uZLrAphjua .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZLrAphjua .row {
  align-items: top;
}
.cid-uZLrAphjua .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZLrAphjua .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZLrAphjua .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZLrAphjua .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZLrAphjua .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZLu1XrBsP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLu1XrBsP .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZLu1XrBsP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZLu1XrBsP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZLu1XrBsP .mbr-card-title {
  color: #000000;
}
.cid-uZLu1XrBsP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZLu1XrBsP .mbr-text,
.cid-uZLu1XrBsP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZLu1XrBsP .row {
  align-items: top;
}
.cid-uZLu1XrBsP .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZLu1XrBsP .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZLu1XrBsP .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZLu1XrBsP .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZLu1XrBsP .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZNvSIfDcc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZNvSIfDcc .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZNvSIfDcc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNvSIfDcc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZNvSIfDcc .mbr-card-title {
  color: #000000;
}
.cid-uZNvSIfDcc .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZNvSIfDcc .mbr-text,
.cid-uZNvSIfDcc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZNvSIfDcc .row {
  align-items: top;
}
.cid-uZNvSIfDcc .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZNvSIfDcc .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZNvSIfDcc .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZNvSIfDcc .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZNvSIfDcc .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1act8JSJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1act8JSJu .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v1act8JSJu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1act8JSJu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v1act8JSJu .mbr-card-title {
  color: #000000;
}
.cid-v1act8JSJu .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1act8JSJu .mbr-text,
.cid-v1act8JSJu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1act8JSJu .row {
  align-items: top;
}
.cid-v1act8JSJu .list-wrapper {
  margin-bottom: 32px;
}
.cid-v1act8JSJu .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v1act8JSJu .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v1act8JSJu .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v1act8JSJu .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZNThyjahy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZNThyjahy .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZNThyjahy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNThyjahy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZNThyjahy .mbr-card-title {
  color: #000000;
}
.cid-uZNThyjahy .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZNThyjahy .mbr-text,
.cid-uZNThyjahy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZNThyjahy .row {
  align-items: top;
}
.cid-uZNThyjahy .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZNThyjahy .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZNThyjahy .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZNThyjahy .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZNThyjahy .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZOjvSlyOS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZOjvSlyOS .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZOjvSlyOS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZOjvSlyOS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZOjvSlyOS .mbr-card-title {
  color: #000000;
}
.cid-uZOjvSlyOS .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZOjvSlyOS .mbr-text,
.cid-uZOjvSlyOS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZOjvSlyOS .row {
  align-items: top;
}
.cid-uZOjvSlyOS .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZOjvSlyOS .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZOjvSlyOS .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZOjvSlyOS .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZOjvSlyOS .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZOZdWOq8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZOZdWOq8y .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZOZdWOq8y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZOZdWOq8y .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZOZdWOq8y .mbr-card-title {
  color: #000000;
}
.cid-uZOZdWOq8y .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZOZdWOq8y .mbr-text,
.cid-uZOZdWOq8y .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZOZdWOq8y .row {
  align-items: top;
}
.cid-uZOZdWOq8y .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZOZdWOq8y .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZOZdWOq8y .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZOZdWOq8y .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZOZdWOq8y .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZPlMioJdL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZPlMioJdL .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZPlMioJdL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZPlMioJdL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZPlMioJdL .mbr-card-title {
  color: #000000;
}
.cid-uZPlMioJdL .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZPlMioJdL .mbr-text,
.cid-uZPlMioJdL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZPlMioJdL .row {
  align-items: top;
}
.cid-uZPlMioJdL .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZPlMioJdL .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZPlMioJdL .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZPlMioJdL .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZPlMioJdL .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYQYGXdqXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYQYGXdqXe .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYQYGXdqXe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYQYGXdqXe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYQYGXdqXe .mbr-card-title {
  color: #000000;
}
.cid-uYQYGXdqXe .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYQYGXdqXe .mbr-text,
.cid-uYQYGXdqXe .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYQYGXdqXe .row {
  align-items: top;
}
.cid-uYQZswnKSF {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYQZswnKSF .container-fluid {
  padding: 0 3rem;
}
.cid-uYQZswnKSF .mbr-section-subtitle {
  color: #767676;
}
.cid-uYQZswnKSF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYQZswnKSF .table-wrapper {
  margin: 0 auto;
}
.cid-uYQZswnKSF table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uYQZswnKSF table thead tr {
  border: none !important;
}
.cid-uYQZswnKSF table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uYQZswnKSF table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uYQZswnKSF table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uYQZswnKSF tr:hover {
  background-color: #feffe3 !important;
}
.cid-uYQZswnKSF .head-item:after,
.cid-uYQZswnKSF .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uYQZswnKSF table th,
  .cid-uYQZswnKSF table td {
    padding: .75rem;
  }
}
.cid-uYQZswnKSF .body-item {
  text-align: left;
}
.cid-uYQZswnKSF .head-item {
  color: #000000;
}
.cid-uYQZswnKSF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZPsDgRdWC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZPsDgRdWC .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZPsDgRdWC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZPsDgRdWC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZPsDgRdWC .mbr-card-title {
  color: #000000;
}
.cid-uZPsDgRdWC .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZPsDgRdWC .mbr-text,
.cid-uZPsDgRdWC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZPsDgRdWC .row {
  align-items: top;
}
.cid-uZPsDgRdWC .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZPsDgRdWC .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZPsDgRdWC .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZPsDgRdWC .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZPsDgRdWC .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQ0uJ4RwC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQ0uJ4RwC .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQ0uJ4RwC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQ0uJ4RwC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQ0uJ4RwC .mbr-card-title {
  color: #000000;
}
.cid-uZQ0uJ4RwC .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQ0uJ4RwC .mbr-text,
.cid-uZQ0uJ4RwC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQ0uJ4RwC .row {
  align-items: top;
}
.cid-uZQ0uJ4RwC .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQ0uJ4RwC .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQ0uJ4RwC .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQ0uJ4RwC .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQ0uJ4RwC .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQNXn41Jm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQNXn41Jm .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQNXn41Jm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQNXn41Jm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQNXn41Jm .mbr-card-title {
  color: #000000;
}
.cid-uZQNXn41Jm .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQNXn41Jm .mbr-text,
.cid-uZQNXn41Jm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQNXn41Jm .row {
  align-items: top;
}
.cid-uZQNXn41Jm .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQNXn41Jm .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQNXn41Jm .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQNXn41Jm .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQNXn41Jm .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYRT8PQFD1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYRT8PQFD1 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYRT8PQFD1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYRT8PQFD1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYRT8PQFD1 .mbr-card-title {
  color: #000000;
}
.cid-uYRT8PQFD1 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYRT8PQFD1 .mbr-text,
.cid-uYRT8PQFD1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYRT8PQFD1 .row {
  align-items: top;
}
.cid-uYRT8PQFD1 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYRT8PQFD1 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYRT8PQFD1 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYRT8PQFD1 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYRT8PQFD1 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYSk3LtyuB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYSk3LtyuB .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYSk3LtyuB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYSk3LtyuB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYSk3LtyuB .mbr-card-title {
  color: #000000;
}
.cid-uYSk3LtyuB .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYSk3LtyuB .mbr-text,
.cid-uYSk3LtyuB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYSk3LtyuB .row {
  align-items: top;
}
.cid-uYSkAZnRbX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYSkAZnRbX .container-fluid {
  padding: 0 3rem;
}
.cid-uYSkAZnRbX .mbr-section-subtitle {
  color: #767676;
}
.cid-uYSkAZnRbX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYSkAZnRbX .table-wrapper {
  margin: 0 auto;
}
.cid-uYSkAZnRbX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uYSkAZnRbX table thead tr {
  border: none !important;
}
.cid-uYSkAZnRbX table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uYSkAZnRbX table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uYSkAZnRbX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uYSkAZnRbX tr:hover {
  background-color: #feffe3 !important;
}
.cid-uYSkAZnRbX .head-item:after,
.cid-uYSkAZnRbX .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uYSkAZnRbX table th,
  .cid-uYSkAZnRbX table td {
    padding: .75rem;
  }
}
.cid-uYSkAZnRbX .body-item {
  text-align: left;
}
.cid-uYSkAZnRbX .head-item {
  color: #000000;
}
.cid-uYSkAZnRbX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYMPuIV0Xt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYMPuIV0Xt .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYMPuIV0Xt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYMPuIV0Xt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYMPuIV0Xt .mbr-card-title {
  color: #000000;
}
.cid-uYMPuIV0Xt .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYMPuIV0Xt .mbr-text,
.cid-uYMPuIV0Xt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYMPuIV0Xt .row {
  align-items: top;
}
.cid-uZQsJWzlyG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQsJWzlyG .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQsJWzlyG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQsJWzlyG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQsJWzlyG .mbr-card-title {
  color: #000000;
}
.cid-uZQsJWzlyG .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQsJWzlyG .mbr-text,
.cid-uZQsJWzlyG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQsJWzlyG .row {
  align-items: top;
}
.cid-uZQsJWzlyG .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQsJWzlyG .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQsJWzlyG .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQsJWzlyG .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQsJWzlyG .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYTaPj7HdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYTaPj7HdF .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYTaPj7HdF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYTaPj7HdF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYTaPj7HdF .mbr-card-title {
  color: #000000;
}
.cid-uYTaPj7HdF .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYTaPj7HdF .mbr-text,
.cid-uYTaPj7HdF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYTaPj7HdF .row {
  align-items: top;
}
.cid-uYTaPj7HdF .list-wrapper {
  margin-bottom: 32px;
}
.cid-uYTaPj7HdF .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uYTaPj7HdF .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uYTaPj7HdF .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uYTaPj7HdF .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQwz3JsgX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQwz3JsgX .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQwz3JsgX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQwz3JsgX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQwz3JsgX .mbr-card-title {
  color: #000000;
}
.cid-uZQwz3JsgX .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQwz3JsgX .mbr-text,
.cid-uZQwz3JsgX .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQwz3JsgX .row {
  align-items: top;
}
.cid-uZQwz3JsgX .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQwz3JsgX .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQwz3JsgX .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQwz3JsgX .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQwz3JsgX .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQzAYPB6k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQzAYPB6k .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQzAYPB6k .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQzAYPB6k .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQzAYPB6k .mbr-card-title {
  color: #000000;
}
.cid-uZQzAYPB6k .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQzAYPB6k .mbr-text,
.cid-uZQzAYPB6k .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQzAYPB6k .row {
  align-items: top;
}
.cid-uZQzAYPB6k .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQzAYPB6k .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQzAYPB6k .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQzAYPB6k .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQzAYPB6k .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1azfATpFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1azfATpFF .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1azfATpFF .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1azfATpFF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1azfATpFF .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1azfATpFF .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1azfATpFF .mbr-text {
  color: #000000;
}
.cid-v1azfATpFF .mbr-description {
  color: #6c7577;
}
.cid-v1azfATpFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1azfATpFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMPuLDtfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uYMPuLDtfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMPuLDtfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMPuLDtfl .row {
  justify-content: center;
}
.cid-uYMPuLDtfl .row .card {
  justify-content: space-between;
}
.cid-uYMPuLDtfl .content-wrapper {
  margin-bottom: 20px;
}
.cid-uYMPuLDtfl .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uYMPuLDtfl .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uYMPuLDtfl .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uYMPuLDtfl .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYMPuLDtfl .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYMPuLDtfl .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uYMPuLDtfl .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYMPuLDtfl .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYMPuLDtfl .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYMPuLDtfl .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uYMPuLDtfl .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uYMPuLDtfl .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYMPuLDtfl .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uYMPuLDtfl .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYMPuLDtfl .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYMPuLDtfl .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uYMPuLDtfl .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uYMPuLDtfl .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYMPuLDtfl .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uYMPuLDtfl .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uYMPuLDtfl .mbr-section-title {
  color: #093388;
}
.cid-uYMPuLDtfl .mbr-list-title {
  color: #000000;
}
.cid-uYMPuLDtfl .list {
  color: #58595b;
}
.cid-uYMPuLDtfl .mbr-section-title,
.cid-uYMPuLDtfl .mbr-section-btn,
.cid-uYMPuLDtfl .content-wrapper {
  text-align: center;
}
.cid-uYMPuM5hBc.popup-builder {
  background-color: #ffffff;
}
.cid-uYMPuM5hBc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYMPuM5hBc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYMPuM5hBc .modal-content,
.cid-uYMPuM5hBc .modal-dialog {
  height: auto;
}
.cid-uYMPuM5hBc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYMPuM5hBc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYMPuM5hBc .form-wrapper .mbr-form .form-group,
  .cid-uYMPuM5hBc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYMPuM5hBc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYMPuM5hBc .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-uYMPuM5hBc .mbr-text {
  text-align: center;
}
.cid-uYMPuM5hBc .pt-0 {
  padding-top: 0 !important;
}
.cid-uYMPuM5hBc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYMPuM5hBc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYMPuM5hBc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYMPuM5hBc .modal-open {
  overflow: hidden;
}
.cid-uYMPuM5hBc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYMPuM5hBc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYMPuM5hBc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYMPuM5hBc .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-uYMPuM5hBc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYMPuM5hBc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYMPuM5hBc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYMPuM5hBc .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-uYMPuM5hBc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYMPuM5hBc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYMPuM5hBc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYMPuM5hBc .modal-backdrop.show {
  opacity: .5;
}
.cid-uYMPuM5hBc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYMPuM5hBc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYMPuM5hBc .modal-header {
    padding: 1rem;
  }
}
.cid-uYMPuM5hBc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYMPuM5hBc .modal-header .close svg {
  fill: #353535;
}
.cid-uYMPuM5hBc .modal-header .close:hover {
  opacity: 1;
}
.cid-uYMPuM5hBc .modal-header .close:focus {
  outline: none;
}
.cid-uYMPuM5hBc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYMPuM5hBc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYMPuM5hBc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYMPuM5hBc .modal-body {
    padding: 1rem;
  }
}
.cid-uYMPuM5hBc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYMPuM5hBc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYMPuM5hBc .modal-footer {
    padding: 1rem;
  }
}
.cid-uYMPuM5hBc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYMPuM5hBc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYMPuM5hBc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYMPuM5hBc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYMPuM5hBc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYMPuM5hBc .modal-lg,
  .cid-uYMPuM5hBc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYMPuM5hBc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYMPuM5hBc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYMPuM5hBc .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-uYMPuM5hBc .form-group {
  margin-bottom: 1rem;
}
.cid-uYMPuM5hBc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYMPuM5hBc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYMPuM5hBc .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-uYMPuM5hBc .mbr-section-btn {
  margin: 0;
}
.cid-uYMPuM5hBc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYXO4ZrVzS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYXO4ZrVzS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYXO4ZrVzS a {
  font-style: normal;
}
.cid-uYXO4ZrVzS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYXO4ZrVzS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uYXO4ZrVzS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYXO4ZrVzS .content-text {
  margin-bottom: 0;
}
.cid-uYXO4ZrVzS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYXO4ZrVzS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYXO4ZrVzS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYXO4ZrVzS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYXO4ZrVzS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYXO4ZrVzS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYXO4ZrVzS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYXO4ZrVzS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYXO4ZrVzS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYXO4ZrVzS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYXO4ZrVzS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYXO4ZrVzS .content-right-side {
  text-align: center;
}
.cid-uYXO4ZrVzS .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uYXO4ZrVzS .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uYXO4ZrVzS .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uYXO4ZrVzS .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uYXO4ZrVzS .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uYXO4ZrVzS .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uYXO4ZrVzS img {
    height: 3.8rem !important;
  }
  .cid-uYXO4ZrVzS .btn {
    display: -webkit-flex;
  }
  .cid-uYXO4ZrVzS button.navbar-toggler {
    display: block;
  }
  .cid-uYXO4ZrVzS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uYXO4ZrVzS .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYXO4ZrVzS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYXO4ZrVzS .navbar-collapse.collapsing,
  .cid-uYXO4ZrVzS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYXO4ZrVzS .navbar-collapse.collapsing .navbar-nav,
  .cid-uYXO4ZrVzS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYXO4ZrVzS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYXO4ZrVzS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYXO4ZrVzS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYXO4ZrVzS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYXO4ZrVzS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYXO4ZrVzS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYXO4ZrVzS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYXO4ZrVzS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYXO4ZrVzS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uYXO4ZrVzS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYXO4ZrVzS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYXO4ZrVzS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uYXO4ZrVzS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uYXO4ZrVzS .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uYXO4ZrVzS .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uYXO4ZrVzS .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uYXO4ZrVzS .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uYXO4ZrVzS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYXO4ZrVzS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYXO4ZrVzS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYXO4ZrVzS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYXO4ZrVzS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYXO4ZrVzS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYXO4ZrVzS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYXO4ZrVzS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYXO4ZrVzS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYXO4ZrVzS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uYXO4ZrVzS .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uYXO4ZrVzS .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYXO4ZrVzS .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYXO4ZrVzS .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uYXO4ZrVzS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYXO4ZrVzS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYXO4ZrVzS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYXO4ZrVzS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYXO4ZrVzS .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uYXO4ZrVzS .navbar-toggler {
    display: none;
  }
  .cid-uYXO4ZrVzS .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uYXO4ZrVzS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYXO4ZrVzS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYXO4ZrVzS .menu-logo {
  margin-right: auto;
}
.cid-uYXO4ZrVzS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYXO4ZrVzS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uYXO4ZrVzS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYXO4ZrVzS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYXO4ZrVzS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYXO4ZrVzS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYXO4ZrVzS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYXO4ZrVzS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYXO4ZrVzS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYXO4ZrVzS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYXO4ZrVzS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYXO4ZrVzS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYXO4ZrVzS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYXO4ZrVzS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYXO4ZrVzS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uYXO4ZrVzS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYXO4ZrVzS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYXO4ZrVzS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYXO4ZrVzS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYXO4ZrVzS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYXO4ZrVzS button.navbar-toggler:focus {
  outline: none;
}
.cid-uYXO4ZrVzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uYXO4ZrVzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYXO4ZrVzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYXO4ZrVzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYXO4ZrVzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYXO4ZrVzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYXO4ZrVzS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYXO4ZrVzS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYXO4ZrVzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYXO4ZrVzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYXO4ZrVzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYXO4ZrVzS .collapsed .btn {
  display: -webkit-flex;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.collapsing,
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYXO4ZrVzS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYXO4ZrVzS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uYXO4ZrVzS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYXO4ZrVzS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYXO4ZrVzS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uYXO4ZrVzS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYXO4ZrVzS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uYXO4ZrVzS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYXO4ZrVzS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYXO4ZrVzS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uYXO4ZrVzS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYXO4ZrVzS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYXO4ZrVzS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYXO4ZrVzS .nav-link:focus {
  outline: none;
}
.cid-uYXO4ZrVzS .navbar-toggler {
  position: relative;
}
.cid-uYXO4ZrVzS .dropdown-item.active,
.cid-uYXO4ZrVzS .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uYXO4ZrVzS .nav-link:hover,
.cid-uYXO4ZrVzS .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aJTuXGoz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aJTuXGoz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aJTuXGoz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aJTuXGoz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aJTuXGoz .mbr-card-title {
  color: #000000;
}
.cid-v1aJTuXGoz .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aJTuXGoz .mbr-text,
.cid-v1aJTuXGoz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aJTuXGoz .row {
  align-items: top;
}
.cid-uYXO56woDd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYXO56woDd .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uYXO56woDd .card-img {
  padding-bottom: 2rem;
}
.cid-uYXO56woDd .mbr-text {
  color: #767676;
}
.cid-uYXO56woDd span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uYXO56woDd .mbr-section-btn {
  margin-left: 0;
}
.cid-uYXO56woDd .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uYXO56woDd .card-title {
    text-align: center;
  }
  .cid-uYXO56woDd p.mbr-text,
  .cid-uYXO56woDd p.date {
    text-align: center;
  }
}
.cid-uYXO56woDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXO56woDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXO56woDd .card-title,
.cid-uYXO56woDd .card-img {
  text-align: center;
}
.cid-uZQV23NvgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQV23NvgH .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQV23NvgH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQV23NvgH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQV23NvgH .mbr-card-title {
  color: #000000;
}
.cid-uZQV23NvgH .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQV23NvgH .mbr-text,
.cid-uZQV23NvgH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQV23NvgH .row {
  align-items: top;
}
.cid-uZQV23NvgH .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQV23NvgH .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQV23NvgH .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQV23NvgH .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQV23NvgH .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQWhGYenG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQWhGYenG .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQWhGYenG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQWhGYenG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQWhGYenG .mbr-card-title {
  color: #000000;
}
.cid-uZQWhGYenG .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQWhGYenG .mbr-text,
.cid-uZQWhGYenG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQWhGYenG .row {
  align-items: top;
}
.cid-uZQWhGYenG .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQWhGYenG .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQWhGYenG .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQWhGYenG .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQWhGYenG .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQX94sT4S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQX94sT4S .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQX94sT4S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQX94sT4S .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQX94sT4S .mbr-card-title {
  color: #000000;
}
.cid-uZQX94sT4S .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQX94sT4S .mbr-text,
.cid-uZQX94sT4S .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQX94sT4S .row {
  align-items: top;
}
.cid-uZQX94sT4S .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQX94sT4S .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQX94sT4S .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQX94sT4S .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQX94sT4S .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZRf6dPEi4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRf6dPEi4 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZRf6dPEi4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZRf6dPEi4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZRf6dPEi4 .mbr-card-title {
  color: #000000;
}
.cid-uZRf6dPEi4 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZRf6dPEi4 .mbr-text,
.cid-uZRf6dPEi4 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZRf6dPEi4 .row {
  align-items: top;
}
.cid-uZRf6dPEi4 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZRf6dPEi4 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZRf6dPEi4 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZRf6dPEi4 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZRf6dPEi4 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZRgdVQpyn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRgdVQpyn .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZRgdVQpyn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZRgdVQpyn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZRgdVQpyn .mbr-card-title {
  color: #000000;
}
.cid-uZRgdVQpyn .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZRgdVQpyn .mbr-text,
.cid-uZRgdVQpyn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZRgdVQpyn .row {
  align-items: top;
}
.cid-uZRgdVQpyn .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZRgdVQpyn .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZRgdVQpyn .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZRgdVQpyn .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZRgdVQpyn .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTd9ByQCB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTd9ByQCB .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTd9ByQCB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTd9ByQCB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTd9ByQCB .mbr-card-title {
  color: #000000;
}
.cid-uZTd9ByQCB .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTd9ByQCB .mbr-text,
.cid-uZTd9ByQCB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTd9ByQCB .row {
  align-items: top;
}
.cid-uZTd9ByQCB .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTd9ByQCB .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTd9ByQCB .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTd9ByQCB .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTd9ByQCB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTe8leZmV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTe8leZmV .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTe8leZmV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTe8leZmV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTe8leZmV .mbr-card-title {
  color: #000000;
}
.cid-uZTe8leZmV .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTe8leZmV .mbr-text,
.cid-uZTe8leZmV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTe8leZmV .row {
  align-items: top;
}
.cid-uZTe8leZmV .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTe8leZmV .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTe8leZmV .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTe8leZmV .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTe8leZmV .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTeNRNqEr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTeNRNqEr .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTeNRNqEr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTeNRNqEr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTeNRNqEr .mbr-card-title {
  color: #000000;
}
.cid-uZTeNRNqEr .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTeNRNqEr .mbr-text,
.cid-uZTeNRNqEr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTeNRNqEr .row {
  align-items: top;
}
.cid-uZTeNRNqEr .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTeNRNqEr .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTeNRNqEr .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTeNRNqEr .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTeNRNqEr .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTftTnezz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTftTnezz .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTftTnezz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTftTnezz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTftTnezz .mbr-card-title {
  color: #000000;
}
.cid-uZTftTnezz .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTftTnezz .mbr-text,
.cid-uZTftTnezz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTftTnezz .row {
  align-items: top;
}
.cid-uZTftTnezz .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTftTnezz .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTftTnezz .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTftTnezz .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTftTnezz .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTg8G13GR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTg8G13GR .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTg8G13GR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTg8G13GR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTg8G13GR .mbr-card-title {
  color: #000000;
}
.cid-uZTg8G13GR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTg8G13GR .mbr-text,
.cid-uZTg8G13GR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTg8G13GR .row {
  align-items: top;
}
.cid-uZTg8G13GR .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTg8G13GR .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTg8G13GR .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTg8G13GR .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTg8G13GR .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTh4ruJ46 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTh4ruJ46 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTh4ruJ46 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTh4ruJ46 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTh4ruJ46 .mbr-card-title {
  color: #000000;
}
.cid-uZTh4ruJ46 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTh4ruJ46 .mbr-text,
.cid-uZTh4ruJ46 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTh4ruJ46 .row {
  align-items: top;
}
.cid-uZTh4ruJ46 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTh4ruJ46 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTh4ruJ46 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTh4ruJ46 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTh4ruJ46 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTh5eK6lD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTh5eK6lD .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTh5eK6lD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTh5eK6lD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTh5eK6lD .mbr-card-title {
  color: #000000;
}
.cid-uZTh5eK6lD .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTh5eK6lD .mbr-text,
.cid-uZTh5eK6lD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTh5eK6lD .row {
  align-items: top;
}
.cid-uZTh5eK6lD .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTh5eK6lD .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTh5eK6lD .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTh5eK6lD .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTh5eK6lD .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1aKMcK6hL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aKMcK6hL .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aKMcK6hL .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aKMcK6hL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aKMcK6hL .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aKMcK6hL .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aKMcK6hL .mbr-text {
  color: #6c7577;
}
.cid-v1aKMcK6hL .mbr-description {
  color: #6c7577;
}
.cid-v1aKMcK6hL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aKMcK6hL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXO59A4mt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uYXO59A4mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXO59A4mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXO59A4mt .row {
  justify-content: center;
}
.cid-uYXO59A4mt .row .card {
  justify-content: space-between;
}
.cid-uYXO59A4mt .content-wrapper {
  margin-bottom: 20px;
}
.cid-uYXO59A4mt .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uYXO59A4mt .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uYXO59A4mt .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uYXO59A4mt .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYXO59A4mt .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYXO59A4mt .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uYXO59A4mt .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYXO59A4mt .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYXO59A4mt .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYXO59A4mt .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uYXO59A4mt .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uYXO59A4mt .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYXO59A4mt .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uYXO59A4mt .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYXO59A4mt .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYXO59A4mt .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uYXO59A4mt .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uYXO59A4mt .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYXO59A4mt .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uYXO59A4mt .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uYXO59A4mt .mbr-section-title {
  color: #093388;
}
.cid-uYXO59A4mt .mbr-list-title {
  color: #000000;
}
.cid-uYXO59A4mt .list {
  color: #58595b;
}
.cid-uYXO59A4mt .mbr-section-title,
.cid-uYXO59A4mt .mbr-section-btn,
.cid-uYXO59A4mt .content-wrapper {
  text-align: center;
}
.cid-uYXO5a2ptT.popup-builder {
  background-color: #ffffff;
}
.cid-uYXO5a2ptT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYXO5a2ptT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYXO5a2ptT .modal-content,
.cid-uYXO5a2ptT .modal-dialog {
  height: auto;
}
.cid-uYXO5a2ptT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYXO5a2ptT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYXO5a2ptT .form-wrapper .mbr-form .form-group,
  .cid-uYXO5a2ptT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYXO5a2ptT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYXO5a2ptT .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-uYXO5a2ptT .mbr-text {
  text-align: center;
}
.cid-uYXO5a2ptT .pt-0 {
  padding-top: 0 !important;
}
.cid-uYXO5a2ptT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYXO5a2ptT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYXO5a2ptT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYXO5a2ptT .modal-open {
  overflow: hidden;
}
.cid-uYXO5a2ptT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYXO5a2ptT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYXO5a2ptT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYXO5a2ptT .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-uYXO5a2ptT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYXO5a2ptT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYXO5a2ptT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYXO5a2ptT .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-uYXO5a2ptT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYXO5a2ptT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYXO5a2ptT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYXO5a2ptT .modal-backdrop.show {
  opacity: .5;
}
.cid-uYXO5a2ptT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYXO5a2ptT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5a2ptT .modal-header {
    padding: 1rem;
  }
}
.cid-uYXO5a2ptT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYXO5a2ptT .modal-header .close svg {
  fill: #353535;
}
.cid-uYXO5a2ptT .modal-header .close:hover {
  opacity: 1;
}
.cid-uYXO5a2ptT .modal-header .close:focus {
  outline: none;
}
.cid-uYXO5a2ptT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYXO5a2ptT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYXO5a2ptT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5a2ptT .modal-body {
    padding: 1rem;
  }
}
.cid-uYXO5a2ptT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYXO5a2ptT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5a2ptT .modal-footer {
    padding: 1rem;
  }
}
.cid-uYXO5a2ptT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYXO5a2ptT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYXO5a2ptT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYXO5a2ptT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYXO5a2ptT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYXO5a2ptT .modal-lg,
  .cid-uYXO5a2ptT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYXO5a2ptT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYXO5a2ptT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYXO5a2ptT .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-uYXO5a2ptT .form-group {
  margin-bottom: 1rem;
}
.cid-uYXO5a2ptT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYXO5a2ptT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYXO5a2ptT .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-uYXO5a2ptT .mbr-section-btn {
  margin: 0;
}
.cid-uYXO5a2ptT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYXO5aKBVN.popup-builder {
  background-color: #ffffff;
}
.cid-uYXO5aKBVN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYXO5aKBVN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYXO5aKBVN .modal-content,
.cid-uYXO5aKBVN .modal-dialog {
  height: auto;
}
.cid-uYXO5aKBVN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYXO5aKBVN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYXO5aKBVN .form-wrapper .mbr-form .form-group,
  .cid-uYXO5aKBVN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYXO5aKBVN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYXO5aKBVN .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-uYXO5aKBVN .mbr-text {
  text-align: left;
}
.cid-uYXO5aKBVN .pt-0 {
  padding-top: 0 !important;
}
.cid-uYXO5aKBVN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYXO5aKBVN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYXO5aKBVN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYXO5aKBVN .modal-open {
  overflow: hidden;
}
.cid-uYXO5aKBVN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYXO5aKBVN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYXO5aKBVN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYXO5aKBVN .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-uYXO5aKBVN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYXO5aKBVN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYXO5aKBVN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYXO5aKBVN .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-uYXO5aKBVN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYXO5aKBVN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYXO5aKBVN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYXO5aKBVN .modal-backdrop.show {
  opacity: .5;
}
.cid-uYXO5aKBVN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYXO5aKBVN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5aKBVN .modal-header {
    padding: 1rem;
  }
}
.cid-uYXO5aKBVN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYXO5aKBVN .modal-header .close svg {
  fill: #353535;
}
.cid-uYXO5aKBVN .modal-header .close:hover {
  opacity: 1;
}
.cid-uYXO5aKBVN .modal-header .close:focus {
  outline: none;
}
.cid-uYXO5aKBVN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYXO5aKBVN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYXO5aKBVN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5aKBVN .modal-body {
    padding: 1rem;
  }
}
.cid-uYXO5aKBVN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYXO5aKBVN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5aKBVN .modal-footer {
    padding: 1rem;
  }
}
.cid-uYXO5aKBVN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYXO5aKBVN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYXO5aKBVN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYXO5aKBVN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYXO5aKBVN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYXO5aKBVN .modal-lg,
  .cid-uYXO5aKBVN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYXO5aKBVN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYXO5aKBVN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYXO5aKBVN .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-uYXO5aKBVN .form-group {
  margin-bottom: 1rem;
}
.cid-uYXO5aKBVN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYXO5aKBVN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYXO5aKBVN .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-uYXO5aKBVN .mbr-section-btn {
  margin: 0;
}
.cid-uYXO5aKBVN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYXO5bcNfC.popup-builder {
  background-color: #ffffff;
}
.cid-uYXO5bcNfC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYXO5bcNfC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYXO5bcNfC .modal-content,
.cid-uYXO5bcNfC .modal-dialog {
  height: auto;
}
.cid-uYXO5bcNfC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYXO5bcNfC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYXO5bcNfC .form-wrapper .mbr-form .form-group,
  .cid-uYXO5bcNfC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYXO5bcNfC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYXO5bcNfC .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-uYXO5bcNfC .mbr-text {
  text-align: left;
}
.cid-uYXO5bcNfC .pt-0 {
  padding-top: 0 !important;
}
.cid-uYXO5bcNfC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYXO5bcNfC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYXO5bcNfC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYXO5bcNfC .modal-open {
  overflow: hidden;
}
.cid-uYXO5bcNfC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYXO5bcNfC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYXO5bcNfC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYXO5bcNfC .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-uYXO5bcNfC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYXO5bcNfC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYXO5bcNfC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYXO5bcNfC .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-uYXO5bcNfC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYXO5bcNfC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYXO5bcNfC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYXO5bcNfC .modal-backdrop.show {
  opacity: .5;
}
.cid-uYXO5bcNfC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYXO5bcNfC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5bcNfC .modal-header {
    padding: 1rem;
  }
}
.cid-uYXO5bcNfC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYXO5bcNfC .modal-header .close svg {
  fill: #353535;
}
.cid-uYXO5bcNfC .modal-header .close:hover {
  opacity: 1;
}
.cid-uYXO5bcNfC .modal-header .close:focus {
  outline: none;
}
.cid-uYXO5bcNfC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYXO5bcNfC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYXO5bcNfC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5bcNfC .modal-body {
    padding: 1rem;
  }
}
.cid-uYXO5bcNfC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYXO5bcNfC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYXO5bcNfC .modal-footer {
    padding: 1rem;
  }
}
.cid-uYXO5bcNfC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYXO5bcNfC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYXO5bcNfC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYXO5bcNfC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYXO5bcNfC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYXO5bcNfC .modal-lg,
  .cid-uYXO5bcNfC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYXO5bcNfC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYXO5bcNfC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYXO5bcNfC .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-uYXO5bcNfC .form-group {
  margin-bottom: 1rem;
}
.cid-uYXO5bcNfC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYXO5bcNfC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYXO5bcNfC .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-uYXO5bcNfC .mbr-section-btn {
  margin: 0;
}
.cid-uYXO5bcNfC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYYb8qeKhS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYYb8qeKhS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYYb8qeKhS a {
  font-style: normal;
}
.cid-uYYb8qeKhS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYYb8qeKhS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uYYb8qeKhS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYYb8qeKhS .content-text {
  margin-bottom: 0;
}
.cid-uYYb8qeKhS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYYb8qeKhS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYYb8qeKhS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYYb8qeKhS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYYb8qeKhS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYYb8qeKhS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYYb8qeKhS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYYb8qeKhS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYYb8qeKhS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYYb8qeKhS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYYb8qeKhS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYYb8qeKhS .content-right-side {
  text-align: center;
}
.cid-uYYb8qeKhS .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uYYb8qeKhS .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uYYb8qeKhS .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uYYb8qeKhS .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uYYb8qeKhS .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uYYb8qeKhS .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uYYb8qeKhS img {
    height: 3.8rem !important;
  }
  .cid-uYYb8qeKhS .btn {
    display: -webkit-flex;
  }
  .cid-uYYb8qeKhS button.navbar-toggler {
    display: block;
  }
  .cid-uYYb8qeKhS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uYYb8qeKhS .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYYb8qeKhS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYYb8qeKhS .navbar-collapse.collapsing,
  .cid-uYYb8qeKhS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYYb8qeKhS .navbar-collapse.collapsing .navbar-nav,
  .cid-uYYb8qeKhS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYYb8qeKhS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYYb8qeKhS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYYb8qeKhS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYYb8qeKhS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYYb8qeKhS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYYb8qeKhS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYYb8qeKhS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYYb8qeKhS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYYb8qeKhS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uYYb8qeKhS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYYb8qeKhS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYYb8qeKhS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uYYb8qeKhS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYb8qeKhS .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uYYb8qeKhS .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uYYb8qeKhS .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uYYb8qeKhS .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uYYb8qeKhS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYYb8qeKhS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYYb8qeKhS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYYb8qeKhS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYYb8qeKhS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYYb8qeKhS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYYb8qeKhS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYYb8qeKhS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYYb8qeKhS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYYb8qeKhS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uYYb8qeKhS .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uYYb8qeKhS .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYYb8qeKhS .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYYb8qeKhS .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uYYb8qeKhS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYYb8qeKhS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYYb8qeKhS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYYb8qeKhS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYYb8qeKhS .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uYYb8qeKhS .navbar-toggler {
    display: none;
  }
  .cid-uYYb8qeKhS .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uYYb8qeKhS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYYb8qeKhS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYYb8qeKhS .menu-logo {
  margin-right: auto;
}
.cid-uYYb8qeKhS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYYb8qeKhS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uYYb8qeKhS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYYb8qeKhS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYYb8qeKhS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYYb8qeKhS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYYb8qeKhS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYYb8qeKhS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYYb8qeKhS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYYb8qeKhS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYYb8qeKhS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYYb8qeKhS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYYb8qeKhS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYb8qeKhS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYYb8qeKhS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uYYb8qeKhS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYYb8qeKhS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYYb8qeKhS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYYb8qeKhS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYYb8qeKhS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYYb8qeKhS button.navbar-toggler:focus {
  outline: none;
}
.cid-uYYb8qeKhS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uYYb8qeKhS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYYb8qeKhS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYYb8qeKhS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYYb8qeKhS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYYb8qeKhS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYYb8qeKhS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYYb8qeKhS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYYb8qeKhS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYYb8qeKhS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYb8qeKhS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYb8qeKhS .collapsed .btn {
  display: -webkit-flex;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse.collapsing,
.cid-uYYb8qeKhS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYYb8qeKhS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYYb8qeKhS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYYb8qeKhS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYYb8qeKhS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYYb8qeKhS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYYb8qeKhS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYYb8qeKhS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uYYb8qeKhS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYYb8qeKhS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYYb8qeKhS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uYYb8qeKhS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYYb8qeKhS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uYYb8qeKhS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYYb8qeKhS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYYb8qeKhS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uYYb8qeKhS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYYb8qeKhS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYYb8qeKhS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYYb8qeKhS .nav-link:focus {
  outline: none;
}
.cid-uYYb8qeKhS .navbar-toggler {
  position: relative;
}
.cid-uYYb8qeKhS .dropdown-item.active,
.cid-uYYb8qeKhS .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uYYb8qeKhS .nav-link:hover,
.cid-uYYb8qeKhS .dropdown-item:hover {
  color: #4284df;
}
.cid-v1azSfJkMd {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1azSfJkMd .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1azSfJkMd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1azSfJkMd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1azSfJkMd .mbr-card-title {
  color: #000000;
}
.cid-v1azSfJkMd .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1azSfJkMd .mbr-text,
.cid-v1azSfJkMd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1azSfJkMd .row {
  align-items: top;
}
.cid-v1azSfJkMd .list-wrapper {
  margin-bottom: 32px;
}
.cid-v1azSfJkMd .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v1azSfJkMd .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v1azSfJkMd .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v1azSfJkMd .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1azSfJkMd .list,
.cid-v1azSfJkMd .item-wrap {
  color: #000000;
}
.cid-uZX7FXlENL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZX7FXlENL .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX7FXlENL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX7FXlENL .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZX7FXlENL .mbr-card-title {
  color: #000000;
}
.cid-uZX7FXlENL .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX7FXlENL .mbr-text,
.cid-uZX7FXlENL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX7FXlENL .row {
  align-items: top;
}
.cid-uZX7FXlENL .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX7FXlENL .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX7FXlENL .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX7FXlENL .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX7FXlENL .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX7FXlENL .list,
.cid-uZX7FXlENL .item-wrap {
  color: #000000;
}
.cid-uZQHCXlgbq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQHCXlgbq .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQHCXlgbq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQHCXlgbq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQHCXlgbq .mbr-card-title {
  color: #000000;
}
.cid-uZQHCXlgbq .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQHCXlgbq .mbr-text,
.cid-uZQHCXlgbq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQHCXlgbq .row {
  align-items: top;
}
.cid-uZQHCXlgbq .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQHCXlgbq .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQHCXlgbq .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQHCXlgbq .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQHCXlgbq .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYZNVehqRy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYZNVehqRy .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYZNVehqRy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYZNVehqRy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYZNVehqRy .mbr-card-title {
  color: #000000;
}
.cid-uYZNVehqRy .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYZNVehqRy .mbr-text,
.cid-uYZNVehqRy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYZNVehqRy .row {
  align-items: top;
}
.cid-uYYb8ChS5M {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYYb8ChS5M .container-fluid {
  padding: 0 3rem;
}
.cid-uYYb8ChS5M .mbr-section-subtitle {
  color: #767676;
}
.cid-uYYb8ChS5M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYYb8ChS5M .table-wrapper {
  margin: 0 auto;
}
.cid-uYYb8ChS5M table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uYYb8ChS5M table thead tr {
  border: none !important;
}
.cid-uYYb8ChS5M table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uYYb8ChS5M table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uYYb8ChS5M table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uYYb8ChS5M tr:hover {
  background-color: #feffe3 !important;
}
.cid-uYYb8ChS5M .head-item:after,
.cid-uYYb8ChS5M .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uYYb8ChS5M table th,
  .cid-uYYb8ChS5M table td {
    padding: .75rem;
  }
}
.cid-uYYb8ChS5M .body-item {
  text-align: left;
}
.cid-uYYb8ChS5M .head-item {
  color: #000000;
}
.cid-uYYb8ChS5M .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZQIpwnBWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQIpwnBWc .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQIpwnBWc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQIpwnBWc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQIpwnBWc .mbr-card-title {
  color: #000000;
}
.cid-uZQIpwnBWc .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQIpwnBWc .mbr-text,
.cid-uZQIpwnBWc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQIpwnBWc .row {
  align-items: top;
}
.cid-uZQIpwnBWc .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQIpwnBWc .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQIpwnBWc .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQIpwnBWc .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQIpwnBWc .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQJ4TgOA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQJ4TgOA1 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQJ4TgOA1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQJ4TgOA1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQJ4TgOA1 .mbr-card-title {
  color: #000000;
}
.cid-uZQJ4TgOA1 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQJ4TgOA1 .mbr-text,
.cid-uZQJ4TgOA1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQJ4TgOA1 .row {
  align-items: top;
}
.cid-uZQJ4TgOA1 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQJ4TgOA1 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQJ4TgOA1 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQJ4TgOA1 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQJ4TgOA1 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYYb8yxvWP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYYb8yxvWP .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYYb8yxvWP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYYb8yxvWP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYYb8yxvWP .mbr-card-title {
  color: #000000;
}
.cid-uYYb8yxvWP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYYb8yxvWP .mbr-text,
.cid-uYYb8yxvWP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYYb8yxvWP .row {
  align-items: top;
}
.cid-uYYb8z0dMD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYYb8z0dMD .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYYb8z0dMD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYYb8z0dMD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYYb8z0dMD .mbr-card-title {
  color: #000000;
}
.cid-uYYb8z0dMD .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYYb8z0dMD .mbr-text,
.cid-uYYb8z0dMD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYYb8z0dMD .row {
  align-items: top;
}
.cid-uZX57Tb5tU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX57Tb5tU .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX57Tb5tU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX57Tb5tU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX57Tb5tU .mbr-card-title {
  color: #000000;
}
.cid-uZX57Tb5tU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX57Tb5tU .mbr-text,
.cid-uZX57Tb5tU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX57Tb5tU .row {
  align-items: top;
}
.cid-uZX57Tb5tU .container {
  width: 100%;
  height: 250px;
}
.cid-uZX57Tb5tU .iframe-class {
  width: 100%;
  height: 370%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uYYb8zvmIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYYb8zvmIs .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYYb8zvmIs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYYb8zvmIs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYYb8zvmIs .mbr-card-title {
  color: #000000;
}
.cid-uYYb8zvmIs .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYYb8zvmIs .mbr-text,
.cid-uYYb8zvmIs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYYb8zvmIs .row {
  align-items: top;
}
.cid-uZX5r454A2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX5r454A2 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX5r454A2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX5r454A2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX5r454A2 .mbr-card-title {
  color: #000000;
}
.cid-uZX5r454A2 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX5r454A2 .mbr-text,
.cid-uZX5r454A2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX5r454A2 .row {
  align-items: top;
}
.cid-uZX5r454A2 .container {
  width: 100%;
  height: 250px;
}
.cid-uZX5r454A2 .iframe-class {
  width: 100%;
  height: 270%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uZQKW55kHo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQKW55kHo .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQKW55kHo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQKW55kHo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQKW55kHo .mbr-card-title {
  color: #000000;
}
.cid-uZQKW55kHo .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQKW55kHo .mbr-text,
.cid-uZQKW55kHo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQKW55kHo .row {
  align-items: top;
}
.cid-uZQKW55kHo .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQKW55kHo .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQKW55kHo .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQKW55kHo .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQKW55kHo .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYYb8DvGNo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYYb8DvGNo .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYYb8DvGNo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYYb8DvGNo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYYb8DvGNo .mbr-card-title {
  color: #000000;
}
.cid-uYYb8DvGNo .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYYb8DvGNo .mbr-text,
.cid-uYYb8DvGNo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYYb8DvGNo .row {
  align-items: top;
}
.cid-uYYb8DYGlf {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYYb8DYGlf .container-fluid {
  padding: 0 3rem;
}
.cid-uYYb8DYGlf .mbr-section-subtitle {
  color: #767676;
}
.cid-uYYb8DYGlf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYYb8DYGlf .table-wrapper {
  margin: 0 auto;
}
.cid-uYYb8DYGlf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uYYb8DYGlf table thead tr {
  border: none !important;
}
.cid-uYYb8DYGlf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uYYb8DYGlf table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uYYb8DYGlf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uYYb8DYGlf tr:hover {
  background-color: #feffe3 !important;
}
.cid-uYYb8DYGlf .head-item:after,
.cid-uYYb8DYGlf .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uYYb8DYGlf table th,
  .cid-uYYb8DYGlf table td {
    padding: .75rem;
  }
}
.cid-uYYb8DYGlf .body-item {
  text-align: left;
}
.cid-uYYb8DYGlf .head-item {
  color: #000000;
}
.cid-uYYb8DYGlf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZQMVNVBT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQMVNVBT5 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQMVNVBT5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQMVNVBT5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQMVNVBT5 .mbr-card-title {
  color: #000000;
}
.cid-uZQMVNVBT5 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQMVNVBT5 .mbr-text,
.cid-uZQMVNVBT5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQMVNVBT5 .row {
  align-items: top;
}
.cid-uZQMVNVBT5 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQMVNVBT5 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQMVNVBT5 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQMVNVBT5 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQMVNVBT5 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQNcMStJG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQNcMStJG .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQNcMStJG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQNcMStJG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQNcMStJG .mbr-card-title {
  color: #000000;
}
.cid-uZQNcMStJG .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQNcMStJG .mbr-text,
.cid-uZQNcMStJG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQNcMStJG .row {
  align-items: top;
}
.cid-uZQNcMStJG .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQNcMStJG .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQNcMStJG .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQNcMStJG .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQNcMStJG .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQNp5G5Ev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQNp5G5Ev .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQNp5G5Ev .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQNp5G5Ev .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQNp5G5Ev .mbr-card-title {
  color: #000000;
}
.cid-uZQNp5G5Ev .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQNp5G5Ev .mbr-text,
.cid-uZQNp5G5Ev .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQNp5G5Ev .row {
  align-items: top;
}
.cid-uZQNp5G5Ev .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQNp5G5Ev .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQNp5G5Ev .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQNp5G5Ev .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQNp5G5Ev .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQOfd8ccj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQOfd8ccj .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQOfd8ccj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQOfd8ccj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQOfd8ccj .mbr-card-title {
  color: #000000;
}
.cid-uZQOfd8ccj .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQOfd8ccj .mbr-text,
.cid-uZQOfd8ccj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQOfd8ccj .row {
  align-items: top;
}
.cid-uZQOfd8ccj .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQOfd8ccj .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQOfd8ccj .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQOfd8ccj .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQOfd8ccj .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uYYb8FgS7u {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYYb8FgS7u .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYYb8FgS7u .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYYb8FgS7u .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYYb8FgS7u .mbr-card-title {
  color: #000000;
}
.cid-uYYb8FgS7u .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYYb8FgS7u .mbr-text,
.cid-uYYb8FgS7u .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYYb8FgS7u .row {
  align-items: top;
}
.cid-v08izj8gBg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v08izj8gBg .container-fluid {
  padding: 0 3rem;
}
.cid-v08izj8gBg .mbr-section-subtitle {
  color: #767676;
}
.cid-v08izj8gBg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v08izj8gBg .table-wrapper {
  margin: 0 auto;
}
.cid-v08izj8gBg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v08izj8gBg table thead tr {
  border: none !important;
}
.cid-v08izj8gBg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-v08izj8gBg table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-v08izj8gBg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-v08izj8gBg tr:hover {
  background-color: #feffe3 !important;
}
.cid-v08izj8gBg .head-item:after,
.cid-v08izj8gBg .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-v08izj8gBg table th,
  .cid-v08izj8gBg table td {
    padding: .75rem;
  }
}
.cid-v08izj8gBg .body-item {
  text-align: left;
}
.cid-v08izj8gBg .head-item {
  color: #000000;
}
.cid-v08izj8gBg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYYb8L6L8v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYYb8L6L8v .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uYYb8L6L8v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYYb8L6L8v .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uYYb8L6L8v .mbr-card-title {
  color: #000000;
}
.cid-uYYb8L6L8v .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYYb8L6L8v .mbr-text,
.cid-uYYb8L6L8v .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYYb8L6L8v .row {
  align-items: top;
}
.cid-uZQPyn7Qge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQPyn7Qge .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQPyn7Qge .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQPyn7Qge .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQPyn7Qge .mbr-card-title {
  color: #000000;
}
.cid-uZQPyn7Qge .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQPyn7Qge .mbr-text,
.cid-uZQPyn7Qge .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQPyn7Qge .row {
  align-items: top;
}
.cid-uZQPyn7Qge .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQPyn7Qge .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQPyn7Qge .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQPyn7Qge .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQPyn7Qge .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQQfPVVg8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQQfPVVg8 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQQfPVVg8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQQfPVVg8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQQfPVVg8 .mbr-card-title {
  color: #000000;
}
.cid-uZQQfPVVg8 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQQfPVVg8 .mbr-text,
.cid-uZQQfPVVg8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQQfPVVg8 .row {
  align-items: top;
}
.cid-uZQQfPVVg8 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQQfPVVg8 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQQfPVVg8 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQQfPVVg8 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQQfPVVg8 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQS4OZbcI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQS4OZbcI .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQS4OZbcI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQS4OZbcI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQS4OZbcI .mbr-card-title {
  color: #000000;
}
.cid-uZQS4OZbcI .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQS4OZbcI .mbr-text,
.cid-uZQS4OZbcI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQS4OZbcI .row {
  align-items: top;
}
.cid-uZQS4OZbcI .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQS4OZbcI .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQS4OZbcI .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQS4OZbcI .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQS4OZbcI .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZQS6fqNf6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZQS6fqNf6 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZQS6fqNf6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZQS6fqNf6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZQS6fqNf6 .mbr-card-title {
  color: #000000;
}
.cid-uZQS6fqNf6 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZQS6fqNf6 .mbr-text,
.cid-uZQS6fqNf6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZQS6fqNf6 .row {
  align-items: top;
}
.cid-uZQS6fqNf6 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZQS6fqNf6 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZQS6fqNf6 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZQS6fqNf6 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZQS6fqNf6 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1aAFAtWTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aAFAtWTz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aAFAtWTz .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aAFAtWTz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aAFAtWTz .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aAFAtWTz .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aAFAtWTz .mbr-text {
  color: #000000;
}
.cid-v1aAFAtWTz .mbr-description {
  color: #6c7577;
}
.cid-v1aAFAtWTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aAFAtWTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYb8R0IN2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uYYb8R0IN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYb8R0IN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYb8R0IN2 .row {
  justify-content: center;
}
.cid-uYYb8R0IN2 .row .card {
  justify-content: space-between;
}
.cid-uYYb8R0IN2 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uYYb8R0IN2 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uYYb8R0IN2 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uYYb8R0IN2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uYYb8R0IN2 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYYb8R0IN2 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYYb8R0IN2 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uYYb8R0IN2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYb8R0IN2 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYYb8R0IN2 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYYb8R0IN2 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uYYb8R0IN2 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uYYb8R0IN2 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYYb8R0IN2 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uYYb8R0IN2 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYYb8R0IN2 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYYb8R0IN2 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uYYb8R0IN2 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uYYb8R0IN2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYYb8R0IN2 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uYYb8R0IN2 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uYYb8R0IN2 .mbr-section-title {
  color: #093388;
}
.cid-uYYb8R0IN2 .mbr-list-title {
  color: #000000;
}
.cid-uYYb8R0IN2 .list {
  color: #58595b;
}
.cid-uYYb8R0IN2 .mbr-section-title,
.cid-uYYb8R0IN2 .mbr-section-btn,
.cid-uYYb8R0IN2 .content-wrapper {
  text-align: center;
}
.cid-uYYb8RDYuX.popup-builder {
  background-color: #ffffff;
}
.cid-uYYb8RDYuX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYYb8RDYuX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYYb8RDYuX .modal-content,
.cid-uYYb8RDYuX .modal-dialog {
  height: auto;
}
.cid-uYYb8RDYuX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYYb8RDYuX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYYb8RDYuX .form-wrapper .mbr-form .form-group,
  .cid-uYYb8RDYuX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYYb8RDYuX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYYb8RDYuX .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-uYYb8RDYuX .mbr-text {
  text-align: center;
}
.cid-uYYb8RDYuX .pt-0 {
  padding-top: 0 !important;
}
.cid-uYYb8RDYuX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYYb8RDYuX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYYb8RDYuX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYYb8RDYuX .modal-open {
  overflow: hidden;
}
.cid-uYYb8RDYuX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYYb8RDYuX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYYb8RDYuX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYYb8RDYuX .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-uYYb8RDYuX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYYb8RDYuX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYYb8RDYuX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYYb8RDYuX .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-uYYb8RDYuX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYYb8RDYuX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYYb8RDYuX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYYb8RDYuX .modal-backdrop.show {
  opacity: .5;
}
.cid-uYYb8RDYuX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYYb8RDYuX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYYb8RDYuX .modal-header {
    padding: 1rem;
  }
}
.cid-uYYb8RDYuX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYYb8RDYuX .modal-header .close svg {
  fill: #353535;
}
.cid-uYYb8RDYuX .modal-header .close:hover {
  opacity: 1;
}
.cid-uYYb8RDYuX .modal-header .close:focus {
  outline: none;
}
.cid-uYYb8RDYuX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYYb8RDYuX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYYb8RDYuX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYYb8RDYuX .modal-body {
    padding: 1rem;
  }
}
.cid-uYYb8RDYuX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYYb8RDYuX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYYb8RDYuX .modal-footer {
    padding: 1rem;
  }
}
.cid-uYYb8RDYuX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYYb8RDYuX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYYb8RDYuX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYYb8RDYuX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYYb8RDYuX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYYb8RDYuX .modal-lg,
  .cid-uYYb8RDYuX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYYb8RDYuX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYYb8RDYuX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYYb8RDYuX .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-uYYb8RDYuX .form-group {
  margin-bottom: 1rem;
}
.cid-uYYb8RDYuX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYYb8RDYuX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYYb8RDYuX .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-uYYb8RDYuX .mbr-section-btn {
  margin: 0;
}
.cid-uYYb8RDYuX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZ0CU0eEDm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZ0CU0eEDm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZ0CU0eEDm a {
  font-style: normal;
}
.cid-uZ0CU0eEDm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZ0CU0eEDm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZ0CU0eEDm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0CU0eEDm .content-text {
  margin-bottom: 0;
}
.cid-uZ0CU0eEDm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZ0CU0eEDm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZ0CU0eEDm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZ0CU0eEDm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZ0CU0eEDm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZ0CU0eEDm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZ0CU0eEDm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZ0CU0eEDm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZ0CU0eEDm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ0CU0eEDm .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZ0CU0eEDm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZ0CU0eEDm .content-right-side {
  text-align: center;
}
.cid-uZ0CU0eEDm .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZ0CU0eEDm .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZ0CU0eEDm .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZ0CU0eEDm .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZ0CU0eEDm .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZ0CU0eEDm .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZ0CU0eEDm img {
    height: 3.8rem !important;
  }
  .cid-uZ0CU0eEDm .btn {
    display: -webkit-flex;
  }
  .cid-uZ0CU0eEDm button.navbar-toggler {
    display: block;
  }
  .cid-uZ0CU0eEDm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZ0CU0eEDm .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZ0CU0eEDm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZ0CU0eEDm .navbar-collapse.collapsing,
  .cid-uZ0CU0eEDm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZ0CU0eEDm .navbar-collapse.collapsing .navbar-nav,
  .cid-uZ0CU0eEDm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZ0CU0eEDm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZ0CU0eEDm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZ0CU0eEDm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZ0CU0eEDm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZ0CU0eEDm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZ0CU0eEDm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ0CU0eEDm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZ0CU0eEDm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZ0CU0eEDm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZ0CU0eEDm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZ0CU0eEDm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZ0CU0eEDm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZ0CU0eEDm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ0CU0eEDm .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZ0CU0eEDm .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZ0CU0eEDm .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZ0CU0eEDm .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZ0CU0eEDm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZ0CU0eEDm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZ0CU0eEDm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZ0CU0eEDm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZ0CU0eEDm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ0CU0eEDm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZ0CU0eEDm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZ0CU0eEDm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZ0CU0eEDm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZ0CU0eEDm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZ0CU0eEDm .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZ0CU0eEDm .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZ0CU0eEDm .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZ0CU0eEDm .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZ0CU0eEDm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZ0CU0eEDm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZ0CU0eEDm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZ0CU0eEDm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZ0CU0eEDm .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZ0CU0eEDm .navbar-toggler {
    display: none;
  }
  .cid-uZ0CU0eEDm .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZ0CU0eEDm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ0CU0eEDm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZ0CU0eEDm .menu-logo {
  margin-right: auto;
}
.cid-uZ0CU0eEDm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ0CU0eEDm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZ0CU0eEDm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZ0CU0eEDm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZ0CU0eEDm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZ0CU0eEDm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZ0CU0eEDm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZ0CU0eEDm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZ0CU0eEDm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ0CU0eEDm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZ0CU0eEDm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0CU0eEDm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZ0CU0eEDm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ0CU0eEDm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZ0CU0eEDm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZ0CU0eEDm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZ0CU0eEDm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZ0CU0eEDm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZ0CU0eEDm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZ0CU0eEDm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ0CU0eEDm button.navbar-toggler:focus {
  outline: none;
}
.cid-uZ0CU0eEDm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZ0CU0eEDm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ0CU0eEDm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ0CU0eEDm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ0CU0eEDm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ0CU0eEDm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ0CU0eEDm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ0CU0eEDm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ0CU0eEDm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ0CU0eEDm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ0CU0eEDm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ0CU0eEDm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.collapsing,
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZ0CU0eEDm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZ0CU0eEDm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZ0CU0eEDm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZ0CU0eEDm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZ0CU0eEDm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZ0CU0eEDm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZ0CU0eEDm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZ0CU0eEDm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZ0CU0eEDm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZ0CU0eEDm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZ0CU0eEDm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ0CU0eEDm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZ0CU0eEDm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZ0CU0eEDm .nav-link:focus {
  outline: none;
}
.cid-uZ0CU0eEDm .navbar-toggler {
  position: relative;
}
.cid-uZ0CU0eEDm .dropdown-item.active,
.cid-uZ0CU0eEDm .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZ0CU0eEDm .nav-link:hover,
.cid-uZ0CU0eEDm .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aKRwXXFC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aKRwXXFC .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aKRwXXFC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aKRwXXFC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aKRwXXFC .mbr-card-title {
  color: #000000;
}
.cid-v1aKRwXXFC .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aKRwXXFC .mbr-text,
.cid-v1aKRwXXFC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aKRwXXFC .row {
  align-items: top;
}
.cid-uZZkAOSxfb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZZkAOSxfb .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZZkAOSxfb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZZkAOSxfb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZZkAOSxfb .mbr-card-title {
  color: #000000;
}
.cid-uZZkAOSxfb .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZZkAOSxfb .mbr-text,
.cid-uZZkAOSxfb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZZkAOSxfb .row {
  align-items: top;
}
.cid-uZZkAOSxfb .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZZkAOSxfb .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZZkAOSxfb .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZZkAOSxfb .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZZkAOSxfb .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZZkAOSxfb .list,
.cid-uZZkAOSxfb .item-wrap {
  color: #000000;
}
.cid-uZTrjasdnd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTrjasdnd .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTrjasdnd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTrjasdnd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTrjasdnd .mbr-card-title {
  color: #000000;
}
.cid-uZTrjasdnd .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTrjasdnd .mbr-text,
.cid-uZTrjasdnd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTrjasdnd .row {
  align-items: top;
}
.cid-uZTrjasdnd .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTrjasdnd .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTrjasdnd .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTrjasdnd .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTrjasdnd .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTss6IMNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTss6IMNE .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTss6IMNE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTss6IMNE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTss6IMNE .mbr-card-title {
  color: #000000;
}
.cid-uZTss6IMNE .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTss6IMNE .mbr-text,
.cid-uZTss6IMNE .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTss6IMNE .row {
  align-items: top;
}
.cid-uZTss6IMNE .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTss6IMNE .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTss6IMNE .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTss6IMNE .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTss6IMNE .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTtvjr6fR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTtvjr6fR .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTtvjr6fR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTtvjr6fR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTtvjr6fR .mbr-card-title {
  color: #000000;
}
.cid-uZTtvjr6fR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTtvjr6fR .mbr-text,
.cid-uZTtvjr6fR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTtvjr6fR .row {
  align-items: top;
}
.cid-uZTtvjr6fR .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTtvjr6fR .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTtvjr6fR .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTtvjr6fR .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTtvjr6fR .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZ0CU8gBq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ0CU8gBq2 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZ0CU8gBq2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ0CU8gBq2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZ0CU8gBq2 .mbr-card-title {
  color: #000000;
}
.cid-uZ0CU8gBq2 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZ0CU8gBq2 .mbr-text,
.cid-uZ0CU8gBq2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ0CU8gBq2 .row {
  align-items: top;
}
.cid-uZ0CU7NZVa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ0CU7NZVa .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZ0CU7NZVa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ0CU7NZVa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZ0CU7NZVa .mbr-card-title {
  color: #000000;
}
.cid-uZ0CU7NZVa .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZ0CU7NZVa .mbr-text,
.cid-uZ0CU7NZVa .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ0CU7NZVa .row {
  align-items: top;
}
.cid-uZ2K6g5vp3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f6f2;
}
.cid-uZ2K6g5vp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2K6g5vp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2K6g5vp3 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uZ2K6g5vp3 .row {
  justify-content: center;
}
.cid-uZ2K6g5vp3 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uZ2K6g5vp3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uZ2K6g5vp3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uZ3lQLG0Di {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ3lQLG0Di .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-uZ3lQLG0Di img,
.cid-uZ3lQLG0Di .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZ3lQLG0Di .item:focus,
.cid-uZ3lQLG0Di span:focus {
  outline: none;
}
.cid-uZ3lQLG0Di .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-uZ3lQLG0Di .item {
    margin-bottom: 70px !important;
  }
}
.cid-uZ3lQLG0Di .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ3lQLG0Di .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}
.cid-uZ3lQLG0Di .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uZ3lQLG0Di .item-img img {
  width: 100%;
}
.cid-uZ3lQLG0Di .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uZ3lQLG0Di .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uZ3lQLG0Di .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-uZ3lQLG0Di .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-uZ3lQLG0Di .title-text {
  color: #8A8A8A;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
  text-align: center;
}
.cid-uZ3lQLG0Di .mbr-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uZTuyzhsIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTuyzhsIU .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTuyzhsIU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTuyzhsIU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTuyzhsIU .mbr-card-title {
  color: #000000;
}
.cid-uZTuyzhsIU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTuyzhsIU .mbr-text,
.cid-uZTuyzhsIU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTuyzhsIU .row {
  align-items: top;
}
.cid-uZTuyzhsIU .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTuyzhsIU .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTuyzhsIU .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTuyzhsIU .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTuyzhsIU .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZ49XErsFH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZ49XErsFH .container-fluid {
  padding: 0 3rem;
}
.cid-uZ49XErsFH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ49XErsFH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZ49XErsFH .table-wrapper {
  margin: 0 auto;
}
.cid-uZ49XErsFH table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZ49XErsFH table thead tr {
  border: none !important;
}
.cid-uZ49XErsFH table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZ49XErsFH table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uZ49XErsFH table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZ49XErsFH tr:hover {
  background-color: #feffe3 !important;
}
.cid-uZ49XErsFH .head-item:after,
.cid-uZ49XErsFH .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZ49XErsFH table th,
  .cid-uZ49XErsFH table td {
    padding: .75rem;
  }
}
.cid-uZ49XErsFH .body-item {
  text-align: left;
}
.cid-uZ49XErsFH .head-item {
  color: #000000;
}
.cid-uZ49XErsFH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZTv3AChDk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTv3AChDk .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTv3AChDk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTv3AChDk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTv3AChDk .mbr-card-title {
  color: #000000;
}
.cid-uZTv3AChDk .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTv3AChDk .mbr-text,
.cid-uZTv3AChDk .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTv3AChDk .row {
  align-items: top;
}
.cid-uZTv3AChDk .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTv3AChDk .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTv3AChDk .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTv3AChDk .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTv3AChDk .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZTxbqAJ0m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTxbqAJ0m .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTxbqAJ0m .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTxbqAJ0m .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTxbqAJ0m .mbr-card-title {
  color: #000000;
}
.cid-uZTxbqAJ0m .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTxbqAJ0m .mbr-text,
.cid-uZTxbqAJ0m .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTxbqAJ0m .row {
  align-items: top;
}
.cid-uZTxbqAJ0m .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTxbqAJ0m .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTxbqAJ0m .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTxbqAJ0m .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTxbqAJ0m .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZ8uq7PZTd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ8uq7PZTd .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZ8uq7PZTd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ8uq7PZTd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZ8uq7PZTd .mbr-card-title {
  color: #000000;
}
.cid-uZ8uq7PZTd .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZ8uq7PZTd .mbr-text,
.cid-uZ8uq7PZTd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ8uq7PZTd .row {
  align-items: top;
}
.cid-uZ8vNGmnn2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uZ8vNGmnn2 .container-fluid {
  padding: 0 3rem;
}
.cid-uZ8vNGmnn2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ8vNGmnn2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZ8vNGmnn2 .table-wrapper {
  margin: 0 auto;
}
.cid-uZ8vNGmnn2 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZ8vNGmnn2 table thead tr {
  border: none !important;
}
.cid-uZ8vNGmnn2 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-uZ8vNGmnn2 table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uZ8vNGmnn2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZ8vNGmnn2 table.table {
  background: #ffffff;
}
.cid-uZ8vNGmnn2 tr:hover {
  background-color: #feffe3 !important;
}
.cid-uZ8vNGmnn2 .head-item:after,
.cid-uZ8vNGmnn2 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZ8vNGmnn2 table th,
  .cid-uZ8vNGmnn2 table td {
    padding: .75rem;
  }
}
.cid-uZ8vNGmnn2 .body-item {
  text-align: left;
}
.cid-uZ8vNGmnn2 .head-item {
  color: #000000;
}
.cid-uZ8vNGmnn2 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZTMCJ6M0q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTMCJ6M0q .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZTMCJ6M0q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTMCJ6M0q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZTMCJ6M0q .mbr-card-title {
  color: #000000;
}
.cid-uZTMCJ6M0q .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZTMCJ6M0q .mbr-text,
.cid-uZTMCJ6M0q .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTMCJ6M0q .row {
  align-items: top;
}
.cid-uZTMCJ6M0q .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZTMCJ6M0q .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZTMCJ6M0q .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZTMCJ6M0q .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZTMCJ6M0q .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZUYmbR4Gb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZUYmbR4Gb .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZUYmbR4Gb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZUYmbR4Gb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZUYmbR4Gb .mbr-card-title {
  color: #000000;
}
.cid-uZUYmbR4Gb .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZUYmbR4Gb .mbr-text,
.cid-uZUYmbR4Gb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZUYmbR4Gb .row {
  align-items: top;
}
.cid-uZUYmbR4Gb .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZUYmbR4Gb .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZUYmbR4Gb .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZUYmbR4Gb .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZUYmbR4Gb .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZV06rTZmG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZV06rTZmG .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZV06rTZmG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZV06rTZmG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZV06rTZmG .mbr-card-title {
  color: #000000;
}
.cid-uZV06rTZmG .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZV06rTZmG .mbr-text,
.cid-uZV06rTZmG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZV06rTZmG .row {
  align-items: top;
}
.cid-uZV06rTZmG .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZV06rTZmG .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZV06rTZmG .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZV06rTZmG .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZV06rTZmG .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZ91lnwXUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ91lnwXUU .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZ91lnwXUU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ91lnwXUU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZ91lnwXUU .mbr-card-title {
  color: #000000;
}
.cid-uZ91lnwXUU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZ91lnwXUU .mbr-text,
.cid-uZ91lnwXUU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ91lnwXUU .row {
  align-items: top;
}
.cid-uZ9AKyoHck {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZ9AKyoHck .container-fluid {
  padding: 0 3rem;
}
.cid-uZ9AKyoHck .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ9AKyoHck .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZ9AKyoHck .table-wrapper {
  margin: 0 auto;
}
.cid-uZ9AKyoHck table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZ9AKyoHck table thead tr {
  border: none !important;
}
.cid-uZ9AKyoHck table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZ9AKyoHck table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uZ9AKyoHck table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZ9AKyoHck tr:hover {
  background-color: #ffffff !important;
}
.cid-uZ9AKyoHck .head-item:after,
.cid-uZ9AKyoHck .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZ9AKyoHck table th,
  .cid-uZ9AKyoHck table td {
    padding: .75rem;
  }
}
.cid-uZ9AKyoHck .body-item {
  text-align: left;
}
.cid-uZ9AKyoHck .head-item {
  color: #000000;
}
.cid-uZ9AKyoHck .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZV328QUd0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZV328QUd0 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZV328QUd0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZV328QUd0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZV328QUd0 .mbr-card-title {
  color: #000000;
}
.cid-uZV328QUd0 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZV328QUd0 .mbr-text,
.cid-uZV328QUd0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZV328QUd0 .row {
  align-items: top;
}
.cid-uZV328QUd0 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZV328QUd0 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZV328QUd0 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZV328QUd0 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZV328QUd0 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1aLu7ntBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aLu7ntBu .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aLu7ntBu .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aLu7ntBu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aLu7ntBu .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aLu7ntBu .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aLu7ntBu .mbr-text {
  color: #6c7577;
}
.cid-v1aLu7ntBu .mbr-description {
  color: #6c7577;
}
.cid-v1aLu7ntBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aLu7ntBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0CUfkxSP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZ0CUfkxSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0CUfkxSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0CUfkxSP .row {
  justify-content: center;
}
.cid-uZ0CUfkxSP .row .card {
  justify-content: space-between;
}
.cid-uZ0CUfkxSP .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZ0CUfkxSP .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZ0CUfkxSP .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0CUfkxSP .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZ0CUfkxSP .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ0CUfkxSP .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ0CUfkxSP .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZ0CUfkxSP .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ0CUfkxSP .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ0CUfkxSP .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ0CUfkxSP .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZ0CUfkxSP .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZ0CUfkxSP .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ0CUfkxSP .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZ0CUfkxSP .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ0CUfkxSP .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZ0CUfkxSP .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZ0CUfkxSP .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZ0CUfkxSP .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ0CUfkxSP .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZ0CUfkxSP .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZ0CUfkxSP .mbr-section-title {
  color: #093388;
}
.cid-uZ0CUfkxSP .mbr-list-title {
  color: #000000;
}
.cid-uZ0CUfkxSP .list {
  color: #58595b;
}
.cid-uZ0CUfkxSP .mbr-section-title,
.cid-uZ0CUfkxSP .mbr-section-btn,
.cid-uZ0CUfkxSP .content-wrapper {
  text-align: center;
}
.cid-uZ0CUfZSIM.popup-builder {
  background-color: #ffffff;
}
.cid-uZ0CUfZSIM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZ0CUfZSIM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZ0CUfZSIM .modal-content,
.cid-uZ0CUfZSIM .modal-dialog {
  height: auto;
}
.cid-uZ0CUfZSIM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZ0CUfZSIM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZ0CUfZSIM .form-wrapper .mbr-form .form-group,
  .cid-uZ0CUfZSIM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZ0CUfZSIM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZ0CUfZSIM .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-uZ0CUfZSIM .mbr-text {
  text-align: center;
}
.cid-uZ0CUfZSIM .pt-0 {
  padding-top: 0 !important;
}
.cid-uZ0CUfZSIM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZ0CUfZSIM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZ0CUfZSIM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZ0CUfZSIM .modal-open {
  overflow: hidden;
}
.cid-uZ0CUfZSIM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZ0CUfZSIM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZ0CUfZSIM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZ0CUfZSIM .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-uZ0CUfZSIM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZ0CUfZSIM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZ0CUfZSIM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZ0CUfZSIM .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-uZ0CUfZSIM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZ0CUfZSIM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZ0CUfZSIM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZ0CUfZSIM .modal-backdrop.show {
  opacity: .5;
}
.cid-uZ0CUfZSIM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZ0CUfZSIM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ0CUfZSIM .modal-header {
    padding: 1rem;
  }
}
.cid-uZ0CUfZSIM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZ0CUfZSIM .modal-header .close svg {
  fill: #353535;
}
.cid-uZ0CUfZSIM .modal-header .close:hover {
  opacity: 1;
}
.cid-uZ0CUfZSIM .modal-header .close:focus {
  outline: none;
}
.cid-uZ0CUfZSIM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZ0CUfZSIM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZ0CUfZSIM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ0CUfZSIM .modal-body {
    padding: 1rem;
  }
}
.cid-uZ0CUfZSIM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZ0CUfZSIM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ0CUfZSIM .modal-footer {
    padding: 1rem;
  }
}
.cid-uZ0CUfZSIM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZ0CUfZSIM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZ0CUfZSIM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZ0CUfZSIM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZ0CUfZSIM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZ0CUfZSIM .modal-lg,
  .cid-uZ0CUfZSIM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZ0CUfZSIM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZ0CUfZSIM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZ0CUfZSIM .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-uZ0CUfZSIM .form-group {
  margin-bottom: 1rem;
}
.cid-uZ0CUfZSIM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZ0CUfZSIM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZ0CUfZSIM .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-uZ0CUfZSIM .mbr-section-btn {
  margin: 0;
}
.cid-uZ0CUfZSIM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeEXM4qjI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeEXM4qjI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeEXM4qjI a {
  font-style: normal;
}
.cid-uZeEXM4qjI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeEXM4qjI .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeEXM4qjI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeEXM4qjI .content-text {
  margin-bottom: 0;
}
.cid-uZeEXM4qjI .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeEXM4qjI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeEXM4qjI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeEXM4qjI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeEXM4qjI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeEXM4qjI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeEXM4qjI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeEXM4qjI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeEXM4qjI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeEXM4qjI .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeEXM4qjI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeEXM4qjI .content-right-side {
  text-align: center;
}
.cid-uZeEXM4qjI .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeEXM4qjI .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeEXM4qjI .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeEXM4qjI .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeEXM4qjI .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeEXM4qjI .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeEXM4qjI img {
    height: 3.8rem !important;
  }
  .cid-uZeEXM4qjI .btn {
    display: -webkit-flex;
  }
  .cid-uZeEXM4qjI button.navbar-toggler {
    display: block;
  }
  .cid-uZeEXM4qjI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeEXM4qjI .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeEXM4qjI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeEXM4qjI .navbar-collapse.collapsing,
  .cid-uZeEXM4qjI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeEXM4qjI .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeEXM4qjI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeEXM4qjI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeEXM4qjI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeEXM4qjI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeEXM4qjI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeEXM4qjI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeEXM4qjI .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeEXM4qjI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeEXM4qjI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeEXM4qjI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeEXM4qjI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeEXM4qjI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeEXM4qjI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeEXM4qjI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXM4qjI .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeEXM4qjI .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeEXM4qjI .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeEXM4qjI .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeEXM4qjI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeEXM4qjI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeEXM4qjI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeEXM4qjI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeEXM4qjI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeEXM4qjI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeEXM4qjI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeEXM4qjI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeEXM4qjI .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeEXM4qjI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeEXM4qjI .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeEXM4qjI .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeEXM4qjI .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeEXM4qjI .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeEXM4qjI .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeEXM4qjI .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeEXM4qjI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeEXM4qjI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeEXM4qjI .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeEXM4qjI .navbar-toggler {
    display: none;
  }
  .cid-uZeEXM4qjI .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeEXM4qjI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeEXM4qjI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeEXM4qjI .menu-logo {
  margin-right: auto;
}
.cid-uZeEXM4qjI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeEXM4qjI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeEXM4qjI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeEXM4qjI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeEXM4qjI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeEXM4qjI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeEXM4qjI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeEXM4qjI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeEXM4qjI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeEXM4qjI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeEXM4qjI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeEXM4qjI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeEXM4qjI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeEXM4qjI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeEXM4qjI .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeEXM4qjI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeEXM4qjI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeEXM4qjI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeEXM4qjI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeEXM4qjI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeEXM4qjI button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeEXM4qjI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeEXM4qjI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeEXM4qjI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeEXM4qjI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeEXM4qjI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeEXM4qjI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeEXM4qjI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeEXM4qjI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeEXM4qjI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeEXM4qjI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeEXM4qjI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeEXM4qjI .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse.collapsing,
.cid-uZeEXM4qjI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeEXM4qjI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeEXM4qjI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeEXM4qjI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeEXM4qjI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEXM4qjI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeEXM4qjI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeEXM4qjI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeEXM4qjI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeEXM4qjI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeEXM4qjI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeEXM4qjI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeEXM4qjI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeEXM4qjI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeEXM4qjI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeEXM4qjI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeEXM4qjI .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeEXM4qjI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeEXM4qjI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeEXM4qjI .nav-link:focus {
  outline: none;
}
.cid-uZeEXM4qjI .navbar-toggler {
  position: relative;
}
.cid-uZeEXM4qjI .dropdown-item.active,
.cid-uZeEXM4qjI .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeEXM4qjI .nav-link:hover,
.cid-uZeEXM4qjI .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aLzVveCf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aLzVveCf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aLzVveCf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aLzVveCf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aLzVveCf .mbr-card-title {
  color: #000000;
}
.cid-v1aLzVveCf .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aLzVveCf .mbr-text,
.cid-v1aLzVveCf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aLzVveCf .row {
  align-items: top;
}
.cid-uZZm7uwRbP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZZm7uwRbP .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZZm7uwRbP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZZm7uwRbP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZZm7uwRbP .mbr-card-title {
  color: #000000;
}
.cid-uZZm7uwRbP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZZm7uwRbP .mbr-text,
.cid-uZZm7uwRbP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZZm7uwRbP .row {
  align-items: top;
}
.cid-uZZm7uwRbP .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZZm7uwRbP .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZZm7uwRbP .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZZm7uwRbP .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZZm7uwRbP .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZZm7uwRbP .list,
.cid-uZZm7uwRbP .item-wrap {
  color: #000000;
}
.cid-uZWCNx8y9H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZWCNx8y9H .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZWCNx8y9H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZWCNx8y9H .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZWCNx8y9H .mbr-card-title {
  color: #000000;
}
.cid-uZWCNx8y9H .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZWCNx8y9H .mbr-text,
.cid-uZWCNx8y9H .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZWCNx8y9H .row {
  align-items: top;
}
.cid-uZWp9OKckF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZWp9OKckF .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZWp9OKckF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZWp9OKckF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZWp9OKckF .mbr-card-title {
  color: #000000;
}
.cid-uZWp9OKckF .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZWp9OKckF .mbr-text,
.cid-uZWp9OKckF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZWp9OKckF .row {
  align-items: top;
}
.cid-uZWp9OKckF .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZWp9OKckF .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZWp9OKckF .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZWp9OKckF .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZWp9OKckF .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZWcIWWg7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZWcIWWg7N .wrapper {
    padding: 0 28px;
  }
}
.cid-uZWcIWWg7N .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-uZWcIWWg7N .mbr-section-head {
    margin-bottom: 268px;
  }
}
@media (min-width: 1400px) {
  .cid-uZWcIWWg7N .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-uZWcIWWg7N .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uZWcIWWg7N .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
}
.cid-uZWcIWWg7N .timeline-element {
  position: relative;
}
.cid-uZWcIWWg7N .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #727272;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-uZWcIWWg7N .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uZWcIWWg7N .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-uZWcIWWg7N .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZWcIWWg7N .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uZWcIWWg7N .right {
    margin-right: 4rem;
  }
  .cid-uZWcIWWg7N .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uZWcIWWg7N .image-wrapper,
  .cid-uZWcIWWg7N .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-uZWcIWWg7N .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #727272;
  background-color: #727272;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uZWcIWWg7N .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-uZWcIWWg7N .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-uZWcIWWg7N .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-uZWcIWWg7N .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZWcIWWg7N .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZWcIWWg7N .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZWcIWWg7N .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZWcIWWg7N .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1aMZx7W5M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aMZx7W5M .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aMZx7W5M .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aMZx7W5M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aMZx7W5M .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aMZx7W5M .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aMZx7W5M .mbr-text {
  color: #6c7577;
}
.cid-v1aMZx7W5M .mbr-description {
  color: #6c7577;
}
.cid-v1aMZx7W5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aMZx7W5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeEXORSIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeEXORSIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeEXORSIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeEXORSIQ .row {
  justify-content: center;
}
.cid-uZeEXORSIQ .row .card {
  justify-content: space-between;
}
.cid-uZeEXORSIQ .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeEXORSIQ .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeEXORSIQ .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeEXORSIQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeEXORSIQ .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeEXORSIQ .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeEXORSIQ .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeEXORSIQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeEXORSIQ .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeEXORSIQ .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeEXORSIQ .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeEXORSIQ .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeEXORSIQ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeEXORSIQ .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeEXORSIQ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeEXORSIQ .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeEXORSIQ .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeEXORSIQ .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeEXORSIQ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeEXORSIQ .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeEXORSIQ .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeEXORSIQ .mbr-section-title {
  color: #093388;
}
.cid-uZeEXORSIQ .mbr-list-title {
  color: #000000;
}
.cid-uZeEXORSIQ .list {
  color: #58595b;
}
.cid-uZeEXORSIQ .mbr-section-title,
.cid-uZeEXORSIQ .mbr-section-btn,
.cid-uZeEXORSIQ .content-wrapper {
  text-align: center;
}
.cid-uZeEXPelCw.popup-builder {
  background-color: #ffffff;
}
.cid-uZeEXPelCw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeEXPelCw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeEXPelCw .modal-content,
.cid-uZeEXPelCw .modal-dialog {
  height: auto;
}
.cid-uZeEXPelCw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeEXPelCw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeEXPelCw .form-wrapper .mbr-form .form-group,
  .cid-uZeEXPelCw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeEXPelCw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeEXPelCw .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-uZeEXPelCw .mbr-text {
  text-align: center;
}
.cid-uZeEXPelCw .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeEXPelCw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeEXPelCw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEXPelCw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeEXPelCw .modal-open {
  overflow: hidden;
}
.cid-uZeEXPelCw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeEXPelCw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeEXPelCw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeEXPelCw .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-uZeEXPelCw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeEXPelCw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeEXPelCw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeEXPelCw .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-uZeEXPelCw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeEXPelCw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeEXPelCw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeEXPelCw .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeEXPelCw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeEXPelCw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPelCw .modal-header {
    padding: 1rem;
  }
}
.cid-uZeEXPelCw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeEXPelCw .modal-header .close svg {
  fill: #353535;
}
.cid-uZeEXPelCw .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeEXPelCw .modal-header .close:focus {
  outline: none;
}
.cid-uZeEXPelCw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeEXPelCw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeEXPelCw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPelCw .modal-body {
    padding: 1rem;
  }
}
.cid-uZeEXPelCw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeEXPelCw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPelCw .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeEXPelCw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeEXPelCw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeEXPelCw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeEXPelCw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeEXPelCw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeEXPelCw .modal-lg,
  .cid-uZeEXPelCw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeEXPelCw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeEXPelCw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeEXPelCw .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-uZeEXPelCw .form-group {
  margin-bottom: 1rem;
}
.cid-uZeEXPelCw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeEXPelCw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeEXPelCw .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-uZeEXPelCw .mbr-section-btn {
  margin: 0;
}
.cid-uZeEXPelCw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeEXPDcBe.popup-builder {
  background-color: #ffffff;
}
.cid-uZeEXPDcBe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeEXPDcBe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeEXPDcBe .modal-content,
.cid-uZeEXPDcBe .modal-dialog {
  height: auto;
}
.cid-uZeEXPDcBe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeEXPDcBe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeEXPDcBe .form-wrapper .mbr-form .form-group,
  .cid-uZeEXPDcBe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeEXPDcBe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeEXPDcBe .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-uZeEXPDcBe .mbr-text {
  text-align: left;
}
.cid-uZeEXPDcBe .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeEXPDcBe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeEXPDcBe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEXPDcBe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeEXPDcBe .modal-open {
  overflow: hidden;
}
.cid-uZeEXPDcBe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeEXPDcBe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeEXPDcBe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeEXPDcBe .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-uZeEXPDcBe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeEXPDcBe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeEXPDcBe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeEXPDcBe .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-uZeEXPDcBe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeEXPDcBe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeEXPDcBe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeEXPDcBe .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeEXPDcBe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeEXPDcBe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPDcBe .modal-header {
    padding: 1rem;
  }
}
.cid-uZeEXPDcBe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeEXPDcBe .modal-header .close svg {
  fill: #353535;
}
.cid-uZeEXPDcBe .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeEXPDcBe .modal-header .close:focus {
  outline: none;
}
.cid-uZeEXPDcBe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeEXPDcBe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeEXPDcBe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPDcBe .modal-body {
    padding: 1rem;
  }
}
.cid-uZeEXPDcBe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeEXPDcBe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPDcBe .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeEXPDcBe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeEXPDcBe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeEXPDcBe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeEXPDcBe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeEXPDcBe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeEXPDcBe .modal-lg,
  .cid-uZeEXPDcBe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeEXPDcBe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeEXPDcBe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeEXPDcBe .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-uZeEXPDcBe .form-group {
  margin-bottom: 1rem;
}
.cid-uZeEXPDcBe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeEXPDcBe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeEXPDcBe .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-uZeEXPDcBe .mbr-section-btn {
  margin: 0;
}
.cid-uZeEXPDcBe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeEXPX1o1.popup-builder {
  background-color: #ffffff;
}
.cid-uZeEXPX1o1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeEXPX1o1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeEXPX1o1 .modal-content,
.cid-uZeEXPX1o1 .modal-dialog {
  height: auto;
}
.cid-uZeEXPX1o1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeEXPX1o1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeEXPX1o1 .form-wrapper .mbr-form .form-group,
  .cid-uZeEXPX1o1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeEXPX1o1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeEXPX1o1 .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-uZeEXPX1o1 .mbr-text {
  text-align: left;
}
.cid-uZeEXPX1o1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeEXPX1o1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeEXPX1o1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEXPX1o1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeEXPX1o1 .modal-open {
  overflow: hidden;
}
.cid-uZeEXPX1o1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeEXPX1o1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeEXPX1o1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeEXPX1o1 .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-uZeEXPX1o1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeEXPX1o1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeEXPX1o1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeEXPX1o1 .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-uZeEXPX1o1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeEXPX1o1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeEXPX1o1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeEXPX1o1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeEXPX1o1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeEXPX1o1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPX1o1 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeEXPX1o1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeEXPX1o1 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeEXPX1o1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeEXPX1o1 .modal-header .close:focus {
  outline: none;
}
.cid-uZeEXPX1o1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeEXPX1o1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeEXPX1o1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPX1o1 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeEXPX1o1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeEXPX1o1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEXPX1o1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeEXPX1o1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeEXPX1o1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeEXPX1o1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeEXPX1o1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeEXPX1o1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeEXPX1o1 .modal-lg,
  .cid-uZeEXPX1o1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeEXPX1o1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeEXPX1o1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeEXPX1o1 .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-uZeEXPX1o1 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeEXPX1o1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeEXPX1o1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeEXPX1o1 .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-uZeEXPX1o1 .mbr-section-btn {
  margin: 0;
}
.cid-uZeEXPX1o1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeFpX7Kvz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeFpX7Kvz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeFpX7Kvz a {
  font-style: normal;
}
.cid-uZeFpX7Kvz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeFpX7Kvz .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeFpX7Kvz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeFpX7Kvz .content-text {
  margin-bottom: 0;
}
.cid-uZeFpX7Kvz .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeFpX7Kvz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeFpX7Kvz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeFpX7Kvz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeFpX7Kvz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeFpX7Kvz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeFpX7Kvz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeFpX7Kvz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeFpX7Kvz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeFpX7Kvz .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeFpX7Kvz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeFpX7Kvz .content-right-side {
  text-align: center;
}
.cid-uZeFpX7Kvz .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeFpX7Kvz .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeFpX7Kvz .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeFpX7Kvz .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeFpX7Kvz .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeFpX7Kvz .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeFpX7Kvz img {
    height: 3.8rem !important;
  }
  .cid-uZeFpX7Kvz .btn {
    display: -webkit-flex;
  }
  .cid-uZeFpX7Kvz button.navbar-toggler {
    display: block;
  }
  .cid-uZeFpX7Kvz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeFpX7Kvz .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeFpX7Kvz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeFpX7Kvz .navbar-collapse.collapsing,
  .cid-uZeFpX7Kvz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeFpX7Kvz .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeFpX7Kvz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeFpX7Kvz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeFpX7Kvz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeFpX7Kvz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeFpX7Kvz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeFpX7Kvz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeFpX7Kvz .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeFpX7Kvz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeFpX7Kvz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeFpX7Kvz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeFpX7Kvz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeFpX7Kvz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeFpX7Kvz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeFpX7Kvz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeFpX7Kvz .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeFpX7Kvz .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeFpX7Kvz .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeFpX7Kvz .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeFpX7Kvz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeFpX7Kvz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeFpX7Kvz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeFpX7Kvz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeFpX7Kvz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeFpX7Kvz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeFpX7Kvz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeFpX7Kvz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeFpX7Kvz .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeFpX7Kvz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeFpX7Kvz .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeFpX7Kvz .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeFpX7Kvz .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeFpX7Kvz .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeFpX7Kvz .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeFpX7Kvz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeFpX7Kvz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeFpX7Kvz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeFpX7Kvz .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeFpX7Kvz .navbar-toggler {
    display: none;
  }
  .cid-uZeFpX7Kvz .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeFpX7Kvz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeFpX7Kvz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeFpX7Kvz .menu-logo {
  margin-right: auto;
}
.cid-uZeFpX7Kvz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeFpX7Kvz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeFpX7Kvz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeFpX7Kvz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeFpX7Kvz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeFpX7Kvz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeFpX7Kvz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeFpX7Kvz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeFpX7Kvz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeFpX7Kvz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeFpX7Kvz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeFpX7Kvz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeFpX7Kvz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeFpX7Kvz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeFpX7Kvz .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeFpX7Kvz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeFpX7Kvz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeFpX7Kvz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeFpX7Kvz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeFpX7Kvz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeFpX7Kvz button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeFpX7Kvz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeFpX7Kvz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeFpX7Kvz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeFpX7Kvz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeFpX7Kvz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeFpX7Kvz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeFpX7Kvz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeFpX7Kvz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeFpX7Kvz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeFpX7Kvz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeFpX7Kvz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeFpX7Kvz .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.collapsing,
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeFpX7Kvz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeFpX7Kvz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeFpX7Kvz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeFpX7Kvz .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeFpX7Kvz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeFpX7Kvz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeFpX7Kvz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeFpX7Kvz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeFpX7Kvz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeFpX7Kvz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeFpX7Kvz .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeFpX7Kvz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeFpX7Kvz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeFpX7Kvz .nav-link:focus {
  outline: none;
}
.cid-uZeFpX7Kvz .navbar-toggler {
  position: relative;
}
.cid-uZeFpX7Kvz .dropdown-item.active,
.cid-uZeFpX7Kvz .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeFpX7Kvz .nav-link:hover,
.cid-uZeFpX7Kvz .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aN2DEiAG {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aN2DEiAG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aN2DEiAG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aN2DEiAG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aN2DEiAG .mbr-card-title {
  color: #000000;
}
.cid-v1aN2DEiAG .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aN2DEiAG .mbr-text,
.cid-v1aN2DEiAG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aN2DEiAG .row {
  align-items: top;
}
.cid-uZeFpYfVRV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZeFpYfVRV .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeFpYfVRV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeFpYfVRV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeFpYfVRV .mbr-card-title {
  color: #000000;
}
.cid-uZeFpYfVRV .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeFpYfVRV .mbr-text,
.cid-uZeFpYfVRV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeFpYfVRV .row {
  align-items: top;
}
.cid-uZeFpYfVRV .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZeFpYfVRV .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZeFpYfVRV .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZeFpYfVRV .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZeFpYfVRV .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZttPumOR6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZttPumOR6 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uZttPumOR6 .card-img {
  padding-bottom: 2rem;
}
.cid-uZttPumOR6 .mbr-text {
  color: #767676;
}
.cid-uZttPumOR6 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uZttPumOR6 .mbr-section-btn {
  margin-left: 0;
}
.cid-uZttPumOR6 .date span {
  display: inline-block;
  background-color: #89c4f4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uZttPumOR6 .card-title {
    text-align: center;
  }
  .cid-uZttPumOR6 p.mbr-text,
  .cid-uZttPumOR6 p.date {
    text-align: center;
  }
}
.cid-uZttPumOR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZttPumOR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZttPumOR6 .card-title,
.cid-uZttPumOR6 .card-img {
  text-align: center;
}
.cid-uZnGOKcqgR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZnGOKcqgR .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZnGOKcqgR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZnGOKcqgR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZnGOKcqgR .mbr-card-title {
  color: #000000;
}
.cid-uZnGOKcqgR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZnGOKcqgR .mbr-text,
.cid-uZnGOKcqgR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZnGOKcqgR .row {
  align-items: top;
}
.cid-uZnGOKcqgR .container {
  width: 100%;
  height: 250px;
}
.cid-uZnGOKcqgR .iframe-class {
  width: 100%;
  height: 270%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uZnQ4vwfiH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZnQ4vwfiH .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZnQ4vwfiH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZnQ4vwfiH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZnQ4vwfiH .mbr-card-title {
  color: #000000;
}
.cid-uZnQ4vwfiH .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZnQ4vwfiH .mbr-text,
.cid-uZnQ4vwfiH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZnQ4vwfiH .row {
  align-items: top;
}
.cid-uZnQ4vwfiH .container {
  width: 100%;
  height: 250px;
}
.cid-uZnQ4vwfiH .iframe-class {
  width: 100%;
  height: 170%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uZnQX2qvNL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZnQX2qvNL .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZnQX2qvNL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZnQX2qvNL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZnQX2qvNL .mbr-card-title {
  color: #000000;
}
.cid-uZnQX2qvNL .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZnQX2qvNL .mbr-text,
.cid-uZnQX2qvNL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZnQX2qvNL .row {
  align-items: top;
}
.cid-uZnQX2qvNL .container {
  width: 100%;
  height: 250px;
}
.cid-uZnQX2qvNL .iframe-class {
  width: 100%;
  height: 270%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uZtssU5Utt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZtssU5Utt .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZtssU5Utt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZtssU5Utt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZtssU5Utt .mbr-card-title {
  color: #000000;
}
.cid-uZtssU5Utt .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZtssU5Utt .mbr-text,
.cid-uZtssU5Utt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZtssU5Utt .row {
  align-items: top;
}
.cid-uZeFpYVG3E {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZeFpYVG3E .image-block {
  margin: auto;
}
.cid-uZeFpYVG3E figcaption {
  position: relative;
}
.cid-uZeFpYVG3E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeFpYVG3E .image-block {
    width: 100% !important;
  }
}
.cid-v1aNL9sQPC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aNL9sQPC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aNL9sQPC .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aNL9sQPC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aNL9sQPC .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aNL9sQPC .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aNL9sQPC .mbr-text {
  color: #6c7577;
}
.cid-v1aNL9sQPC .mbr-description {
  color: #6c7577;
}
.cid-v1aNL9sQPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aNL9sQPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeFpZJIa2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeFpZJIa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeFpZJIa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeFpZJIa2 .row {
  justify-content: center;
}
.cid-uZeFpZJIa2 .row .card {
  justify-content: space-between;
}
.cid-uZeFpZJIa2 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeFpZJIa2 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeFpZJIa2 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeFpZJIa2 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeFpZJIa2 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeFpZJIa2 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeFpZJIa2 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeFpZJIa2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeFpZJIa2 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeFpZJIa2 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeFpZJIa2 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeFpZJIa2 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeFpZJIa2 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeFpZJIa2 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeFpZJIa2 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeFpZJIa2 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeFpZJIa2 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeFpZJIa2 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeFpZJIa2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeFpZJIa2 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeFpZJIa2 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeFpZJIa2 .mbr-section-title {
  color: #093388;
}
.cid-uZeFpZJIa2 .mbr-list-title {
  color: #000000;
}
.cid-uZeFpZJIa2 .list {
  color: #58595b;
}
.cid-uZeFpZJIa2 .mbr-section-title,
.cid-uZeFpZJIa2 .mbr-section-btn,
.cid-uZeFpZJIa2 .content-wrapper {
  text-align: center;
}
.cid-uZeFq057P2.popup-builder {
  background-color: #ffffff;
}
.cid-uZeFq057P2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeFq057P2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeFq057P2 .modal-content,
.cid-uZeFq057P2 .modal-dialog {
  height: auto;
}
.cid-uZeFq057P2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeFq057P2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeFq057P2 .form-wrapper .mbr-form .form-group,
  .cid-uZeFq057P2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeFq057P2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeFq057P2 .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-uZeFq057P2 .mbr-text {
  text-align: center;
}
.cid-uZeFq057P2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeFq057P2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeFq057P2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeFq057P2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeFq057P2 .modal-open {
  overflow: hidden;
}
.cid-uZeFq057P2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeFq057P2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeFq057P2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeFq057P2 .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-uZeFq057P2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeFq057P2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeFq057P2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeFq057P2 .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-uZeFq057P2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeFq057P2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeFq057P2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeFq057P2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeFq057P2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeFq057P2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq057P2 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeFq057P2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeFq057P2 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeFq057P2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeFq057P2 .modal-header .close:focus {
  outline: none;
}
.cid-uZeFq057P2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeFq057P2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeFq057P2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq057P2 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeFq057P2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeFq057P2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq057P2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeFq057P2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeFq057P2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeFq057P2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeFq057P2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeFq057P2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeFq057P2 .modal-lg,
  .cid-uZeFq057P2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeFq057P2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeFq057P2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeFq057P2 .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-uZeFq057P2 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeFq057P2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeFq057P2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeFq057P2 .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-uZeFq057P2 .mbr-section-btn {
  margin: 0;
}
.cid-uZeFq057P2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeFq0u0gY.popup-builder {
  background-color: #ffffff;
}
.cid-uZeFq0u0gY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeFq0u0gY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeFq0u0gY .modal-content,
.cid-uZeFq0u0gY .modal-dialog {
  height: auto;
}
.cid-uZeFq0u0gY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeFq0u0gY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeFq0u0gY .form-wrapper .mbr-form .form-group,
  .cid-uZeFq0u0gY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeFq0u0gY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeFq0u0gY .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-uZeFq0u0gY .mbr-text {
  text-align: left;
}
.cid-uZeFq0u0gY .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeFq0u0gY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeFq0u0gY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeFq0u0gY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeFq0u0gY .modal-open {
  overflow: hidden;
}
.cid-uZeFq0u0gY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeFq0u0gY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeFq0u0gY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeFq0u0gY .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-uZeFq0u0gY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeFq0u0gY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeFq0u0gY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeFq0u0gY .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-uZeFq0u0gY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeFq0u0gY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeFq0u0gY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeFq0u0gY .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeFq0u0gY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeFq0u0gY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq0u0gY .modal-header {
    padding: 1rem;
  }
}
.cid-uZeFq0u0gY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeFq0u0gY .modal-header .close svg {
  fill: #353535;
}
.cid-uZeFq0u0gY .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeFq0u0gY .modal-header .close:focus {
  outline: none;
}
.cid-uZeFq0u0gY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeFq0u0gY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeFq0u0gY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq0u0gY .modal-body {
    padding: 1rem;
  }
}
.cid-uZeFq0u0gY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeFq0u0gY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq0u0gY .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeFq0u0gY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeFq0u0gY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeFq0u0gY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeFq0u0gY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeFq0u0gY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeFq0u0gY .modal-lg,
  .cid-uZeFq0u0gY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeFq0u0gY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeFq0u0gY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeFq0u0gY .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-uZeFq0u0gY .form-group {
  margin-bottom: 1rem;
}
.cid-uZeFq0u0gY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeFq0u0gY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeFq0u0gY .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-uZeFq0u0gY .mbr-section-btn {
  margin: 0;
}
.cid-uZeFq0u0gY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeFq0PI77.popup-builder {
  background-color: #ffffff;
}
.cid-uZeFq0PI77.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeFq0PI77.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeFq0PI77 .modal-content,
.cid-uZeFq0PI77 .modal-dialog {
  height: auto;
}
.cid-uZeFq0PI77 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeFq0PI77 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeFq0PI77 .form-wrapper .mbr-form .form-group,
  .cid-uZeFq0PI77 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeFq0PI77 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeFq0PI77 .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-uZeFq0PI77 .mbr-text {
  text-align: left;
}
.cid-uZeFq0PI77 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeFq0PI77 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeFq0PI77 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeFq0PI77 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeFq0PI77 .modal-open {
  overflow: hidden;
}
.cid-uZeFq0PI77 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeFq0PI77 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeFq0PI77 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeFq0PI77 .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-uZeFq0PI77 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeFq0PI77 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeFq0PI77 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeFq0PI77 .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-uZeFq0PI77 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeFq0PI77 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeFq0PI77 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeFq0PI77 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeFq0PI77 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeFq0PI77 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq0PI77 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeFq0PI77 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeFq0PI77 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeFq0PI77 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeFq0PI77 .modal-header .close:focus {
  outline: none;
}
.cid-uZeFq0PI77 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeFq0PI77 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeFq0PI77 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq0PI77 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeFq0PI77 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeFq0PI77 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeFq0PI77 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeFq0PI77 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeFq0PI77 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeFq0PI77 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeFq0PI77 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeFq0PI77 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeFq0PI77 .modal-lg,
  .cid-uZeFq0PI77 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeFq0PI77 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeFq0PI77 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeFq0PI77 .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-uZeFq0PI77 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeFq0PI77 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeFq0PI77 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeFq0PI77 .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-uZeFq0PI77 .mbr-section-btn {
  margin: 0;
}
.cid-uZeFq0PI77 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeG3wIUJU .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeG3wIUJU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeG3wIUJU a {
  font-style: normal;
}
.cid-uZeG3wIUJU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeG3wIUJU .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeG3wIUJU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeG3wIUJU .content-text {
  margin-bottom: 0;
}
.cid-uZeG3wIUJU .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeG3wIUJU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeG3wIUJU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeG3wIUJU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeG3wIUJU .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeG3wIUJU .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeG3wIUJU .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeG3wIUJU .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeG3wIUJU .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeG3wIUJU .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeG3wIUJU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeG3wIUJU .content-right-side {
  text-align: center;
}
.cid-uZeG3wIUJU .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeG3wIUJU .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeG3wIUJU .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeG3wIUJU .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeG3wIUJU .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeG3wIUJU .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeG3wIUJU img {
    height: 3.8rem !important;
  }
  .cid-uZeG3wIUJU .btn {
    display: -webkit-flex;
  }
  .cid-uZeG3wIUJU button.navbar-toggler {
    display: block;
  }
  .cid-uZeG3wIUJU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeG3wIUJU .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeG3wIUJU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeG3wIUJU .navbar-collapse.collapsing,
  .cid-uZeG3wIUJU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeG3wIUJU .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeG3wIUJU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeG3wIUJU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeG3wIUJU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeG3wIUJU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeG3wIUJU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeG3wIUJU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeG3wIUJU .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeG3wIUJU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeG3wIUJU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeG3wIUJU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeG3wIUJU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeG3wIUJU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeG3wIUJU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeG3wIUJU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3wIUJU .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeG3wIUJU .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeG3wIUJU .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeG3wIUJU .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeG3wIUJU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeG3wIUJU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeG3wIUJU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeG3wIUJU .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeG3wIUJU .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeG3wIUJU .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeG3wIUJU .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeG3wIUJU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeG3wIUJU .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeG3wIUJU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeG3wIUJU .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeG3wIUJU .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeG3wIUJU .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeG3wIUJU .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeG3wIUJU .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeG3wIUJU .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeG3wIUJU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeG3wIUJU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeG3wIUJU .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeG3wIUJU .navbar-toggler {
    display: none;
  }
  .cid-uZeG3wIUJU .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeG3wIUJU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeG3wIUJU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeG3wIUJU .menu-logo {
  margin-right: auto;
}
.cid-uZeG3wIUJU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeG3wIUJU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeG3wIUJU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeG3wIUJU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeG3wIUJU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeG3wIUJU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeG3wIUJU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeG3wIUJU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeG3wIUJU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeG3wIUJU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeG3wIUJU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeG3wIUJU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeG3wIUJU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeG3wIUJU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeG3wIUJU .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeG3wIUJU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeG3wIUJU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeG3wIUJU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeG3wIUJU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeG3wIUJU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeG3wIUJU button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeG3wIUJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeG3wIUJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeG3wIUJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeG3wIUJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeG3wIUJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeG3wIUJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeG3wIUJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeG3wIUJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeG3wIUJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeG3wIUJU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeG3wIUJU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeG3wIUJU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse.collapsing,
.cid-uZeG3wIUJU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeG3wIUJU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeG3wIUJU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeG3wIUJU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeG3wIUJU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeG3wIUJU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeG3wIUJU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeG3wIUJU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeG3wIUJU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeG3wIUJU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeG3wIUJU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeG3wIUJU .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeG3wIUJU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeG3wIUJU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeG3wIUJU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeG3wIUJU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeG3wIUJU .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeG3wIUJU .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeG3wIUJU .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeG3wIUJU .nav-link:focus {
  outline: none;
}
.cid-uZeG3wIUJU .navbar-toggler {
  position: relative;
}
.cid-uZeG3wIUJU .dropdown-item.active,
.cid-uZeG3wIUJU .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeG3wIUJU .nav-link:hover,
.cid-uZeG3wIUJU .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aPk7ihLg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aPk7ihLg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aPk7ihLg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aPk7ihLg .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aPk7ihLg .mbr-card-title {
  color: #000000;
}
.cid-v1aPk7ihLg .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aPk7ihLg .mbr-text,
.cid-v1aPk7ihLg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aPk7ihLg .row {
  align-items: top;
}
.cid-uZeG3z7vSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZeG3z7vSq .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeG3z7vSq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeG3z7vSq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeG3z7vSq .mbr-card-title {
  color: #000000;
}
.cid-uZeG3z7vSq .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeG3z7vSq .mbr-text,
.cid-uZeG3z7vSq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeG3z7vSq .row {
  align-items: top;
}
.cid-uZeG3z7vSq .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZeG3z7vSq .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZeG3z7vSq .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZeG3z7vSq .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZeG3z7vSq .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZgRjDd2lY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9-1.jpg");
}
.cid-uZgRjDd2lY .container-fluid {
  padding: 0 3rem;
}
.cid-uZgRjDd2lY .mbr-section-subtitle {
  color: #000000;
}
.cid-uZgRjDd2lY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZgRjDd2lY .table-wrapper {
  margin: 0 auto;
}
.cid-uZgRjDd2lY table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZgRjDd2lY table thead tr {
  border: none !important;
}
.cid-uZgRjDd2lY table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZgRjDd2lY table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-uZgRjDd2lY table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZgRjDd2lY tr:hover {
  background-color: #ffffff !important;
}
.cid-uZgRjDd2lY .head-item:after,
.cid-uZgRjDd2lY .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZgRjDd2lY table th,
  .cid-uZgRjDd2lY table td {
    padding: .75rem;
  }
}
.cid-uZgRjDd2lY .body-item {
  text-align: center;
  color: #000000;
}
.cid-uZgRjDd2lY .head-item {
  color: #000000;
}
.cid-uZgRjDd2lY .mbr-text {
  color: #767676;
}
.cid-uZeG3zIwfE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZeG3zIwfE .image-block {
  margin: auto;
}
.cid-uZeG3zIwfE figcaption {
  position: relative;
}
.cid-uZeG3zIwfE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeG3zIwfE .image-block {
    width: 100% !important;
  }
}
.cid-v1aPRPm1rb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aPRPm1rb .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aPRPm1rb .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aPRPm1rb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aPRPm1rb .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aPRPm1rb .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aPRPm1rb .mbr-text {
  color: #6c7577;
}
.cid-v1aPRPm1rb .mbr-description {
  color: #6c7577;
}
.cid-v1aPRPm1rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aPRPm1rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeG3ApjK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeG3ApjK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeG3ApjK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeG3ApjK5 .row {
  justify-content: center;
}
.cid-uZeG3ApjK5 .row .card {
  justify-content: space-between;
}
.cid-uZeG3ApjK5 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeG3ApjK5 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeG3ApjK5 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeG3ApjK5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeG3ApjK5 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeG3ApjK5 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeG3ApjK5 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeG3ApjK5 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeG3ApjK5 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeG3ApjK5 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeG3ApjK5 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeG3ApjK5 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeG3ApjK5 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeG3ApjK5 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeG3ApjK5 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeG3ApjK5 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeG3ApjK5 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeG3ApjK5 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeG3ApjK5 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeG3ApjK5 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeG3ApjK5 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeG3ApjK5 .mbr-section-title {
  color: #093388;
}
.cid-uZeG3ApjK5 .mbr-list-title {
  color: #000000;
}
.cid-uZeG3ApjK5 .list {
  color: #58595b;
}
.cid-uZeG3ApjK5 .mbr-section-title,
.cid-uZeG3ApjK5 .mbr-section-btn,
.cid-uZeG3ApjK5 .content-wrapper {
  text-align: center;
}
.cid-uZeG3AKA31.popup-builder {
  background-color: #ffffff;
}
.cid-uZeG3AKA31.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeG3AKA31.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeG3AKA31 .modal-content,
.cid-uZeG3AKA31 .modal-dialog {
  height: auto;
}
.cid-uZeG3AKA31 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeG3AKA31 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeG3AKA31 .form-wrapper .mbr-form .form-group,
  .cid-uZeG3AKA31 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeG3AKA31 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeG3AKA31 .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-uZeG3AKA31 .mbr-text {
  text-align: center;
}
.cid-uZeG3AKA31 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeG3AKA31 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeG3AKA31 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeG3AKA31 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeG3AKA31 .modal-open {
  overflow: hidden;
}
.cid-uZeG3AKA31 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeG3AKA31 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeG3AKA31 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeG3AKA31 .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-uZeG3AKA31 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeG3AKA31 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeG3AKA31 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeG3AKA31 .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-uZeG3AKA31 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeG3AKA31 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeG3AKA31 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeG3AKA31 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeG3AKA31 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeG3AKA31 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3AKA31 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeG3AKA31 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeG3AKA31 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeG3AKA31 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeG3AKA31 .modal-header .close:focus {
  outline: none;
}
.cid-uZeG3AKA31 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeG3AKA31 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeG3AKA31 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3AKA31 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeG3AKA31 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeG3AKA31 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3AKA31 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeG3AKA31 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeG3AKA31 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeG3AKA31 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeG3AKA31 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeG3AKA31 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeG3AKA31 .modal-lg,
  .cid-uZeG3AKA31 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeG3AKA31 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeG3AKA31 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeG3AKA31 .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-uZeG3AKA31 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeG3AKA31 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeG3AKA31 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeG3AKA31 .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-uZeG3AKA31 .mbr-section-btn {
  margin: 0;
}
.cid-uZeG3AKA31 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeG3B5jOG.popup-builder {
  background-color: #ffffff;
}
.cid-uZeG3B5jOG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeG3B5jOG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeG3B5jOG .modal-content,
.cid-uZeG3B5jOG .modal-dialog {
  height: auto;
}
.cid-uZeG3B5jOG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeG3B5jOG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeG3B5jOG .form-wrapper .mbr-form .form-group,
  .cid-uZeG3B5jOG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeG3B5jOG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeG3B5jOG .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-uZeG3B5jOG .mbr-text {
  text-align: left;
}
.cid-uZeG3B5jOG .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeG3B5jOG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeG3B5jOG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeG3B5jOG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeG3B5jOG .modal-open {
  overflow: hidden;
}
.cid-uZeG3B5jOG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeG3B5jOG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeG3B5jOG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeG3B5jOG .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-uZeG3B5jOG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeG3B5jOG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeG3B5jOG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeG3B5jOG .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-uZeG3B5jOG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeG3B5jOG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeG3B5jOG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeG3B5jOG .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeG3B5jOG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeG3B5jOG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3B5jOG .modal-header {
    padding: 1rem;
  }
}
.cid-uZeG3B5jOG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeG3B5jOG .modal-header .close svg {
  fill: #353535;
}
.cid-uZeG3B5jOG .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeG3B5jOG .modal-header .close:focus {
  outline: none;
}
.cid-uZeG3B5jOG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeG3B5jOG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeG3B5jOG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3B5jOG .modal-body {
    padding: 1rem;
  }
}
.cid-uZeG3B5jOG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeG3B5jOG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3B5jOG .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeG3B5jOG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeG3B5jOG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeG3B5jOG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeG3B5jOG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeG3B5jOG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeG3B5jOG .modal-lg,
  .cid-uZeG3B5jOG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeG3B5jOG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeG3B5jOG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeG3B5jOG .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-uZeG3B5jOG .form-group {
  margin-bottom: 1rem;
}
.cid-uZeG3B5jOG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeG3B5jOG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeG3B5jOG .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-uZeG3B5jOG .mbr-section-btn {
  margin: 0;
}
.cid-uZeG3B5jOG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeG3Bpp2d.popup-builder {
  background-color: #ffffff;
}
.cid-uZeG3Bpp2d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeG3Bpp2d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeG3Bpp2d .modal-content,
.cid-uZeG3Bpp2d .modal-dialog {
  height: auto;
}
.cid-uZeG3Bpp2d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeG3Bpp2d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeG3Bpp2d .form-wrapper .mbr-form .form-group,
  .cid-uZeG3Bpp2d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeG3Bpp2d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeG3Bpp2d .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-uZeG3Bpp2d .mbr-text {
  text-align: left;
}
.cid-uZeG3Bpp2d .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeG3Bpp2d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeG3Bpp2d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeG3Bpp2d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeG3Bpp2d .modal-open {
  overflow: hidden;
}
.cid-uZeG3Bpp2d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeG3Bpp2d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeG3Bpp2d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeG3Bpp2d .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-uZeG3Bpp2d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeG3Bpp2d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeG3Bpp2d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeG3Bpp2d .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-uZeG3Bpp2d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeG3Bpp2d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeG3Bpp2d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeG3Bpp2d .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeG3Bpp2d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeG3Bpp2d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3Bpp2d .modal-header {
    padding: 1rem;
  }
}
.cid-uZeG3Bpp2d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeG3Bpp2d .modal-header .close svg {
  fill: #353535;
}
.cid-uZeG3Bpp2d .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeG3Bpp2d .modal-header .close:focus {
  outline: none;
}
.cid-uZeG3Bpp2d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeG3Bpp2d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeG3Bpp2d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3Bpp2d .modal-body {
    padding: 1rem;
  }
}
.cid-uZeG3Bpp2d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeG3Bpp2d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeG3Bpp2d .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeG3Bpp2d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeG3Bpp2d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeG3Bpp2d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeG3Bpp2d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeG3Bpp2d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeG3Bpp2d .modal-lg,
  .cid-uZeG3Bpp2d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeG3Bpp2d .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeG3Bpp2d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeG3Bpp2d .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-uZeG3Bpp2d .form-group {
  margin-bottom: 1rem;
}
.cid-uZeG3Bpp2d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeG3Bpp2d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeG3Bpp2d .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-uZeG3Bpp2d .mbr-section-btn {
  margin: 0;
}
.cid-uZeG3Bpp2d .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGpEdG50 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeGpEdG50 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeGpEdG50 a {
  font-style: normal;
}
.cid-uZeGpEdG50 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeGpEdG50 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeGpEdG50 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGpEdG50 .content-text {
  margin-bottom: 0;
}
.cid-uZeGpEdG50 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeGpEdG50 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeGpEdG50 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeGpEdG50 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeGpEdG50 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeGpEdG50 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeGpEdG50 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeGpEdG50 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeGpEdG50 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeGpEdG50 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeGpEdG50 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeGpEdG50 .content-right-side {
  text-align: center;
}
.cid-uZeGpEdG50 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeGpEdG50 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeGpEdG50 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeGpEdG50 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeGpEdG50 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeGpEdG50 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeGpEdG50 img {
    height: 3.8rem !important;
  }
  .cid-uZeGpEdG50 .btn {
    display: -webkit-flex;
  }
  .cid-uZeGpEdG50 button.navbar-toggler {
    display: block;
  }
  .cid-uZeGpEdG50 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeGpEdG50 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeGpEdG50 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeGpEdG50 .navbar-collapse.collapsing,
  .cid-uZeGpEdG50 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeGpEdG50 .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeGpEdG50 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeGpEdG50 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeGpEdG50 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeGpEdG50 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeGpEdG50 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeGpEdG50 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeGpEdG50 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeGpEdG50 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeGpEdG50 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeGpEdG50 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeGpEdG50 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeGpEdG50 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeGpEdG50 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeGpEdG50 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpEdG50 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeGpEdG50 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeGpEdG50 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeGpEdG50 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeGpEdG50 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeGpEdG50 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeGpEdG50 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeGpEdG50 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeGpEdG50 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGpEdG50 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeGpEdG50 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeGpEdG50 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeGpEdG50 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeGpEdG50 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeGpEdG50 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeGpEdG50 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeGpEdG50 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeGpEdG50 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeGpEdG50 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeGpEdG50 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeGpEdG50 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeGpEdG50 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeGpEdG50 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeGpEdG50 .navbar-toggler {
    display: none;
  }
  .cid-uZeGpEdG50 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeGpEdG50 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGpEdG50 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeGpEdG50 .menu-logo {
  margin-right: auto;
}
.cid-uZeGpEdG50 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGpEdG50 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeGpEdG50 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeGpEdG50 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeGpEdG50 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeGpEdG50 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeGpEdG50 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeGpEdG50 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeGpEdG50 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeGpEdG50 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeGpEdG50 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGpEdG50 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeGpEdG50 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeGpEdG50 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeGpEdG50 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeGpEdG50 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeGpEdG50 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeGpEdG50 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeGpEdG50 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeGpEdG50 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeGpEdG50 button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeGpEdG50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeGpEdG50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeGpEdG50 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeGpEdG50 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeGpEdG50 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeGpEdG50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeGpEdG50 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeGpEdG50 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeGpEdG50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeGpEdG50 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeGpEdG50 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeGpEdG50 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse.collapsing,
.cid-uZeGpEdG50 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeGpEdG50 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeGpEdG50 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeGpEdG50 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeGpEdG50 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGpEdG50 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeGpEdG50 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeGpEdG50 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeGpEdG50 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeGpEdG50 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeGpEdG50 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeGpEdG50 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeGpEdG50 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeGpEdG50 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeGpEdG50 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeGpEdG50 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeGpEdG50 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeGpEdG50 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeGpEdG50 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeGpEdG50 .nav-link:focus {
  outline: none;
}
.cid-uZeGpEdG50 .navbar-toggler {
  position: relative;
}
.cid-uZeGpEdG50 .dropdown-item.active,
.cid-uZeGpEdG50 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeGpEdG50 .nav-link:hover,
.cid-uZeGpEdG50 .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aQ0lBWAv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aQ0lBWAv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aQ0lBWAv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aQ0lBWAv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aQ0lBWAv .mbr-card-title {
  color: #000000;
}
.cid-v1aQ0lBWAv .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aQ0lBWAv .mbr-text,
.cid-v1aQ0lBWAv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aQ0lBWAv .row {
  align-items: top;
}
.cid-uZeGpFivfU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZeGpFivfU .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeGpFivfU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeGpFivfU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeGpFivfU .mbr-card-title {
  color: #000000;
}
.cid-uZeGpFivfU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeGpFivfU .mbr-text,
.cid-uZeGpFivfU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeGpFivfU .row {
  align-items: top;
}
.cid-uZeGpFivfU .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZeGpFivfU .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZeGpFivfU .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZeGpFivfU .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZeGpFivfU .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1qIOdJm05 {
  background-color: #fbfbfb;
}
.cid-v1qIOdJm05 .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-v1qIOdJm05 .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-v1qIOdJm05 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-v1qIOdJm05 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-v1qIOdJm05 .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-v1qIOdJm05 .image-wrapper {
  margin: 0 150px;
}
.cid-v1qIOdJm05 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1qIOdJm05 .image-wrapper {
    margin: 0 30px;
  }
}
.cid-v1qIOdJm05 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-v1qIOdJm05 .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-uZh4pvyQni {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9-1.jpg");
}
.cid-uZh4pvyQni .container-fluid {
  padding: 0 3rem;
}
.cid-uZh4pvyQni .mbr-section-subtitle {
  color: #000000;
}
.cid-uZh4pvyQni .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZh4pvyQni .table-wrapper {
  margin: 0 auto;
}
.cid-uZh4pvyQni table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZh4pvyQni table thead tr {
  border: none !important;
}
.cid-uZh4pvyQni table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZh4pvyQni table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-uZh4pvyQni table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZh4pvyQni tr:hover {
  background-color: #ffffff !important;
}
.cid-uZh4pvyQni .head-item:after,
.cid-uZh4pvyQni .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZh4pvyQni table th,
  .cid-uZh4pvyQni table td {
    padding: .75rem;
  }
}
.cid-uZh4pvyQni .body-item {
  text-align: center;
  color: #000000;
}
.cid-uZh4pvyQni .head-item {
  color: #000000;
  text-align: center;
}
.cid-uZh4pvyQni .mbr-text {
  color: #767676;
}
.cid-uZeGpFTa6C {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZeGpFTa6C .image-block {
  margin: auto;
}
.cid-uZeGpFTa6C figcaption {
  position: relative;
}
.cid-uZeGpFTa6C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeGpFTa6C .image-block {
    width: 100% !important;
  }
}
.cid-v1aR8j5XUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aR8j5XUc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aR8j5XUc .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aR8j5XUc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aR8j5XUc .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aR8j5XUc .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aR8j5XUc .mbr-text {
  color: #6c7577;
}
.cid-v1aR8j5XUc .mbr-description {
  color: #6c7577;
}
.cid-v1aR8j5XUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aR8j5XUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeGpGI6Op {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeGpGI6Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeGpGI6Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeGpGI6Op .row {
  justify-content: center;
}
.cid-uZeGpGI6Op .row .card {
  justify-content: space-between;
}
.cid-uZeGpGI6Op .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeGpGI6Op .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeGpGI6Op .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeGpGI6Op .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeGpGI6Op .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeGpGI6Op .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeGpGI6Op .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeGpGI6Op .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeGpGI6Op .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeGpGI6Op .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeGpGI6Op .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeGpGI6Op .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeGpGI6Op .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeGpGI6Op .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeGpGI6Op .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeGpGI6Op .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeGpGI6Op .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeGpGI6Op .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeGpGI6Op .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeGpGI6Op .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeGpGI6Op .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeGpGI6Op .mbr-section-title {
  color: #093388;
}
.cid-uZeGpGI6Op .mbr-list-title {
  color: #000000;
}
.cid-uZeGpGI6Op .list {
  color: #58595b;
}
.cid-uZeGpGI6Op .mbr-section-title,
.cid-uZeGpGI6Op .mbr-section-btn,
.cid-uZeGpGI6Op .content-wrapper {
  text-align: center;
}
.cid-uZeGpHcQYG.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGpHcQYG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGpHcQYG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGpHcQYG .modal-content,
.cid-uZeGpHcQYG .modal-dialog {
  height: auto;
}
.cid-uZeGpHcQYG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGpHcQYG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGpHcQYG .form-wrapper .mbr-form .form-group,
  .cid-uZeGpHcQYG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGpHcQYG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGpHcQYG .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-uZeGpHcQYG .mbr-text {
  text-align: center;
}
.cid-uZeGpHcQYG .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGpHcQYG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGpHcQYG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGpHcQYG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGpHcQYG .modal-open {
  overflow: hidden;
}
.cid-uZeGpHcQYG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGpHcQYG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGpHcQYG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGpHcQYG .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-uZeGpHcQYG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGpHcQYG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGpHcQYG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGpHcQYG .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-uZeGpHcQYG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGpHcQYG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGpHcQYG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGpHcQYG .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGpHcQYG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGpHcQYG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHcQYG .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGpHcQYG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGpHcQYG .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGpHcQYG .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGpHcQYG .modal-header .close:focus {
  outline: none;
}
.cid-uZeGpHcQYG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGpHcQYG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGpHcQYG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHcQYG .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGpHcQYG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGpHcQYG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHcQYG .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGpHcQYG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGpHcQYG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGpHcQYG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGpHcQYG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGpHcQYG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGpHcQYG .modal-lg,
  .cid-uZeGpHcQYG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGpHcQYG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGpHcQYG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGpHcQYG .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-uZeGpHcQYG .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGpHcQYG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGpHcQYG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGpHcQYG .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-uZeGpHcQYG .mbr-section-btn {
  margin: 0;
}
.cid-uZeGpHcQYG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGpHxmSx.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGpHxmSx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGpHxmSx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGpHxmSx .modal-content,
.cid-uZeGpHxmSx .modal-dialog {
  height: auto;
}
.cid-uZeGpHxmSx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGpHxmSx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGpHxmSx .form-wrapper .mbr-form .form-group,
  .cid-uZeGpHxmSx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGpHxmSx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGpHxmSx .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-uZeGpHxmSx .mbr-text {
  text-align: left;
}
.cid-uZeGpHxmSx .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGpHxmSx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGpHxmSx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGpHxmSx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGpHxmSx .modal-open {
  overflow: hidden;
}
.cid-uZeGpHxmSx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGpHxmSx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGpHxmSx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGpHxmSx .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-uZeGpHxmSx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGpHxmSx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGpHxmSx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGpHxmSx .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-uZeGpHxmSx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGpHxmSx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGpHxmSx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGpHxmSx .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGpHxmSx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGpHxmSx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHxmSx .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGpHxmSx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGpHxmSx .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGpHxmSx .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGpHxmSx .modal-header .close:focus {
  outline: none;
}
.cid-uZeGpHxmSx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGpHxmSx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGpHxmSx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHxmSx .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGpHxmSx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGpHxmSx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHxmSx .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGpHxmSx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGpHxmSx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGpHxmSx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGpHxmSx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGpHxmSx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGpHxmSx .modal-lg,
  .cid-uZeGpHxmSx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGpHxmSx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGpHxmSx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGpHxmSx .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-uZeGpHxmSx .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGpHxmSx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGpHxmSx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGpHxmSx .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-uZeGpHxmSx .mbr-section-btn {
  margin: 0;
}
.cid-uZeGpHxmSx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGpHRhjD.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGpHRhjD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGpHRhjD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGpHRhjD .modal-content,
.cid-uZeGpHRhjD .modal-dialog {
  height: auto;
}
.cid-uZeGpHRhjD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGpHRhjD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGpHRhjD .form-wrapper .mbr-form .form-group,
  .cid-uZeGpHRhjD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGpHRhjD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGpHRhjD .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-uZeGpHRhjD .mbr-text {
  text-align: left;
}
.cid-uZeGpHRhjD .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGpHRhjD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGpHRhjD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGpHRhjD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGpHRhjD .modal-open {
  overflow: hidden;
}
.cid-uZeGpHRhjD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGpHRhjD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGpHRhjD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGpHRhjD .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-uZeGpHRhjD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGpHRhjD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGpHRhjD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGpHRhjD .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-uZeGpHRhjD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGpHRhjD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGpHRhjD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGpHRhjD .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGpHRhjD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGpHRhjD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHRhjD .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGpHRhjD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGpHRhjD .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGpHRhjD .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGpHRhjD .modal-header .close:focus {
  outline: none;
}
.cid-uZeGpHRhjD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGpHRhjD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGpHRhjD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHRhjD .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGpHRhjD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGpHRhjD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGpHRhjD .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGpHRhjD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGpHRhjD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGpHRhjD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGpHRhjD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGpHRhjD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGpHRhjD .modal-lg,
  .cid-uZeGpHRhjD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGpHRhjD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGpHRhjD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGpHRhjD .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-uZeGpHRhjD .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGpHRhjD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGpHRhjD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGpHRhjD .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-uZeGpHRhjD .mbr-section-btn {
  margin: 0;
}
.cid-uZeGpHRhjD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGGphGny .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeGGphGny .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeGGphGny a {
  font-style: normal;
}
.cid-uZeGGphGny .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeGGphGny .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeGGphGny .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGGphGny .content-text {
  margin-bottom: 0;
}
.cid-uZeGGphGny .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeGGphGny .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeGGphGny .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeGGphGny .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeGGphGny .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeGGphGny .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeGGphGny .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeGGphGny .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeGGphGny .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeGGphGny .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeGGphGny .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeGGphGny .content-right-side {
  text-align: center;
}
.cid-uZeGGphGny .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeGGphGny .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeGGphGny .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeGGphGny .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeGGphGny .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeGGphGny .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeGGphGny img {
    height: 3.8rem !important;
  }
  .cid-uZeGGphGny .btn {
    display: -webkit-flex;
  }
  .cid-uZeGGphGny button.navbar-toggler {
    display: block;
  }
  .cid-uZeGGphGny .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeGGphGny .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeGGphGny .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeGGphGny .navbar-collapse.collapsing,
  .cid-uZeGGphGny .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeGGphGny .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeGGphGny .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeGGphGny .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeGGphGny .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeGGphGny .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeGGphGny .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeGGphGny .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeGGphGny .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeGGphGny .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeGGphGny .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeGGphGny .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeGGphGny .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeGGphGny .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeGGphGny .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeGGphGny .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGphGny .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeGGphGny .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeGGphGny .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeGGphGny .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeGGphGny .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeGGphGny .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeGGphGny .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeGGphGny .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeGGphGny .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGGphGny .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeGGphGny .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeGGphGny .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeGGphGny .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeGGphGny .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeGGphGny .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeGGphGny .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeGGphGny .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeGGphGny .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeGGphGny .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeGGphGny .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeGGphGny .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeGGphGny .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeGGphGny .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeGGphGny .navbar-toggler {
    display: none;
  }
  .cid-uZeGGphGny .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeGGphGny .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGGphGny .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeGGphGny .menu-logo {
  margin-right: auto;
}
.cid-uZeGGphGny .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGGphGny .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeGGphGny .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeGGphGny .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeGGphGny .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeGGphGny .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeGGphGny .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeGGphGny .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeGGphGny .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeGGphGny .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeGGphGny .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeGGphGny .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGGphGny .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeGGphGny .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeGGphGny .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeGGphGny .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeGGphGny .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeGGphGny .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeGGphGny .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeGGphGny .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeGGphGny button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeGGphGny button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeGGphGny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeGGphGny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeGGphGny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeGGphGny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeGGphGny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeGGphGny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeGGphGny nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeGGphGny nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeGGphGny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeGGphGny .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeGGphGny .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeGGphGny .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeGGphGny .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeGGphGny .collapsed .navbar-collapse.collapsing,
.cid-uZeGGphGny .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeGGphGny .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeGGphGny .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeGGphGny .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeGGphGny .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeGGphGny .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeGGphGny .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeGGphGny .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeGGphGny .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGGphGny .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeGGphGny .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeGGphGny .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeGGphGny .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeGGphGny .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeGGphGny .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeGGphGny .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeGGphGny .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeGGphGny .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeGGphGny .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeGGphGny .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeGGphGny .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeGGphGny .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeGGphGny .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeGGphGny .nav-link:focus {
  outline: none;
}
.cid-uZeGGphGny .navbar-toggler {
  position: relative;
}
.cid-uZeGGphGny .dropdown-item.active,
.cid-uZeGGphGny .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeGGphGny .nav-link:hover,
.cid-uZeGGphGny .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aQnH9y5J {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aQnH9y5J .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aQnH9y5J .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aQnH9y5J .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aQnH9y5J .mbr-card-title {
  color: #000000;
}
.cid-v1aQnH9y5J .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aQnH9y5J .mbr-text,
.cid-v1aQnH9y5J .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aQnH9y5J .row {
  align-items: top;
}
.cid-uZeGGqbDLe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZeGGqbDLe .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeGGqbDLe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeGGqbDLe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeGGqbDLe .mbr-card-title {
  color: #000000;
}
.cid-uZeGGqbDLe .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeGGqbDLe .mbr-text,
.cid-uZeGGqbDLe .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeGGqbDLe .row {
  align-items: top;
}
.cid-uZeGGqbDLe .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZeGGqbDLe .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZeGGqbDLe .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZeGGqbDLe .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZeGGqbDLe .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZhduwt45w {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZhduwt45w .container-fluid {
  padding: 0 3rem;
}
.cid-uZhduwt45w .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZhduwt45w .mbr-section-subtitle {
  color: #767676;
}
.cid-uZhduwt45w .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZhduwt45w .table-wrapper {
  margin: 0 auto;
}
.cid-uZhduwt45w table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZhduwt45w table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
  border: 1px sold black;
}
.cid-uZhduwt45w table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: 1px sold black;
}
.cid-uZhduwt45w table.table {
  background: #feffe3;
}
.cid-uZhduwt45w .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZhduwt45w .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZhduwt45w .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZhduwt45w .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZhduwt45w .dataTables_wrapper {
  display: block;
}
.cid-uZhduwt45w .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZhduwt45w .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZhduwt45w .head-item:after,
.cid-uZhduwt45w .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZhduwt45w .dataTables_filter {
    text-align: center;
  }
  .cid-uZhduwt45w .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZhduwt45w .dataTables_filter {
    text-align: center;
  }
  .cid-uZhduwt45w .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZhduwt45w .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZhduwt45w table th,
  .cid-uZhduwt45w table td {
    padding: .75rem;
  }
}
.cid-uZhduwt45w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhduwt45w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhduwt45w .head-item {
  color: #000000;
  text-align: left;
}
.cid-uZhduwt45w .body-item {
  text-align: left;
}
.cid-uZeGGrhZQt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZeGGrhZQt .image-block {
  margin: auto;
}
.cid-uZeGGrhZQt figcaption {
  position: relative;
}
.cid-uZeGGrhZQt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeGGrhZQt .image-block {
    width: 100% !important;
  }
}
.cid-v1aRccCB1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aRccCB1H .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aRccCB1H .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aRccCB1H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aRccCB1H .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aRccCB1H .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aRccCB1H .mbr-text {
  color: #6c7577;
}
.cid-v1aRccCB1H .mbr-description {
  color: #6c7577;
}
.cid-v1aRccCB1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aRccCB1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeGGrZHfE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeGGrZHfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeGGrZHfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeGGrZHfE .row {
  justify-content: center;
}
.cid-uZeGGrZHfE .row .card {
  justify-content: space-between;
}
.cid-uZeGGrZHfE .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeGGrZHfE .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeGGrZHfE .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeGGrZHfE .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeGGrZHfE .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeGGrZHfE .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeGGrZHfE .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeGGrZHfE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeGGrZHfE .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeGGrZHfE .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeGGrZHfE .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeGGrZHfE .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeGGrZHfE .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeGGrZHfE .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeGGrZHfE .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeGGrZHfE .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeGGrZHfE .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeGGrZHfE .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeGGrZHfE .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeGGrZHfE .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeGGrZHfE .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeGGrZHfE .mbr-section-title {
  color: #093388;
}
.cid-uZeGGrZHfE .mbr-list-title {
  color: #000000;
}
.cid-uZeGGrZHfE .list {
  color: #58595b;
}
.cid-uZeGGrZHfE .mbr-section-title,
.cid-uZeGGrZHfE .mbr-section-btn,
.cid-uZeGGrZHfE .content-wrapper {
  text-align: center;
}
.cid-uZeGGsmNvK.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGGsmNvK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGGsmNvK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGGsmNvK .modal-content,
.cid-uZeGGsmNvK .modal-dialog {
  height: auto;
}
.cid-uZeGGsmNvK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGGsmNvK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGGsmNvK .form-wrapper .mbr-form .form-group,
  .cid-uZeGGsmNvK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGGsmNvK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGGsmNvK .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-uZeGGsmNvK .mbr-text {
  text-align: center;
}
.cid-uZeGGsmNvK .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGGsmNvK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGGsmNvK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGGsmNvK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGGsmNvK .modal-open {
  overflow: hidden;
}
.cid-uZeGGsmNvK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGGsmNvK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGGsmNvK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGGsmNvK .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-uZeGGsmNvK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGGsmNvK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGGsmNvK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGGsmNvK .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-uZeGGsmNvK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGGsmNvK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGGsmNvK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGGsmNvK .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGGsmNvK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGGsmNvK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGsmNvK .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGGsmNvK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGGsmNvK .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGGsmNvK .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGGsmNvK .modal-header .close:focus {
  outline: none;
}
.cid-uZeGGsmNvK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGGsmNvK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGGsmNvK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGsmNvK .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGGsmNvK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGGsmNvK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGsmNvK .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGGsmNvK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGGsmNvK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGGsmNvK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGGsmNvK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGGsmNvK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGGsmNvK .modal-lg,
  .cid-uZeGGsmNvK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGGsmNvK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGGsmNvK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGGsmNvK .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-uZeGGsmNvK .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGGsmNvK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGGsmNvK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGGsmNvK .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-uZeGGsmNvK .mbr-section-btn {
  margin: 0;
}
.cid-uZeGGsmNvK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGGsH4H2.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGGsH4H2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGGsH4H2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGGsH4H2 .modal-content,
.cid-uZeGGsH4H2 .modal-dialog {
  height: auto;
}
.cid-uZeGGsH4H2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGGsH4H2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGGsH4H2 .form-wrapper .mbr-form .form-group,
  .cid-uZeGGsH4H2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGGsH4H2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGGsH4H2 .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-uZeGGsH4H2 .mbr-text {
  text-align: left;
}
.cid-uZeGGsH4H2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGGsH4H2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGGsH4H2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGGsH4H2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGGsH4H2 .modal-open {
  overflow: hidden;
}
.cid-uZeGGsH4H2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGGsH4H2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGGsH4H2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGGsH4H2 .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-uZeGGsH4H2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGGsH4H2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGGsH4H2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGGsH4H2 .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-uZeGGsH4H2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGGsH4H2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGGsH4H2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGGsH4H2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGGsH4H2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGGsH4H2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGsH4H2 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGGsH4H2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGGsH4H2 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGGsH4H2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGGsH4H2 .modal-header .close:focus {
  outline: none;
}
.cid-uZeGGsH4H2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGGsH4H2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGGsH4H2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGsH4H2 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGGsH4H2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGGsH4H2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGsH4H2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGGsH4H2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGGsH4H2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGGsH4H2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGGsH4H2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGGsH4H2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGGsH4H2 .modal-lg,
  .cid-uZeGGsH4H2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGGsH4H2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGGsH4H2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGGsH4H2 .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-uZeGGsH4H2 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGGsH4H2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGGsH4H2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGGsH4H2 .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-uZeGGsH4H2 .mbr-section-btn {
  margin: 0;
}
.cid-uZeGGsH4H2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGGt3DYz.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGGt3DYz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGGt3DYz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGGt3DYz .modal-content,
.cid-uZeGGt3DYz .modal-dialog {
  height: auto;
}
.cid-uZeGGt3DYz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGGt3DYz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGGt3DYz .form-wrapper .mbr-form .form-group,
  .cid-uZeGGt3DYz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGGt3DYz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGGt3DYz .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-uZeGGt3DYz .mbr-text {
  text-align: left;
}
.cid-uZeGGt3DYz .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGGt3DYz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGGt3DYz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGGt3DYz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGGt3DYz .modal-open {
  overflow: hidden;
}
.cid-uZeGGt3DYz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGGt3DYz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGGt3DYz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGGt3DYz .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-uZeGGt3DYz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGGt3DYz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGGt3DYz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGGt3DYz .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-uZeGGt3DYz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGGt3DYz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGGt3DYz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGGt3DYz .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGGt3DYz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGGt3DYz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGt3DYz .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGGt3DYz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGGt3DYz .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGGt3DYz .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGGt3DYz .modal-header .close:focus {
  outline: none;
}
.cid-uZeGGt3DYz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGGt3DYz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGGt3DYz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGt3DYz .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGGt3DYz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGGt3DYz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGGt3DYz .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGGt3DYz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGGt3DYz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGGt3DYz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGGt3DYz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGGt3DYz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGGt3DYz .modal-lg,
  .cid-uZeGGt3DYz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGGt3DYz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGGt3DYz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGGt3DYz .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-uZeGGt3DYz .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGGt3DYz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGGt3DYz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGGt3DYz .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-uZeGGt3DYz .mbr-section-btn {
  margin: 0;
}
.cid-uZeGGt3DYz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGXk9uZv .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeGXk9uZv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeGXk9uZv a {
  font-style: normal;
}
.cid-uZeGXk9uZv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeGXk9uZv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeGXk9uZv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGXk9uZv .content-text {
  margin-bottom: 0;
}
.cid-uZeGXk9uZv .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeGXk9uZv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeGXk9uZv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeGXk9uZv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeGXk9uZv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeGXk9uZv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeGXk9uZv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeGXk9uZv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeGXk9uZv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeGXk9uZv .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeGXk9uZv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeGXk9uZv .content-right-side {
  text-align: center;
}
.cid-uZeGXk9uZv .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeGXk9uZv .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeGXk9uZv .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeGXk9uZv .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeGXk9uZv .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeGXk9uZv .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeGXk9uZv img {
    height: 3.8rem !important;
  }
  .cid-uZeGXk9uZv .btn {
    display: -webkit-flex;
  }
  .cid-uZeGXk9uZv button.navbar-toggler {
    display: block;
  }
  .cid-uZeGXk9uZv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeGXk9uZv .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeGXk9uZv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeGXk9uZv .navbar-collapse.collapsing,
  .cid-uZeGXk9uZv .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeGXk9uZv .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeGXk9uZv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeGXk9uZv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeGXk9uZv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeGXk9uZv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeGXk9uZv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeGXk9uZv .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeGXk9uZv .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeGXk9uZv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeGXk9uZv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeGXk9uZv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeGXk9uZv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeGXk9uZv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeGXk9uZv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeGXk9uZv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXk9uZv .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeGXk9uZv .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeGXk9uZv .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeGXk9uZv .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeGXk9uZv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeGXk9uZv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeGXk9uZv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeGXk9uZv .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeGXk9uZv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGXk9uZv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeGXk9uZv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeGXk9uZv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeGXk9uZv .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeGXk9uZv .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeGXk9uZv .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeGXk9uZv .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeGXk9uZv .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeGXk9uZv .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeGXk9uZv .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeGXk9uZv .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeGXk9uZv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeGXk9uZv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeGXk9uZv .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeGXk9uZv .navbar-toggler {
    display: none;
  }
  .cid-uZeGXk9uZv .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeGXk9uZv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGXk9uZv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeGXk9uZv .menu-logo {
  margin-right: auto;
}
.cid-uZeGXk9uZv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeGXk9uZv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeGXk9uZv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeGXk9uZv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeGXk9uZv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeGXk9uZv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeGXk9uZv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeGXk9uZv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeGXk9uZv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeGXk9uZv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeGXk9uZv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeGXk9uZv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeGXk9uZv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeGXk9uZv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeGXk9uZv .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeGXk9uZv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeGXk9uZv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeGXk9uZv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeGXk9uZv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeGXk9uZv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeGXk9uZv button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeGXk9uZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeGXk9uZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeGXk9uZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeGXk9uZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeGXk9uZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeGXk9uZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeGXk9uZv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeGXk9uZv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeGXk9uZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeGXk9uZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeGXk9uZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeGXk9uZv .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse.collapsing,
.cid-uZeGXk9uZv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeGXk9uZv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeGXk9uZv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeGXk9uZv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeGXk9uZv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGXk9uZv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeGXk9uZv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeGXk9uZv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeGXk9uZv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeGXk9uZv .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeGXk9uZv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeGXk9uZv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeGXk9uZv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeGXk9uZv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeGXk9uZv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeGXk9uZv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeGXk9uZv .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeGXk9uZv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeGXk9uZv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeGXk9uZv .nav-link:focus {
  outline: none;
}
.cid-uZeGXk9uZv .navbar-toggler {
  position: relative;
}
.cid-uZeGXk9uZv .dropdown-item.active,
.cid-uZeGXk9uZv .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeGXk9uZv .nav-link:hover,
.cid-uZeGXk9uZv .dropdown-item:hover {
  color: #4284df;
}
.cid-v0B63Le1nl {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0B63Le1nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0B63Le1nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0B63Le1nl .container {
  max-width: 100%;
  width: 100%;
}
.cid-v0B63Le1nl .row {
  justify-content: center;
}
.cid-v0B63Le1nl .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v0B63Le1nl .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-v0B63Le1nl .image-wrapper img {
  width: 100%;
  height: 10px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-v0B63Le1nl .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-v0B63Le1nl .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-v0B63Le1nl .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-v0B63Le1nl .image-wrapper img {
    height: 200px;
  }
}
.cid-uZeGXkMsXx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZeGXkMsXx .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeGXkMsXx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeGXkMsXx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZeGXkMsXx .mbr-card-title {
  color: #000000;
}
.cid-uZeGXkMsXx .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeGXkMsXx .mbr-text,
.cid-uZeGXkMsXx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeGXkMsXx .row {
  align-items: top;
}
.cid-uZeGXl2Ipp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZeGXl2Ipp .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeGXl2Ipp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeGXl2Ipp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeGXl2Ipp .mbr-card-title {
  color: #000000;
}
.cid-uZeGXl2Ipp .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeGXl2Ipp .mbr-text,
.cid-uZeGXl2Ipp .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeGXl2Ipp .row {
  align-items: top;
}
.cid-uZeGXl2Ipp .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZeGXl2Ipp .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZeGXl2Ipp .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZeGXl2Ipp .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZeGXl2Ipp .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZeGXllT46 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZeGXllT46 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeGXllT46 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeGXllT46 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeGXllT46 .mbr-card-title {
  color: #000000;
}
.cid-uZeGXllT46 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeGXllT46 .mbr-text,
.cid-uZeGXllT46 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeGXllT46 .row {
  align-items: top;
}
.cid-uZeGXlAhog {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZeGXlAhog .image-block {
  margin: auto;
}
.cid-uZeGXlAhog figcaption {
  position: relative;
}
.cid-uZeGXlAhog figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeGXlAhog .image-block {
    width: 100% !important;
  }
}
.cid-v1m16bjVGc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1m16bjVGc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1m16bjVGc .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1m16bjVGc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1m16bjVGc .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1m16bjVGc .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1m16bjVGc .mbr-text {
  color: #6c7577;
}
.cid-v1m16bjVGc .mbr-description {
  color: #6c7577;
}
.cid-v1m16bjVGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1m16bjVGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeGXmgRm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeGXmgRm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeGXmgRm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeGXmgRm3 .row {
  justify-content: center;
}
.cid-uZeGXmgRm3 .row .card {
  justify-content: space-between;
}
.cid-uZeGXmgRm3 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeGXmgRm3 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeGXmgRm3 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeGXmgRm3 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeGXmgRm3 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeGXmgRm3 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeGXmgRm3 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeGXmgRm3 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeGXmgRm3 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeGXmgRm3 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeGXmgRm3 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeGXmgRm3 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeGXmgRm3 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeGXmgRm3 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeGXmgRm3 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeGXmgRm3 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeGXmgRm3 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeGXmgRm3 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeGXmgRm3 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeGXmgRm3 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeGXmgRm3 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeGXmgRm3 .mbr-section-title {
  color: #093388;
}
.cid-uZeGXmgRm3 .mbr-list-title {
  color: #000000;
}
.cid-uZeGXmgRm3 .list {
  color: #58595b;
}
.cid-uZeGXmgRm3 .mbr-section-title,
.cid-uZeGXmgRm3 .mbr-section-btn,
.cid-uZeGXmgRm3 .content-wrapper {
  text-align: center;
}
.cid-uZeGXmDDy1.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGXmDDy1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGXmDDy1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGXmDDy1 .modal-content,
.cid-uZeGXmDDy1 .modal-dialog {
  height: auto;
}
.cid-uZeGXmDDy1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGXmDDy1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGXmDDy1 .form-wrapper .mbr-form .form-group,
  .cid-uZeGXmDDy1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGXmDDy1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGXmDDy1 .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-uZeGXmDDy1 .mbr-text {
  text-align: center;
}
.cid-uZeGXmDDy1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGXmDDy1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGXmDDy1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGXmDDy1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGXmDDy1 .modal-open {
  overflow: hidden;
}
.cid-uZeGXmDDy1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGXmDDy1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGXmDDy1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGXmDDy1 .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-uZeGXmDDy1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGXmDDy1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGXmDDy1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGXmDDy1 .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-uZeGXmDDy1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGXmDDy1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGXmDDy1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGXmDDy1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGXmDDy1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGXmDDy1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXmDDy1 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGXmDDy1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGXmDDy1 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGXmDDy1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGXmDDy1 .modal-header .close:focus {
  outline: none;
}
.cid-uZeGXmDDy1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGXmDDy1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGXmDDy1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXmDDy1 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGXmDDy1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGXmDDy1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXmDDy1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGXmDDy1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGXmDDy1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGXmDDy1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGXmDDy1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGXmDDy1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGXmDDy1 .modal-lg,
  .cid-uZeGXmDDy1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGXmDDy1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGXmDDy1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGXmDDy1 .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-uZeGXmDDy1 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGXmDDy1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGXmDDy1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGXmDDy1 .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-uZeGXmDDy1 .mbr-section-btn {
  margin: 0;
}
.cid-uZeGXmDDy1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGXmZkvK.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGXmZkvK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGXmZkvK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGXmZkvK .modal-content,
.cid-uZeGXmZkvK .modal-dialog {
  height: auto;
}
.cid-uZeGXmZkvK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGXmZkvK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGXmZkvK .form-wrapper .mbr-form .form-group,
  .cid-uZeGXmZkvK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGXmZkvK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGXmZkvK .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-uZeGXmZkvK .mbr-text {
  text-align: left;
}
.cid-uZeGXmZkvK .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGXmZkvK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGXmZkvK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGXmZkvK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGXmZkvK .modal-open {
  overflow: hidden;
}
.cid-uZeGXmZkvK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGXmZkvK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGXmZkvK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGXmZkvK .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-uZeGXmZkvK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGXmZkvK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGXmZkvK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGXmZkvK .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-uZeGXmZkvK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGXmZkvK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGXmZkvK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGXmZkvK .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGXmZkvK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGXmZkvK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXmZkvK .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGXmZkvK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGXmZkvK .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGXmZkvK .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGXmZkvK .modal-header .close:focus {
  outline: none;
}
.cid-uZeGXmZkvK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGXmZkvK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGXmZkvK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXmZkvK .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGXmZkvK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGXmZkvK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXmZkvK .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGXmZkvK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGXmZkvK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGXmZkvK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGXmZkvK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGXmZkvK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGXmZkvK .modal-lg,
  .cid-uZeGXmZkvK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGXmZkvK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGXmZkvK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGXmZkvK .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-uZeGXmZkvK .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGXmZkvK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGXmZkvK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGXmZkvK .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-uZeGXmZkvK .mbr-section-btn {
  margin: 0;
}
.cid-uZeGXmZkvK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeGXnlgz0.popup-builder {
  background-color: #ffffff;
}
.cid-uZeGXnlgz0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeGXnlgz0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeGXnlgz0 .modal-content,
.cid-uZeGXnlgz0 .modal-dialog {
  height: auto;
}
.cid-uZeGXnlgz0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeGXnlgz0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeGXnlgz0 .form-wrapper .mbr-form .form-group,
  .cid-uZeGXnlgz0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeGXnlgz0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeGXnlgz0 .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-uZeGXnlgz0 .mbr-text {
  text-align: left;
}
.cid-uZeGXnlgz0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeGXnlgz0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeGXnlgz0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeGXnlgz0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeGXnlgz0 .modal-open {
  overflow: hidden;
}
.cid-uZeGXnlgz0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeGXnlgz0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeGXnlgz0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeGXnlgz0 .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-uZeGXnlgz0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeGXnlgz0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeGXnlgz0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeGXnlgz0 .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-uZeGXnlgz0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeGXnlgz0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeGXnlgz0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeGXnlgz0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeGXnlgz0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeGXnlgz0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXnlgz0 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeGXnlgz0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeGXnlgz0 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeGXnlgz0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeGXnlgz0 .modal-header .close:focus {
  outline: none;
}
.cid-uZeGXnlgz0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeGXnlgz0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeGXnlgz0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXnlgz0 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeGXnlgz0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeGXnlgz0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeGXnlgz0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeGXnlgz0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeGXnlgz0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeGXnlgz0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeGXnlgz0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeGXnlgz0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeGXnlgz0 .modal-lg,
  .cid-uZeGXnlgz0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeGXnlgz0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeGXnlgz0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeGXnlgz0 .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-uZeGXnlgz0 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeGXnlgz0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeGXnlgz0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeGXnlgz0 .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-uZeGXnlgz0 .mbr-section-btn {
  margin: 0;
}
.cid-uZeGXnlgz0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZtRqP6wQK .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZtRqP6wQK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZtRqP6wQK a {
  font-style: normal;
}
.cid-uZtRqP6wQK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZtRqP6wQK .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZtRqP6wQK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZtRqP6wQK .content-text {
  margin-bottom: 0;
}
.cid-uZtRqP6wQK .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZtRqP6wQK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZtRqP6wQK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZtRqP6wQK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZtRqP6wQK .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZtRqP6wQK .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZtRqP6wQK .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZtRqP6wQK .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZtRqP6wQK .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZtRqP6wQK .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZtRqP6wQK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZtRqP6wQK .content-right-side {
  text-align: center;
}
.cid-uZtRqP6wQK .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZtRqP6wQK .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZtRqP6wQK .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZtRqP6wQK .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZtRqP6wQK .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZtRqP6wQK .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZtRqP6wQK img {
    height: 3.8rem !important;
  }
  .cid-uZtRqP6wQK .btn {
    display: -webkit-flex;
  }
  .cid-uZtRqP6wQK button.navbar-toggler {
    display: block;
  }
  .cid-uZtRqP6wQK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZtRqP6wQK .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZtRqP6wQK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZtRqP6wQK .navbar-collapse.collapsing,
  .cid-uZtRqP6wQK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZtRqP6wQK .navbar-collapse.collapsing .navbar-nav,
  .cid-uZtRqP6wQK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZtRqP6wQK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZtRqP6wQK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZtRqP6wQK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZtRqP6wQK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZtRqP6wQK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZtRqP6wQK .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZtRqP6wQK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZtRqP6wQK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZtRqP6wQK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZtRqP6wQK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZtRqP6wQK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZtRqP6wQK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZtRqP6wQK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqP6wQK .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZtRqP6wQK .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZtRqP6wQK .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZtRqP6wQK .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZtRqP6wQK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZtRqP6wQK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZtRqP6wQK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZtRqP6wQK .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZtRqP6wQK .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZtRqP6wQK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZtRqP6wQK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZtRqP6wQK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZtRqP6wQK .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZtRqP6wQK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZtRqP6wQK .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZtRqP6wQK .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZtRqP6wQK .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZtRqP6wQK .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZtRqP6wQK .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZtRqP6wQK .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZtRqP6wQK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZtRqP6wQK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZtRqP6wQK .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZtRqP6wQK .navbar-toggler {
    display: none;
  }
  .cid-uZtRqP6wQK .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZtRqP6wQK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZtRqP6wQK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZtRqP6wQK .menu-logo {
  margin-right: auto;
}
.cid-uZtRqP6wQK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZtRqP6wQK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZtRqP6wQK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZtRqP6wQK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZtRqP6wQK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZtRqP6wQK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZtRqP6wQK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZtRqP6wQK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZtRqP6wQK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZtRqP6wQK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZtRqP6wQK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZtRqP6wQK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZtRqP6wQK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZtRqP6wQK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZtRqP6wQK .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZtRqP6wQK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZtRqP6wQK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZtRqP6wQK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZtRqP6wQK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZtRqP6wQK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZtRqP6wQK button.navbar-toggler:focus {
  outline: none;
}
.cid-uZtRqP6wQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZtRqP6wQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZtRqP6wQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZtRqP6wQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZtRqP6wQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZtRqP6wQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZtRqP6wQK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZtRqP6wQK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZtRqP6wQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZtRqP6wQK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZtRqP6wQK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZtRqP6wQK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse.collapsing,
.cid-uZtRqP6wQK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZtRqP6wQK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZtRqP6wQK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZtRqP6wQK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZtRqP6wQK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZtRqP6wQK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZtRqP6wQK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZtRqP6wQK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZtRqP6wQK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZtRqP6wQK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZtRqP6wQK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZtRqP6wQK .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZtRqP6wQK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZtRqP6wQK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZtRqP6wQK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZtRqP6wQK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZtRqP6wQK .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZtRqP6wQK .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZtRqP6wQK .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZtRqP6wQK .nav-link:focus {
  outline: none;
}
.cid-uZtRqP6wQK .navbar-toggler {
  position: relative;
}
.cid-uZtRqP6wQK .dropdown-item.active,
.cid-uZtRqP6wQK .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZtRqP6wQK .nav-link:hover,
.cid-uZtRqP6wQK .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aNOJD2rs {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aNOJD2rs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aNOJD2rs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aNOJD2rs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aNOJD2rs .mbr-card-title {
  color: #000000;
}
.cid-v1aNOJD2rs .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aNOJD2rs .mbr-text,
.cid-v1aNOJD2rs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aNOJD2rs .row {
  align-items: top;
}
.cid-uZtRqQmcPA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZtRqQmcPA .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZtRqQmcPA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZtRqQmcPA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZtRqQmcPA .mbr-card-title {
  color: #000000;
}
.cid-uZtRqQmcPA .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZtRqQmcPA .mbr-text,
.cid-uZtRqQmcPA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZtRqQmcPA .row {
  align-items: top;
}
.cid-uZtRqQmcPA .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZtRqQmcPA .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZtRqQmcPA .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZtRqQmcPA .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZtRqQmcPA .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZtRqRuJxn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZtRqRuJxn .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZtRqRuJxn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZtRqRuJxn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZtRqRuJxn .mbr-card-title {
  color: #000000;
}
.cid-uZtRqRuJxn .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZtRqRuJxn .mbr-text,
.cid-uZtRqRuJxn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZtRqRuJxn .row {
  align-items: top;
}
.cid-uZtRqRuJxn .container {
  width: 100%;
  height: 250px;
}
.cid-uZtRqRuJxn .iframe-class {
  width: 100%;
  height: 370%;
  border: 1px solid red;
  overflow: auto;
}
.cid-uZtRqSMMgW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZtRqSMMgW .image-block {
  margin: auto;
}
.cid-uZtRqSMMgW figcaption {
  position: relative;
}
.cid-uZtRqSMMgW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZtRqSMMgW .image-block {
    width: 100% !important;
  }
}
.cid-v1aPgX3ouI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aPgX3ouI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aPgX3ouI .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aPgX3ouI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aPgX3ouI .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aPgX3ouI .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aPgX3ouI .mbr-text {
  color: #6c7577;
}
.cid-v1aPgX3ouI .mbr-description {
  color: #6c7577;
}
.cid-v1aPgX3ouI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aPgX3ouI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZtRqTsZ9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZtRqTsZ9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZtRqTsZ9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZtRqTsZ9H .row {
  justify-content: center;
}
.cid-uZtRqTsZ9H .row .card {
  justify-content: space-between;
}
.cid-uZtRqTsZ9H .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZtRqTsZ9H .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZtRqTsZ9H .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZtRqTsZ9H .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZtRqTsZ9H .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZtRqTsZ9H .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZtRqTsZ9H .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZtRqTsZ9H .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZtRqTsZ9H .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZtRqTsZ9H .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZtRqTsZ9H .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZtRqTsZ9H .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZtRqTsZ9H .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZtRqTsZ9H .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZtRqTsZ9H .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZtRqTsZ9H .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZtRqTsZ9H .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZtRqTsZ9H .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZtRqTsZ9H .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZtRqTsZ9H .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZtRqTsZ9H .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZtRqTsZ9H .mbr-section-title {
  color: #093388;
}
.cid-uZtRqTsZ9H .mbr-list-title {
  color: #000000;
}
.cid-uZtRqTsZ9H .list {
  color: #58595b;
}
.cid-uZtRqTsZ9H .mbr-section-title,
.cid-uZtRqTsZ9H .mbr-section-btn,
.cid-uZtRqTsZ9H .content-wrapper {
  text-align: center;
}
.cid-uZtRqTLxbN.popup-builder {
  background-color: #ffffff;
}
.cid-uZtRqTLxbN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZtRqTLxbN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZtRqTLxbN .modal-content,
.cid-uZtRqTLxbN .modal-dialog {
  height: auto;
}
.cid-uZtRqTLxbN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZtRqTLxbN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZtRqTLxbN .form-wrapper .mbr-form .form-group,
  .cid-uZtRqTLxbN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZtRqTLxbN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZtRqTLxbN .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-uZtRqTLxbN .mbr-text {
  text-align: center;
}
.cid-uZtRqTLxbN .pt-0 {
  padding-top: 0 !important;
}
.cid-uZtRqTLxbN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZtRqTLxbN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZtRqTLxbN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZtRqTLxbN .modal-open {
  overflow: hidden;
}
.cid-uZtRqTLxbN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZtRqTLxbN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZtRqTLxbN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZtRqTLxbN .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-uZtRqTLxbN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZtRqTLxbN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZtRqTLxbN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZtRqTLxbN .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-uZtRqTLxbN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZtRqTLxbN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZtRqTLxbN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZtRqTLxbN .modal-backdrop.show {
  opacity: .5;
}
.cid-uZtRqTLxbN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZtRqTLxbN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqTLxbN .modal-header {
    padding: 1rem;
  }
}
.cid-uZtRqTLxbN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZtRqTLxbN .modal-header .close svg {
  fill: #353535;
}
.cid-uZtRqTLxbN .modal-header .close:hover {
  opacity: 1;
}
.cid-uZtRqTLxbN .modal-header .close:focus {
  outline: none;
}
.cid-uZtRqTLxbN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZtRqTLxbN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZtRqTLxbN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqTLxbN .modal-body {
    padding: 1rem;
  }
}
.cid-uZtRqTLxbN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZtRqTLxbN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqTLxbN .modal-footer {
    padding: 1rem;
  }
}
.cid-uZtRqTLxbN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZtRqTLxbN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZtRqTLxbN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZtRqTLxbN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZtRqTLxbN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZtRqTLxbN .modal-lg,
  .cid-uZtRqTLxbN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZtRqTLxbN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZtRqTLxbN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZtRqTLxbN .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-uZtRqTLxbN .form-group {
  margin-bottom: 1rem;
}
.cid-uZtRqTLxbN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZtRqTLxbN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZtRqTLxbN .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-uZtRqTLxbN .mbr-section-btn {
  margin: 0;
}
.cid-uZtRqTLxbN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZtRqUbVdu.popup-builder {
  background-color: #ffffff;
}
.cid-uZtRqUbVdu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZtRqUbVdu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZtRqUbVdu .modal-content,
.cid-uZtRqUbVdu .modal-dialog {
  height: auto;
}
.cid-uZtRqUbVdu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZtRqUbVdu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZtRqUbVdu .form-wrapper .mbr-form .form-group,
  .cid-uZtRqUbVdu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZtRqUbVdu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZtRqUbVdu .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-uZtRqUbVdu .mbr-text {
  text-align: left;
}
.cid-uZtRqUbVdu .pt-0 {
  padding-top: 0 !important;
}
.cid-uZtRqUbVdu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZtRqUbVdu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZtRqUbVdu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZtRqUbVdu .modal-open {
  overflow: hidden;
}
.cid-uZtRqUbVdu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZtRqUbVdu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZtRqUbVdu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZtRqUbVdu .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-uZtRqUbVdu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZtRqUbVdu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZtRqUbVdu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZtRqUbVdu .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-uZtRqUbVdu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZtRqUbVdu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZtRqUbVdu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZtRqUbVdu .modal-backdrop.show {
  opacity: .5;
}
.cid-uZtRqUbVdu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZtRqUbVdu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqUbVdu .modal-header {
    padding: 1rem;
  }
}
.cid-uZtRqUbVdu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZtRqUbVdu .modal-header .close svg {
  fill: #353535;
}
.cid-uZtRqUbVdu .modal-header .close:hover {
  opacity: 1;
}
.cid-uZtRqUbVdu .modal-header .close:focus {
  outline: none;
}
.cid-uZtRqUbVdu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZtRqUbVdu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZtRqUbVdu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqUbVdu .modal-body {
    padding: 1rem;
  }
}
.cid-uZtRqUbVdu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZtRqUbVdu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqUbVdu .modal-footer {
    padding: 1rem;
  }
}
.cid-uZtRqUbVdu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZtRqUbVdu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZtRqUbVdu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZtRqUbVdu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZtRqUbVdu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZtRqUbVdu .modal-lg,
  .cid-uZtRqUbVdu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZtRqUbVdu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZtRqUbVdu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZtRqUbVdu .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-uZtRqUbVdu .form-group {
  margin-bottom: 1rem;
}
.cid-uZtRqUbVdu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZtRqUbVdu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZtRqUbVdu .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-uZtRqUbVdu .mbr-section-btn {
  margin: 0;
}
.cid-uZtRqUbVdu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZtRqUvdWL.popup-builder {
  background-color: #ffffff;
}
.cid-uZtRqUvdWL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZtRqUvdWL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZtRqUvdWL .modal-content,
.cid-uZtRqUvdWL .modal-dialog {
  height: auto;
}
.cid-uZtRqUvdWL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZtRqUvdWL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZtRqUvdWL .form-wrapper .mbr-form .form-group,
  .cid-uZtRqUvdWL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZtRqUvdWL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZtRqUvdWL .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-uZtRqUvdWL .mbr-text {
  text-align: left;
}
.cid-uZtRqUvdWL .pt-0 {
  padding-top: 0 !important;
}
.cid-uZtRqUvdWL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZtRqUvdWL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZtRqUvdWL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZtRqUvdWL .modal-open {
  overflow: hidden;
}
.cid-uZtRqUvdWL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZtRqUvdWL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZtRqUvdWL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZtRqUvdWL .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-uZtRqUvdWL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZtRqUvdWL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZtRqUvdWL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZtRqUvdWL .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-uZtRqUvdWL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZtRqUvdWL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZtRqUvdWL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZtRqUvdWL .modal-backdrop.show {
  opacity: .5;
}
.cid-uZtRqUvdWL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZtRqUvdWL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqUvdWL .modal-header {
    padding: 1rem;
  }
}
.cid-uZtRqUvdWL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZtRqUvdWL .modal-header .close svg {
  fill: #353535;
}
.cid-uZtRqUvdWL .modal-header .close:hover {
  opacity: 1;
}
.cid-uZtRqUvdWL .modal-header .close:focus {
  outline: none;
}
.cid-uZtRqUvdWL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZtRqUvdWL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZtRqUvdWL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqUvdWL .modal-body {
    padding: 1rem;
  }
}
.cid-uZtRqUvdWL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZtRqUvdWL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZtRqUvdWL .modal-footer {
    padding: 1rem;
  }
}
.cid-uZtRqUvdWL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZtRqUvdWL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZtRqUvdWL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZtRqUvdWL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZtRqUvdWL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZtRqUvdWL .modal-lg,
  .cid-uZtRqUvdWL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZtRqUvdWL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZtRqUvdWL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZtRqUvdWL .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-uZtRqUvdWL .form-group {
  margin-bottom: 1rem;
}
.cid-uZtRqUvdWL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZtRqUvdWL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZtRqUvdWL .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-uZtRqUvdWL .mbr-section-btn {
  margin: 0;
}
.cid-uZtRqUvdWL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeEtqiX9l .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZeEtqiX9l .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZeEtqiX9l a {
  font-style: normal;
}
.cid-uZeEtqiX9l .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZeEtqiX9l .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZeEtqiX9l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeEtqiX9l .content-text {
  margin-bottom: 0;
}
.cid-uZeEtqiX9l .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZeEtqiX9l .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZeEtqiX9l .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZeEtqiX9l .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZeEtqiX9l .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZeEtqiX9l .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeEtqiX9l .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZeEtqiX9l .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZeEtqiX9l .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeEtqiX9l .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZeEtqiX9l .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZeEtqiX9l .content-right-side {
  text-align: center;
}
.cid-uZeEtqiX9l .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZeEtqiX9l .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZeEtqiX9l .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZeEtqiX9l .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZeEtqiX9l .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZeEtqiX9l .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZeEtqiX9l img {
    height: 3.8rem !important;
  }
  .cid-uZeEtqiX9l .btn {
    display: -webkit-flex;
  }
  .cid-uZeEtqiX9l button.navbar-toggler {
    display: block;
  }
  .cid-uZeEtqiX9l .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZeEtqiX9l .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZeEtqiX9l .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZeEtqiX9l .navbar-collapse.collapsing,
  .cid-uZeEtqiX9l .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZeEtqiX9l .navbar-collapse.collapsing .navbar-nav,
  .cid-uZeEtqiX9l .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZeEtqiX9l .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZeEtqiX9l .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZeEtqiX9l .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZeEtqiX9l .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeEtqiX9l .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZeEtqiX9l .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZeEtqiX9l .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZeEtqiX9l .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZeEtqiX9l .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZeEtqiX9l .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZeEtqiX9l .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZeEtqiX9l .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZeEtqiX9l .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZeEtqiX9l .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZeEtqiX9l .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZeEtqiX9l .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZeEtqiX9l .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZeEtqiX9l .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZeEtqiX9l .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZeEtqiX9l .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZeEtqiX9l .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZeEtqiX9l .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeEtqiX9l .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZeEtqiX9l .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZeEtqiX9l .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZeEtqiX9l .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZeEtqiX9l .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZeEtqiX9l .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZeEtqiX9l .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZeEtqiX9l .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeEtqiX9l .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZeEtqiX9l .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZeEtqiX9l .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZeEtqiX9l .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZeEtqiX9l .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZeEtqiX9l .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZeEtqiX9l .navbar-toggler {
    display: none;
  }
  .cid-uZeEtqiX9l .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZeEtqiX9l .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeEtqiX9l .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZeEtqiX9l .menu-logo {
  margin-right: auto;
}
.cid-uZeEtqiX9l .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZeEtqiX9l .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZeEtqiX9l .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZeEtqiX9l .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZeEtqiX9l .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZeEtqiX9l .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZeEtqiX9l .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZeEtqiX9l .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZeEtqiX9l .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeEtqiX9l .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZeEtqiX9l .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZeEtqiX9l .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZeEtqiX9l .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeEtqiX9l .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZeEtqiX9l .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZeEtqiX9l .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZeEtqiX9l .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZeEtqiX9l .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZeEtqiX9l .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZeEtqiX9l button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeEtqiX9l button.navbar-toggler:focus {
  outline: none;
}
.cid-uZeEtqiX9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZeEtqiX9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZeEtqiX9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeEtqiX9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZeEtqiX9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZeEtqiX9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeEtqiX9l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZeEtqiX9l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZeEtqiX9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZeEtqiX9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeEtqiX9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeEtqiX9l .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse.collapsing,
.cid-uZeEtqiX9l .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZeEtqiX9l .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZeEtqiX9l .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZeEtqiX9l .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZeEtqiX9l .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEtqiX9l .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZeEtqiX9l .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZeEtqiX9l .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZeEtqiX9l .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZeEtqiX9l .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZeEtqiX9l .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZeEtqiX9l .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZeEtqiX9l .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZeEtqiX9l .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZeEtqiX9l .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZeEtqiX9l .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZeEtqiX9l .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZeEtqiX9l .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZeEtqiX9l .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZeEtqiX9l .nav-link:focus {
  outline: none;
}
.cid-uZeEtqiX9l .navbar-toggler {
  position: relative;
}
.cid-uZeEtqiX9l .dropdown-item.active,
.cid-uZeEtqiX9l .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZeEtqiX9l .nav-link:hover,
.cid-uZeEtqiX9l .dropdown-item:hover {
  color: #4284df;
}
.cid-v193Kw4rVc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v193Kw4rVc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v193Kw4rVc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v193Kw4rVc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v193Kw4rVc .mbr-card-title {
  color: #000000;
}
.cid-v193Kw4rVc .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v193Kw4rVc .mbr-text,
.cid-v193Kw4rVc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v193Kw4rVc .row {
  align-items: top;
}
.cid-uZeEtrwrVR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZeEtrwrVR .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZeEtrwrVR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZeEtrwrVR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZeEtrwrVR .mbr-card-title {
  color: #000000;
}
.cid-uZeEtrwrVR .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeEtrwrVR .mbr-text,
.cid-uZeEtrwrVR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeEtrwrVR .row {
  align-items: top;
}
.cid-uZeEtrwrVR .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZeEtrwrVR .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZeEtrwrVR .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZeEtrwrVR .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZeEtrwrVR .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07tI8ihVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07tI8ihVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07tI8ihVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07tI8ihVO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07tI8ihVO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07tI8ihVO .container {
    padding: 0 30px;
  }
}
.cid-v07tI8ihVO .row {
  justify-content: center;
}
.cid-v07tI8ihVO .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07tI8ihVO .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07tI8ihVO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07tI8ihVO .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07tI8ihVO .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07tI8ihVO .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07tI8ihVO .mbr-desc {
  color: #22654E;
}
.cid-uZBG6gZuKF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uZBG6gZuKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBG6gZuKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBG6gZuKF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZBG6gZuKF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZBG6gZuKF .container {
    padding: 0;
  }
}
.cid-uZBG6gZuKF .row {
  justify-content: center;
}
.cid-uZBG6gZuKF .title-wrapper {
  padding: 0 16px;
}
.cid-uZBG6gZuKF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZBG6gZuKF .mbr-section-title {
  color: #263652;
}
.cid-uZBSmP4zJn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZBSmP4zJn .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZBSmP4zJn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZBSmP4zJn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZBSmP4zJn .mbr-card-title {
  color: #000000;
}
.cid-uZBSmP4zJn .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZBSmP4zJn .mbr-text,
.cid-uZBSmP4zJn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZBSmP4zJn .row {
  align-items: top;
}
.cid-uZBSmP4zJn .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZBSmP4zJn .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZBSmP4zJn .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZBSmP4zJn .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZBSmP4zJn .list-wrapper .list .item-wrap::before {
  content: '🧠';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZBNxtIRJr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uZBNxtIRJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBNxtIRJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBNxtIRJr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZBNxtIRJr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZBNxtIRJr .container {
    padding: 0;
  }
}
.cid-uZBNxtIRJr .row {
  justify-content: center;
}
.cid-uZBNxtIRJr .title-wrapper {
  padding: 0 16px;
}
.cid-uZBNxtIRJr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZBNxtIRJr .mbr-section-title {
  color: #263652;
}
.cid-uZBSXhIeqZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZBSXhIeqZ .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZBSXhIeqZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZBSXhIeqZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZBSXhIeqZ .mbr-card-title {
  color: #000000;
}
.cid-uZBSXhIeqZ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZBSXhIeqZ .mbr-text,
.cid-uZBSXhIeqZ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZBSXhIeqZ .row {
  align-items: top;
}
.cid-uZBSXhIeqZ .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZBSXhIeqZ .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZBSXhIeqZ .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZBSXhIeqZ .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZBSXhIeqZ .list-wrapper .list .item-wrap::before {
  content: '🎨';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZycnTBXJO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-uZycnTBXJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZycnTBXJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZycnTBXJO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZycnTBXJO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZycnTBXJO .container {
    padding: 0;
  }
}
.cid-uZycnTBXJO .row {
  justify-content: center;
}
.cid-uZycnTBXJO .title-wrapper {
  padding: 0 16px;
}
.cid-uZycnTBXJO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZycnTBXJO .mbr-section-title {
  color: #263652;
}
.cid-v194Fkj17H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v194Fkj17H .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v194Fkj17H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v194Fkj17H .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v194Fkj17H .mbr-card-title {
  color: #000000;
}
.cid-v194Fkj17H .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v194Fkj17H .mbr-text,
.cid-v194Fkj17H .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v194Fkj17H .row {
  align-items: top;
}
.cid-uZy583c10t {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZy583c10t .container-fluid {
  padding: 0 3rem;
}
.cid-uZy583c10t .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZy583c10t .mbr-section-subtitle {
  color: #767676;
}
.cid-uZy583c10t .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZy583c10t .table-wrapper {
  margin: 0 auto;
}
.cid-uZy583c10t table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZy583c10t table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
}
.cid-uZy583c10t table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uZy583c10t table.table {
  background: #efefef;
}
.cid-uZy583c10t .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZy583c10t .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZy583c10t .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZy583c10t .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZy583c10t .dataTables_wrapper {
  display: block;
}
.cid-uZy583c10t .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZy583c10t .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZy583c10t .head-item:after,
.cid-uZy583c10t .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZy583c10t .dataTables_filter {
    text-align: center;
  }
  .cid-uZy583c10t .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZy583c10t .dataTables_filter {
    text-align: center;
  }
  .cid-uZy583c10t .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZy583c10t .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZy583c10t table th,
  .cid-uZy583c10t table td {
    padding: .75rem;
  }
}
.cid-uZy583c10t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZy583c10t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZy583c10t .body-item {
  text-align: left;
}
.cid-uZy583c10t .head-item {
  color: #000000;
}
.cid-uZyVvDmczI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fdfcfa;
}
.cid-uZyVvDmczI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyVvDmczI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyVvDmczI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZyVvDmczI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZyVvDmczI .container {
    padding: 0;
  }
}
.cid-uZyVvDmczI .row {
  justify-content: center;
}
.cid-uZyVvDmczI .title-wrapper {
  padding: 0 16px;
}
.cid-uZyVvDmczI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZyVvDmczI .mbr-section-title {
  color: #263652;
}
.cid-uZCe867Avh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZCe867Avh .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZCe867Avh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZCe867Avh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZCe867Avh .mbr-card-title {
  color: #000000;
}
.cid-uZCe867Avh .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZCe867Avh .mbr-text,
.cid-uZCe867Avh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZCe867Avh .row {
  align-items: top;
}
.cid-uZCe867Avh .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZCe867Avh .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZCe867Avh .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZCe867Avh .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZCe867Avh .list-wrapper .list .item-wrap::before {
  content: '⏰';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZHDdXZaP3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZHDdXZaP3 .container-fluid {
  padding: 0 3rem;
}
.cid-uZHDdXZaP3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZHDdXZaP3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uZHDdXZaP3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZHDdXZaP3 .table-wrapper {
  margin: 0 auto;
}
.cid-uZHDdXZaP3 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZHDdXZaP3 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
  border: 1px solid white;
}
.cid-uZHDdXZaP3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid white;
}
.cid-uZHDdXZaP3 table.table {
  background: #efefef;
}
.cid-uZHDdXZaP3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZHDdXZaP3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZHDdXZaP3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZHDdXZaP3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZHDdXZaP3 .dataTables_wrapper {
  display: block;
}
.cid-uZHDdXZaP3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZHDdXZaP3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZHDdXZaP3 .head-item:after,
.cid-uZHDdXZaP3 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZHDdXZaP3 .dataTables_filter {
    text-align: center;
  }
  .cid-uZHDdXZaP3 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZHDdXZaP3 .dataTables_filter {
    text-align: center;
  }
  .cid-uZHDdXZaP3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZHDdXZaP3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZHDdXZaP3 table th,
  .cid-uZHDdXZaP3 table td {
    padding: .75rem;
  }
}
.cid-uZHDdXZaP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHDdXZaP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHDdXZaP3 .body-item {
  text-align: left;
}
.cid-uZHDdXZaP3 .head-item {
  color: #000000;
}
.cid-uZyVzehXLa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fdfcfa;
}
.cid-uZyVzehXLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyVzehXLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyVzehXLa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZyVzehXLa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZyVzehXLa .container {
    padding: 0;
  }
}
.cid-uZyVzehXLa .row {
  justify-content: center;
}
.cid-uZyVzehXLa .title-wrapper {
  padding: 0 16px;
}
.cid-uZyVzehXLa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZyVzehXLa .mbr-section-title {
  color: #263652;
}
.cid-uZCebcRVQr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZCebcRVQr .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZCebcRVQr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZCebcRVQr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZCebcRVQr .mbr-card-title {
  color: #000000;
}
.cid-uZCebcRVQr .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZCebcRVQr .mbr-text,
.cid-uZCebcRVQr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZCebcRVQr .row {
  align-items: top;
}
.cid-uZCebcRVQr .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZCebcRVQr .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZCebcRVQr .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZCebcRVQr .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZCebcRVQr .list-wrapper .list .item-wrap::before {
  content: '💰';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZIFDAedgf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZIFDAedgf .container-fluid {
  padding: 0 3rem;
}
.cid-uZIFDAedgf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZIFDAedgf .mbr-section-subtitle {
  color: #767676;
}
.cid-uZIFDAedgf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZIFDAedgf .table-wrapper {
  margin: 0 auto;
}
.cid-uZIFDAedgf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZIFDAedgf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
  border: 1px solid white;
}
.cid-uZIFDAedgf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: top;
  border: 1px solid white;
}
.cid-uZIFDAedgf table.table {
  background: #efefef;
}
.cid-uZIFDAedgf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZIFDAedgf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZIFDAedgf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZIFDAedgf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZIFDAedgf .dataTables_wrapper {
  display: block;
}
.cid-uZIFDAedgf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZIFDAedgf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZIFDAedgf .head-item:after,
.cid-uZIFDAedgf .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZIFDAedgf .dataTables_filter {
    text-align: center;
  }
  .cid-uZIFDAedgf .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZIFDAedgf .dataTables_filter {
    text-align: center;
  }
  .cid-uZIFDAedgf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZIFDAedgf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZIFDAedgf table th,
  .cid-uZIFDAedgf table td {
    padding: .75rem;
  }
}
.cid-uZIFDAedgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIFDAedgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIFDAedgf .body-item {
  text-align: left;
}
.cid-uZIFDAedgf .head-item {
  color: #000000;
  text-align: left;
}
.cid-v07tOcLs6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v07tOcLs6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07tOcLs6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07tOcLs6v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v07tOcLs6v .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v07tOcLs6v .container {
    padding: 0 30px;
  }
}
.cid-v07tOcLs6v .row {
  justify-content: center;
}
.cid-v07tOcLs6v .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v07tOcLs6v .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v07tOcLs6v .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v07tOcLs6v .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v07tOcLs6v .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v07tOcLs6v .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v07tOcLs6v .mbr-desc {
  color: #22654E;
}
.cid-uZyecfCooX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fdfcfa;
}
.cid-uZyecfCooX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyecfCooX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyecfCooX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZyecfCooX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZyecfCooX .container {
    padding: 0;
  }
}
.cid-uZyecfCooX .row {
  justify-content: center;
}
.cid-uZyecfCooX .title-wrapper {
  padding: 0 16px;
}
.cid-uZyecfCooX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZyecfCooX .mbr-section-title {
  color: #263652;
}
.cid-uZyiAe5qiZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uZyiAe5qiZ .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-uZyiAe5qiZ .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-uZyiAe5qiZ .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-uZyiAe5qiZ .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uZyiAe5qiZ .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uZyiAe5qiZ .image-wrapper {
  margin: 0 150px;
}
.cid-uZyiAe5qiZ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZyiAe5qiZ .image-wrapper {
    margin: 0 30px;
  }
}
.cid-uZyiAe5qiZ .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uZyiAe5qiZ .mbr-section-title {
  color: #1E1C21;
}
.cid-uZyxYXCR4b {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZyxYXCR4b .container-fluid {
  padding: 0 3rem;
}
.cid-uZyxYXCR4b .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9473d2 50%, #89c4f4 120%);
  display: inline-block;
}
.cid-uZyxYXCR4b .mbr-section-subtitle {
  color: #767676;
}
.cid-uZyxYXCR4b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZyxYXCR4b .table-wrapper {
  margin: 0 auto;
}
.cid-uZyxYXCR4b table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZyxYXCR4b table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #6c9cdf;
  color: white;
  vertical-align: middle;
  border: 1px solid white;
}
.cid-uZyxYXCR4b table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  text-align: left;
  border: 1px solid white;
}
.cid-uZyxYXCR4b table.table {
  background: #efefef;
}
.cid-uZyxYXCR4b .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uZyxYXCR4b .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uZyxYXCR4b .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uZyxYXCR4b .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uZyxYXCR4b .dataTables_wrapper {
  display: block;
}
.cid-uZyxYXCR4b .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uZyxYXCR4b .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uZyxYXCR4b .head-item:after,
.cid-uZyxYXCR4b .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uZyxYXCR4b .dataTables_filter {
    text-align: center;
  }
  .cid-uZyxYXCR4b .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uZyxYXCR4b .dataTables_filter {
    text-align: center;
  }
  .cid-uZyxYXCR4b .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uZyxYXCR4b .container-fluid {
    padding: 0 1rem;
  }
  .cid-uZyxYXCR4b table th,
  .cid-uZyxYXCR4b table td {
    padding: .75rem;
  }
}
.cid-uZyxYXCR4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyxYXCR4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyxYXCR4b .body-item {
  text-align: center;
}
.cid-uZyxYXCR4b .head-item {
  color: #000000;
}
.cid-uZeEtsdFEA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uZeEtsdFEA .image-block {
  margin: auto;
}
.cid-uZeEtsdFEA figcaption {
  position: relative;
}
.cid-uZeEtsdFEA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeEtsdFEA .image-block {
    width: 100% !important;
  }
}
.cid-v19HfcTlNN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v19HfcTlNN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v19HfcTlNN .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v19HfcTlNN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v19HfcTlNN .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v19HfcTlNN .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v19HfcTlNN .mbr-text {
  color: #000000;
}
.cid-v19HfcTlNN .mbr-description {
  color: #6c7577;
}
.cid-v19HfcTlNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v19HfcTlNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeEttdoS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZeEttdoS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeEttdoS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeEttdoS8 .row {
  justify-content: center;
}
.cid-uZeEttdoS8 .row .card {
  justify-content: space-between;
}
.cid-uZeEttdoS8 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZeEttdoS8 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZeEttdoS8 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZeEttdoS8 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZeEttdoS8 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeEttdoS8 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeEttdoS8 .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZeEttdoS8 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeEttdoS8 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeEttdoS8 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZeEttdoS8 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZeEttdoS8 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZeEttdoS8 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZeEttdoS8 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZeEttdoS8 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZeEttdoS8 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZeEttdoS8 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZeEttdoS8 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZeEttdoS8 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeEttdoS8 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeEttdoS8 .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZeEttdoS8 .mbr-section-title {
  color: #093388;
}
.cid-uZeEttdoS8 .mbr-list-title {
  color: #000000;
}
.cid-uZeEttdoS8 .list {
  color: #58595b;
}
.cid-uZeEttdoS8 .mbr-section-title,
.cid-uZeEttdoS8 .mbr-section-btn,
.cid-uZeEttdoS8 .content-wrapper {
  text-align: center;
}
.cid-uZeEttx7Em.popup-builder {
  background-color: #ffffff;
}
.cid-uZeEttx7Em.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeEttx7Em.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeEttx7Em .modal-content,
.cid-uZeEttx7Em .modal-dialog {
  height: auto;
}
.cid-uZeEttx7Em .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeEttx7Em .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeEttx7Em .form-wrapper .mbr-form .form-group,
  .cid-uZeEttx7Em .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeEttx7Em .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeEttx7Em .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-uZeEttx7Em .mbr-text {
  text-align: center;
}
.cid-uZeEttx7Em .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeEttx7Em .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeEttx7Em .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEttx7Em .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeEttx7Em .modal-open {
  overflow: hidden;
}
.cid-uZeEttx7Em .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeEttx7Em .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeEttx7Em .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeEttx7Em .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-uZeEttx7Em .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeEttx7Em .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeEttx7Em .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeEttx7Em .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-uZeEttx7Em .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeEttx7Em .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeEttx7Em .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeEttx7Em .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeEttx7Em .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeEttx7Em .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEttx7Em .modal-header {
    padding: 1rem;
  }
}
.cid-uZeEttx7Em .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeEttx7Em .modal-header .close svg {
  fill: #353535;
}
.cid-uZeEttx7Em .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeEttx7Em .modal-header .close:focus {
  outline: none;
}
.cid-uZeEttx7Em .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeEttx7Em .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeEttx7Em .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEttx7Em .modal-body {
    padding: 1rem;
  }
}
.cid-uZeEttx7Em .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeEttx7Em .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEttx7Em .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeEttx7Em .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeEttx7Em .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeEttx7Em .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeEttx7Em .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeEttx7Em .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeEttx7Em .modal-lg,
  .cid-uZeEttx7Em .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeEttx7Em .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeEttx7Em .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeEttx7Em .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-uZeEttx7Em .form-group {
  margin-bottom: 1rem;
}
.cid-uZeEttx7Em .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeEttx7Em .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeEttx7Em .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-uZeEttx7Em .mbr-section-btn {
  margin: 0;
}
.cid-uZeEttx7Em .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeEttWCHh.popup-builder {
  background-color: #ffffff;
}
.cid-uZeEttWCHh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeEttWCHh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeEttWCHh .modal-content,
.cid-uZeEttWCHh .modal-dialog {
  height: auto;
}
.cid-uZeEttWCHh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeEttWCHh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeEttWCHh .form-wrapper .mbr-form .form-group,
  .cid-uZeEttWCHh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeEttWCHh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeEttWCHh .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-uZeEttWCHh .mbr-text {
  text-align: left;
}
.cid-uZeEttWCHh .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeEttWCHh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeEttWCHh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEttWCHh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeEttWCHh .modal-open {
  overflow: hidden;
}
.cid-uZeEttWCHh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeEttWCHh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeEttWCHh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeEttWCHh .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-uZeEttWCHh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeEttWCHh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeEttWCHh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeEttWCHh .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-uZeEttWCHh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeEttWCHh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeEttWCHh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeEttWCHh .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeEttWCHh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeEttWCHh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEttWCHh .modal-header {
    padding: 1rem;
  }
}
.cid-uZeEttWCHh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeEttWCHh .modal-header .close svg {
  fill: #353535;
}
.cid-uZeEttWCHh .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeEttWCHh .modal-header .close:focus {
  outline: none;
}
.cid-uZeEttWCHh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeEttWCHh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeEttWCHh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEttWCHh .modal-body {
    padding: 1rem;
  }
}
.cid-uZeEttWCHh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeEttWCHh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEttWCHh .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeEttWCHh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeEttWCHh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeEttWCHh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeEttWCHh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeEttWCHh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeEttWCHh .modal-lg,
  .cid-uZeEttWCHh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeEttWCHh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeEttWCHh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeEttWCHh .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-uZeEttWCHh .form-group {
  margin-bottom: 1rem;
}
.cid-uZeEttWCHh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeEttWCHh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeEttWCHh .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-uZeEttWCHh .mbr-section-btn {
  margin: 0;
}
.cid-uZeEttWCHh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeEtukNB8.popup-builder {
  background-color: #ffffff;
}
.cid-uZeEtukNB8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeEtukNB8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeEtukNB8 .modal-content,
.cid-uZeEtukNB8 .modal-dialog {
  height: auto;
}
.cid-uZeEtukNB8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeEtukNB8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeEtukNB8 .form-wrapper .mbr-form .form-group,
  .cid-uZeEtukNB8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeEtukNB8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeEtukNB8 .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-uZeEtukNB8 .mbr-text {
  text-align: left;
}
.cid-uZeEtukNB8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeEtukNB8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeEtukNB8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeEtukNB8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeEtukNB8 .modal-open {
  overflow: hidden;
}
.cid-uZeEtukNB8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeEtukNB8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeEtukNB8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeEtukNB8 .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-uZeEtukNB8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeEtukNB8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeEtukNB8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeEtukNB8 .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-uZeEtukNB8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeEtukNB8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeEtukNB8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeEtukNB8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeEtukNB8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeEtukNB8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEtukNB8 .modal-header {
    padding: 1rem;
  }
}
.cid-uZeEtukNB8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeEtukNB8 .modal-header .close svg {
  fill: #353535;
}
.cid-uZeEtukNB8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeEtukNB8 .modal-header .close:focus {
  outline: none;
}
.cid-uZeEtukNB8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeEtukNB8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeEtukNB8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEtukNB8 .modal-body {
    padding: 1rem;
  }
}
.cid-uZeEtukNB8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeEtukNB8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeEtukNB8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeEtukNB8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeEtukNB8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeEtukNB8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeEtukNB8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeEtukNB8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeEtukNB8 .modal-lg,
  .cid-uZeEtukNB8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeEtukNB8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeEtukNB8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeEtukNB8 .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-uZeEtukNB8 .form-group {
  margin-bottom: 1rem;
}
.cid-uZeEtukNB8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeEtukNB8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeEtukNB8 .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-uZeEtukNB8 .mbr-section-btn {
  margin: 0;
}
.cid-uZeEtukNB8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZDZ4ZUQOm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZDZ4ZUQOm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZDZ4ZUQOm a {
  font-style: normal;
}
.cid-uZDZ4ZUQOm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZDZ4ZUQOm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZDZ4ZUQOm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZDZ4ZUQOm .content-text {
  margin-bottom: 0;
}
.cid-uZDZ4ZUQOm .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZDZ4ZUQOm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZDZ4ZUQOm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZDZ4ZUQOm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZDZ4ZUQOm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZDZ4ZUQOm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZDZ4ZUQOm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZDZ4ZUQOm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZDZ4ZUQOm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZDZ4ZUQOm .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZDZ4ZUQOm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZDZ4ZUQOm .content-right-side {
  text-align: center;
}
.cid-uZDZ4ZUQOm .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZDZ4ZUQOm .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZDZ4ZUQOm .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZDZ4ZUQOm .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZDZ4ZUQOm .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZDZ4ZUQOm .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZDZ4ZUQOm img {
    height: 3.8rem !important;
  }
  .cid-uZDZ4ZUQOm .btn {
    display: -webkit-flex;
  }
  .cid-uZDZ4ZUQOm button.navbar-toggler {
    display: block;
  }
  .cid-uZDZ4ZUQOm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZDZ4ZUQOm .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse.collapsing,
  .cid-uZDZ4ZUQOm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse.collapsing .navbar-nav,
  .cid-uZDZ4ZUQOm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZDZ4ZUQOm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZDZ4ZUQOm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZDZ4ZUQOm .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZDZ4ZUQOm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZDZ4ZUQOm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZDZ4ZUQOm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZDZ4ZUQOm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZDZ4ZUQOm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZDZ4ZUQOm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ4ZUQOm .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZDZ4ZUQOm .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZDZ4ZUQOm .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZDZ4ZUQOm .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZDZ4ZUQOm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZDZ4ZUQOm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZDZ4ZUQOm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZDZ4ZUQOm .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZDZ4ZUQOm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZDZ4ZUQOm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZDZ4ZUQOm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZDZ4ZUQOm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZDZ4ZUQOm .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZDZ4ZUQOm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZDZ4ZUQOm .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZDZ4ZUQOm .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZDZ4ZUQOm .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZDZ4ZUQOm .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZDZ4ZUQOm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZDZ4ZUQOm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZDZ4ZUQOm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZDZ4ZUQOm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZDZ4ZUQOm .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZDZ4ZUQOm .navbar-toggler {
    display: none;
  }
  .cid-uZDZ4ZUQOm .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZDZ4ZUQOm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZDZ4ZUQOm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZDZ4ZUQOm .menu-logo {
  margin-right: auto;
}
.cid-uZDZ4ZUQOm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZDZ4ZUQOm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZDZ4ZUQOm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZDZ4ZUQOm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZDZ4ZUQOm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZDZ4ZUQOm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZDZ4ZUQOm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZDZ4ZUQOm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZDZ4ZUQOm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZDZ4ZUQOm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZDZ4ZUQOm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZDZ4ZUQOm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZDZ4ZUQOm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZDZ4ZUQOm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZDZ4ZUQOm .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZDZ4ZUQOm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZDZ4ZUQOm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZDZ4ZUQOm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZDZ4ZUQOm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZDZ4ZUQOm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZDZ4ZUQOm button.navbar-toggler:focus {
  outline: none;
}
.cid-uZDZ4ZUQOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZDZ4ZUQOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZDZ4ZUQOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZDZ4ZUQOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZDZ4ZUQOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZDZ4ZUQOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZDZ4ZUQOm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZDZ4ZUQOm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZDZ4ZUQOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZDZ4ZUQOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZDZ4ZUQOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZDZ4ZUQOm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.collapsing,
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZDZ4ZUQOm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZDZ4ZUQOm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZDZ4ZUQOm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZDZ4ZUQOm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZDZ4ZUQOm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZDZ4ZUQOm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZDZ4ZUQOm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZDZ4ZUQOm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZDZ4ZUQOm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZDZ4ZUQOm .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZDZ4ZUQOm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZDZ4ZUQOm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZDZ4ZUQOm .nav-link:focus {
  outline: none;
}
.cid-uZDZ4ZUQOm .navbar-toggler {
  position: relative;
}
.cid-uZDZ4ZUQOm .dropdown-item.active,
.cid-uZDZ4ZUQOm .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZDZ4ZUQOm .nav-link:hover,
.cid-uZDZ4ZUQOm .dropdown-item:hover {
  color: #4284df;
}
.cid-v1a04NcIlJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1a04NcIlJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1a04NcIlJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1a04NcIlJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1a04NcIlJ .mbr-card-title {
  color: #000000;
}
.cid-v1a04NcIlJ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1a04NcIlJ .mbr-text,
.cid-v1a04NcIlJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1a04NcIlJ .row {
  align-items: top;
}
.cid-uZDZ51iJBj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZDZ51iJBj .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZDZ51iJBj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZDZ51iJBj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZDZ51iJBj .mbr-card-title {
  color: #000000;
}
.cid-uZDZ51iJBj .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZDZ51iJBj .mbr-text,
.cid-uZDZ51iJBj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZDZ51iJBj .row {
  align-items: top;
}
.cid-uZDZ51iJBj .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZDZ51iJBj .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZDZ51iJBj .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZDZ51iJBj .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZDZ51iJBj .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZELgisgKu {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZELgisgKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZELgisgKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZELgisgKu .row {
  flex-direction: row-reverse;
}
.cid-uZELgisgKu .row {
  align-items: center;
}
.cid-uZELgisgKu img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uZELgisgKu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZELgisgKu .mbr-section-title {
  color: #6f1f1d;
}
.cid-uZELgisgKu .mbr-text,
.cid-uZELgisgKu .mbr-section-btn {
  color: #6f1f1d;
}
.cid-uZELgisgKu .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZELgisgKu .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZELgisgKu .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZELgisgKu .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZELgisgKu .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1a1cwi57p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1a1cwi57p .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1a1cwi57p .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1a1cwi57p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1a1cwi57p .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1a1cwi57p .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1a1cwi57p .mbr-text {
  color: #000000;
}
.cid-v1a1cwi57p .mbr-description {
  color: #6c7577;
}
.cid-v1a1cwi57p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1a1cwi57p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZDZ53lByA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZDZ53lByA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZDZ53lByA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZDZ53lByA .row {
  justify-content: center;
}
.cid-uZDZ53lByA .row .card {
  justify-content: space-between;
}
.cid-uZDZ53lByA .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZDZ53lByA .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZDZ53lByA .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZDZ53lByA .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZDZ53lByA .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZDZ53lByA .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZDZ53lByA .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZDZ53lByA .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZDZ53lByA .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZDZ53lByA .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZDZ53lByA .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZDZ53lByA .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZDZ53lByA .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZDZ53lByA .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZDZ53lByA .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZDZ53lByA .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZDZ53lByA .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZDZ53lByA .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZDZ53lByA .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZDZ53lByA .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZDZ53lByA .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZDZ53lByA .mbr-section-title {
  color: #093388;
}
.cid-uZDZ53lByA .mbr-list-title {
  color: #000000;
}
.cid-uZDZ53lByA .list {
  color: #58595b;
}
.cid-uZDZ53lByA .mbr-section-title,
.cid-uZDZ53lByA .mbr-section-btn,
.cid-uZDZ53lByA .content-wrapper {
  text-align: center;
}
.cid-uZDZ53INji.popup-builder {
  background-color: #ffffff;
}
.cid-uZDZ53INji.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZDZ53INji.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZDZ53INji .modal-content,
.cid-uZDZ53INji .modal-dialog {
  height: auto;
}
.cid-uZDZ53INji .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZDZ53INji .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZDZ53INji .form-wrapper .mbr-form .form-group,
  .cid-uZDZ53INji .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZDZ53INji .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZDZ53INji .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-uZDZ53INji .mbr-text {
  text-align: center;
}
.cid-uZDZ53INji .pt-0 {
  padding-top: 0 !important;
}
.cid-uZDZ53INji .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZDZ53INji .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZDZ53INji .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZDZ53INji .modal-open {
  overflow: hidden;
}
.cid-uZDZ53INji .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZDZ53INji .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZDZ53INji .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZDZ53INji .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-uZDZ53INji .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZDZ53INji .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZDZ53INji .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZDZ53INji .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-uZDZ53INji .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZDZ53INji .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZDZ53INji .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZDZ53INji .modal-backdrop.show {
  opacity: .5;
}
.cid-uZDZ53INji .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZDZ53INji .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ53INji .modal-header {
    padding: 1rem;
  }
}
.cid-uZDZ53INji .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZDZ53INji .modal-header .close svg {
  fill: #353535;
}
.cid-uZDZ53INji .modal-header .close:hover {
  opacity: 1;
}
.cid-uZDZ53INji .modal-header .close:focus {
  outline: none;
}
.cid-uZDZ53INji .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZDZ53INji .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZDZ53INji .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ53INji .modal-body {
    padding: 1rem;
  }
}
.cid-uZDZ53INji .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZDZ53INji .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ53INji .modal-footer {
    padding: 1rem;
  }
}
.cid-uZDZ53INji .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZDZ53INji .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZDZ53INji .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZDZ53INji .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZDZ53INji .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZDZ53INji .modal-lg,
  .cid-uZDZ53INji .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZDZ53INji .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZDZ53INji .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZDZ53INji .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-uZDZ53INji .form-group {
  margin-bottom: 1rem;
}
.cid-uZDZ53INji .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZDZ53INji .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZDZ53INji .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-uZDZ53INji .mbr-section-btn {
  margin: 0;
}
.cid-uZDZ53INji .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZDZ54a05D.popup-builder {
  background-color: #ffffff;
}
.cid-uZDZ54a05D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZDZ54a05D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZDZ54a05D .modal-content,
.cid-uZDZ54a05D .modal-dialog {
  height: auto;
}
.cid-uZDZ54a05D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZDZ54a05D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZDZ54a05D .form-wrapper .mbr-form .form-group,
  .cid-uZDZ54a05D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZDZ54a05D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZDZ54a05D .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-uZDZ54a05D .mbr-text {
  text-align: left;
}
.cid-uZDZ54a05D .pt-0 {
  padding-top: 0 !important;
}
.cid-uZDZ54a05D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZDZ54a05D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZDZ54a05D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZDZ54a05D .modal-open {
  overflow: hidden;
}
.cid-uZDZ54a05D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZDZ54a05D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZDZ54a05D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZDZ54a05D .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-uZDZ54a05D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZDZ54a05D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZDZ54a05D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZDZ54a05D .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-uZDZ54a05D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZDZ54a05D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZDZ54a05D .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZDZ54a05D .modal-backdrop.show {
  opacity: .5;
}
.cid-uZDZ54a05D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZDZ54a05D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ54a05D .modal-header {
    padding: 1rem;
  }
}
.cid-uZDZ54a05D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZDZ54a05D .modal-header .close svg {
  fill: #353535;
}
.cid-uZDZ54a05D .modal-header .close:hover {
  opacity: 1;
}
.cid-uZDZ54a05D .modal-header .close:focus {
  outline: none;
}
.cid-uZDZ54a05D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZDZ54a05D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZDZ54a05D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ54a05D .modal-body {
    padding: 1rem;
  }
}
.cid-uZDZ54a05D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZDZ54a05D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ54a05D .modal-footer {
    padding: 1rem;
  }
}
.cid-uZDZ54a05D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZDZ54a05D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZDZ54a05D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZDZ54a05D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZDZ54a05D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZDZ54a05D .modal-lg,
  .cid-uZDZ54a05D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZDZ54a05D .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZDZ54a05D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZDZ54a05D .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-uZDZ54a05D .form-group {
  margin-bottom: 1rem;
}
.cid-uZDZ54a05D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZDZ54a05D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZDZ54a05D .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-uZDZ54a05D .mbr-section-btn {
  margin: 0;
}
.cid-uZDZ54a05D .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZDZ54yW5C.popup-builder {
  background-color: #ffffff;
}
.cid-uZDZ54yW5C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZDZ54yW5C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZDZ54yW5C .modal-content,
.cid-uZDZ54yW5C .modal-dialog {
  height: auto;
}
.cid-uZDZ54yW5C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZDZ54yW5C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZDZ54yW5C .form-wrapper .mbr-form .form-group,
  .cid-uZDZ54yW5C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZDZ54yW5C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZDZ54yW5C .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-uZDZ54yW5C .mbr-text {
  text-align: left;
}
.cid-uZDZ54yW5C .pt-0 {
  padding-top: 0 !important;
}
.cid-uZDZ54yW5C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZDZ54yW5C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZDZ54yW5C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZDZ54yW5C .modal-open {
  overflow: hidden;
}
.cid-uZDZ54yW5C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZDZ54yW5C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZDZ54yW5C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZDZ54yW5C .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-uZDZ54yW5C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZDZ54yW5C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZDZ54yW5C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZDZ54yW5C .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-uZDZ54yW5C .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZDZ54yW5C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZDZ54yW5C .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZDZ54yW5C .modal-backdrop.show {
  opacity: .5;
}
.cid-uZDZ54yW5C .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZDZ54yW5C .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ54yW5C .modal-header {
    padding: 1rem;
  }
}
.cid-uZDZ54yW5C .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZDZ54yW5C .modal-header .close svg {
  fill: #353535;
}
.cid-uZDZ54yW5C .modal-header .close:hover {
  opacity: 1;
}
.cid-uZDZ54yW5C .modal-header .close:focus {
  outline: none;
}
.cid-uZDZ54yW5C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZDZ54yW5C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZDZ54yW5C .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ54yW5C .modal-body {
    padding: 1rem;
  }
}
.cid-uZDZ54yW5C .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZDZ54yW5C .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZDZ54yW5C .modal-footer {
    padding: 1rem;
  }
}
.cid-uZDZ54yW5C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZDZ54yW5C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZDZ54yW5C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZDZ54yW5C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZDZ54yW5C .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZDZ54yW5C .modal-lg,
  .cid-uZDZ54yW5C .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZDZ54yW5C .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZDZ54yW5C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZDZ54yW5C .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-uZDZ54yW5C .form-group {
  margin-bottom: 1rem;
}
.cid-uZDZ54yW5C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZDZ54yW5C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZDZ54yW5C .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-uZDZ54yW5C .mbr-section-btn {
  margin: 0;
}
.cid-uZDZ54yW5C .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSLZm7xyKf .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSLZm7xyKf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSLZm7xyKf a {
  font-style: normal;
}
.cid-uSLZm7xyKf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSLZm7xyKf .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uSLZm7xyKf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSLZm7xyKf .content-text {
  margin-bottom: 0;
}
.cid-uSLZm7xyKf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSLZm7xyKf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSLZm7xyKf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSLZm7xyKf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSLZm7xyKf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSLZm7xyKf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSLZm7xyKf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSLZm7xyKf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSLZm7xyKf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSLZm7xyKf .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSLZm7xyKf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSLZm7xyKf .content-right-side {
  text-align: center;
}
.cid-uSLZm7xyKf .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uSLZm7xyKf .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uSLZm7xyKf .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uSLZm7xyKf .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uSLZm7xyKf .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uSLZm7xyKf .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uSLZm7xyKf img {
    height: 3.8rem !important;
  }
  .cid-uSLZm7xyKf .btn {
    display: -webkit-flex;
  }
  .cid-uSLZm7xyKf button.navbar-toggler {
    display: block;
  }
  .cid-uSLZm7xyKf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uSLZm7xyKf .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSLZm7xyKf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSLZm7xyKf .navbar-collapse.collapsing,
  .cid-uSLZm7xyKf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSLZm7xyKf .navbar-collapse.collapsing .navbar-nav,
  .cid-uSLZm7xyKf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSLZm7xyKf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSLZm7xyKf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSLZm7xyKf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSLZm7xyKf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSLZm7xyKf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSLZm7xyKf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSLZm7xyKf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSLZm7xyKf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSLZm7xyKf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSLZm7xyKf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSLZm7xyKf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSLZm7xyKf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uSLZm7xyKf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uSLZm7xyKf .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uSLZm7xyKf .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uSLZm7xyKf .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uSLZm7xyKf .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uSLZm7xyKf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSLZm7xyKf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSLZm7xyKf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSLZm7xyKf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSLZm7xyKf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSLZm7xyKf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSLZm7xyKf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSLZm7xyKf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSLZm7xyKf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSLZm7xyKf .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSLZm7xyKf .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSLZm7xyKf .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSLZm7xyKf .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSLZm7xyKf .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uSLZm7xyKf .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSLZm7xyKf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSLZm7xyKf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSLZm7xyKf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSLZm7xyKf .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uSLZm7xyKf .navbar-toggler {
    display: none;
  }
  .cid-uSLZm7xyKf .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uSLZm7xyKf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSLZm7xyKf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSLZm7xyKf .menu-logo {
  margin-right: auto;
}
.cid-uSLZm7xyKf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSLZm7xyKf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSLZm7xyKf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSLZm7xyKf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSLZm7xyKf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSLZm7xyKf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSLZm7xyKf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSLZm7xyKf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSLZm7xyKf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSLZm7xyKf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSLZm7xyKf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSLZm7xyKf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSLZm7xyKf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSLZm7xyKf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSLZm7xyKf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uSLZm7xyKf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSLZm7xyKf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSLZm7xyKf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSLZm7xyKf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSLZm7xyKf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSLZm7xyKf button.navbar-toggler:focus {
  outline: none;
}
.cid-uSLZm7xyKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSLZm7xyKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSLZm7xyKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSLZm7xyKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSLZm7xyKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSLZm7xyKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSLZm7xyKf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSLZm7xyKf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSLZm7xyKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSLZm7xyKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSLZm7xyKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSLZm7xyKf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse.collapsing,
.cid-uSLZm7xyKf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSLZm7xyKf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSLZm7xyKf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSLZm7xyKf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSLZm7xyKf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSLZm7xyKf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSLZm7xyKf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSLZm7xyKf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uSLZm7xyKf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSLZm7xyKf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSLZm7xyKf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uSLZm7xyKf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSLZm7xyKf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSLZm7xyKf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSLZm7xyKf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSLZm7xyKf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uSLZm7xyKf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSLZm7xyKf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSLZm7xyKf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSLZm7xyKf .nav-link:focus {
  outline: none;
}
.cid-uSLZm7xyKf .navbar-toggler {
  position: relative;
}
.cid-uSLZm7xyKf .dropdown-item.active,
.cid-uSLZm7xyKf .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uSLZm7xyKf .nav-link:hover,
.cid-uSLZm7xyKf .dropdown-item:hover {
  color: #4284df;
}
.cid-v19UVyTBwW {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v19UVyTBwW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v19UVyTBwW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v19UVyTBwW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v19UVyTBwW .mbr-card-title {
  color: #000000;
}
.cid-v19UVyTBwW .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v19UVyTBwW .mbr-text,
.cid-v19UVyTBwW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v19UVyTBwW .row {
  align-items: top;
}
.cid-uZZge08ZVr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #feffe3;
}
.cid-uZZge08ZVr .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZZge08ZVr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZZge08ZVr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZZge08ZVr .mbr-card-title {
  color: #000000;
}
.cid-uZZge08ZVr .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZZge08ZVr .mbr-text,
.cid-uZZge08ZVr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZZge08ZVr .row {
  align-items: top;
}
.cid-uZZge08ZVr .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZZge08ZVr .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZZge08ZVr .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZZge08ZVr .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZZge08ZVr .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZZge08ZVr .list,
.cid-uZZge08ZVr .item-wrap {
  color: #000000;
}
.cid-uXda0wJki2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXda0wJki2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXda0wJki2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXda0wJki2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXda0wJki2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXda0wJki2 .container {
    padding: 0 30px;
  }
}
.cid-uXda0wJki2 .row {
  justify-content: center;
}
.cid-uXda0wJki2 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXda0wJki2 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXda0wJki2 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXda0wJki2 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXda0wJki2 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXda0wJki2 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXda0wJki2 .mbr-desc {
  color: #22654E;
}
.cid-uSLZDeyMnL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-uSLZm1wWa1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uSLZm1wWa1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSLZm1wWa1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSLZm1wWa1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSLZm1wWa1 .mbr-card-title {
  color: #000000;
}
.cid-uSLZm1wWa1 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSLZm1wWa1 .mbr-text,
.cid-uSLZm1wWa1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSLZm1wWa1 .row {
  align-items: top;
}
.cid-uSLZm1wWa1 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uSLZm1wWa1 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uSLZm1wWa1 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uSLZm1wWa1 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uSLZm1wWa1 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uXda37zdp4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXda37zdp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXda37zdp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXda37zdp4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXda37zdp4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXda37zdp4 .container {
    padding: 0 30px;
  }
}
.cid-uXda37zdp4 .row {
  justify-content: center;
}
.cid-uXda37zdp4 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXda37zdp4 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXda37zdp4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXda37zdp4 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXda37zdp4 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXda37zdp4 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXda37zdp4 .mbr-desc {
  color: #22654E;
}
.cid-uSRIGAHVW4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uSRIGAHVW4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSRIGAHVW4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSRIGAHVW4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSRIGAHVW4 .mbr-card-title {
  color: #000000;
}
.cid-uSRIGAHVW4 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSRIGAHVW4 .mbr-text,
.cid-uSRIGAHVW4 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSRIGAHVW4 .row {
  align-items: top;
}
.cid-uSRIGAHVW4 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uSRIGAHVW4 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uSRIGAHVW4 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uSRIGAHVW4 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uSRIGAHVW4 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uSP0RbbEJh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSP0RbbEJh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uSP0RbbEJh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uSP0RbbEJh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSP0RbbEJh .mbr-card-title {
  color: #000000;
}
.cid-uSP0RbbEJh .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSP0RbbEJh .mbr-text,
.cid-uSP0RbbEJh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSP0RbbEJh .row {
  align-items: top;
}
.cid-uSP0RbbEJh .list-wrapper {
  margin-bottom: 32px;
}
.cid-uSP0RbbEJh .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uSP0RbbEJh .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uSP0RbbEJh .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uSP0RbbEJh .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uXda4vAYZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXda4vAYZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXda4vAYZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXda4vAYZe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uXda4vAYZe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXda4vAYZe .container {
    padding: 0 30px;
  }
}
.cid-uXda4vAYZe .row {
  justify-content: center;
}
.cid-uXda4vAYZe .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uXda4vAYZe .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXda4vAYZe .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXda4vAYZe .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uXda4vAYZe .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXda4vAYZe .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uXda4vAYZe .mbr-desc {
  color: #22654E;
}
.cid-v07G9HUXCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07G9HUXCs .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v07G9HUXCs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v07G9HUXCs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v07G9HUXCs .mbr-card-title {
  color: #000000;
}
.cid-v07G9HUXCs .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v07G9HUXCs .mbr-text,
.cid-v07G9HUXCs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v07G9HUXCs .row {
  align-items: top;
}
.cid-v07G9HUXCs .list-wrapper {
  margin-bottom: 32px;
}
.cid-v07G9HUXCs .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v07G9HUXCs .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v07G9HUXCs .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v07G9HUXCs .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07GckaLq5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07GckaLq5 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v07GckaLq5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v07GckaLq5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v07GckaLq5 .mbr-card-title {
  color: #000000;
}
.cid-v07GckaLq5 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v07GckaLq5 .mbr-text,
.cid-v07GckaLq5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v07GckaLq5 .row {
  align-items: top;
}
.cid-v07GckaLq5 .list-wrapper {
  margin-bottom: 32px;
}
.cid-v07GckaLq5 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v07GckaLq5 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v07GckaLq5 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v07GckaLq5 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07GeRi063 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07GeRi063 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v07GeRi063 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v07GeRi063 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v07GeRi063 .mbr-card-title {
  color: #000000;
}
.cid-v07GeRi063 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v07GeRi063 .mbr-text,
.cid-v07GeRi063 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v07GeRi063 .row {
  align-items: top;
}
.cid-v07GeRi063 .list-wrapper {
  margin-bottom: 32px;
}
.cid-v07GeRi063 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v07GeRi063 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v07GeRi063 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v07GeRi063 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07GgxyoWO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07GgxyoWO .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v07GgxyoWO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v07GgxyoWO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v07GgxyoWO .mbr-card-title {
  color: #000000;
}
.cid-v07GgxyoWO .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v07GgxyoWO .mbr-text,
.cid-v07GgxyoWO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v07GgxyoWO .row {
  align-items: top;
}
.cid-v07GgxyoWO .list-wrapper {
  margin-bottom: 32px;
}
.cid-v07GgxyoWO .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v07GgxyoWO .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v07GgxyoWO .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v07GgxyoWO .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v07GhnvdFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07GhnvdFg .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-v07GhnvdFg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v07GhnvdFg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v07GhnvdFg .mbr-card-title {
  color: #000000;
}
.cid-v07GhnvdFg .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v07GhnvdFg .mbr-text,
.cid-v07GhnvdFg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v07GhnvdFg .row {
  align-items: top;
}
.cid-v07GhnvdFg .list-wrapper {
  margin-bottom: 32px;
}
.cid-v07GhnvdFg .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v07GhnvdFg .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v07GhnvdFg .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v07GhnvdFg .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v19ZABBy5w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v19ZABBy5w .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v19ZABBy5w .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v19ZABBy5w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v19ZABBy5w .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v19ZABBy5w .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v19ZABBy5w .mbr-text {
  color: #000000;
}
.cid-v19ZABBy5w .mbr-description {
  color: #6c7577;
}
.cid-v19ZABBy5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v19ZABBy5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXhilJIncx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXhilJIncx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXhilJIncx .row {
  justify-content: center;
}
.cid-uXhilJIncx .row .card {
  justify-content: space-between;
}
.cid-uXhilJIncx .content-wrapper {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uXhilJIncx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXhilJIncx .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXhilJIncx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uXhilJIncx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXhilJIncx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXhilJIncx .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uXhilJIncx .mbr-section-title {
  color: #093388;
}
.cid-uXhilJIncx .mbr-list-title {
  color: #000000;
}
.cid-uXhilJIncx .list {
  color: #58595b;
}
.cid-uXhilJIncx .mbr-section-title,
.cid-uXhilJIncx .mbr-section-btn,
.cid-uXhilJIncx .content-wrapper {
  text-align: center;
}
.cid-uXhxTuWkAd.popup-builder {
  background-color: #ffffff;
}
.cid-uXhxTuWkAd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXhxTuWkAd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXhxTuWkAd .modal-content,
.cid-uXhxTuWkAd .modal-dialog {
  height: auto;
}
.cid-uXhxTuWkAd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXhxTuWkAd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXhxTuWkAd .form-wrapper .mbr-form .form-group,
  .cid-uXhxTuWkAd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXhxTuWkAd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXhxTuWkAd .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-uXhxTuWkAd .mbr-text {
  text-align: center;
}
.cid-uXhxTuWkAd .pt-0 {
  padding-top: 0 !important;
}
.cid-uXhxTuWkAd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXhxTuWkAd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXhxTuWkAd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXhxTuWkAd .modal-open {
  overflow: hidden;
}
.cid-uXhxTuWkAd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXhxTuWkAd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXhxTuWkAd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXhxTuWkAd .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-uXhxTuWkAd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXhxTuWkAd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXhxTuWkAd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXhxTuWkAd .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-uXhxTuWkAd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXhxTuWkAd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXhxTuWkAd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXhxTuWkAd .modal-backdrop.show {
  opacity: .5;
}
.cid-uXhxTuWkAd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXhxTuWkAd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWkAd .modal-header {
    padding: 1rem;
  }
}
.cid-uXhxTuWkAd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXhxTuWkAd .modal-header .close svg {
  fill: #353535;
}
.cid-uXhxTuWkAd .modal-header .close:hover {
  opacity: 1;
}
.cid-uXhxTuWkAd .modal-header .close:focus {
  outline: none;
}
.cid-uXhxTuWkAd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXhxTuWkAd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXhxTuWkAd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWkAd .modal-body {
    padding: 1rem;
  }
}
.cid-uXhxTuWkAd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXhxTuWkAd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXhxTuWkAd .modal-footer {
    padding: 1rem;
  }
}
.cid-uXhxTuWkAd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXhxTuWkAd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXhxTuWkAd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXhxTuWkAd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXhxTuWkAd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXhxTuWkAd .modal-lg,
  .cid-uXhxTuWkAd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXhxTuWkAd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXhxTuWkAd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXhxTuWkAd .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-uXhxTuWkAd .form-group {
  margin-bottom: 1rem;
}
.cid-uXhxTuWkAd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXhxTuWkAd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXhxTuWkAd .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-uXhxTuWkAd .mbr-section-btn {
  margin: 0;
}
.cid-uXhxTuWkAd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZX778nzfV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uZX778nzfV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZX778nzfV a {
  font-style: normal;
}
.cid-uZX778nzfV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZX778nzfV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uZX778nzfV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZX778nzfV .content-text {
  margin-bottom: 0;
}
.cid-uZX778nzfV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZX778nzfV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9473d2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZX778nzfV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZX778nzfV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZX778nzfV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZX778nzfV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZX778nzfV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZX778nzfV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uZX778nzfV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZX778nzfV .nav-dropdown .link {
  font-weight: 400;
}
.cid-uZX778nzfV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZX778nzfV .content-right-side {
  text-align: center;
}
.cid-uZX778nzfV .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uZX778nzfV .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uZX778nzfV .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uZX778nzfV .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uZX778nzfV .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uZX778nzfV .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uZX778nzfV img {
    height: 3.8rem !important;
  }
  .cid-uZX778nzfV .btn {
    display: -webkit-flex;
  }
  .cid-uZX778nzfV button.navbar-toggler {
    display: block;
  }
  .cid-uZX778nzfV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uZX778nzfV .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZX778nzfV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZX778nzfV .navbar-collapse.collapsing,
  .cid-uZX778nzfV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZX778nzfV .navbar-collapse.collapsing .navbar-nav,
  .cid-uZX778nzfV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZX778nzfV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZX778nzfV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZX778nzfV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZX778nzfV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZX778nzfV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZX778nzfV .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZX778nzfV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZX778nzfV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZX778nzfV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZX778nzfV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZX778nzfV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZX778nzfV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uZX778nzfV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZX778nzfV .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-uZX778nzfV .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uZX778nzfV .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-uZX778nzfV .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-uZX778nzfV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZX778nzfV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZX778nzfV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZX778nzfV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uZX778nzfV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZX778nzfV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZX778nzfV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZX778nzfV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZX778nzfV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uZX778nzfV .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZX778nzfV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZX778nzfV .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uZX778nzfV .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZX778nzfV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uZX778nzfV .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZX778nzfV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZX778nzfV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZX778nzfV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uZX778nzfV .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uZX778nzfV .navbar-toggler {
    display: none;
  }
  .cid-uZX778nzfV .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uZX778nzfV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZX778nzfV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZX778nzfV .menu-logo {
  margin-right: auto;
}
.cid-uZX778nzfV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZX778nzfV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZX778nzfV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZX778nzfV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZX778nzfV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZX778nzfV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZX778nzfV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZX778nzfV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZX778nzfV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZX778nzfV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZX778nzfV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZX778nzfV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZX778nzfV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZX778nzfV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZX778nzfV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uZX778nzfV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uZX778nzfV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZX778nzfV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZX778nzfV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZX778nzfV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZX778nzfV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZX778nzfV button.navbar-toggler:focus {
  outline: none;
}
.cid-uZX778nzfV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uZX778nzfV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZX778nzfV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZX778nzfV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZX778nzfV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZX778nzfV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZX778nzfV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZX778nzfV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZX778nzfV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZX778nzfV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZX778nzfV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZX778nzfV .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZX778nzfV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZX778nzfV .collapsed .navbar-collapse.collapsing,
.cid-uZX778nzfV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZX778nzfV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZX778nzfV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZX778nzfV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZX778nzfV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZX778nzfV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZX778nzfV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZX778nzfV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZX778nzfV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZX778nzfV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZX778nzfV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZX778nzfV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.5rem - 1.5rem);
  }
  .cid-uZX778nzfV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZX778nzfV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZX778nzfV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uZX778nzfV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZX778nzfV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZX778nzfV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZX778nzfV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZX778nzfV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uZX778nzfV .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZX778nzfV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uZX778nzfV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZX778nzfV .nav-link:focus {
  outline: none;
}
.cid-uZX778nzfV .navbar-toggler {
  position: relative;
}
.cid-uZX778nzfV .dropdown-item.active,
.cid-uZX778nzfV .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-uZX778nzfV .nav-link:hover,
.cid-uZX778nzfV .dropdown-item:hover {
  color: #4284df;
}
.cid-v1aIX1fJbk {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1aIX1fJbk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v1aIX1fJbk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1aIX1fJbk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v1aIX1fJbk .mbr-card-title {
  color: #000000;
}
.cid-v1aIX1fJbk .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v1aIX1fJbk .mbr-text,
.cid-v1aIX1fJbk .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v1aIX1fJbk .row {
  align-items: top;
}
.cid-uZX77h5wed {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZX77h5wed .container-fluid {
  padding: 0 3rem;
}
.cid-uZX77h5wed .mbr-section-subtitle {
  color: #767676;
}
.cid-uZX77h5wed .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZX77h5wed .table-wrapper {
  margin: 0 auto;
}
.cid-uZX77h5wed table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZX77h5wed table thead tr {
  border: none !important;
}
.cid-uZX77h5wed table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZX77h5wed table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uZX77h5wed table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZX77h5wed tr:hover {
  background-color: #feffe3 !important;
}
.cid-uZX77h5wed .head-item:after,
.cid-uZX77h5wed .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZX77h5wed table th,
  .cid-uZX77h5wed table td {
    padding: .75rem;
  }
}
.cid-uZX77h5wed .body-item {
  text-align: left;
}
.cid-uZX77h5wed .head-item {
  color: #000000;
}
.cid-uZX77h5wed .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZX77hAwB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX77hAwB6 .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX77hAwB6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX77hAwB6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX77hAwB6 .mbr-card-title {
  color: #000000;
}
.cid-uZX77hAwB6 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX77hAwB6 .mbr-text,
.cid-uZX77hAwB6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX77hAwB6 .row {
  align-items: top;
}
.cid-uZX77hAwB6 .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX77hAwB6 .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX77hAwB6 .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX77hAwB6 .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX77hAwB6 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX77hWEjl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZX77hWEjl .container-fluid {
  padding: 0 3rem;
}
.cid-uZX77hWEjl .mbr-section-subtitle {
  color: #767676;
}
.cid-uZX77hWEjl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZX77hWEjl .table-wrapper {
  margin: 0 auto;
}
.cid-uZX77hWEjl table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZX77hWEjl table thead tr {
  border: none !important;
}
.cid-uZX77hWEjl table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZX77hWEjl table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uZX77hWEjl table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZX77hWEjl tr:hover {
  background-color: #feffe3 !important;
}
.cid-uZX77hWEjl .head-item:after,
.cid-uZX77hWEjl .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZX77hWEjl table th,
  .cid-uZX77hWEjl table td {
    padding: .75rem;
  }
}
.cid-uZX77hWEjl .body-item {
  text-align: left;
}
.cid-uZX77hWEjl .head-item {
  color: #000000;
}
.cid-uZX77hWEjl .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZX77ingXP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX77ingXP .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX77ingXP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX77ingXP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX77ingXP .mbr-card-title {
  color: #000000;
}
.cid-uZX77ingXP .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX77ingXP .mbr-text,
.cid-uZX77ingXP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX77ingXP .row {
  align-items: top;
}
.cid-uZX77ingXP .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX77ingXP .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX77ingXP .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX77ingXP .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX77ingXP .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX77iFuLw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX77iFuLw .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX77iFuLw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX77iFuLw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX77iFuLw .mbr-card-title {
  color: #000000;
}
.cid-uZX77iFuLw .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX77iFuLw .mbr-text,
.cid-uZX77iFuLw .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX77iFuLw .row {
  align-items: top;
}
.cid-uZX77iFuLw .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX77iFuLw .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX77iFuLw .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX77iFuLw .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX77iFuLw .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX77iWiD4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uZX77iWiD4 .container-fluid {
  padding: 0 3rem;
}
.cid-uZX77iWiD4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uZX77iWiD4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uZX77iWiD4 .table-wrapper {
  margin: 0 auto;
}
.cid-uZX77iWiD4 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uZX77iWiD4 table thead tr {
  border: none !important;
}
.cid-uZX77iWiD4 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
}
.cid-uZX77iWiD4 table tr {
  border-bottom: 1px solid #333333;
  border-top: none;
}
.cid-uZX77iWiD4 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uZX77iWiD4 tr:hover {
  background-color: #feffe3 !important;
}
.cid-uZX77iWiD4 .head-item:after,
.cid-uZX77iWiD4 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uZX77iWiD4 table th,
  .cid-uZX77iWiD4 table td {
    padding: .75rem;
  }
}
.cid-uZX77iWiD4 .body-item {
  text-align: left;
}
.cid-uZX77iWiD4 .head-item {
  color: #000000;
}
.cid-uZX77iWiD4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZX77jlSkz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX77jlSkz .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX77jlSkz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX77jlSkz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX77jlSkz .mbr-card-title {
  color: #000000;
}
.cid-uZX77jlSkz .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX77jlSkz .mbr-text,
.cid-uZX77jlSkz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX77jlSkz .row {
  align-items: top;
}
.cid-uZX77jlSkz .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX77jlSkz .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX77jlSkz .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX77jlSkz .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX77jlSkz .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX77jEjfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX77jEjfW .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX77jEjfW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX77jEjfW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX77jEjfW .mbr-card-title {
  color: #000000;
}
.cid-uZX77jEjfW .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX77jEjfW .mbr-text,
.cid-uZX77jEjfW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX77jEjfW .row {
  align-items: top;
}
.cid-uZX77jEjfW .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX77jEjfW .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX77jEjfW .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX77jEjfW .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX77jEjfW .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-uZX77k02wJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZX77k02wJ .mbr-text {
  color: #000000;
  text-align: top;
}
.cid-uZX77k02wJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZX77k02wJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZX77k02wJ .mbr-card-title {
  color: #000000;
}
.cid-uZX77k02wJ .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZX77k02wJ .mbr-text,
.cid-uZX77k02wJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZX77k02wJ .row {
  align-items: top;
}
.cid-uZX77k02wJ .list-wrapper {
  margin-bottom: 32px;
}
.cid-uZX77k02wJ .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uZX77k02wJ .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uZX77k02wJ .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uZX77k02wJ .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -25px;
}
.cid-v1aJHbr2oI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-logo-1015x575.png");
}
.cid-v1aJHbr2oI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-v1aJHbr2oI .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v1aJHbr2oI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1aJHbr2oI .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v1aJHbr2oI .mbr-section-title {
  color: #2e6b75;
  text-align: center;
}
.cid-v1aJHbr2oI .mbr-text {
  color: #6c7577;
}
.cid-v1aJHbr2oI .mbr-description {
  color: #6c7577;
}
.cid-v1aJHbr2oI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1aJHbr2oI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZX77mDFSQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZX77mDFSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZX77mDFSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZX77mDFSQ .row {
  justify-content: center;
}
.cid-uZX77mDFSQ .row .card {
  justify-content: space-between;
}
.cid-uZX77mDFSQ .content-wrapper {
  margin-bottom: 20px;
}
.cid-uZX77mDFSQ .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uZX77mDFSQ .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uZX77mDFSQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZX77mDFSQ .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZX77mDFSQ .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZX77mDFSQ .content-wrapper .content-wrap .image-wrapper img {
  height: 150px;
  object-fit: cover;
}
.cid-uZX77mDFSQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZX77mDFSQ .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZX77mDFSQ .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZX77mDFSQ .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uZX77mDFSQ .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uZX77mDFSQ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZX77mDFSQ .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZX77mDFSQ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZX77mDFSQ .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZX77mDFSQ .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uZX77mDFSQ .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uZX77mDFSQ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZX77mDFSQ .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZX77mDFSQ .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uZX77mDFSQ .mbr-section-title {
  color: #093388;
}
.cid-uZX77mDFSQ .mbr-list-title {
  color: #000000;
}
.cid-uZX77mDFSQ .list {
  color: #58595b;
}
.cid-uZX77mDFSQ .mbr-section-title,
.cid-uZX77mDFSQ .mbr-section-btn,
.cid-uZX77mDFSQ .content-wrapper {
  text-align: center;
}
.cid-uZX77n88Kv.popup-builder {
  background-color: #ffffff;
}
.cid-uZX77n88Kv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZX77n88Kv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZX77n88Kv .modal-content,
.cid-uZX77n88Kv .modal-dialog {
  height: auto;
}
.cid-uZX77n88Kv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZX77n88Kv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZX77n88Kv .form-wrapper .mbr-form .form-group,
  .cid-uZX77n88Kv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZX77n88Kv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZX77n88Kv .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-uZX77n88Kv .mbr-text {
  text-align: center;
}
.cid-uZX77n88Kv .pt-0 {
  padding-top: 0 !important;
}
.cid-uZX77n88Kv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZX77n88Kv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZX77n88Kv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZX77n88Kv .modal-open {
  overflow: hidden;
}
.cid-uZX77n88Kv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZX77n88Kv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZX77n88Kv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZX77n88Kv .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-uZX77n88Kv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZX77n88Kv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZX77n88Kv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZX77n88Kv .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-uZX77n88Kv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZX77n88Kv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZX77n88Kv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZX77n88Kv .modal-backdrop.show {
  opacity: .5;
}
.cid-uZX77n88Kv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZX77n88Kv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZX77n88Kv .modal-header {
    padding: 1rem;
  }
}
.cid-uZX77n88Kv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZX77n88Kv .modal-header .close svg {
  fill: #353535;
}
.cid-uZX77n88Kv .modal-header .close:hover {
  opacity: 1;
}
.cid-uZX77n88Kv .modal-header .close:focus {
  outline: none;
}
.cid-uZX77n88Kv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZX77n88Kv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZX77n88Kv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZX77n88Kv .modal-body {
    padding: 1rem;
  }
}
.cid-uZX77n88Kv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZX77n88Kv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZX77n88Kv .modal-footer {
    padding: 1rem;
  }
}
.cid-uZX77n88Kv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZX77n88Kv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZX77n88Kv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZX77n88Kv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZX77n88Kv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZX77n88Kv .modal-lg,
  .cid-uZX77n88Kv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZX77n88Kv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZX77n88Kv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZX77n88Kv .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-uZX77n88Kv .form-group {
  margin-bottom: 1rem;
}
.cid-uZX77n88Kv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZX77n88Kv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZX77n88Kv .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-uZX77n88Kv .mbr-section-btn {
  margin: 0;
}
.cid-uZX77n88Kv .mbr-section-btn .btn {
  margin: 0;
}
