body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.68rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #36187d;
  border-color: #36187d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ea2396;
  border-color: #ea2396;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #47b5ed;
  border-color: #47b5ed;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #35b8fc;
  border-color: #35b8fc;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #6c758f;
  border-color: #6c758f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #36187d;
  border-color: #36187d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #110827;
  color: #110827;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #36187d;
  border-color: #36187d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #980f5e;
  color: #980f5e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ea2396;
  border-color: #ea2396;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1283bc;
  color: #1283bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #47b5ed;
  border-color: #47b5ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0385c8;
  color: #0385c8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #35b8fc;
  border-color: #35b8fc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #404555;
  color: #404555;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #6c758f;
  border-color: #6c758f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #110827;
  color: #110827;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #36187d;
  border-color: #36187d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5b28d3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f380c2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9adbfd !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a4daf6 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a6abbb !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5b28d3 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.68rem;
}
blockquote {
  border-color: #36187d;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36187d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ea2396 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2336187d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tUxwOJNXnl {
  background: #ffffff;
}
.cid-tUxwOJNXnl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUxwOJNXnl .mbr-figure {
  margin: 0 auto;
}
.cid-tUxwOJNXnl figcaption {
  position: relative;
}
.cid-tUxwOJNXnl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUxwOJNXnl .image-block {
    width: 100% !important;
  }
}
.cid-tUxJ77UMZJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUxJ77UMZJ H2 {
  color: #e7272d;
}
.cid-tUxJ77UMZJ img {
  max-width: 500px;
  margin: auto;
}
.cid-tUxJ77UMZJ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUxJ77UMZJ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUxJ77UMZJ .span-row {
  width: 100%;
}
.cid-tUxJ77UMZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxJ77UMZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxUw9m7uW {
  background: #ffffff;
}
.cid-tUxUw9m7uW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUxUw9m7uW .mbr-figure {
  margin: 0 auto;
}
.cid-tUxUw9m7uW figcaption {
  position: relative;
}
.cid-tUxUw9m7uW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUxUw9m7uW .image-block {
    width: 100% !important;
  }
}
.cid-tUxUwTGO5H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUxUwTGO5H H2 {
  color: #e7272d;
}
.cid-tUxUwTGO5H img {
  max-width: 500px;
  margin: auto;
}
.cid-tUxUwTGO5H H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUxUwTGO5H .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUxUwTGO5H .span-row {
  width: 100%;
}
.cid-tUxUwTGO5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxUwTGO5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxYJ2wmQ6 {
  background: #ffffff;
}
.cid-tUxYJ2wmQ6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUxYJ2wmQ6 .mbr-figure {
  margin: 0 auto;
}
.cid-tUxYJ2wmQ6 figcaption {
  position: relative;
}
.cid-tUxYJ2wmQ6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUxYJ2wmQ6 .image-block {
    width: 100% !important;
  }
}
.cid-tUxYJ2NjGU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUxYJ2NjGU H2 {
  color: #e7272d;
}
.cid-tUxYJ2NjGU img {
  max-width: 500px;
  margin: auto;
}
.cid-tUxYJ2NjGU H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUxYJ2NjGU .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUxYJ2NjGU .span-row {
  width: 100%;
}
.cid-tUxYJ2NjGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxYJ2NjGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUy9PZALJ2 {
  background: #ffffff;
}
.cid-tUy9PZALJ2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUy9PZALJ2 .mbr-figure {
  margin: 0 auto;
}
.cid-tUy9PZALJ2 figcaption {
  position: relative;
}
.cid-tUy9PZALJ2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUy9PZALJ2 .image-block {
    width: 100% !important;
  }
}
.cid-tUy9PZWWKw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUy9PZWWKw H2 {
  color: #e7272d;
}
.cid-tUy9PZWWKw img {
  max-width: 500px;
  margin: auto;
}
.cid-tUy9PZWWKw H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUy9PZWWKw .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUy9PZWWKw .span-row {
  width: 100%;
}
.cid-tUy9PZWWKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUy9PZWWKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUychvoUqI {
  background: #ffffff;
}
.cid-tUychvoUqI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUychvoUqI .mbr-figure {
  margin: 0 auto;
}
.cid-tUychvoUqI figcaption {
  position: relative;
}
.cid-tUychvoUqI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUychvoUqI .image-block {
    width: 100% !important;
  }
}
.cid-tUychvHUcb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUychvHUcb H2 {
  color: #e7272d;
}
.cid-tUychvHUcb img {
  max-width: 500px;
  margin: auto;
}
.cid-tUychvHUcb H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUychvHUcb .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUychvHUcb .span-row {
  width: 100%;
}
.cid-tUychvHUcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUychvHUcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyf14oQ7a {
  background: #ffffff;
}
.cid-tUyf14oQ7a .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUyf14oQ7a .mbr-figure {
  margin: 0 auto;
}
.cid-tUyf14oQ7a figcaption {
  position: relative;
}
.cid-tUyf14oQ7a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUyf14oQ7a .image-block {
    width: 100% !important;
  }
}
.cid-tUyf14Fn1i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUyf14Fn1i H2 {
  color: #e7272d;
}
.cid-tUyf14Fn1i img {
  max-width: 500px;
  margin: auto;
}
.cid-tUyf14Fn1i H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUyf14Fn1i .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUyf14Fn1i .span-row {
  width: 100%;
}
.cid-tUyf14Fn1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyf14Fn1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyj5j63fB {
  background: #ffffff;
}
.cid-tUyj5j63fB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUyj5j63fB .mbr-figure {
  margin: 0 auto;
}
.cid-tUyj5j63fB figcaption {
  position: relative;
}
.cid-tUyj5j63fB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUyj5j63fB .image-block {
    width: 100% !important;
  }
}
.cid-tUyj5jq2NZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUyj5jq2NZ H2 {
  color: #e7272d;
}
.cid-tUyj5jq2NZ img {
  max-width: 500px;
  margin: auto;
}
.cid-tUyj5jq2NZ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUyj5jq2NZ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUyj5jq2NZ .span-row {
  width: 100%;
}
.cid-tUyj5jq2NZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyj5jq2NZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyjQLc56t {
  background: #ffffff;
}
.cid-tUyjQLc56t .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUyjQLc56t .mbr-figure {
  margin: 0 auto;
}
.cid-tUyjQLc56t figcaption {
  position: relative;
}
.cid-tUyjQLc56t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUyjQLc56t .image-block {
    width: 100% !important;
  }
}
.cid-tUyjQLuncE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUyjQLuncE H2 {
  color: #e7272d;
}
.cid-tUyjQLuncE img {
  max-width: 500px;
  margin: auto;
}
.cid-tUyjQLuncE H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUyjQLuncE .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUyjQLuncE .span-row {
  width: 100%;
}
.cid-tUyjQLuncE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyjQLuncE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUypLUaHeO {
  background: #ffffff;
}
.cid-tUypLUaHeO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUypLUaHeO .mbr-figure {
  margin: 0 auto;
}
.cid-tUypLUaHeO figcaption {
  position: relative;
}
.cid-tUypLUaHeO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUypLUaHeO .image-block {
    width: 100% !important;
  }
}
.cid-tUypLUsBnz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUypLUsBnz H2 {
  color: #e7272d;
}
.cid-tUypLUsBnz img {
  max-width: 500px;
  margin: auto;
}
.cid-tUypLUsBnz H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUypLUsBnz .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUypLUsBnz .span-row {
  width: 100%;
}
.cid-tUypLUsBnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUypLUsBnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyyhiJ3DG {
  background: #ffffff;
}
.cid-tUyyhiJ3DG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tUyyhiJ3DG .mbr-figure {
  margin: 0 auto;
}
.cid-tUyyhiJ3DG figcaption {
  position: relative;
}
.cid-tUyyhiJ3DG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tUyyhiJ3DG .image-block {
    width: 100% !important;
  }
}
.cid-tUyyhiYRQA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUyyhiYRQA H2 {
  color: #e7272d;
}
.cid-tUyyhiYRQA img {
  max-width: 500px;
  margin: auto;
}
.cid-tUyyhiYRQA H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tUyyhiYRQA .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tUyyhiYRQA .span-row {
  width: 100%;
}
.cid-tUyyhiYRQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyyhiYRQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVjUrtVC8S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tVjUrtVC8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVjUrtVC8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVjUrtVC8S .row {
  justify-content: left;
}
.cid-tVjUrtVC8S .main-col {
  display: flex;
}
.cid-tVjUrtVC8S .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVjUrtVC8S .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tVjUrtVC8S .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tVjUrtVC8S .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tVtQ5ZT0ws .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-tVtQ5ZT0ws .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tVtQ5ZT0ws .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tVtQ5ZT0ws .dropdown-item {
  color: #000000 !important;
}
.cid-tVtQ5ZT0ws .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tVtQ5ZT0ws .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tVtQ5ZT0ws .nav-link:hover {
  color: #e7272d !important;
}
.cid-tVtQ5ZT0ws .nav-link:hover:before {
  opacity: 1;
}
.cid-tVtQ5ZT0ws .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-tVtQ5ZT0ws .btn-white {
  color: #36187d !important;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVtQ5ZT0ws .container {
  display: flex;
  margin: auto;
}
.cid-tVtQ5ZT0ws .navbar-caption {
  padding-right: 3rem;
}
.cid-tVtQ5ZT0ws .navbar.opened {
  background: #ffffff !important;
}
.cid-tVtQ5ZT0ws .nav-item:focus,
.cid-tVtQ5ZT0ws .nav-link:focus {
  outline: none;
}
.cid-tVtQ5ZT0ws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVtQ5ZT0ws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVtQ5ZT0ws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVtQ5ZT0ws .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-tVtQ5ZT0ws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVtQ5ZT0ws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVtQ5ZT0ws .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tVtQ5ZT0ws .navbar.opened {
  transition: all 0.3s;
}
.cid-tVtQ5ZT0ws .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tVtQ5ZT0ws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVtQ5ZT0ws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVtQ5ZT0ws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVtQ5ZT0ws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVtQ5ZT0ws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVtQ5ZT0ws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVtQ5ZT0ws .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVtQ5ZT0ws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVtQ5ZT0ws .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVtQ5ZT0ws .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVtQ5ZT0ws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVtQ5ZT0ws .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tVtQ5ZT0ws .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVtQ5ZT0ws .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVtQ5ZT0ws .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVtQ5ZT0ws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVtQ5ZT0ws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVtQ5ZT0ws .dropdown-item.active,
.cid-tVtQ5ZT0ws .dropdown-item:active {
  background-color: transparent;
}
.cid-tVtQ5ZT0ws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVtQ5ZT0ws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVtQ5ZT0ws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVtQ5ZT0ws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVtQ5ZT0ws ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVtQ5ZT0ws .navbar-buttons {
  text-align: center;
}
.cid-tVtQ5ZT0ws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tVtQ5ZT0ws a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVtQ5ZT0ws .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVtQ5ZT0ws .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tVtQ5ZT0ws .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVtQ5ZT0ws .navbar {
    height: 77px;
  }
  .cid-tVtQ5ZT0ws .navbar.opened {
    height: auto;
  }
  .cid-tVtQ5ZT0ws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgnd8PHelb {
  padding-top: 15rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fokepernyo-1-1419x819.png");
}
.cid-vgnd8PHelb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vgnd8PHelb .mbr-text,
.cid-vgnd8PHelb .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-vgnd8PHelb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgnd8PHelb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgnuyQELnQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-vgnuyQELnQ .mbr-section-title {
  color: #36187d;
}
.cid-vgnuyQELnQ .mbr-section-subtitle {
  color: #0196e3;
}
.cid-vgnuyQELnQ .mbr-text {
  color: #36187d;
}
.cid-vgnuyQELnQ .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgnuyQELnQ .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vgnuyQELnQ .text-col {
  align-items: center;
  display: flex;
}
.cid-vgnuyQELnQ .mbr-section-subtitle,
.cid-vgnuyQELnQ .title-col {
  width: 100%;
}
.cid-uiHIKgWH4c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uiHIKgWH4c img,
.cid-uiHIKgWH4c .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiHIKgWH4c .item:focus,
.cid-uiHIKgWH4c span:focus {
  outline: none;
}
.cid-uiHIKgWH4c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiHIKgWH4c .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uiHIKgWH4c .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uiHIKgWH4c .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uiHIKgWH4c .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uiHIKgWH4c .item-content {
    padding: 1rem 0;
  }
}
.cid-uiHIKgWH4c .mbr-section-title {
  color: #36187d;
}
.cid-uiHIKgWH4c .item-title {
  color: #36187d;
}
.cid-uiHIKgWH4c .item-subtitle {
  color: #bec2cf;
}
.cid-uiHIKgWH4c .mbr-text,
.cid-uiHIKgWH4c .mbr-section-btn {
  color: #6c758f;
}
.cid-uiHIKgWH4c .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uiHLYEpxCW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uiHLYEpxCW .mbr-section-title {
  color: #36187d;
}
.cid-uiHLYEpxCW .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uiHLYEpxCW .align-left {
    text-align: center;
  }
}
.cid-uiHLYEpxCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHLYEpxCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA5fAVWFf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veA5fAVWFf .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-veA5fAVWFf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .container {
    padding: 0 20px;
  }
}
.cid-veA5fAVWFf .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veA5fAVWFf .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-veA5fAVWFf .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-veA5fAVWFf .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-veA5fAVWFf .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-veA5fAVWFf .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-veA5fAVWFf .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-veA5fAVWFf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-veA5fAVWFf .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veA5fAVWFf .embla__slide .slide-content {
  width: 100%;
}
.cid-veA5fAVWFf .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-veA5fAVWFf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-veA5fAVWFf .embla__button--next,
.cid-veA5fAVWFf .embla__button--prev {
  display: flex;
}
.cid-veA5fAVWFf .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #47b5ed !important;
  border: 2px solid #47b5ed !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-veA5fAVWFf .embla__button {
    top: 2.5rem;
  }
}
.cid-veA5fAVWFf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veA5fAVWFf .embla__button:hover {
  opacity: 1 !important;
}
.cid-veA5fAVWFf .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-veA5fAVWFf .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-veA5fAVWFf .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veA5fAVWFf .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-veA5fAVWFf .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-veA5fAVWFf .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .embla__button {
    top: 2.5rem;
  }
}
.cid-veA5fAVWFf .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veA5fAVWFf .embla {
    padding-top: 100px;
  }
}
.cid-veA5fAVWFf .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-veA5fAVWFf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veA5fAVWFf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veA5fAVWFf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veA5fAVWFf .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-veA5fAVWFf .mbr-section-title {
  color: #ffffff;
}
.cid-veA5fAVWFf .mbr-text,
.cid-veA5fAVWFf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veA5fAVWFf .mbr-section-title,
.cid-veA5fAVWFf .mbr-section-btn {
  text-align: center;
}
.cid-uiHNifHFvv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uiHNifHFvv img,
.cid-uiHNifHFvv .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiHNifHFvv .item:focus,
.cid-uiHNifHFvv span:focus {
  outline: none;
}
.cid-uiHNifHFvv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiHNifHFvv .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uiHNifHFvv .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uiHNifHFvv .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uiHNifHFvv .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uiHNifHFvv .item-content {
    padding: 1rem 0;
  }
}
.cid-uiHNifHFvv .mbr-section-title {
  color: #36187d;
}
.cid-uiHNifHFvv .item-title {
  color: #36187d;
}
.cid-uiHNifHFvv .item-subtitle {
  color: #bec2cf;
}
.cid-uiHNifHFvv .mbr-text,
.cid-uiHNifHFvv .mbr-section-btn {
  color: #6c758f;
}
.cid-uiHNifHFvv .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uiHNVc9K7e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uiHNVc9K7e .mbr-section-title {
  color: #36187d;
}
.cid-uiHNVc9K7e .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uiHNVc9K7e .align-left {
    text-align: center;
  }
}
.cid-uiHNVc9K7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHNVc9K7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHOfVlqOW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-uiHOfVlqOW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uiHOfVlqOW .row {
    flex-direction: column-reverse;
  }
  .cid-uiHOfVlqOW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uiHOfVlqOW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uiHOfVlqOW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uiHOfVlqOW .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uiHOfVlqOW .card-title {
  color: #36187d;
}
.cid-uiHOfVlqOW .mbr-text,
.cid-uiHOfVlqOW .mbr-section-btn {
  color: #6c758f;
}
.cid-uiHOfVlqOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHOfVlqOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHOYQc4ut {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-uiHOYQc4ut .mbr-text {
  color: #6c758f;
}
.cid-uiHOYQc4ut .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uiHOYQc4ut .mbr-section-title {
  color: #e7272d;
}
.cid-uiHPA8YIR1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uiHPA8YIR1 img,
.cid-uiHPA8YIR1 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiHPA8YIR1 .item:focus,
.cid-uiHPA8YIR1 span:focus {
  outline: none;
}
.cid-uiHPA8YIR1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiHPA8YIR1 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uiHPA8YIR1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uiHPA8YIR1 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uiHPA8YIR1 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uiHPA8YIR1 .item-content {
    padding: 1rem 0;
  }
}
.cid-uiHPA8YIR1 .mbr-section-title {
  color: #36187d;
}
.cid-uiHPA8YIR1 .item-title {
  color: #36187d;
}
.cid-uiHPA8YIR1 .item-subtitle {
  color: #bec2cf;
}
.cid-uiHPA8YIR1 .mbr-text,
.cid-uiHPA8YIR1 .mbr-section-btn {
  color: #6c758f;
}
.cid-uiHPA8YIR1 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uiHQaPtq4n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uiHQaPtq4n .mbr-section-title {
  color: #36187d;
}
.cid-uiHQaPtq4n .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uiHQaPtq4n .align-left {
    text-align: center;
  }
}
.cid-uiHQaPtq4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHQaPtq4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUsfCIsk79 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1246.jpg");
}
.cid-tUsfCIsk79 .progress {
  width: 100%;
}
.cid-tUsfCIsk79 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 5rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUsfCIsk79 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUsfCIsk79 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tUsfCIsk79 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tUsfCIsk79 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tUsfCIsk79 progress {
  height: 8px;
}
.cid-tUsfCIsk79 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-tUsfCIsk79 .progress-primary {
  background: #ffffff;
  border: none;
  outline: none;
}
.cid-tUsfCIsk79 .progress-primary::-webkit-progress-bar {
  background: #ffffff;
}
.cid-tUsfCIsk79 .progress_value {
  position: relative;
}
.cid-tUsfCIsk79 .progress1 .progressbar-number:before,
.cid-tUsfCIsk79 .progress2 .progressbar-number:before,
.cid-tUsfCIsk79 .progress3 .progressbar-number:before,
.cid-tUsfCIsk79 .progress4 .progressbar-number:before,
.cid-tUsfCIsk79 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tUsfCIsk79 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tUsfCIsk79 progress::-webkit-progress-value {
  background: #a148ff;
}
.cid-tUsfCIsk79 progress[value]::-moz-progress-bar {
  background: #a148ff;
}
.cid-tUsfCIsk79 progress::-ms-fill {
  background: #a148ff;
}
.cid-tUsfCIsk79 .progress1 .progressbar-number:before {
  content: '92';
}
.cid-tUsfCIsk79 .progress2 .progressbar-number:before {
  content: '71';
}
.cid-tUsfCIsk79 .progress3 .progressbar-number:before {
  content: '53';
}
.cid-tUsfCIsk79 .progress4 .progressbar-number:before {
  content: '70';
}
.cid-tUsfCIsk79 .progress5 .progressbar-number:before {
  content: '60';
}
.cid-tUsfCIsk79 .section-content-text {
  color: #263d5a;
}
.cid-tUsfCIsk79 .progressbar-title p,
.cid-tUsfCIsk79 .progress_value {
  color: #0e0e0e;
}
.cid-tUsfCIsk79 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tUsfCIsk79 .section-content-title {
  color: #0e0e0e;
}
.cid-tUsfCIsk79 .section-content-subtitle {
  color: #263d5a;
}
.cid-uiHQF3cdpt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uiHQF3cdpt .mbr-section-title {
  color: #36187d;
}
.cid-uiHQF3cdpt .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uiHQF3cdpt .align-left {
    text-align: center;
  }
}
.cid-uiHQF3cdpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHQF3cdpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA7badYaX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veA7badYaX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-veA7badYaX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veA7badYaX .container {
    padding: 0 20px;
  }
}
.cid-veA7badYaX .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veA7badYaX .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-veA7badYaX .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-veA7badYaX .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-veA7badYaX .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-veA7badYaX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-veA7badYaX .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veA7badYaX .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-veA7badYaX .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-veA7badYaX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-veA7badYaX .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-veA7badYaX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veA7badYaX .embla__slide .slide-content {
  width: 100%;
}
.cid-veA7badYaX .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-veA7badYaX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veA7badYaX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-veA7badYaX .embla__button--next,
.cid-veA7badYaX .embla__button--prev {
  display: flex;
}
.cid-veA7badYaX .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #47b5ed !important;
  border: 2px solid #47b5ed !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-veA7badYaX .embla__button {
    top: 2.5rem;
  }
}
.cid-veA7badYaX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veA7badYaX .embla__button:hover {
  opacity: 1 !important;
}
.cid-veA7badYaX .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-veA7badYaX .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-veA7badYaX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veA7badYaX .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-veA7badYaX .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-veA7badYaX .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-veA7badYaX .embla__button {
    top: 2.5rem;
  }
}
.cid-veA7badYaX .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veA7badYaX .embla {
    padding-top: 100px;
  }
}
.cid-veA7badYaX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-veA7badYaX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veA7badYaX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veA7badYaX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veA7badYaX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-veA7badYaX .mbr-section-title {
  color: #ffffff;
}
.cid-veA7badYaX .mbr-text,
.cid-veA7badYaX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veA7badYaX .mbr-section-title,
.cid-veA7badYaX .mbr-section-btn {
  text-align: center;
}
.cid-uiHTrwcq7n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uiHTrwcq7n .mbr-section-title {
  color: #ffffff;
}
.cid-uiHTrwcq7n .mbr-section-subtitle {
  color: #0196e3;
}
.cid-uiHTrwcq7n .mbr-text {
  color: #ffffff;
}
.cid-uiHTrwcq7n .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uiHTrwcq7n .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-uiHTrwcq7n .text-col {
  align-items: center;
  display: flex;
}
.cid-uiHTrwcq7n .mbr-section-subtitle,
.cid-uiHTrwcq7n .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-uiHSq06p9X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uiHSq06p9X .col-lg-6 {
  padding: 0 2rem;
}
.cid-uiHSq06p9X .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uiHSq06p9X .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-uiHSq06p9X .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiHSq06p9X .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uiHSq06p9X .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-uiHSq06p9X .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-uiHSq06p9X .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiHSq06p9X .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiHSq06p9X .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiHSq06p9X .card-text {
  color: #6c758f;
}
.cid-uiHSq06p9X .card-title {
  color: #0196e3;
}
.cid-uiHSq06p9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHSq06p9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHU1sSim4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uiHU1sSim4 .col-lg-6 {
  padding: 0 2rem;
}
.cid-uiHU1sSim4 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uiHU1sSim4 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-uiHU1sSim4 .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiHU1sSim4 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uiHU1sSim4 .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-uiHU1sSim4 .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-uiHU1sSim4 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiHU1sSim4 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiHU1sSim4 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiHU1sSim4 .card-text {
  color: #6c758f;
}
.cid-uiHU1sSim4 .card-title {
  color: #0196e3;
}
.cid-uiHU1sSim4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHU1sSim4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHZW0oWBo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uiHZW0oWBo .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uiHZW0oWBo .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiHZW0oWBo .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uiHZW0oWBo .card {
    margin-bottom: 2rem;
  }
  .cid-uiHZW0oWBo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiHZW0oWBo .card-title,
.cid-uiHZW0oWBo .card-box {
  color: #36187d;
}
.cid-uiHZW0oWBo .icon-title {
  color: #36187d;
}
.cid-uiHZW0oWBo .icon-text {
  color: #6c758f;
}
.cid-uiHZW0oWBo .mbr-text,
.cid-uiHZW0oWBo .mbr-section-btn {
  color: #6c758f;
}
.cid-uiHZW0oWBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHZW0oWBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiI0NXpbOT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uiI0NXpbOT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uiI0NXpbOT .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiI0NXpbOT .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uiI0NXpbOT .card {
    margin-bottom: 2rem;
  }
  .cid-uiI0NXpbOT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiI0NXpbOT .card-title,
.cid-uiI0NXpbOT .card-box {
  color: #36187d;
}
.cid-uiI0NXpbOT .icon-title {
  color: #36187d;
}
.cid-uiI0NXpbOT .icon-text {
  color: #6c758f;
}
.cid-uiI0NXpbOT .mbr-text,
.cid-uiI0NXpbOT .mbr-section-btn {
  color: #6c758f;
}
.cid-uiI0NXpbOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI0NXpbOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHYtbBayV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uiHYtbBayV .col-lg-6 {
  padding: 0 2rem;
}
.cid-uiHYtbBayV .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uiHYtbBayV .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-uiHYtbBayV .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiHYtbBayV .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uiHYtbBayV .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-uiHYtbBayV .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-uiHYtbBayV .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiHYtbBayV .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiHYtbBayV .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiHYtbBayV .card-text {
  color: #6c758f;
}
.cid-uiHYtbBayV .card-title {
  color: #0196e3;
}
.cid-uiHYtbBayV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHYtbBayV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHZey57mk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uiHZey57mk .col-lg-6 {
  padding: 0 2rem;
}
.cid-uiHZey57mk .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uiHZey57mk .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-uiHZey57mk .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiHZey57mk .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uiHZey57mk .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-uiHZey57mk .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-uiHZey57mk .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiHZey57mk .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiHZey57mk .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiHZey57mk .card-text {
  color: #6c758f;
}
.cid-uiHZey57mk .card-title {
  color: #0196e3;
}
.cid-uiHZey57mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHZey57mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHZExR3Sq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uiHZExR3Sq .mbr-section-title {
  color: #36187d;
}
.cid-uiHZExR3Sq .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uiHZExR3Sq .align-left {
    text-align: center;
  }
}
.cid-uiHZExR3Sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHZExR3Sq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiI1VD39Gj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uiI1VD39Gj img,
.cid-uiI1VD39Gj .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiI1VD39Gj .item:focus,
.cid-uiI1VD39Gj span:focus {
  outline: none;
}
.cid-uiI1VD39Gj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiI1VD39Gj .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uiI1VD39Gj .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uiI1VD39Gj .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uiI1VD39Gj .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uiI1VD39Gj .item-content {
    padding: 1rem 0;
  }
}
.cid-uiI1VD39Gj .mbr-section-title {
  color: #36187d;
}
.cid-uiI1VD39Gj .item-title {
  color: #36187d;
}
.cid-uiI1VD39Gj .item-subtitle {
  color: #bec2cf;
}
.cid-uiI1VD39Gj .mbr-text,
.cid-uiI1VD39Gj .mbr-section-btn {
  color: #36187d;
}
.cid-uiI1VD39Gj .mbr-link {
  color: #0196e3;
}
.cid-uiI2ZIQWf9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uiI2ZIQWf9 .mbr-section-title {
  color: #36187d;
}
.cid-uiI2ZIQWf9 .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uiI2ZIQWf9 .align-left {
    text-align: center;
  }
}
.cid-uiI2ZIQWf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI2ZIQWf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiI3p7yTMR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uiI3p7yTMR .mbr-section-title {
  color: #ffffff;
}
.cid-uiI3p7yTMR .mbr-section-subtitle {
  color: #0196e3;
}
.cid-uiI3p7yTMR .mbr-text {
  color: #ffffff;
}
.cid-uiI3p7yTMR .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uiI3p7yTMR .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-uiI3p7yTMR .text-col {
  align-items: center;
  display: flex;
}
.cid-uiI3p7yTMR .mbr-section-subtitle,
.cid-uiI3p7yTMR .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-uiI4A2k5Y6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-uiI4A2k5Y6 .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uiI4A2k5Y6 .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiI4A2k5Y6 .card-wrapper {
    flex-direction: column;
  }
}
.cid-uiI4A2k5Y6 .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiI4A2k5Y6 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uiI4A2k5Y6 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiI4A2k5Y6 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiI4A2k5Y6 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiI4A2k5Y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI4A2k5Y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiI5kwGUwJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-uiI5kwGUwJ .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uiI5kwGUwJ .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiI5kwGUwJ .card-wrapper {
    flex-direction: column;
  }
}
.cid-uiI5kwGUwJ .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiI5kwGUwJ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uiI5kwGUwJ .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiI5kwGUwJ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiI5kwGUwJ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiI5kwGUwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI5kwGUwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiI5OYjEuK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-uiI5OYjEuK .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uiI5OYjEuK .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uiI5OYjEuK .card-wrapper {
    flex-direction: column;
  }
}
.cid-uiI5OYjEuK .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiI5OYjEuK .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uiI5OYjEuK .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uiI5OYjEuK .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiI5OYjEuK .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uiI5OYjEuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI5OYjEuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgnvZyeTEj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-vgnvZyeTEj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgnvZyeTEj .row {
    flex-direction: column-reverse;
  }
  .cid-vgnvZyeTEj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vgnvZyeTEj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgnvZyeTEj .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vgnvZyeTEj .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vgnvZyeTEj .card-title {
  color: #36187d;
}
.cid-vgnvZyeTEj .mbr-text,
.cid-vgnvZyeTEj .mbr-section-btn {
  color: #6c758f;
}
.cid-vgnvZyeTEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgnvZyeTEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgngVtOdRO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-vgngVtOdRO img,
.cid-vgngVtOdRO .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vgngVtOdRO .item:focus,
.cid-vgngVtOdRO span:focus {
  outline: none;
}
.cid-vgngVtOdRO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgngVtOdRO .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vgngVtOdRO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vgngVtOdRO .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vgngVtOdRO .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vgngVtOdRO .item-content {
    padding: 1rem 0;
  }
}
.cid-vgngVtOdRO .mbr-section-title {
  color: #36187d;
}
.cid-vgngVtOdRO .item-title {
  color: #36187d;
}
.cid-vgngVtOdRO .item-subtitle {
  color: #bec2cf;
}
.cid-vgngVtOdRO .mbr-text,
.cid-vgngVtOdRO .mbr-section-btn {
  color: #36187d;
}
.cid-vgngVtOdRO .mbr-link {
  color: #0196e3;
}
.cid-vgnkrM3497 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-vgnkrM3497 img,
.cid-vgnkrM3497 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vgnkrM3497 .item:focus,
.cid-vgnkrM3497 span:focus {
  outline: none;
}
.cid-vgnkrM3497 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgnkrM3497 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vgnkrM3497 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vgnkrM3497 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vgnkrM3497 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vgnkrM3497 .item-content {
    padding: 1rem 0;
  }
}
.cid-vgnkrM3497 .mbr-section-title {
  color: #36187d;
}
.cid-vgnkrM3497 .item-title {
  color: #36187d;
}
.cid-vgnkrM3497 .item-subtitle {
  color: #bec2cf;
}
.cid-vgnkrM3497 .mbr-text,
.cid-vgnkrM3497 .mbr-section-btn {
  color: #36187d;
}
.cid-vgnkrM3497 .mbr-link {
  color: #0196e3;
}
.cid-uiI6OryNYK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #f2f3f7;
}
.cid-uiI6OryNYK .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uiI6OryNYK .plan-body {
  padding-bottom: 3rem;
}
.cid-uiI6OryNYK .plan-header {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiI6OryNYK .price {
  color: #36187d;
}
.cid-uiI6OryNYK .plan {
  word-break: break-word;
  background-color: #ffffff;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
  background: #f2f3f7;
}
.cid-uiI6OryNYK .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uiI6OryNYK .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
.cid-uiI6OryNYK .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiI6OryNYK .plan {
    margin-bottom: 2rem;
  }
}
.cid-uiI6OryNYK .price-term {
  color: #6c758f;
}
.cid-uiI6OryNYK UL {
  color: #6c758f;
}
.cid-uiI6OryNYK .plan-title {
  color: #6c758f;
}
.cid-uiI6OryNYK .title {
  text-align: center;
  color: #36187d;
}
.cid-uiI6OryNYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI6OryNYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiI8HPRxF0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #f2f3f7;
}
.cid-uiI8HPRxF0 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uiI8HPRxF0 .plan-body {
  padding-bottom: 3rem;
}
.cid-uiI8HPRxF0 .plan-header {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiI8HPRxF0 .price {
  color: #36187d;
}
.cid-uiI8HPRxF0 .plan {
  word-break: break-word;
  background-color: #ffffff;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
  background: #f2f3f7;
}
.cid-uiI8HPRxF0 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uiI8HPRxF0 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
.cid-uiI8HPRxF0 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiI8HPRxF0 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uiI8HPRxF0 .price-term {
  color: #6c758f;
}
.cid-uiI8HPRxF0 UL {
  color: #6c758f;
}
.cid-uiI8HPRxF0 .plan-title {
  color: #6c758f;
}
.cid-uiI8HPRxF0 .title {
  text-align: center;
  color: #36187d;
}
.cid-uiI8HPRxF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiI8HPRxF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA8yThAHP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veA8yThAHP .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-veA8yThAHP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .container {
    padding: 0 20px;
  }
}
.cid-veA8yThAHP .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veA8yThAHP .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-veA8yThAHP .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-veA8yThAHP .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-veA8yThAHP .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-veA8yThAHP .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-veA8yThAHP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-veA8yThAHP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-veA8yThAHP .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veA8yThAHP .embla__slide .slide-content {
  width: 100%;
}
.cid-veA8yThAHP .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-veA8yThAHP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-veA8yThAHP .embla__button--next,
.cid-veA8yThAHP .embla__button--prev {
  display: flex;
}
.cid-veA8yThAHP .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #47b5ed !important;
  border: 2px solid #47b5ed !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-veA8yThAHP .embla__button {
    top: 2.5rem;
  }
}
.cid-veA8yThAHP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veA8yThAHP .embla__button:hover {
  opacity: 1 !important;
}
.cid-veA8yThAHP .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-veA8yThAHP .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-veA8yThAHP .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-veA8yThAHP .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-veA8yThAHP .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-veA8yThAHP .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .embla__button {
    top: 2.5rem;
  }
}
.cid-veA8yThAHP .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veA8yThAHP .embla {
    padding-top: 100px;
  }
}
.cid-veA8yThAHP .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-veA8yThAHP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veA8yThAHP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veA8yThAHP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veA8yThAHP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-veA8yThAHP .mbr-section-title {
  color: #ffffff;
}
.cid-veA8yThAHP .mbr-text,
.cid-veA8yThAHP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veA8yThAHP .mbr-section-title,
.cid-veA8yThAHP .mbr-section-btn {
  text-align: center;
}
.cid-uiIwnD2BOQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uiIwnD2BOQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uiIwnD2BOQ .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiIwnD2BOQ .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uiIwnD2BOQ .card {
    margin-bottom: 2rem;
  }
  .cid-uiIwnD2BOQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiIwnD2BOQ .card-title,
.cid-uiIwnD2BOQ .card-box {
  color: #36187d;
}
.cid-uiIwnD2BOQ .icon-title {
  color: #36187d;
}
.cid-uiIwnD2BOQ .icon-text {
  color: #6c758f;
}
.cid-uiIwnD2BOQ .mbr-text,
.cid-uiIwnD2BOQ .mbr-section-btn {
  color: #6c758f;
}
.cid-uiIwnD2BOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiIwnD2BOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujxPdD1in1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-ujxPdD1in1 .mbr-section-title {
  color: #36187d;
}
.cid-ujxPdD1in1 .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-ujxPdD1in1 .align-left {
    text-align: center;
  }
}
.cid-ujxPdD1in1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxPdD1in1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUJxDRC2gJ {
  padding-top: 600px;
  padding-bottom: 285px;
}
.cid-ujxQgU9Zv1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-ujxQgU9Zv1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujxQgU9Zv1 .row {
    flex-direction: column-reverse;
  }
  .cid-ujxQgU9Zv1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ujxQgU9Zv1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujxQgU9Zv1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ujxQgU9Zv1 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-ujxQgU9Zv1 .card-title {
  color: #36187d;
}
.cid-ujxQgU9Zv1 .mbr-text,
.cid-ujxQgU9Zv1 .mbr-section-btn {
  color: #6c758f;
}
.cid-ujxQgU9Zv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxQgU9Zv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVk2AmzNrw {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tVk2AmzNrw .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tVk2AmzNrw .row {
  border-bottom: 1px solid #808080;
}
.cid-tVk2AmzNrw H2 {
  color: #e7272d;
}
.cid-tVk2AmzNrw .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tVk2AmzNrw .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tVk2AmzNrw .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tVk2AmzNrw .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tVk2AmzNrw .col-lg-12 {
  overflow: hidden;
}
.cid-tVk2AmzNrw H4 {
  color: #fbbe36;
}
.cid-tVk2AmzNrw .mbr-text,
.cid-tVk2AmzNrw .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tVk2AmzNrw .logo-wrap:before {
    content: none;
  }
  .cid-tVk2AmzNrw .logo-wrap:after {
    content: none;
  }
}
.cid-tVk2AmzNrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVk2AmzNrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVtQ5ZT0ws .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-tVtQ5ZT0ws .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tVtQ5ZT0ws .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tVtQ5ZT0ws .dropdown-item {
  color: #000000 !important;
}
.cid-tVtQ5ZT0ws .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tVtQ5ZT0ws .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tVtQ5ZT0ws .nav-link:hover {
  color: #e7272d !important;
}
.cid-tVtQ5ZT0ws .nav-link:hover:before {
  opacity: 1;
}
.cid-tVtQ5ZT0ws .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-tVtQ5ZT0ws .btn-white {
  color: #36187d !important;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVtQ5ZT0ws .container {
  display: flex;
  margin: auto;
}
.cid-tVtQ5ZT0ws .navbar-caption {
  padding-right: 3rem;
}
.cid-tVtQ5ZT0ws .navbar.opened {
  background: #ffffff !important;
}
.cid-tVtQ5ZT0ws .nav-item:focus,
.cid-tVtQ5ZT0ws .nav-link:focus {
  outline: none;
}
.cid-tVtQ5ZT0ws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVtQ5ZT0ws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVtQ5ZT0ws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVtQ5ZT0ws .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-tVtQ5ZT0ws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVtQ5ZT0ws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVtQ5ZT0ws .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tVtQ5ZT0ws .navbar.opened {
  transition: all 0.3s;
}
.cid-tVtQ5ZT0ws .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tVtQ5ZT0ws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVtQ5ZT0ws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVtQ5ZT0ws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVtQ5ZT0ws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVtQ5ZT0ws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVtQ5ZT0ws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVtQ5ZT0ws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVtQ5ZT0ws .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVtQ5ZT0ws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVtQ5ZT0ws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVtQ5ZT0ws .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVtQ5ZT0ws .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVtQ5ZT0ws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVtQ5ZT0ws .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tVtQ5ZT0ws .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVtQ5ZT0ws .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVtQ5ZT0ws .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVtQ5ZT0ws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVtQ5ZT0ws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVtQ5ZT0ws .dropdown-item.active,
.cid-tVtQ5ZT0ws .dropdown-item:active {
  background-color: transparent;
}
.cid-tVtQ5ZT0ws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVtQ5ZT0ws .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVtQ5ZT0ws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVtQ5ZT0ws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVtQ5ZT0ws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVtQ5ZT0ws ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVtQ5ZT0ws .navbar-buttons {
  text-align: center;
}
.cid-tVtQ5ZT0ws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVtQ5ZT0ws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVtQ5ZT0ws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVtQ5ZT0ws .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tVtQ5ZT0ws a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVtQ5ZT0ws .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVtQ5ZT0ws .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tVtQ5ZT0ws .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVtQ5ZT0ws .navbar {
    height: 77px;
  }
  .cid-tVtQ5ZT0ws .navbar.opened {
    height: auto;
  }
  .cid-tVtQ5ZT0ws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujxOwCd89x {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #f2f3f7;
}
.cid-ujxOwCd89x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujxOwCd89x .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ujxOwCd89x .col-auto {
    margin: auto;
  }
}
.cid-ujxOwCd89x textarea {
  min-height: 200px;
}
.cid-ujxOwCd89x .form-control,
.cid-ujxOwCd89x .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-ujxOwCd89x .form-control::-webkit-input-placeholder,
.cid-ujxOwCd89x .field-input::-webkit-input-placeholder,
.cid-ujxOwCd89x .form-control::-webkit-input-placeholder,
.cid-ujxOwCd89x .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-ujxOwCd89x .form-control:-moz-placeholder,
.cid-ujxOwCd89x .field-input:-moz-placeholder,
.cid-ujxOwCd89x .form-control:-moz-placeholder,
.cid-ujxOwCd89x .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-ujxOwCd89x .form-control:hover,
.cid-ujxOwCd89x .field-input:hover,
.cid-ujxOwCd89x .form-control:focus,
.cid-ujxOwCd89x .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-ujxOwCd89x .form-control:hover::-webkit-input-placeholder,
.cid-ujxOwCd89x .field-input:hover::-webkit-input-placeholder,
.cid-ujxOwCd89x .form-control:focus::-webkit-input-placeholder,
.cid-ujxOwCd89x .field-input:focus::-webkit-input-placeholder,
.cid-ujxOwCd89x .form-control:hover::-webkit-input-placeholder,
.cid-ujxOwCd89x .field-input:hover::-webkit-input-placeholder,
.cid-ujxOwCd89x .form-control:focus::-webkit-input-placeholder,
.cid-ujxOwCd89x .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-ujxOwCd89x .form-control:hover:-moz-placeholder,
.cid-ujxOwCd89x .field-input:hover:-moz-placeholder,
.cid-ujxOwCd89x .form-control:focus:-moz-placeholder,
.cid-ujxOwCd89x .field-input:focus:-moz-placeholder,
.cid-ujxOwCd89x .form-control:hover:-moz-placeholder,
.cid-ujxOwCd89x .field-input:hover:-moz-placeholder,
.cid-ujxOwCd89x .form-control:focus:-moz-placeholder,
.cid-ujxOwCd89x .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-ujxOwCd89x .jq-number__spin:hover,
.cid-ujxOwCd89x .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ujxOwCd89x .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ujxOwCd89x .jq-selectbox li,
.cid-ujxOwCd89x .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-ujxOwCd89x .jq-selectbox li:hover,
.cid-ujxOwCd89x .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-ujxOwCd89x .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ujxOwCd89x .jq-number__spin.minus:hover:after,
.cid-ujxOwCd89x .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-ujxOwCd89x .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ujxOwCd89x .jq-number__spin.minus:after,
.cid-ujxOwCd89x .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-ujxOwCd89x input::-webkit-clear-button {
  display: none;
}
.cid-ujxOwCd89x input::-webkit-inner-spin-button {
  display: none;
}
.cid-ujxOwCd89x input::-webkit-outer-spin-button {
  display: none;
}
.cid-ujxOwCd89x input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ujxOwCd89x H4 {
  color: #36187d;
}
.cid-tVk2AmzNrw {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tVk2AmzNrw .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tVk2AmzNrw .row {
  border-bottom: 1px solid #808080;
}
.cid-tVk2AmzNrw H2 {
  color: #e7272d;
}
.cid-tVk2AmzNrw .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tVk2AmzNrw .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tVk2AmzNrw .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tVk2AmzNrw .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tVk2AmzNrw .col-lg-12 {
  overflow: hidden;
}
.cid-tVk2AmzNrw H4 {
  color: #fbbe36;
}
.cid-tVk2AmzNrw .mbr-text,
.cid-tVk2AmzNrw .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tVk2AmzNrw .logo-wrap:before {
    content: none;
  }
  .cid-tVk2AmzNrw .logo-wrap:after {
    content: none;
  }
}
.cid-tVk2AmzNrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVk2AmzNrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOp0Xjqse6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-uOp0Xjqse6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOp0Xjqse6 .row {
    flex-direction: column-reverse;
  }
  .cid-uOp0Xjqse6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOp0Xjqse6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOp0Xjqse6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uOp0Xjqse6 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uOp0Xjqse6 .card-title {
  color: #36187d;
}
.cid-uOp0Xjqse6 .mbr-text,
.cid-uOp0Xjqse6 .mbr-section-btn {
  color: #6c758f;
}
.cid-uOp0Xjqse6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOp0Xjqse6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMlePnmyX {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uOMlePnmyX .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uOMlePnmyX .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOMlePnmyX .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uOMlePnmyX .card {
    margin-bottom: 2rem;
  }
  .cid-uOMlePnmyX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOMlePnmyX .card-title,
.cid-uOMlePnmyX .card-box {
  color: #36187d;
}
.cid-uOMlePnmyX .icon-title {
  color: #36187d;
}
.cid-uOMlePnmyX .icon-text {
  color: #6c758f;
}
.cid-uOMlePnmyX .mbr-text,
.cid-uOMlePnmyX .mbr-section-btn {
  color: #6c758f;
}
.cid-uOMlePnmyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMlePnmyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMm8P4Nxk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uOMm8P4Nxk .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uOMm8P4Nxk .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOMm8P4Nxk .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uOMm8P4Nxk .card {
    margin-bottom: 2rem;
  }
  .cid-uOMm8P4Nxk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOMm8P4Nxk .card-title,
.cid-uOMm8P4Nxk .card-box {
  color: #36187d;
}
.cid-uOMm8P4Nxk .icon-title {
  color: #36187d;
}
.cid-uOMm8P4Nxk .icon-text {
  color: #6c758f;
}
.cid-uOMm8P4Nxk .mbr-text,
.cid-uOMm8P4Nxk .mbr-section-btn {
  color: #6c758f;
}
.cid-uOMm8P4Nxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMm8P4Nxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOplJMtwir.popup-builder {
  background-color: #ffffff;
}
.cid-uOplJMtwir.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOplJMtwir.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOplJMtwir .modal-content,
.cid-uOplJMtwir .modal-dialog {
  height: auto;
}
.cid-uOplJMtwir .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOplJMtwir .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOplJMtwir .form-wrapper .mbr-form .form-group,
  .cid-uOplJMtwir .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOplJMtwir .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOplJMtwir .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-uOplJMtwir .mbr-text {
  text-align: center;
}
.cid-uOplJMtwir .pt-0 {
  padding-top: 0 !important;
}
.cid-uOplJMtwir .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOplJMtwir .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOplJMtwir .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOplJMtwir .modal-open {
  overflow: hidden;
}
.cid-uOplJMtwir .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOplJMtwir .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOplJMtwir .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOplJMtwir .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-uOplJMtwir .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOplJMtwir .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOplJMtwir .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOplJMtwir .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOplJMtwir .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOplJMtwir .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOplJMtwir .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOplJMtwir .modal-backdrop.show {
  opacity: .5;
}
.cid-uOplJMtwir .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-uOplJMtwir .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOplJMtwir .modal-header {
    padding: 1rem;
  }
}
.cid-uOplJMtwir .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOplJMtwir .modal-header .close svg {
  fill: #353535;
}
.cid-uOplJMtwir .modal-header .close:hover {
  opacity: 1;
}
.cid-uOplJMtwir .modal-header .close:focus {
  outline: none;
}
.cid-uOplJMtwir .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOplJMtwir .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOplJMtwir .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOplJMtwir .modal-body {
    padding: 1rem;
  }
}
.cid-uOplJMtwir .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-uOplJMtwir .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOplJMtwir .modal-footer {
    padding: 1rem;
  }
}
.cid-uOplJMtwir .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOplJMtwir .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOplJMtwir .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOplJMtwir .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOplJMtwir .modal-lg,
  .cid-uOplJMtwir .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOplJMtwir .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOplJMtwir .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOplJMtwir .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-uOplJMtwir .form-group {
  margin-bottom: 1rem;
}
.cid-uOplJMtwir .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOplJMtwir .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOplJMtwir .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-uOplJMtwir .mbr-section-btn {
  margin: 0;
}
.cid-uOplJMtwir .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOp0GBI1Kz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uOp0GBI1Kz img,
.cid-uOp0GBI1Kz .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOp0GBI1Kz .item:focus,
.cid-uOp0GBI1Kz span:focus {
  outline: none;
}
.cid-uOp0GBI1Kz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOp0GBI1Kz .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uOp0GBI1Kz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOp0GBI1Kz .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uOp0GBI1Kz .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOp0GBI1Kz .item-content {
    padding: 1rem 0;
  }
}
.cid-uOp0GBI1Kz .mbr-section-title {
  color: #36187d;
}
.cid-uOp0GBI1Kz .item-title {
  color: #36187d;
}
.cid-uOp0GBI1Kz .item-subtitle {
  color: #bec2cf;
}
.cid-uOp0GBI1Kz .mbr-text,
.cid-uOp0GBI1Kz .mbr-section-btn {
  color: #6c758f;
}
.cid-uOp0GBI1Kz .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uOpn7mLhVl.popup-builder {
  background-color: #ffffff;
}
.cid-uOpn7mLhVl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpn7mLhVl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOpn7mLhVl .modal-content,
.cid-uOpn7mLhVl .modal-dialog {
  height: auto;
}
.cid-uOpn7mLhVl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpn7mLhVl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpn7mLhVl .form-wrapper .mbr-form .form-group,
  .cid-uOpn7mLhVl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpn7mLhVl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpn7mLhVl .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-uOpn7mLhVl .mbr-text {
  text-align: center;
}
.cid-uOpn7mLhVl .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpn7mLhVl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpn7mLhVl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpn7mLhVl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpn7mLhVl .modal-open {
  overflow: hidden;
}
.cid-uOpn7mLhVl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpn7mLhVl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpn7mLhVl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOpn7mLhVl .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-uOpn7mLhVl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpn7mLhVl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpn7mLhVl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpn7mLhVl .modal-content {
  background: #efefef;
  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-uOpn7mLhVl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpn7mLhVl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpn7mLhVl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpn7mLhVl .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpn7mLhVl .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-uOpn7mLhVl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn7mLhVl .modal-header {
    padding: 1rem;
  }
}
.cid-uOpn7mLhVl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpn7mLhVl .modal-header .close svg {
  fill: #353535;
}
.cid-uOpn7mLhVl .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpn7mLhVl .modal-header .close:focus {
  outline: none;
}
.cid-uOpn7mLhVl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpn7mLhVl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpn7mLhVl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn7mLhVl .modal-body {
    padding: 1rem;
  }
}
.cid-uOpn7mLhVl .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-uOpn7mLhVl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn7mLhVl .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpn7mLhVl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpn7mLhVl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOpn7mLhVl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpn7mLhVl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpn7mLhVl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpn7mLhVl .modal-lg,
  .cid-uOpn7mLhVl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpn7mLhVl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpn7mLhVl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpn7mLhVl .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-uOpn7mLhVl .form-group {
  margin-bottom: 1rem;
}
.cid-uOpn7mLhVl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpn7mLhVl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpn7mLhVl .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-uOpn7mLhVl .mbr-section-btn {
  margin: 0;
}
.cid-uOpn7mLhVl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOpn8rjYzj.popup-builder {
  background-color: #ffffff;
}
.cid-uOpn8rjYzj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpn8rjYzj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOpn8rjYzj .modal-content,
.cid-uOpn8rjYzj .modal-dialog {
  height: auto;
}
.cid-uOpn8rjYzj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpn8rjYzj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpn8rjYzj .form-wrapper .mbr-form .form-group,
  .cid-uOpn8rjYzj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpn8rjYzj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpn8rjYzj .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-uOpn8rjYzj .mbr-text {
  text-align: center;
}
.cid-uOpn8rjYzj .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpn8rjYzj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpn8rjYzj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpn8rjYzj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpn8rjYzj .modal-open {
  overflow: hidden;
}
.cid-uOpn8rjYzj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpn8rjYzj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpn8rjYzj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOpn8rjYzj .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-uOpn8rjYzj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpn8rjYzj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpn8rjYzj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpn8rjYzj .modal-content {
  background: #efefef;
  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-uOpn8rjYzj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpn8rjYzj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpn8rjYzj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpn8rjYzj .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpn8rjYzj .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-uOpn8rjYzj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn8rjYzj .modal-header {
    padding: 1rem;
  }
}
.cid-uOpn8rjYzj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpn8rjYzj .modal-header .close svg {
  fill: #353535;
}
.cid-uOpn8rjYzj .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpn8rjYzj .modal-header .close:focus {
  outline: none;
}
.cid-uOpn8rjYzj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpn8rjYzj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpn8rjYzj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn8rjYzj .modal-body {
    padding: 1rem;
  }
}
.cid-uOpn8rjYzj .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-uOpn8rjYzj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn8rjYzj .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpn8rjYzj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpn8rjYzj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOpn8rjYzj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpn8rjYzj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpn8rjYzj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpn8rjYzj .modal-lg,
  .cid-uOpn8rjYzj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpn8rjYzj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpn8rjYzj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpn8rjYzj .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-uOpn8rjYzj .form-group {
  margin-bottom: 1rem;
}
.cid-uOpn8rjYzj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpn8rjYzj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpn8rjYzj .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-uOpn8rjYzj .mbr-section-btn {
  margin: 0;
}
.cid-uOpn8rjYzj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOpn8Q3gQy.popup-builder {
  background-color: #ffffff;
}
.cid-uOpn8Q3gQy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpn8Q3gQy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOpn8Q3gQy .modal-content,
.cid-uOpn8Q3gQy .modal-dialog {
  height: auto;
}
.cid-uOpn8Q3gQy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpn8Q3gQy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpn8Q3gQy .form-wrapper .mbr-form .form-group,
  .cid-uOpn8Q3gQy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpn8Q3gQy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpn8Q3gQy .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-uOpn8Q3gQy .mbr-text {
  text-align: center;
}
.cid-uOpn8Q3gQy .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpn8Q3gQy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpn8Q3gQy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpn8Q3gQy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpn8Q3gQy .modal-open {
  overflow: hidden;
}
.cid-uOpn8Q3gQy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpn8Q3gQy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpn8Q3gQy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOpn8Q3gQy .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-uOpn8Q3gQy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpn8Q3gQy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpn8Q3gQy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpn8Q3gQy .modal-content {
  background: #efefef;
  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-uOpn8Q3gQy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpn8Q3gQy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpn8Q3gQy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpn8Q3gQy .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpn8Q3gQy .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-uOpn8Q3gQy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn8Q3gQy .modal-header {
    padding: 1rem;
  }
}
.cid-uOpn8Q3gQy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpn8Q3gQy .modal-header .close svg {
  fill: #353535;
}
.cid-uOpn8Q3gQy .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpn8Q3gQy .modal-header .close:focus {
  outline: none;
}
.cid-uOpn8Q3gQy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpn8Q3gQy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpn8Q3gQy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn8Q3gQy .modal-body {
    padding: 1rem;
  }
}
.cid-uOpn8Q3gQy .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-uOpn8Q3gQy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpn8Q3gQy .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpn8Q3gQy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpn8Q3gQy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOpn8Q3gQy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpn8Q3gQy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpn8Q3gQy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpn8Q3gQy .modal-lg,
  .cid-uOpn8Q3gQy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpn8Q3gQy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpn8Q3gQy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpn8Q3gQy .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-uOpn8Q3gQy .form-group {
  margin-bottom: 1rem;
}
.cid-uOpn8Q3gQy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpn8Q3gQy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpn8Q3gQy .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-uOpn8Q3gQy .mbr-section-btn {
  margin: 0;
}
.cid-uOpn8Q3gQy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOoZyV6nM3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uOoZyV6nM3 img,
.cid-uOoZyV6nM3 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOoZyV6nM3 .item:focus,
.cid-uOoZyV6nM3 span:focus {
  outline: none;
}
.cid-uOoZyV6nM3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOoZyV6nM3 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uOoZyV6nM3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOoZyV6nM3 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uOoZyV6nM3 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOoZyV6nM3 .item-content {
    padding: 1rem 0;
  }
}
.cid-uOoZyV6nM3 .mbr-section-title {
  color: #36187d;
}
.cid-uOoZyV6nM3 .item-title {
  color: #36187d;
}
.cid-uOoZyV6nM3 .item-subtitle {
  color: #bec2cf;
}
.cid-uOoZyV6nM3 .mbr-text,
.cid-uOoZyV6nM3 .mbr-section-btn {
  color: #36187d;
}
.cid-uOoZyV6nM3 .mbr-link {
  color: #0196e3;
}
.cid-uOpoD91TWJ.popup-builder {
  background-color: #ffffff;
}
.cid-uOpoD91TWJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpoD91TWJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOpoD91TWJ .modal-content,
.cid-uOpoD91TWJ .modal-dialog {
  height: auto;
}
.cid-uOpoD91TWJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpoD91TWJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpoD91TWJ .form-wrapper .mbr-form .form-group,
  .cid-uOpoD91TWJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpoD91TWJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpoD91TWJ .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-uOpoD91TWJ .mbr-text {
  text-align: center;
}
.cid-uOpoD91TWJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpoD91TWJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpoD91TWJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpoD91TWJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpoD91TWJ .modal-open {
  overflow: hidden;
}
.cid-uOpoD91TWJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpoD91TWJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpoD91TWJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOpoD91TWJ .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-uOpoD91TWJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpoD91TWJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpoD91TWJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpoD91TWJ .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOpoD91TWJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpoD91TWJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpoD91TWJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpoD91TWJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpoD91TWJ .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-uOpoD91TWJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpoD91TWJ .modal-header {
    padding: 1rem;
  }
}
.cid-uOpoD91TWJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpoD91TWJ .modal-header .close svg {
  fill: #353535;
}
.cid-uOpoD91TWJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpoD91TWJ .modal-header .close:focus {
  outline: none;
}
.cid-uOpoD91TWJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpoD91TWJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpoD91TWJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpoD91TWJ .modal-body {
    padding: 1rem;
  }
}
.cid-uOpoD91TWJ .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-uOpoD91TWJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpoD91TWJ .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpoD91TWJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpoD91TWJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpoD91TWJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpoD91TWJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpoD91TWJ .modal-lg,
  .cid-uOpoD91TWJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpoD91TWJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpoD91TWJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpoD91TWJ .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-uOpoD91TWJ .form-group {
  margin-bottom: 1rem;
}
.cid-uOpoD91TWJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpoD91TWJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpoD91TWJ .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-uOpoD91TWJ .mbr-section-btn {
  margin: 0;
}
.cid-uOpoD91TWJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOpoDG39V6.popup-builder {
  background-color: #ffffff;
}
.cid-uOpoDG39V6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpoDG39V6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOpoDG39V6 .modal-content,
.cid-uOpoDG39V6 .modal-dialog {
  height: auto;
}
.cid-uOpoDG39V6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpoDG39V6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpoDG39V6 .form-wrapper .mbr-form .form-group,
  .cid-uOpoDG39V6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpoDG39V6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpoDG39V6 .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-uOpoDG39V6 .mbr-text {
  text-align: center;
}
.cid-uOpoDG39V6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpoDG39V6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpoDG39V6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpoDG39V6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpoDG39V6 .modal-open {
  overflow: hidden;
}
.cid-uOpoDG39V6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpoDG39V6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpoDG39V6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOpoDG39V6 .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-uOpoDG39V6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpoDG39V6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpoDG39V6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpoDG39V6 .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOpoDG39V6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpoDG39V6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpoDG39V6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpoDG39V6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpoDG39V6 .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-uOpoDG39V6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpoDG39V6 .modal-header {
    padding: 1rem;
  }
}
.cid-uOpoDG39V6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpoDG39V6 .modal-header .close svg {
  fill: #353535;
}
.cid-uOpoDG39V6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpoDG39V6 .modal-header .close:focus {
  outline: none;
}
.cid-uOpoDG39V6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpoDG39V6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpoDG39V6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpoDG39V6 .modal-body {
    padding: 1rem;
  }
}
.cid-uOpoDG39V6 .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-uOpoDG39V6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpoDG39V6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpoDG39V6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpoDG39V6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpoDG39V6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpoDG39V6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpoDG39V6 .modal-lg,
  .cid-uOpoDG39V6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpoDG39V6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpoDG39V6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpoDG39V6 .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-uOpoDG39V6 .form-group {
  margin-bottom: 1rem;
}
.cid-uOpoDG39V6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpoDG39V6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpoDG39V6 .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-uOpoDG39V6 .mbr-section-btn {
  margin: 0;
}
.cid-uOpoDG39V6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOp5ngDOQP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uOp5ngDOQP img,
.cid-uOp5ngDOQP .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOp5ngDOQP .item:focus,
.cid-uOp5ngDOQP span:focus {
  outline: none;
}
.cid-uOp5ngDOQP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOp5ngDOQP .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uOp5ngDOQP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOp5ngDOQP .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uOp5ngDOQP .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOp5ngDOQP .item-content {
    padding: 1rem 0;
  }
}
.cid-uOp5ngDOQP .mbr-section-title {
  color: #36187d;
}
.cid-uOp5ngDOQP .item-title {
  color: #36187d;
}
.cid-uOp5ngDOQP .item-subtitle {
  color: #bec2cf;
}
.cid-uOp5ngDOQP .mbr-text,
.cid-uOp5ngDOQP .mbr-section-btn {
  color: #36187d;
}
.cid-uOp5ngDOQP .mbr-link {
  color: #0196e3;
}
.cid-uOppdGLJB2.popup-builder {
  background-color: #ffffff;
}
.cid-uOppdGLJB2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOppdGLJB2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOppdGLJB2 .modal-content,
.cid-uOppdGLJB2 .modal-dialog {
  height: auto;
}
.cid-uOppdGLJB2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOppdGLJB2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOppdGLJB2 .form-wrapper .mbr-form .form-group,
  .cid-uOppdGLJB2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOppdGLJB2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOppdGLJB2 .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-uOppdGLJB2 .mbr-text {
  text-align: center;
}
.cid-uOppdGLJB2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uOppdGLJB2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOppdGLJB2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOppdGLJB2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOppdGLJB2 .modal-open {
  overflow: hidden;
}
.cid-uOppdGLJB2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOppdGLJB2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOppdGLJB2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOppdGLJB2 .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-uOppdGLJB2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOppdGLJB2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOppdGLJB2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOppdGLJB2 .modal-content {
  background: #efefef;
  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-uOppdGLJB2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOppdGLJB2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOppdGLJB2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOppdGLJB2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uOppdGLJB2 .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-uOppdGLJB2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppdGLJB2 .modal-header {
    padding: 1rem;
  }
}
.cid-uOppdGLJB2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOppdGLJB2 .modal-header .close svg {
  fill: #353535;
}
.cid-uOppdGLJB2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uOppdGLJB2 .modal-header .close:focus {
  outline: none;
}
.cid-uOppdGLJB2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOppdGLJB2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOppdGLJB2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppdGLJB2 .modal-body {
    padding: 1rem;
  }
}
.cid-uOppdGLJB2 .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-uOppdGLJB2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppdGLJB2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uOppdGLJB2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOppdGLJB2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOppdGLJB2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOppdGLJB2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOppdGLJB2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOppdGLJB2 .modal-lg,
  .cid-uOppdGLJB2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOppdGLJB2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOppdGLJB2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOppdGLJB2 .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-uOppdGLJB2 .form-group {
  margin-bottom: 1rem;
}
.cid-uOppdGLJB2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOppdGLJB2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOppdGLJB2 .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-uOppdGLJB2 .mbr-section-btn {
  margin: 0;
}
.cid-uOppdGLJB2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOppe6FsCo.popup-builder {
  background-color: #ffffff;
}
.cid-uOppe6FsCo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOppe6FsCo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOppe6FsCo .modal-content,
.cid-uOppe6FsCo .modal-dialog {
  height: auto;
}
.cid-uOppe6FsCo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOppe6FsCo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOppe6FsCo .form-wrapper .mbr-form .form-group,
  .cid-uOppe6FsCo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOppe6FsCo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOppe6FsCo .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-uOppe6FsCo .mbr-text {
  text-align: center;
}
.cid-uOppe6FsCo .pt-0 {
  padding-top: 0 !important;
}
.cid-uOppe6FsCo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOppe6FsCo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOppe6FsCo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOppe6FsCo .modal-open {
  overflow: hidden;
}
.cid-uOppe6FsCo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOppe6FsCo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOppe6FsCo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOppe6FsCo .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-uOppe6FsCo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOppe6FsCo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOppe6FsCo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOppe6FsCo .modal-content {
  background: #efefef;
  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-uOppe6FsCo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOppe6FsCo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOppe6FsCo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOppe6FsCo .modal-backdrop.show {
  opacity: .5;
}
.cid-uOppe6FsCo .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-uOppe6FsCo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppe6FsCo .modal-header {
    padding: 1rem;
  }
}
.cid-uOppe6FsCo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOppe6FsCo .modal-header .close svg {
  fill: #353535;
}
.cid-uOppe6FsCo .modal-header .close:hover {
  opacity: 1;
}
.cid-uOppe6FsCo .modal-header .close:focus {
  outline: none;
}
.cid-uOppe6FsCo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOppe6FsCo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOppe6FsCo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppe6FsCo .modal-body {
    padding: 1rem;
  }
}
.cid-uOppe6FsCo .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-uOppe6FsCo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppe6FsCo .modal-footer {
    padding: 1rem;
  }
}
.cid-uOppe6FsCo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOppe6FsCo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOppe6FsCo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOppe6FsCo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOppe6FsCo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOppe6FsCo .modal-lg,
  .cid-uOppe6FsCo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOppe6FsCo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOppe6FsCo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOppe6FsCo .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-uOppe6FsCo .form-group {
  margin-bottom: 1rem;
}
.cid-uOppe6FsCo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOppe6FsCo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOppe6FsCo .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-uOppe6FsCo .mbr-section-btn {
  margin: 0;
}
.cid-uOppe6FsCo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOp4sSlWAS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uOp4sSlWAS img,
.cid-uOp4sSlWAS .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOp4sSlWAS .item:focus,
.cid-uOp4sSlWAS span:focus {
  outline: none;
}
.cid-uOp4sSlWAS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOp4sSlWAS .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uOp4sSlWAS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOp4sSlWAS .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uOp4sSlWAS .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOp4sSlWAS .item-content {
    padding: 1rem 0;
  }
}
.cid-uOp4sSlWAS .mbr-section-title {
  color: #36187d;
}
.cid-uOp4sSlWAS .item-title {
  color: #36187d;
}
.cid-uOp4sSlWAS .item-subtitle {
  color: #bec2cf;
}
.cid-uOp4sSlWAS .mbr-text,
.cid-uOp4sSlWAS .mbr-section-btn {
  color: #6c758f;
}
.cid-uOp4sSlWAS .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uOppYqv1Zp.popup-builder {
  background-color: #ffffff;
}
.cid-uOppYqv1Zp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOppYqv1Zp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOppYqv1Zp .modal-content,
.cid-uOppYqv1Zp .modal-dialog {
  height: auto;
}
.cid-uOppYqv1Zp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOppYqv1Zp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOppYqv1Zp .form-wrapper .mbr-form .form-group,
  .cid-uOppYqv1Zp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOppYqv1Zp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOppYqv1Zp .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-uOppYqv1Zp .mbr-text {
  text-align: center;
}
.cid-uOppYqv1Zp .pt-0 {
  padding-top: 0 !important;
}
.cid-uOppYqv1Zp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOppYqv1Zp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOppYqv1Zp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOppYqv1Zp .modal-open {
  overflow: hidden;
}
.cid-uOppYqv1Zp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOppYqv1Zp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOppYqv1Zp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOppYqv1Zp .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-uOppYqv1Zp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOppYqv1Zp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOppYqv1Zp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOppYqv1Zp .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOppYqv1Zp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOppYqv1Zp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOppYqv1Zp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOppYqv1Zp .modal-backdrop.show {
  opacity: .5;
}
.cid-uOppYqv1Zp .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-uOppYqv1Zp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppYqv1Zp .modal-header {
    padding: 1rem;
  }
}
.cid-uOppYqv1Zp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOppYqv1Zp .modal-header .close svg {
  fill: #353535;
}
.cid-uOppYqv1Zp .modal-header .close:hover {
  opacity: 1;
}
.cid-uOppYqv1Zp .modal-header .close:focus {
  outline: none;
}
.cid-uOppYqv1Zp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOppYqv1Zp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOppYqv1Zp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppYqv1Zp .modal-body {
    padding: 1rem;
  }
}
.cid-uOppYqv1Zp .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-uOppYqv1Zp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppYqv1Zp .modal-footer {
    padding: 1rem;
  }
}
.cid-uOppYqv1Zp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOppYqv1Zp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOppYqv1Zp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOppYqv1Zp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOppYqv1Zp .modal-lg,
  .cid-uOppYqv1Zp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOppYqv1Zp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOppYqv1Zp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOppYqv1Zp .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-uOppYqv1Zp .form-group {
  margin-bottom: 1rem;
}
.cid-uOppYqv1Zp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOppYqv1Zp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOppYqv1Zp .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-uOppYqv1Zp .mbr-section-btn {
  margin: 0;
}
.cid-uOppYqv1Zp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOppYXvVdz.popup-builder {
  background-color: #ffffff;
}
.cid-uOppYXvVdz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOppYXvVdz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOppYXvVdz .modal-content,
.cid-uOppYXvVdz .modal-dialog {
  height: auto;
}
.cid-uOppYXvVdz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOppYXvVdz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOppYXvVdz .form-wrapper .mbr-form .form-group,
  .cid-uOppYXvVdz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOppYXvVdz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOppYXvVdz .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-uOppYXvVdz .mbr-text {
  text-align: center;
}
.cid-uOppYXvVdz .pt-0 {
  padding-top: 0 !important;
}
.cid-uOppYXvVdz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOppYXvVdz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOppYXvVdz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOppYXvVdz .modal-open {
  overflow: hidden;
}
.cid-uOppYXvVdz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOppYXvVdz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOppYXvVdz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOppYXvVdz .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-uOppYXvVdz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOppYXvVdz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOppYXvVdz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOppYXvVdz .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOppYXvVdz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOppYXvVdz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOppYXvVdz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOppYXvVdz .modal-backdrop.show {
  opacity: .5;
}
.cid-uOppYXvVdz .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-uOppYXvVdz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppYXvVdz .modal-header {
    padding: 1rem;
  }
}
.cid-uOppYXvVdz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOppYXvVdz .modal-header .close svg {
  fill: #353535;
}
.cid-uOppYXvVdz .modal-header .close:hover {
  opacity: 1;
}
.cid-uOppYXvVdz .modal-header .close:focus {
  outline: none;
}
.cid-uOppYXvVdz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOppYXvVdz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOppYXvVdz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppYXvVdz .modal-body {
    padding: 1rem;
  }
}
.cid-uOppYXvVdz .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-uOppYXvVdz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppYXvVdz .modal-footer {
    padding: 1rem;
  }
}
.cid-uOppYXvVdz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOppYXvVdz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOppYXvVdz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOppYXvVdz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOppYXvVdz .modal-lg,
  .cid-uOppYXvVdz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOppYXvVdz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOppYXvVdz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOppYXvVdz .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-uOppYXvVdz .form-group {
  margin-bottom: 1rem;
}
.cid-uOppYXvVdz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOppYXvVdz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOppYXvVdz .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-uOppYXvVdz .mbr-section-btn {
  margin: 0;
}
.cid-uOppYXvVdz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOppZlk7pF.popup-builder {
  background-color: #ffffff;
}
.cid-uOppZlk7pF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOppZlk7pF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOppZlk7pF .modal-content,
.cid-uOppZlk7pF .modal-dialog {
  height: auto;
}
.cid-uOppZlk7pF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOppZlk7pF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOppZlk7pF .form-wrapper .mbr-form .form-group,
  .cid-uOppZlk7pF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOppZlk7pF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOppZlk7pF .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-uOppZlk7pF .mbr-text {
  text-align: center;
}
.cid-uOppZlk7pF .pt-0 {
  padding-top: 0 !important;
}
.cid-uOppZlk7pF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOppZlk7pF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOppZlk7pF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOppZlk7pF .modal-open {
  overflow: hidden;
}
.cid-uOppZlk7pF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOppZlk7pF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOppZlk7pF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOppZlk7pF .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-uOppZlk7pF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOppZlk7pF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOppZlk7pF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOppZlk7pF .modal-content {
  background: #efefef;
  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-uOppZlk7pF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOppZlk7pF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOppZlk7pF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOppZlk7pF .modal-backdrop.show {
  opacity: .5;
}
.cid-uOppZlk7pF .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-uOppZlk7pF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppZlk7pF .modal-header {
    padding: 1rem;
  }
}
.cid-uOppZlk7pF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOppZlk7pF .modal-header .close svg {
  fill: #353535;
}
.cid-uOppZlk7pF .modal-header .close:hover {
  opacity: 1;
}
.cid-uOppZlk7pF .modal-header .close:focus {
  outline: none;
}
.cid-uOppZlk7pF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOppZlk7pF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOppZlk7pF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppZlk7pF .modal-body {
    padding: 1rem;
  }
}
.cid-uOppZlk7pF .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-uOppZlk7pF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOppZlk7pF .modal-footer {
    padding: 1rem;
  }
}
.cid-uOppZlk7pF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOppZlk7pF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOppZlk7pF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOppZlk7pF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOppZlk7pF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOppZlk7pF .modal-lg,
  .cid-uOppZlk7pF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOppZlk7pF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOppZlk7pF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOppZlk7pF .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-uOppZlk7pF .form-group {
  margin-bottom: 1rem;
}
.cid-uOppZlk7pF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOppZlk7pF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOppZlk7pF .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-uOppZlk7pF .mbr-section-btn {
  margin: 0;
}
.cid-uOppZlk7pF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOp70bDW7j {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uOp70bDW7j img,
.cid-uOp70bDW7j .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOp70bDW7j .item:focus,
.cid-uOp70bDW7j span:focus {
  outline: none;
}
.cid-uOp70bDW7j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOp70bDW7j .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uOp70bDW7j .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uOp70bDW7j .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uOp70bDW7j .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOp70bDW7j .item-content {
    padding: 1rem 0;
  }
}
.cid-uOp70bDW7j .mbr-section-title {
  color: #36187d;
}
.cid-uOp70bDW7j .item-title {
  color: #36187d;
}
.cid-uOp70bDW7j .item-subtitle {
  color: #bec2cf;
}
.cid-uOp70bDW7j .mbr-text,
.cid-uOp70bDW7j .mbr-section-btn {
  color: #36187d;
}
.cid-uOp70bDW7j .mbr-link {
  color: #0196e3;
}
.cid-uOpr3ov7LQ.popup-builder {
  background-color: #ffffff;
}
.cid-uOpr3ov7LQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpr3ov7LQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOpr3ov7LQ .modal-content,
.cid-uOpr3ov7LQ .modal-dialog {
  height: auto;
}
.cid-uOpr3ov7LQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpr3ov7LQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpr3ov7LQ .form-wrapper .mbr-form .form-group,
  .cid-uOpr3ov7LQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpr3ov7LQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpr3ov7LQ .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-uOpr3ov7LQ .mbr-text {
  text-align: center;
}
.cid-uOpr3ov7LQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpr3ov7LQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpr3ov7LQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpr3ov7LQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpr3ov7LQ .modal-open {
  overflow: hidden;
}
.cid-uOpr3ov7LQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpr3ov7LQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpr3ov7LQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOpr3ov7LQ .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-uOpr3ov7LQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpr3ov7LQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpr3ov7LQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpr3ov7LQ .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOpr3ov7LQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpr3ov7LQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpr3ov7LQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpr3ov7LQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpr3ov7LQ .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-uOpr3ov7LQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpr3ov7LQ .modal-header {
    padding: 1rem;
  }
}
.cid-uOpr3ov7LQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpr3ov7LQ .modal-header .close svg {
  fill: #353535;
}
.cid-uOpr3ov7LQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpr3ov7LQ .modal-header .close:focus {
  outline: none;
}
.cid-uOpr3ov7LQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpr3ov7LQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpr3ov7LQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpr3ov7LQ .modal-body {
    padding: 1rem;
  }
}
.cid-uOpr3ov7LQ .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-uOpr3ov7LQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpr3ov7LQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpr3ov7LQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpr3ov7LQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpr3ov7LQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpr3ov7LQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpr3ov7LQ .modal-lg,
  .cid-uOpr3ov7LQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpr3ov7LQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpr3ov7LQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpr3ov7LQ .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-uOpr3ov7LQ .form-group {
  margin-bottom: 1rem;
}
.cid-uOpr3ov7LQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpr3ov7LQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpr3ov7LQ .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-uOpr3ov7LQ .mbr-section-btn {
  margin: 0;
}
.cid-uOpr3ov7LQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOpr3TcLXz.popup-builder {
  background-color: #ffffff;
}
.cid-uOpr3TcLXz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOpr3TcLXz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOpr3TcLXz .modal-content,
.cid-uOpr3TcLXz .modal-dialog {
  height: auto;
}
.cid-uOpr3TcLXz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOpr3TcLXz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOpr3TcLXz .form-wrapper .mbr-form .form-group,
  .cid-uOpr3TcLXz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOpr3TcLXz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOpr3TcLXz .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-uOpr3TcLXz .mbr-text {
  text-align: center;
}
.cid-uOpr3TcLXz .pt-0 {
  padding-top: 0 !important;
}
.cid-uOpr3TcLXz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOpr3TcLXz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOpr3TcLXz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOpr3TcLXz .modal-open {
  overflow: hidden;
}
.cid-uOpr3TcLXz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOpr3TcLXz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOpr3TcLXz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOpr3TcLXz .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-uOpr3TcLXz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOpr3TcLXz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOpr3TcLXz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOpr3TcLXz .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOpr3TcLXz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOpr3TcLXz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOpr3TcLXz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOpr3TcLXz .modal-backdrop.show {
  opacity: .5;
}
.cid-uOpr3TcLXz .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-uOpr3TcLXz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpr3TcLXz .modal-header {
    padding: 1rem;
  }
}
.cid-uOpr3TcLXz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOpr3TcLXz .modal-header .close svg {
  fill: #353535;
}
.cid-uOpr3TcLXz .modal-header .close:hover {
  opacity: 1;
}
.cid-uOpr3TcLXz .modal-header .close:focus {
  outline: none;
}
.cid-uOpr3TcLXz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOpr3TcLXz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOpr3TcLXz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpr3TcLXz .modal-body {
    padding: 1rem;
  }
}
.cid-uOpr3TcLXz .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-uOpr3TcLXz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOpr3TcLXz .modal-footer {
    padding: 1rem;
  }
}
.cid-uOpr3TcLXz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOpr3TcLXz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOpr3TcLXz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOpr3TcLXz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOpr3TcLXz .modal-lg,
  .cid-uOpr3TcLXz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpr3TcLXz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOpr3TcLXz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOpr3TcLXz .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-uOpr3TcLXz .form-group {
  margin-bottom: 1rem;
}
.cid-uOpr3TcLXz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOpr3TcLXz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOpr3TcLXz .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-uOpr3TcLXz .mbr-section-btn {
  margin: 0;
}
.cid-uOpr3TcLXz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOp8B7fMk7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-uOp8B7fMk7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOp8B7fMk7 .row {
    flex-direction: column-reverse;
  }
  .cid-uOp8B7fMk7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOp8B7fMk7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOp8B7fMk7 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uOp8B7fMk7 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uOp8B7fMk7 .card-title {
  color: #36187d;
}
.cid-uOp8B7fMk7 .mbr-text,
.cid-uOp8B7fMk7 .mbr-section-btn {
  color: #6c758f;
}
.cid-uOp8B7fMk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOp8B7fMk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP40JWxIXW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uP40JWxIXW .mbr-section-title {
  color: #36187d;
}
.cid-uP40JWxIXW .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uP40JWxIXW .align-left {
    text-align: center;
  }
}
.cid-uP40JWxIXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP40JWxIXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOprsUAvJ1.popup-builder {
  background-color: #ffffff;
}
.cid-uOprsUAvJ1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOprsUAvJ1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uOprsUAvJ1 .modal-content,
.cid-uOprsUAvJ1 .modal-dialog {
  height: auto;
}
.cid-uOprsUAvJ1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOprsUAvJ1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOprsUAvJ1 .form-wrapper .mbr-form .form-group,
  .cid-uOprsUAvJ1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOprsUAvJ1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOprsUAvJ1 .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-uOprsUAvJ1 .mbr-text {
  text-align: center;
}
.cid-uOprsUAvJ1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uOprsUAvJ1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOprsUAvJ1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOprsUAvJ1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOprsUAvJ1 .modal-open {
  overflow: hidden;
}
.cid-uOprsUAvJ1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOprsUAvJ1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOprsUAvJ1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uOprsUAvJ1 .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-uOprsUAvJ1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOprsUAvJ1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOprsUAvJ1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOprsUAvJ1 .modal-content {
  background: #efefef;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uOprsUAvJ1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOprsUAvJ1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOprsUAvJ1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOprsUAvJ1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uOprsUAvJ1 .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-uOprsUAvJ1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOprsUAvJ1 .modal-header {
    padding: 1rem;
  }
}
.cid-uOprsUAvJ1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOprsUAvJ1 .modal-header .close svg {
  fill: #353535;
}
.cid-uOprsUAvJ1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uOprsUAvJ1 .modal-header .close:focus {
  outline: none;
}
.cid-uOprsUAvJ1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uOprsUAvJ1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOprsUAvJ1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOprsUAvJ1 .modal-body {
    padding: 1rem;
  }
}
.cid-uOprsUAvJ1 .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-uOprsUAvJ1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOprsUAvJ1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uOprsUAvJ1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOprsUAvJ1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOprsUAvJ1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOprsUAvJ1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOprsUAvJ1 .modal-lg,
  .cid-uOprsUAvJ1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOprsUAvJ1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOprsUAvJ1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOprsUAvJ1 .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-uOprsUAvJ1 .form-group {
  margin-bottom: 1rem;
}
.cid-uOprsUAvJ1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOprsUAvJ1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOprsUAvJ1 .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-uOprsUAvJ1 .mbr-section-btn {
  margin: 0;
}
.cid-uOprsUAvJ1 .mbr-section-btn .btn {
  margin: 0;
}
