body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cc99ff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cc99ff !important;
  border-color: #cc99ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a142ff !important;
  border-color: #a142ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a142ff !important;
  border-color: #a142ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc99ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a142ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc99ff !important;
  border-color: #cc99ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.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-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cc99ff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9933ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #cc99ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cc99ff;
  border-color: #cc99ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cc99ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #cc99ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #cc99ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cc99ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cc99ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cc99ff;
  border-bottom-color: #cc99ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cc99ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23cc99ff' %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-sbVEVEvfFi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sbVEVEvfFi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sbVEVEvfFi .row {
  flex-direction: row-reverse;
}
.cid-sbVEVEvfFi img {
  width: 100%;
}
.cid-sgO1G0Fj3m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgO1G0Fj3m .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sgO1G0Fj3m #divheight {
  height: 110px;
}
.cid-sMSlAWyJDU {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-sMSlAWyJDU .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sMSlAWyJDU .mbr-section-title,
.cid-sMSlAWyJDU .mbr-section-subtitle {
  text-align: center;
}
.cid-sMSlAWyJDU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sMSlAWyJDU .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-sMSlAWyJDU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sMSlAWyJDU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sMSlAWyJDU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMSlAWyJDU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sMSkYYIQbz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-sMSkYYIQbz .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sMSkYYIQbz .mbr-section-title,
.cid-sMSkYYIQbz .mbr-section-subtitle {
  text-align: center;
}
.cid-sMSkYYIQbz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sMSkYYIQbz .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-sMSkYYIQbz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sMSkYYIQbz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sMSkYYIQbz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMSkYYIQbz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sMSjRxFKDq {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-sMSjRxFKDq .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sMSjRxFKDq .mbr-section-title,
.cid-sMSjRxFKDq .mbr-section-subtitle {
  text-align: center;
}
.cid-sMSjRxFKDq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sMSjRxFKDq .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-sMSjRxFKDq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sMSjRxFKDq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sMSjRxFKDq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMSjRxFKDq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sMSjg7wwiC {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-sMSjg7wwiC .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sMSjg7wwiC .mbr-section-title,
.cid-sMSjg7wwiC .mbr-section-subtitle {
  text-align: center;
}
.cid-sMSjg7wwiC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sMSjg7wwiC .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-sMSjg7wwiC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sMSjg7wwiC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sMSjg7wwiC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMSjg7wwiC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-svrTKKPH8G {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-svrTKKPH8G .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-svrTKKPH8G .mbr-section-title,
.cid-svrTKKPH8G .mbr-section-subtitle {
  text-align: center;
}
.cid-svrTKKPH8G .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-svrTKKPH8G .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-svrTKKPH8G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-svrTKKPH8G .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svrTKKPH8G .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-svrTKKPH8G .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sMSibiAiCs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-sMSibiAiCs .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sMSibiAiCs .mbr-section-title,
.cid-sMSibiAiCs .mbr-section-subtitle {
  text-align: center;
}
.cid-sMSibiAiCs .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sMSibiAiCs .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-sMSibiAiCs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sMSibiAiCs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sMSibiAiCs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMSibiAiCs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sg2P3IX6D6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sg2P3IX6D6 .mbr-section-subtitle {
  text-align: center;
}
.cid-sg2P3IX6D6 .mbr-text {
  text-align: center;
}
.cid-sei1HpmZQ8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sei1HpmZQ8 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-sei1HpmZQ8 .form-group {
  margin-bottom: 1.3em;
}
.cid-sei1HpmZQ8 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-sei1HpmZQ8 .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-sei1HpmZQ8 textarea.form-control {
  height: 10em;
  padding: 0.5em 0.6em;
}
.cid-sei1HpmZQ8 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-scyDaqGJRo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-scGjEWkKl2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-scGjEWkKl2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-scGjEWkKl2 .row {
  flex-direction: row-reverse;
}
.cid-scGjEWkKl2 img {
  width: 100%;
}
.cid-sgsy5vEhpQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxzhhzeIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxzhhzeIc .mbr-section-title {
  text-align: center;
}
.cid-uV51pijCo3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-uV51pijCo3 img,
.cid-uV51pijCo3 .item-img {
  width: 100%;
}
.cid-uV51pijCo3 .item:focus,
.cid-uV51pijCo3 span:focus {
  outline: none;
}
.cid-uV51pijCo3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uV51pijCo3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uV51pijCo3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV51pijCo3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uV51pijCo3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uV51pijCo3 .mbr-section-title {
  color: #232323;
}
.cid-uV51pijCo3 .mbr-text,
.cid-uV51pijCo3 .mbr-section-btn {
  text-align: left;
}
.cid-uV51pijCo3 .item-title {
  text-align: center;
}
.cid-uV51pijCo3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uV52tKbwWG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-uV52tKbwWG img,
.cid-uV52tKbwWG .item-img {
  width: 100%;
}
.cid-uV52tKbwWG .item:focus,
.cid-uV52tKbwWG span:focus {
  outline: none;
}
.cid-uV52tKbwWG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uV52tKbwWG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uV52tKbwWG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV52tKbwWG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uV52tKbwWG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uV52tKbwWG .mbr-section-title {
  color: #232323;
}
.cid-uV52tKbwWG .mbr-text,
.cid-uV52tKbwWG .mbr-section-btn {
  text-align: left;
}
.cid-uV52tKbwWG .item-title {
  text-align: center;
}
.cid-uV52tKbwWG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ucSaB9iJpF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-ucSaB9iJpF img,
.cid-ucSaB9iJpF .item-img {
  width: 100%;
}
.cid-ucSaB9iJpF .item:focus,
.cid-ucSaB9iJpF span:focus {
  outline: none;
}
.cid-ucSaB9iJpF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucSaB9iJpF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucSaB9iJpF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucSaB9iJpF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucSaB9iJpF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucSaB9iJpF .mbr-section-title {
  color: #232323;
}
.cid-ucSaB9iJpF .mbr-text,
.cid-ucSaB9iJpF .mbr-section-btn {
  text-align: left;
}
.cid-ucSaB9iJpF .item-title {
  text-align: center;
}
.cid-ucSaB9iJpF .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ucSaBR7e4r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-ucSaBR7e4r img,
.cid-ucSaBR7e4r .item-img {
  width: 100%;
}
.cid-ucSaBR7e4r .item:focus,
.cid-ucSaBR7e4r span:focus {
  outline: none;
}
.cid-ucSaBR7e4r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucSaBR7e4r .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucSaBR7e4r .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucSaBR7e4r .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucSaBR7e4r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucSaBR7e4r .mbr-section-title {
  color: #232323;
}
.cid-ucSaBR7e4r .mbr-text,
.cid-ucSaBR7e4r .mbr-section-btn {
  text-align: left;
}
.cid-ucSaBR7e4r .item-title {
  text-align: center;
}
.cid-ucSaBR7e4r .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tgdNrxmCO8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tgdNrxmCO8 img,
.cid-tgdNrxmCO8 .item-img {
  width: 100%;
}
.cid-tgdNrxmCO8 .item:focus,
.cid-tgdNrxmCO8 span:focus {
  outline: none;
}
.cid-tgdNrxmCO8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgdNrxmCO8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgdNrxmCO8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgdNrxmCO8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgdNrxmCO8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgdNrxmCO8 .mbr-section-title {
  color: #232323;
}
.cid-tgdNrxmCO8 .mbr-text,
.cid-tgdNrxmCO8 .mbr-section-btn {
  text-align: left;
}
.cid-tgdNrxmCO8 .item-title {
  text-align: center;
}
.cid-tgdNrxmCO8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sQvgOV8BqZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sQvgOV8BqZ img,
.cid-sQvgOV8BqZ .item-img {
  width: 100%;
}
.cid-sQvgOV8BqZ .item:focus,
.cid-sQvgOV8BqZ span:focus {
  outline: none;
}
.cid-sQvgOV8BqZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sQvgOV8BqZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sQvgOV8BqZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQvgOV8BqZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sQvgOV8BqZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQvgOV8BqZ .mbr-section-title {
  color: #232323;
}
.cid-sQvgOV8BqZ .mbr-text,
.cid-sQvgOV8BqZ .mbr-section-btn {
  text-align: left;
}
.cid-sQvgOV8BqZ .item-title {
  text-align: center;
}
.cid-sQvgOV8BqZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srKrsRh03i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srKrsRh03i img,
.cid-srKrsRh03i .item-img {
  width: 100%;
}
.cid-srKrsRh03i .item:focus,
.cid-srKrsRh03i span:focus {
  outline: none;
}
.cid-srKrsRh03i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srKrsRh03i .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srKrsRh03i .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srKrsRh03i .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srKrsRh03i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srKrsRh03i .mbr-section-title {
  color: #232323;
}
.cid-srKrsRh03i .mbr-text,
.cid-srKrsRh03i .mbr-section-btn {
  text-align: left;
}
.cid-srKrsRh03i .item-title {
  text-align: center;
}
.cid-srKrsRh03i .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgxLjCAf4f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxLjCAf4f .mbr-section-title {
  text-align: left;
}
.cid-sgxL3rIff3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxL3rIff3 img,
.cid-sgxL3rIff3 .item-img {
  width: 100%;
}
.cid-sgxL3rIff3 .item:focus,
.cid-sgxL3rIff3 span:focus {
  outline: none;
}
.cid-sgxL3rIff3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgxL3rIff3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgxL3rIff3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgxL3rIff3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgxL3rIff3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgxL3rIff3 .mbr-section-title {
  color: #232323;
}
.cid-sgxL3rIff3 .mbr-text,
.cid-sgxL3rIff3 .mbr-section-btn {
  text-align: left;
}
.cid-sgxL3rIff3 .item-title {
  text-align: center;
}
.cid-sgxL3rIff3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgszB9Iaol {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgszB9Iaol img,
.cid-sgszB9Iaol .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sgszB9Iaol .item:focus,
.cid-sgszB9Iaol span:focus {
  outline: none;
}
.cid-sgszB9Iaol .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgszB9Iaol .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgszB9Iaol .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgszB9Iaol .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgszB9Iaol .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgszB9Iaol .mbr-section-title {
  color: #232323;
}
.cid-sgszB9Iaol .mbr-text,
.cid-sgszB9Iaol .mbr-section-btn {
  text-align: left;
}
.cid-sgszB9Iaol .item-title {
  text-align: center;
}
.cid-sgszB9Iaol .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgsABm7J2H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgsABm7J2H img,
.cid-sgsABm7J2H .item-img {
  width: 100%;
}
.cid-sgsABm7J2H .item:focus,
.cid-sgsABm7J2H span:focus {
  outline: none;
}
.cid-sgsABm7J2H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsABm7J2H .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsABm7J2H .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsABm7J2H .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsABm7J2H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsABm7J2H .mbr-section-title {
  color: #232323;
}
.cid-sgsABm7J2H .mbr-text,
.cid-sgsABm7J2H .mbr-section-btn {
  text-align: left;
}
.cid-sgsABm7J2H .item-title {
  text-align: center;
}
.cid-sgsABm7J2H .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgxWWVHa4Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxWWVHa4Y .mbr-section-title {
  text-align: left;
}
.cid-sgxWVYn3Ge {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxWVYn3Ge img,
.cid-sgxWVYn3Ge .item-img {
  width: 100%;
}
.cid-sgxWVYn3Ge .item:focus,
.cid-sgxWVYn3Ge span:focus {
  outline: none;
}
.cid-sgxWVYn3Ge .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgxWVYn3Ge .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgxWVYn3Ge .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgxWVYn3Ge .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgxWVYn3Ge .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgxWVYn3Ge .mbr-section-title {
  color: #232323;
}
.cid-sgxWVYn3Ge .mbr-text,
.cid-sgxWVYn3Ge .mbr-section-btn {
  text-align: left;
}
.cid-sgxWVYn3Ge .item-title {
  text-align: center;
}
.cid-sgxWVYn3Ge .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgxQgEFpia {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxQgEFpia .mbr-section-title {
  text-align: left;
}
.cid-sgsAU7xWAO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgsAU7xWAO img,
.cid-sgsAU7xWAO .item-img {
  width: 100%;
}
.cid-sgsAU7xWAO .item:focus,
.cid-sgsAU7xWAO span:focus {
  outline: none;
}
.cid-sgsAU7xWAO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsAU7xWAO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsAU7xWAO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsAU7xWAO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsAU7xWAO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsAU7xWAO .mbr-section-title {
  color: #232323;
}
.cid-sgsAU7xWAO .mbr-text,
.cid-sgsAU7xWAO .mbr-section-btn {
  text-align: left;
}
.cid-sgsAU7xWAO .item-title {
  text-align: center;
}
.cid-sgsAU7xWAO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgxQig5o90 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxQig5o90 .mbr-section-title {
  text-align: left;
}
.cid-sgsBNo2liU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgsBNo2liU img,
.cid-sgsBNo2liU .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sgsBNo2liU .item:focus,
.cid-sgsBNo2liU span:focus {
  outline: none;
}
.cid-sgsBNo2liU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsBNo2liU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsBNo2liU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsBNo2liU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsBNo2liU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsBNo2liU .mbr-section-title {
  color: #232323;
}
.cid-sgsBNo2liU .mbr-text,
.cid-sgsBNo2liU .mbr-section-btn {
  text-align: left;
}
.cid-sgsBNo2liU .item-title {
  text-align: center;
}
.cid-sgsBNo2liU .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgxQklvyHk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxQklvyHk .mbr-section-title {
  text-align: left;
}
.cid-sgsCjq8YFW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgsCjq8YFW img,
.cid-sgsCjq8YFW .item-img {
  width: 100%;
}
.cid-sgsCjq8YFW .item:focus,
.cid-sgsCjq8YFW span:focus {
  outline: none;
}
.cid-sgsCjq8YFW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsCjq8YFW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsCjq8YFW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsCjq8YFW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsCjq8YFW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsCjq8YFW .mbr-section-title {
  color: #232323;
}
.cid-sgsCjq8YFW .mbr-text,
.cid-sgsCjq8YFW .mbr-section-btn {
  text-align: left;
}
.cid-sgsCjq8YFW .item-title {
  text-align: center;
}
.cid-sgsCjq8YFW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-scyDaqGJRo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uV51jNKniG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-uV51jNKniG img,
.cid-uV51jNKniG .item-img {
  width: 100%;
}
.cid-uV51jNKniG .item:focus,
.cid-uV51jNKniG span:focus {
  outline: none;
}
.cid-uV51jNKniG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uV51jNKniG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uV51jNKniG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV51jNKniG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uV51jNKniG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uV51jNKniG .mbr-section-title {
  color: #232323;
}
.cid-uV51jNKniG .mbr-text,
.cid-uV51jNKniG .mbr-section-btn {
  text-align: left;
}
.cid-uV51jNKniG .item-title {
  text-align: center;
}
.cid-uV51jNKniG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-scGkL1xmNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-scGkL1xmNJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-scGkL1xmNJ .row {
  flex-direction: row-reverse;
}
.cid-scGkL1xmNJ img {
  width: 100%;
}
.cid-sglTQKT01d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxzxjAghf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxzxjAghf .mbr-section-title {
  text-align: center;
}
.cid-tnhw1gU5Wq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tnhw1gU5Wq img,
.cid-tnhw1gU5Wq .item-img {
  width: 100%;
}
.cid-tnhw1gU5Wq .item:focus,
.cid-tnhw1gU5Wq span:focus {
  outline: none;
}
.cid-tnhw1gU5Wq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tnhw1gU5Wq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tnhw1gU5Wq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnhw1gU5Wq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tnhw1gU5Wq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tnhw1gU5Wq .mbr-section-title {
  color: #232323;
}
.cid-tnhw1gU5Wq .mbr-text,
.cid-tnhw1gU5Wq .mbr-section-btn {
  text-align: left;
}
.cid-tnhw1gU5Wq .item-title {
  text-align: center;
}
.cid-tnhw1gU5Wq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tmrlS3dWjz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tmrlS3dWjz img,
.cid-tmrlS3dWjz .item-img {
  width: 100%;
}
.cid-tmrlS3dWjz .item:focus,
.cid-tmrlS3dWjz span:focus {
  outline: none;
}
.cid-tmrlS3dWjz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmrlS3dWjz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmrlS3dWjz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmrlS3dWjz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmrlS3dWjz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmrlS3dWjz .mbr-section-title {
  color: #232323;
}
.cid-tmrlS3dWjz .mbr-text,
.cid-tmrlS3dWjz .mbr-section-btn {
  text-align: left;
}
.cid-tmrlS3dWjz .item-title {
  text-align: center;
}
.cid-tmrlS3dWjz .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tl86J0h0yp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tl86J0h0yp img,
.cid-tl86J0h0yp .item-img {
  width: 100%;
}
.cid-tl86J0h0yp .item:focus,
.cid-tl86J0h0yp span:focus {
  outline: none;
}
.cid-tl86J0h0yp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tl86J0h0yp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tl86J0h0yp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tl86J0h0yp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tl86J0h0yp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tl86J0h0yp .mbr-section-title {
  color: #232323;
}
.cid-tl86J0h0yp .mbr-text,
.cid-tl86J0h0yp .mbr-section-btn {
  text-align: left;
}
.cid-tl86J0h0yp .item-title {
  text-align: center;
}
.cid-tl86J0h0yp .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tjYxa93QUN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tjYxa93QUN img,
.cid-tjYxa93QUN .item-img {
  width: 100%;
}
.cid-tjYxa93QUN .item:focus,
.cid-tjYxa93QUN span:focus {
  outline: none;
}
.cid-tjYxa93QUN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjYxa93QUN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjYxa93QUN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjYxa93QUN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjYxa93QUN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjYxa93QUN .mbr-section-title {
  color: #232323;
}
.cid-tjYxa93QUN .mbr-text,
.cid-tjYxa93QUN .mbr-section-btn {
  text-align: left;
}
.cid-tjYxa93QUN .item-title {
  text-align: center;
}
.cid-tjYxa93QUN .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sTS1nGbkxp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sTS1nGbkxp img,
.cid-sTS1nGbkxp .item-img {
  width: 100%;
}
.cid-sTS1nGbkxp .item:focus,
.cid-sTS1nGbkxp span:focus {
  outline: none;
}
.cid-sTS1nGbkxp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sTS1nGbkxp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sTS1nGbkxp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTS1nGbkxp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sTS1nGbkxp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sTS1nGbkxp .mbr-section-title {
  color: #232323;
}
.cid-sTS1nGbkxp .mbr-text,
.cid-sTS1nGbkxp .mbr-section-btn {
  text-align: left;
}
.cid-sTS1nGbkxp .item-title {
  text-align: center;
}
.cid-sTS1nGbkxp .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sTd7hiJXGv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sTd7hiJXGv img,
.cid-sTd7hiJXGv .item-img {
  width: 100%;
}
.cid-sTd7hiJXGv .item:focus,
.cid-sTd7hiJXGv span:focus {
  outline: none;
}
.cid-sTd7hiJXGv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sTd7hiJXGv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sTd7hiJXGv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTd7hiJXGv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sTd7hiJXGv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sTd7hiJXGv .mbr-section-title {
  color: #232323;
}
.cid-sTd7hiJXGv .mbr-text,
.cid-sTd7hiJXGv .mbr-section-btn {
  text-align: left;
}
.cid-sTd7hiJXGv .item-title {
  text-align: center;
}
.cid-sTd7hiJXGv .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sW79AVrV4X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sW79AVrV4X img,
.cid-sW79AVrV4X .item-img {
  width: 100%;
}
.cid-sW79AVrV4X .item:focus,
.cid-sW79AVrV4X span:focus {
  outline: none;
}
.cid-sW79AVrV4X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sW79AVrV4X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sW79AVrV4X .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sW79AVrV4X .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sW79AVrV4X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sW79AVrV4X .mbr-section-title {
  color: #232323;
}
.cid-sW79AVrV4X .mbr-text,
.cid-sW79AVrV4X .mbr-section-btn {
  text-align: left;
}
.cid-sW79AVrV4X .item-title {
  text-align: center;
}
.cid-sW79AVrV4X .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sT02CJ0msS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sT02CJ0msS img,
.cid-sT02CJ0msS .item-img {
  width: 100%;
}
.cid-sT02CJ0msS .item:focus,
.cid-sT02CJ0msS span:focus {
  outline: none;
}
.cid-sT02CJ0msS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sT02CJ0msS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sT02CJ0msS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT02CJ0msS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sT02CJ0msS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sT02CJ0msS .mbr-section-title {
  color: #232323;
}
.cid-sT02CJ0msS .mbr-text,
.cid-sT02CJ0msS .mbr-section-btn {
  text-align: left;
}
.cid-sT02CJ0msS .item-title {
  text-align: center;
}
.cid-sT02CJ0msS .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMRwYyNZ0z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMRwYyNZ0z img,
.cid-sMRwYyNZ0z .item-img {
  width: 100%;
}
.cid-sMRwYyNZ0z .item:focus,
.cid-sMRwYyNZ0z span:focus {
  outline: none;
}
.cid-sMRwYyNZ0z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMRwYyNZ0z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMRwYyNZ0z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMRwYyNZ0z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMRwYyNZ0z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMRwYyNZ0z .mbr-section-title {
  color: #232323;
}
.cid-sMRwYyNZ0z .mbr-text,
.cid-sMRwYyNZ0z .mbr-section-btn {
  text-align: left;
}
.cid-sMRwYyNZ0z .item-title {
  text-align: center;
}
.cid-sMRwYyNZ0z .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMS3GK7nEW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMS3GK7nEW img,
.cid-sMS3GK7nEW .item-img {
  width: 100%;
}
.cid-sMS3GK7nEW .item:focus,
.cid-sMS3GK7nEW span:focus {
  outline: none;
}
.cid-sMS3GK7nEW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMS3GK7nEW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMS3GK7nEW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMS3GK7nEW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMS3GK7nEW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMS3GK7nEW .mbr-section-title {
  color: #232323;
}
.cid-sMS3GK7nEW .mbr-text,
.cid-sMS3GK7nEW .mbr-section-btn {
  text-align: left;
}
.cid-sMS3GK7nEW .item-title {
  text-align: center;
}
.cid-sMS3GK7nEW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMS4IXpAHb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMS4IXpAHb img,
.cid-sMS4IXpAHb .item-img {
  width: 100%;
}
.cid-sMS4IXpAHb .item:focus,
.cid-sMS4IXpAHb span:focus {
  outline: none;
}
.cid-sMS4IXpAHb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMS4IXpAHb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMS4IXpAHb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMS4IXpAHb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMS4IXpAHb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMS4IXpAHb .mbr-section-title {
  color: #232323;
}
.cid-sMS4IXpAHb .mbr-text,
.cid-sMS4IXpAHb .mbr-section-btn {
  text-align: left;
}
.cid-sMS4IXpAHb .item-title {
  text-align: center;
}
.cid-sMS4IXpAHb .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMS5eSJnyi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMS5eSJnyi img,
.cid-sMS5eSJnyi .item-img {
  width: 100%;
}
.cid-sMS5eSJnyi .item:focus,
.cid-sMS5eSJnyi span:focus {
  outline: none;
}
.cid-sMS5eSJnyi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMS5eSJnyi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMS5eSJnyi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMS5eSJnyi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMS5eSJnyi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMS5eSJnyi .mbr-section-title {
  color: #232323;
}
.cid-sMS5eSJnyi .mbr-text,
.cid-sMS5eSJnyi .mbr-section-btn {
  text-align: left;
}
.cid-sMS5eSJnyi .item-title {
  text-align: center;
}
.cid-sMS5eSJnyi .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMS3ZTArWs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMS3ZTArWs img,
.cid-sMS3ZTArWs .item-img {
  width: 100%;
}
.cid-sMS3ZTArWs .item:focus,
.cid-sMS3ZTArWs span:focus {
  outline: none;
}
.cid-sMS3ZTArWs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMS3ZTArWs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMS3ZTArWs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMS3ZTArWs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMS3ZTArWs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMS3ZTArWs .mbr-section-title {
  color: #232323;
}
.cid-sMS3ZTArWs .mbr-text,
.cid-sMS3ZTArWs .mbr-section-btn {
  text-align: left;
}
.cid-sMS3ZTArWs .item-title {
  text-align: center;
}
.cid-sMS3ZTArWs .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMSgV6Gn2Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMSgV6Gn2Z img,
.cid-sMSgV6Gn2Z .item-img {
  width: 100%;
}
.cid-sMSgV6Gn2Z .item:focus,
.cid-sMSgV6Gn2Z span:focus {
  outline: none;
}
.cid-sMSgV6Gn2Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMSgV6Gn2Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMSgV6Gn2Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMSgV6Gn2Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMSgV6Gn2Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMSgV6Gn2Z .mbr-section-title {
  color: #232323;
}
.cid-sMSgV6Gn2Z .mbr-text,
.cid-sMSgV6Gn2Z .mbr-section-btn {
  text-align: left;
}
.cid-sMSgV6Gn2Z .item-title {
  text-align: center;
}
.cid-sMSgV6Gn2Z .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sMS4KiK50N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sMS4KiK50N img,
.cid-sMS4KiK50N .item-img {
  width: 100%;
}
.cid-sMS4KiK50N .item:focus,
.cid-sMS4KiK50N span:focus {
  outline: none;
}
.cid-sMS4KiK50N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMS4KiK50N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMS4KiK50N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMS4KiK50N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMS4KiK50N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMS4KiK50N .mbr-section-title {
  color: #232323;
}
.cid-sMS4KiK50N .mbr-text,
.cid-sMS4KiK50N .mbr-section-btn {
  text-align: left;
}
.cid-sMS4KiK50N .item-title {
  text-align: center;
}
.cid-sMS4KiK50N .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-siqUAi2ze2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-siqUAi2ze2 img,
.cid-siqUAi2ze2 .item-img {
  width: 100%;
}
.cid-siqUAi2ze2 .item:focus,
.cid-siqUAi2ze2 span:focus {
  outline: none;
}
.cid-siqUAi2ze2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siqUAi2ze2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siqUAi2ze2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siqUAi2ze2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siqUAi2ze2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siqUAi2ze2 .mbr-section-title {
  color: #232323;
}
.cid-siqUAi2ze2 .mbr-text,
.cid-siqUAi2ze2 .mbr-section-btn {
  text-align: left;
}
.cid-siqUAi2ze2 .item-title {
  text-align: center;
}
.cid-siqUAi2ze2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-siqUIB2iEy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-siqUIB2iEy img,
.cid-siqUIB2iEy .item-img {
  width: 100%;
}
.cid-siqUIB2iEy .item:focus,
.cid-siqUIB2iEy span:focus {
  outline: none;
}
.cid-siqUIB2iEy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siqUIB2iEy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siqUIB2iEy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siqUIB2iEy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siqUIB2iEy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siqUIB2iEy .mbr-section-title {
  color: #232323;
}
.cid-siqUIB2iEy .mbr-text,
.cid-siqUIB2iEy .mbr-section-btn {
  text-align: left;
}
.cid-siqUIB2iEy .item-title {
  text-align: center;
}
.cid-siqUIB2iEy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-siqUC1UjkK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-siqUC1UjkK img,
.cid-siqUC1UjkK .item-img {
  width: 100%;
}
.cid-siqUC1UjkK .item:focus,
.cid-siqUC1UjkK span:focus {
  outline: none;
}
.cid-siqUC1UjkK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-siqUC1UjkK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-siqUC1UjkK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-siqUC1UjkK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-siqUC1UjkK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-siqUC1UjkK .mbr-section-title {
  color: #232323;
}
.cid-siqUC1UjkK .mbr-text,
.cid-siqUC1UjkK .mbr-section-btn {
  text-align: left;
}
.cid-siqUC1UjkK .item-title {
  text-align: center;
}
.cid-siqUC1UjkK .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgmcm0JsVY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgmcm0JsVY img,
.cid-sgmcm0JsVY .item-img {
  width: 100%;
}
.cid-sgmcm0JsVY .item:focus,
.cid-sgmcm0JsVY span:focus {
  outline: none;
}
.cid-sgmcm0JsVY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgmcm0JsVY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgmcm0JsVY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgmcm0JsVY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgmcm0JsVY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgmcm0JsVY .mbr-section-title {
  color: #232323;
}
.cid-sgmcm0JsVY .mbr-text,
.cid-sgmcm0JsVY .mbr-section-btn {
  text-align: left;
}
.cid-sgmcm0JsVY .item-title {
  text-align: center;
}
.cid-sgmcm0JsVY .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgqOd6wSkg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgqOd6wSkg img,
.cid-sgqOd6wSkg .item-img {
  width: 100%;
}
.cid-sgqOd6wSkg .item:focus,
.cid-sgqOd6wSkg span:focus {
  outline: none;
}
.cid-sgqOd6wSkg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgqOd6wSkg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgqOd6wSkg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgqOd6wSkg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgqOd6wSkg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgqOd6wSkg .mbr-section-title {
  color: #232323;
}
.cid-sgqOd6wSkg .mbr-text,
.cid-sgqOd6wSkg .mbr-section-btn {
  text-align: left;
}
.cid-sgqOd6wSkg .item-title {
  text-align: center;
}
.cid-sgqOd6wSkg .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgmcNRyREh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgmcNRyREh img,
.cid-sgmcNRyREh .item-img {
  width: 100%;
}
.cid-sgmcNRyREh .item:focus,
.cid-sgmcNRyREh span:focus {
  outline: none;
}
.cid-sgmcNRyREh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgmcNRyREh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgmcNRyREh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgmcNRyREh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgmcNRyREh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgmcNRyREh .mbr-section-title {
  color: #232323;
}
.cid-sgmcNRyREh .mbr-text,
.cid-sgmcNRyREh .mbr-section-btn {
  text-align: left;
}
.cid-sgmcNRyREh .item-title {
  text-align: center;
}
.cid-sgmcNRyREh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgxGtPrMFG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxGtPrMFG img,
.cid-sgxGtPrMFG .item-img {
  width: 100%;
}
.cid-sgxGtPrMFG .item:focus,
.cid-sgxGtPrMFG span:focus {
  outline: none;
}
.cid-sgxGtPrMFG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgxGtPrMFG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgxGtPrMFG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgxGtPrMFG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgxGtPrMFG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgxGtPrMFG .mbr-section-title {
  color: #232323;
}
.cid-sgxGtPrMFG .mbr-text,
.cid-sgxGtPrMFG .mbr-section-btn {
  text-align: left;
}
.cid-sgxGtPrMFG .item-title {
  text-align: center;
}
.cid-sgxGtPrMFG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglnCFtIiR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglnCFtIiR img,
.cid-sglnCFtIiR .item-img {
  width: 100%;
}
.cid-sglnCFtIiR .item:focus,
.cid-sglnCFtIiR span:focus {
  outline: none;
}
.cid-sglnCFtIiR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglnCFtIiR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglnCFtIiR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglnCFtIiR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglnCFtIiR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglnCFtIiR .mbr-section-title {
  color: #232323;
}
.cid-sglnCFtIiR .mbr-text,
.cid-sglnCFtIiR .mbr-section-btn {
  text-align: left;
}
.cid-sglnCFtIiR .item-title {
  text-align: center;
}
.cid-sglnCFtIiR .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglHdyoCCI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglHdyoCCI img,
.cid-sglHdyoCCI .item-img {
  width: 100%;
}
.cid-sglHdyoCCI .item:focus,
.cid-sglHdyoCCI span:focus {
  outline: none;
}
.cid-sglHdyoCCI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglHdyoCCI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglHdyoCCI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglHdyoCCI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglHdyoCCI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglHdyoCCI .mbr-section-title {
  color: #232323;
}
.cid-sglHdyoCCI .mbr-text,
.cid-sglHdyoCCI .mbr-section-btn {
  text-align: left;
}
.cid-sglHdyoCCI .item-title {
  text-align: center;
}
.cid-sglHdyoCCI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglGFNz9ci {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglGFNz9ci img,
.cid-sglGFNz9ci .item-img {
  width: 100%;
}
.cid-sglGFNz9ci .item:focus,
.cid-sglGFNz9ci span:focus {
  outline: none;
}
.cid-sglGFNz9ci .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglGFNz9ci .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglGFNz9ci .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglGFNz9ci .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglGFNz9ci .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglGFNz9ci .mbr-section-title {
  color: #232323;
}
.cid-sglGFNz9ci .mbr-text,
.cid-sglGFNz9ci .mbr-section-btn {
  text-align: left;
}
.cid-sglGFNz9ci .item-title {
  text-align: center;
}
.cid-sglGFNz9ci .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglGoy1PLk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglGoy1PLk img,
.cid-sglGoy1PLk .item-img {
  width: 100%;
}
.cid-sglGoy1PLk .item:focus,
.cid-sglGoy1PLk span:focus {
  outline: none;
}
.cid-sglGoy1PLk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglGoy1PLk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglGoy1PLk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglGoy1PLk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglGoy1PLk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglGoy1PLk .mbr-section-title {
  color: #232323;
}
.cid-sglGoy1PLk .mbr-text,
.cid-sglGoy1PLk .mbr-section-btn {
  text-align: left;
}
.cid-sglGoy1PLk .item-title {
  text-align: center;
}
.cid-sglGoy1PLk .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglGSD4YOw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglGSD4YOw img,
.cid-sglGSD4YOw .item-img {
  width: 100%;
}
.cid-sglGSD4YOw .item:focus,
.cid-sglGSD4YOw span:focus {
  outline: none;
}
.cid-sglGSD4YOw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglGSD4YOw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglGSD4YOw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglGSD4YOw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglGSD4YOw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglGSD4YOw .mbr-section-title {
  color: #232323;
}
.cid-sglGSD4YOw .mbr-text,
.cid-sglGSD4YOw .mbr-section-btn {
  text-align: left;
}
.cid-sglGSD4YOw .item-title {
  text-align: center;
}
.cid-sglGSD4YOw .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglH3mcb17 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglH3mcb17 img,
.cid-sglH3mcb17 .item-img {
  width: 100%;
}
.cid-sglH3mcb17 .item:focus,
.cid-sglH3mcb17 span:focus {
  outline: none;
}
.cid-sglH3mcb17 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglH3mcb17 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglH3mcb17 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglH3mcb17 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglH3mcb17 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglH3mcb17 .mbr-section-title {
  color: #232323;
}
.cid-sglH3mcb17 .mbr-text,
.cid-sglH3mcb17 .mbr-section-btn {
  text-align: left;
}
.cid-sglH3mcb17 .item-title {
  text-align: center;
}
.cid-sglH3mcb17 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglHwqj4nU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglHwqj4nU img,
.cid-sglHwqj4nU .item-img {
  width: 100%;
}
.cid-sglHwqj4nU .item:focus,
.cid-sglHwqj4nU span:focus {
  outline: none;
}
.cid-sglHwqj4nU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglHwqj4nU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglHwqj4nU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglHwqj4nU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglHwqj4nU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglHwqj4nU .mbr-section-title {
  color: #232323;
}
.cid-sglHwqj4nU .mbr-text,
.cid-sglHwqj4nU .mbr-section-btn {
  text-align: left;
}
.cid-sglHwqj4nU .item-title {
  text-align: center;
}
.cid-sglHwqj4nU .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgmdB6z8K3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgmdB6z8K3 img,
.cid-sgmdB6z8K3 .item-img {
  width: 100%;
}
.cid-sgmdB6z8K3 .item:focus,
.cid-sgmdB6z8K3 span:focus {
  outline: none;
}
.cid-sgmdB6z8K3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgmdB6z8K3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgmdB6z8K3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgmdB6z8K3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgmdB6z8K3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgmdB6z8K3 .mbr-section-title {
  color: #232323;
}
.cid-sgmdB6z8K3 .mbr-text,
.cid-sgmdB6z8K3 .mbr-section-btn {
  text-align: left;
}
.cid-sgmdB6z8K3 .item-title {
  text-align: center;
}
.cid-sgmdB6z8K3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgliYDOu8k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgliYDOu8k img,
.cid-sgliYDOu8k .item-img {
  width: 100%;
}
.cid-sgliYDOu8k .item:focus,
.cid-sgliYDOu8k span:focus {
  outline: none;
}
.cid-sgliYDOu8k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgliYDOu8k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgliYDOu8k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgliYDOu8k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgliYDOu8k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgliYDOu8k .mbr-section-title {
  color: #232323;
}
.cid-sgliYDOu8k .mbr-text,
.cid-sgliYDOu8k .mbr-section-btn {
  text-align: left;
}
.cid-sgliYDOu8k .item-title {
  text-align: center;
}
.cid-sgliYDOu8k .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sglilIZMX7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sglilIZMX7 img,
.cid-sglilIZMX7 .item-img {
  width: 100%;
}
.cid-sglilIZMX7 .item:focus,
.cid-sglilIZMX7 span:focus {
  outline: none;
}
.cid-sglilIZMX7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sglilIZMX7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sglilIZMX7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sglilIZMX7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sglilIZMX7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sglilIZMX7 .mbr-section-title {
  color: #232323;
}
.cid-sglilIZMX7 .mbr-text,
.cid-sglilIZMX7 .mbr-section-btn {
  text-align: left;
}
.cid-sglilIZMX7 .item-title {
  text-align: center;
}
.cid-sglilIZMX7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-scF8Ike7tH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sMS4TBsFEV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sfZ5pKWFNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sfZ5pKWFNF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfZ5pKWFNF .row {
  flex-direction: row-reverse;
}
.cid-sfZ5pKWFNF img {
  width: 100%;
}
.cid-sfZ5pLvliF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-sfZ5pLvliF .mbr-section-subtitle {
  text-align: left;
}
.cid-sgO0JnEvN4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgKfMljOvf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgKfMljOvf .mbr-section-subtitle {
  text-align: left;
}
.cid-sfZ87MaNjg {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #cc99ff;
}
.cid-sfZ87MaNjg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sfZ87MaNjg .mbr-section-title,
.cid-sfZ87MaNjg .mbr-section-subtitle {
  text-align: center;
}
.cid-sfZ87MaNjg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sfZ87MaNjg .card-wrapper {
  border-radius: 4px;
  background-color: #cc99ff;
}
.cid-sfZ87MaNjg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfZ87MaNjg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sfZ87MaNjg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfZ87MaNjg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sfZ5pNrpsc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cc99ff;
}
.cid-sfZ5pNrpsc .mbr-section-subtitle {
  text-align: center;
}
.cid-sp8apenbP3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cc99ff;
}
@media (max-width: 991px) {
  .cid-sp8apenbP3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sp8apenbP3 .row {
  flex-direction: row-reverse;
}
.cid-sp8apenbP3 img {
  width: 100%;
}
.cid-sp8aqatsNQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cc99ff;
}
@media (max-width: 991px) {
  .cid-sp8aqatsNQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sp8aqatsNQ .row {
  flex-direction: row-reverse;
}
.cid-sp8aqatsNQ img {
  width: 100%;
}
.cid-sp8dvFTRhs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sp8dvFTRhs img,
.cid-sp8dvFTRhs .item-img {
  width: 100%;
}
.cid-sp8dvFTRhs .item:focus,
.cid-sp8dvFTRhs span:focus {
  outline: none;
}
.cid-sp8dvFTRhs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sp8dvFTRhs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sp8dvFTRhs .item {
  padding: 0;
  margin: 0;
}
.cid-sp8dvFTRhs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sp8dvFTRhs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sp8dvFTRhs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sp8dvFTRhs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sp8dvFTRhs .mbr-section-title {
  color: #232323;
}
.cid-sp8dj75gl2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sp8dj75gl2 .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sp8dj75gl2 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sp8dj75gl2 .image-block:hover:before {
  opacity: 0.4;
}
.cid-sp8dj75gl2 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sp8dj75gl2 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sp8dj75gl2 h4 {
  letter-spacing: 2px;
}
.cid-sp8dj75gl2 figcaption {
  position: relative;
}
.cid-sp8dj75gl2 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sp8dj75gl2 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sp8dj75gl2 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sp8dj75gl2 .wrap {
    opacity: 1!important;
  }
  .cid-sp8dj75gl2 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sfZ5pO7qKL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sfZ5pO7qKL .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-sfZ5pO7qKL .form-group {
  margin-bottom: 1.3em;
}
.cid-sfZ5pO7qKL .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-sfZ5pO7qKL .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-sfZ5pO7qKL textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-sfZ5pO7qKL H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sfZ5pNLIyt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sg4VWy5hJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sg4VWy5hJx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4VWy5hJx .row {
  flex-direction: row-reverse;
}
.cid-sg4VWy5hJx img {
  width: 100%;
}
.cid-sgxA90nlco {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxA90nlco .mbr-section-title {
  text-align: center;
}
.cid-sgxAOrRvB9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgxAOrRvB9 .mbr-section-title {
  text-align: center;
}
.cid-ucSaipXzaI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-ucSaipXzaI img,
.cid-ucSaipXzaI .item-img {
  width: 100%;
}
.cid-ucSaipXzaI .item:focus,
.cid-ucSaipXzaI span:focus {
  outline: none;
}
.cid-ucSaipXzaI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucSaipXzaI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucSaipXzaI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucSaipXzaI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucSaipXzaI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucSaipXzaI .mbr-section-title {
  color: #232323;
}
.cid-ucSaipXzaI .mbr-text,
.cid-ucSaipXzaI .mbr-section-btn {
  text-align: left;
}
.cid-ucSaipXzaI .item-title {
  text-align: center;
}
.cid-ucSaipXzaI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tp9vqv4mr5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tp9vqv4mr5 img,
.cid-tp9vqv4mr5 .item-img {
  width: 100%;
}
.cid-tp9vqv4mr5 .item:focus,
.cid-tp9vqv4mr5 span:focus {
  outline: none;
}
.cid-tp9vqv4mr5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tp9vqv4mr5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tp9vqv4mr5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9vqv4mr5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tp9vqv4mr5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tp9vqv4mr5 .mbr-section-title {
  color: #232323;
}
.cid-tp9vqv4mr5 .mbr-text,
.cid-tp9vqv4mr5 .mbr-section-btn {
  text-align: left;
}
.cid-tp9vqv4mr5 .item-title {
  text-align: center;
}
.cid-tp9vqv4mr5 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-trkEhzp6rV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-trkEhzp6rV img,
.cid-trkEhzp6rV .item-img {
  width: 100%;
}
.cid-trkEhzp6rV .item:focus,
.cid-trkEhzp6rV span:focus {
  outline: none;
}
.cid-trkEhzp6rV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-trkEhzp6rV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-trkEhzp6rV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trkEhzp6rV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-trkEhzp6rV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-trkEhzp6rV .mbr-section-title {
  color: #232323;
}
.cid-trkEhzp6rV .mbr-text,
.cid-trkEhzp6rV .mbr-section-btn {
  text-align: left;
}
.cid-trkEhzp6rV .item-title {
  text-align: center;
}
.cid-trkEhzp6rV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tmrm82fU3z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tmrm82fU3z img,
.cid-tmrm82fU3z .item-img {
  width: 100%;
}
.cid-tmrm82fU3z .item:focus,
.cid-tmrm82fU3z span:focus {
  outline: none;
}
.cid-tmrm82fU3z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmrm82fU3z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmrm82fU3z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmrm82fU3z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmrm82fU3z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmrm82fU3z .mbr-section-title {
  color: #232323;
}
.cid-tmrm82fU3z .mbr-text,
.cid-tmrm82fU3z .mbr-section-btn {
  text-align: left;
}
.cid-tmrm82fU3z .item-title {
  text-align: center;
}
.cid-tmrm82fU3z .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tlv8pLJTiU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tlv8pLJTiU img,
.cid-tlv8pLJTiU .item-img {
  width: 100%;
}
.cid-tlv8pLJTiU .item:focus,
.cid-tlv8pLJTiU span:focus {
  outline: none;
}
.cid-tlv8pLJTiU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlv8pLJTiU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlv8pLJTiU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlv8pLJTiU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tlv8pLJTiU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlv8pLJTiU .mbr-section-title {
  color: #232323;
}
.cid-tlv8pLJTiU .mbr-text,
.cid-tlv8pLJTiU .mbr-section-btn {
  text-align: left;
}
.cid-tlv8pLJTiU .item-title {
  text-align: center;
}
.cid-tlv8pLJTiU .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tgdP0m6nZk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tgdP0m6nZk img,
.cid-tgdP0m6nZk .item-img {
  width: 100%;
}
.cid-tgdP0m6nZk .item:focus,
.cid-tgdP0m6nZk span:focus {
  outline: none;
}
.cid-tgdP0m6nZk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgdP0m6nZk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgdP0m6nZk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgdP0m6nZk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgdP0m6nZk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgdP0m6nZk .mbr-section-title {
  color: #232323;
}
.cid-tgdP0m6nZk .mbr-text,
.cid-tgdP0m6nZk .mbr-section-btn {
  text-align: left;
}
.cid-tgdP0m6nZk .item-title {
  text-align: center;
}
.cid-tgdP0m6nZk .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t2xex5o7xD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-t2xex5o7xD img,
.cid-t2xex5o7xD .item-img {
  width: 100%;
}
.cid-t2xex5o7xD .item:focus,
.cid-t2xex5o7xD span:focus {
  outline: none;
}
.cid-t2xex5o7xD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2xex5o7xD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2xex5o7xD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2xex5o7xD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2xex5o7xD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2xex5o7xD .mbr-section-title {
  color: #232323;
}
.cid-t2xex5o7xD .mbr-text,
.cid-t2xex5o7xD .mbr-section-btn {
  text-align: left;
}
.cid-t2xex5o7xD .item-title {
  text-align: center;
}
.cid-t2xex5o7xD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t0imPUYw4g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-t0imPUYw4g img,
.cid-t0imPUYw4g .item-img {
  width: 100%;
}
.cid-t0imPUYw4g .item:focus,
.cid-t0imPUYw4g span:focus {
  outline: none;
}
.cid-t0imPUYw4g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0imPUYw4g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t0imPUYw4g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0imPUYw4g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t0imPUYw4g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0imPUYw4g .mbr-section-title {
  color: #232323;
}
.cid-t0imPUYw4g .mbr-text,
.cid-t0imPUYw4g .mbr-section-btn {
  text-align: left;
}
.cid-t0imPUYw4g .item-title {
  text-align: center;
}
.cid-t0imPUYw4g .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sQvgWkYhSa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sQvgWkYhSa img,
.cid-sQvgWkYhSa .item-img {
  width: 100%;
}
.cid-sQvgWkYhSa .item:focus,
.cid-sQvgWkYhSa span:focus {
  outline: none;
}
.cid-sQvgWkYhSa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sQvgWkYhSa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sQvgWkYhSa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQvgWkYhSa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sQvgWkYhSa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQvgWkYhSa .mbr-section-title {
  color: #232323;
}
.cid-sQvgWkYhSa .mbr-text,
.cid-sQvgWkYhSa .mbr-section-btn {
  text-align: left;
}
.cid-sQvgWkYhSa .item-title {
  text-align: center;
}
.cid-sQvgWkYhSa .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sO7Bf0YghB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sO7Bf0YghB img,
.cid-sO7Bf0YghB .item-img {
  width: 100%;
}
.cid-sO7Bf0YghB .item:focus,
.cid-sO7Bf0YghB span:focus {
  outline: none;
}
.cid-sO7Bf0YghB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sO7Bf0YghB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sO7Bf0YghB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sO7Bf0YghB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sO7Bf0YghB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sO7Bf0YghB .mbr-section-title {
  color: #232323;
}
.cid-sO7Bf0YghB .mbr-text,
.cid-sO7Bf0YghB .mbr-section-btn {
  text-align: left;
}
.cid-sO7Bf0YghB .item-title {
  text-align: center;
}
.cid-sO7Bf0YghB .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sO7BIBLCuy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sO7BIBLCuy img,
.cid-sO7BIBLCuy .item-img {
  width: 100%;
}
.cid-sO7BIBLCuy .item:focus,
.cid-sO7BIBLCuy span:focus {
  outline: none;
}
.cid-sO7BIBLCuy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sO7BIBLCuy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sO7BIBLCuy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sO7BIBLCuy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sO7BIBLCuy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sO7BIBLCuy .mbr-section-title {
  color: #232323;
}
.cid-sO7BIBLCuy .mbr-text,
.cid-sO7BIBLCuy .mbr-section-btn {
  text-align: left;
}
.cid-sO7BIBLCuy .item-title {
  text-align: center;
}
.cid-sO7BIBLCuy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-stWX2ijy58 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-stWX2ijy58 img,
.cid-stWX2ijy58 .item-img {
  width: 100%;
}
.cid-stWX2ijy58 .item:focus,
.cid-stWX2ijy58 span:focus {
  outline: none;
}
.cid-stWX2ijy58 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-stWX2ijy58 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-stWX2ijy58 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-stWX2ijy58 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-stWX2ijy58 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-stWX2ijy58 .mbr-section-title {
  color: #232323;
}
.cid-stWX2ijy58 .mbr-text,
.cid-stWX2ijy58 .mbr-section-btn {
  text-align: left;
}
.cid-stWX2ijy58 .item-title {
  text-align: center;
}
.cid-stWX2ijy58 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srLUYElrtZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srLUYElrtZ img,
.cid-srLUYElrtZ .item-img {
  width: 100%;
}
.cid-srLUYElrtZ .item:focus,
.cid-srLUYElrtZ span:focus {
  outline: none;
}
.cid-srLUYElrtZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srLUYElrtZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srLUYElrtZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srLUYElrtZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srLUYElrtZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srLUYElrtZ .mbr-section-title {
  color: #232323;
}
.cid-srLUYElrtZ .mbr-text,
.cid-srLUYElrtZ .mbr-section-btn {
  text-align: left;
}
.cid-srLUYElrtZ .item-title {
  text-align: center;
}
.cid-srLUYElrtZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sSKwb69i01 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sSKwb69i01 img,
.cid-sSKwb69i01 .item-img {
  width: 100%;
}
.cid-sSKwb69i01 .item:focus,
.cid-sSKwb69i01 span:focus {
  outline: none;
}
.cid-sSKwb69i01 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSKwb69i01 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSKwb69i01 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSKwb69i01 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sSKwb69i01 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSKwb69i01 .mbr-section-title {
  color: #232323;
}
.cid-sSKwb69i01 .mbr-text,
.cid-sSKwb69i01 .mbr-section-btn {
  text-align: left;
}
.cid-sSKwb69i01 .item-title {
  text-align: center;
}
.cid-sSKwb69i01 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sjrCNoHYr0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sjrCNoHYr0 img,
.cid-sjrCNoHYr0 .item-img {
  width: 100%;
}
.cid-sjrCNoHYr0 .item:focus,
.cid-sjrCNoHYr0 span:focus {
  outline: none;
}
.cid-sjrCNoHYr0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjrCNoHYr0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjrCNoHYr0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjrCNoHYr0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sjrCNoHYr0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjrCNoHYr0 .mbr-section-title {
  color: #232323;
}
.cid-sjrCNoHYr0 .mbr-text,
.cid-sjrCNoHYr0 .mbr-section-btn {
  text-align: left;
}
.cid-sjrCNoHYr0 .item-title {
  text-align: center;
}
.cid-sjrCNoHYr0 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-si4wlhow9l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-si4wlhow9l img,
.cid-si4wlhow9l .item-img {
  width: 100%;
}
.cid-si4wlhow9l .item:focus,
.cid-si4wlhow9l span:focus {
  outline: none;
}
.cid-si4wlhow9l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-si4wlhow9l .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-si4wlhow9l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-si4wlhow9l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-si4wlhow9l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-si4wlhow9l .mbr-section-title {
  color: #232323;
}
.cid-si4wlhow9l .mbr-text,
.cid-si4wlhow9l .mbr-section-btn {
  text-align: left;
}
.cid-si4wlhow9l .item-title {
  text-align: left;
}
.cid-si4wlhow9l .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgfTth43dQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgfTth43dQ img,
.cid-sgfTth43dQ .item-img {
  width: 100%;
}
.cid-sgfTth43dQ .item:focus,
.cid-sgfTth43dQ span:focus {
  outline: none;
}
.cid-sgfTth43dQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgfTth43dQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgfTth43dQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgfTth43dQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgfTth43dQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgfTth43dQ .mbr-section-title {
  color: #232323;
}
.cid-sgfTth43dQ .mbr-text,
.cid-sgfTth43dQ .mbr-section-btn {
  text-align: left;
}
.cid-sgfTth43dQ .item-title {
  text-align: center;
}
.cid-sgfTth43dQ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgfWTi0vi0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgfWTi0vi0 img,
.cid-sgfWTi0vi0 .item-img {
  width: 100%;
}
.cid-sgfWTi0vi0 .item:focus,
.cid-sgfWTi0vi0 span:focus {
  outline: none;
}
.cid-sgfWTi0vi0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgfWTi0vi0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgfWTi0vi0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgfWTi0vi0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgfWTi0vi0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgfWTi0vi0 .mbr-section-title {
  color: #232323;
}
.cid-sgfWTi0vi0 .mbr-text,
.cid-sgfWTi0vi0 .mbr-section-btn {
  text-align: left;
}
.cid-sgfWTi0vi0 .item-title {
  text-align: center;
  color: #232323;
}
.cid-sgfWTi0vi0 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgfV8GlSqY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgfV8GlSqY img,
.cid-sgfV8GlSqY .item-img {
  width: 100%;
}
.cid-sgfV8GlSqY .item:focus,
.cid-sgfV8GlSqY span:focus {
  outline: none;
}
.cid-sgfV8GlSqY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgfV8GlSqY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgfV8GlSqY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgfV8GlSqY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgfV8GlSqY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgfV8GlSqY .mbr-section-title {
  color: #232323;
}
.cid-sgfV8GlSqY .mbr-text,
.cid-sgfV8GlSqY .mbr-section-btn {
  text-align: left;
}
.cid-sgfV8GlSqY .item-title {
  text-align: center;
}
.cid-sgfV8GlSqY .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgfVyQQpU2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgfVyQQpU2 img,
.cid-sgfVyQQpU2 .item-img {
  width: 100%;
}
.cid-sgfVyQQpU2 .item:focus,
.cid-sgfVyQQpU2 span:focus {
  outline: none;
}
.cid-sgfVyQQpU2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgfVyQQpU2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgfVyQQpU2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgfVyQQpU2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgfVyQQpU2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgfVyQQpU2 .mbr-section-title {
  color: #232323;
}
.cid-sgfVyQQpU2 .mbr-text,
.cid-sgfVyQQpU2 .mbr-section-btn {
  text-align: left;
}
.cid-sgfVyQQpU2 .item-title {
  text-align: center;
}
.cid-sgfVyQQpU2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgfVW3jGO3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-sgfVW3jGO3 img,
.cid-sgfVW3jGO3 .item-img {
  width: 100%;
}
.cid-sgfVW3jGO3 .item:focus,
.cid-sgfVW3jGO3 span:focus {
  outline: none;
}
.cid-sgfVW3jGO3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgfVW3jGO3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgfVW3jGO3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgfVW3jGO3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgfVW3jGO3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgfVW3jGO3 .mbr-section-title {
  color: #232323;
}
.cid-sgfVW3jGO3 .mbr-text,
.cid-sgfVW3jGO3 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sgfVW3jGO3 .item-title {
  text-align: center;
}
.cid-sgfVW3jGO3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sg4VWzqNZ1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sgeMYwXfQU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sgeMYwXfQU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgeMYwXfQU .row {
  flex-direction: row-reverse;
}
.cid-sgeMYwXfQU img {
  width: 100%;
}
.cid-sgeO36dRtM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-ssSFKKrWs9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-ssSFKKrWs9 .mbr-section-title {
  text-align: center;
}
.cid-tlv7lUIDxh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tlv7lUIDxh img,
.cid-tlv7lUIDxh .item-img {
  width: 100%;
}
.cid-tlv7lUIDxh .item:focus,
.cid-tlv7lUIDxh span:focus {
  outline: none;
}
.cid-tlv7lUIDxh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlv7lUIDxh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlv7lUIDxh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlv7lUIDxh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tlv7lUIDxh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlv7lUIDxh .mbr-section-title {
  color: #232323;
}
.cid-tlv7lUIDxh .mbr-text,
.cid-tlv7lUIDxh .mbr-section-btn {
  text-align: left;
}
.cid-tlv7lUIDxh .item-title {
  text-align: center;
}
.cid-tlv7lUIDxh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uxYUcnEiue {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-uxYUcnEiue img,
.cid-uxYUcnEiue .item-img {
  width: 100%;
}
.cid-uxYUcnEiue .item:focus,
.cid-uxYUcnEiue span:focus {
  outline: none;
}
.cid-uxYUcnEiue .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxYUcnEiue .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxYUcnEiue .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxYUcnEiue .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uxYUcnEiue .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxYUcnEiue .mbr-section-title {
  color: #232323;
}
.cid-uxYUcnEiue .mbr-text,
.cid-uxYUcnEiue .mbr-section-btn {
  text-align: left;
}
.cid-uxYUcnEiue .item-title {
  text-align: center;
}
.cid-uxYUcnEiue .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgeMYxNq1M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sgeVnJvoQj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sgeVnJvoQj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgeVnJvoQj .row {
  flex-direction: row-reverse;
}
.cid-sgeVnJvoQj img {
  width: 100%;
}
.cid-sgeWHiqB8P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-szSW03Dtoe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-szSW03Dtoe img,
.cid-szSW03Dtoe .item-img {
  width: 100%;
}
.cid-szSW03Dtoe .item:focus,
.cid-szSW03Dtoe span:focus {
  outline: none;
}
.cid-szSW03Dtoe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szSW03Dtoe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szSW03Dtoe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szSW03Dtoe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-szSW03Dtoe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szSW03Dtoe .mbr-section-title {
  color: #232323;
}
.cid-szSW03Dtoe .mbr-text,
.cid-szSW03Dtoe .mbr-section-btn {
  text-align: left;
}
.cid-szSW03Dtoe .item-title {
  text-align: center;
}
.cid-szSW03Dtoe .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-svrFbnQILe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-svrFbnQILe img,
.cid-svrFbnQILe .item-img {
  width: 100%;
}
.cid-svrFbnQILe .item:focus,
.cid-svrFbnQILe span:focus {
  outline: none;
}
.cid-svrFbnQILe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svrFbnQILe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-svrFbnQILe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svrFbnQILe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-svrFbnQILe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svrFbnQILe .mbr-section-title {
  color: #232323;
}
.cid-svrFbnQILe .mbr-text,
.cid-svrFbnQILe .mbr-section-btn {
  text-align: left;
}
.cid-svrFbnQILe .item-title {
  text-align: center;
}
.cid-svrFbnQILe .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-svrGccSMMD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-svrGccSMMD img,
.cid-svrGccSMMD .item-img {
  width: 100%;
}
.cid-svrGccSMMD .item:focus,
.cid-svrGccSMMD span:focus {
  outline: none;
}
.cid-svrGccSMMD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svrGccSMMD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-svrGccSMMD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svrGccSMMD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-svrGccSMMD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svrGccSMMD .mbr-section-title {
  color: #232323;
}
.cid-svrGccSMMD .mbr-text,
.cid-svrGccSMMD .mbr-section-btn {
  text-align: left;
}
.cid-svrGccSMMD .item-title {
  text-align: center;
}
.cid-svrGccSMMD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-svrGdx3QLV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-svrGdx3QLV img,
.cid-svrGdx3QLV .item-img {
  width: 100%;
}
.cid-svrGdx3QLV .item:focus,
.cid-svrGdx3QLV span:focus {
  outline: none;
}
.cid-svrGdx3QLV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svrGdx3QLV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-svrGdx3QLV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svrGdx3QLV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-svrGdx3QLV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svrGdx3QLV .mbr-section-title {
  color: #232323;
}
.cid-svrGdx3QLV .mbr-text,
.cid-svrGdx3QLV .mbr-section-btn {
  text-align: left;
}
.cid-svrGdx3QLV .item-title {
  text-align: center;
}
.cid-svrGdx3QLV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ssjoZftKav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-ssjoZftKav img,
.cid-ssjoZftKav .item-img {
  width: 100%;
}
.cid-ssjoZftKav .item:focus,
.cid-ssjoZftKav span:focus {
  outline: none;
}
.cid-ssjoZftKav .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ssjoZftKav .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ssjoZftKav .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssjoZftKav .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ssjoZftKav .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ssjoZftKav .mbr-section-title {
  color: #232323;
}
.cid-ssjoZftKav .mbr-text,
.cid-ssjoZftKav .mbr-section-btn {
  text-align: left;
}
.cid-ssjoZftKav .item-title {
  text-align: center;
}
.cid-ssjoZftKav .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ssjp0Rjmig {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-ssjp0Rjmig .mbr-section-title {
  text-align: center;
}
.cid-sgsq36mBJF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgsq36mBJF img,
.cid-sgsq36mBJF .item-img {
  width: 100%;
}
.cid-sgsq36mBJF .item:focus,
.cid-sgsq36mBJF span:focus {
  outline: none;
}
.cid-sgsq36mBJF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsq36mBJF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsq36mBJF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsq36mBJF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsq36mBJF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsq36mBJF .mbr-section-title {
  color: #232323;
}
.cid-sgsq36mBJF .mbr-text,
.cid-sgsq36mBJF .mbr-section-btn {
  text-align: left;
}
.cid-sgsq36mBJF .item-title {
  text-align: center;
}
.cid-sgsq36mBJF .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgsrq3d88Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgsrq3d88Y img,
.cid-sgsrq3d88Y .item-img {
  width: 100%;
}
.cid-sgsrq3d88Y .item:focus,
.cid-sgsrq3d88Y span:focus {
  outline: none;
}
.cid-sgsrq3d88Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsrq3d88Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsrq3d88Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsrq3d88Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsrq3d88Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsrq3d88Y .mbr-section-title {
  color: #232323;
}
.cid-sgsrq3d88Y .mbr-text,
.cid-sgsrq3d88Y .mbr-section-btn {
  text-align: left;
}
.cid-sgsrq3d88Y .item-title {
  text-align: center;
}
.cid-sgsrq3d88Y .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgsrBxlyyi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgsrBxlyyi img,
.cid-sgsrBxlyyi .item-img {
  width: 100%;
}
.cid-sgsrBxlyyi .item:focus,
.cid-sgsrBxlyyi span:focus {
  outline: none;
}
.cid-sgsrBxlyyi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsrBxlyyi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsrBxlyyi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsrBxlyyi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsrBxlyyi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsrBxlyyi .mbr-section-title {
  color: #232323;
}
.cid-sgsrBxlyyi .mbr-text,
.cid-sgsrBxlyyi .mbr-section-btn {
  text-align: left;
}
.cid-sgsrBxlyyi .item-title {
  text-align: center;
}
.cid-sgsrBxlyyi .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgeVnKbqjL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sgeVGKiY6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sgeVGKiY6x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgeVGKiY6x .row {
  flex-direction: row-reverse;
}
.cid-sgeVGKiY6x img {
  width: 100%;
}
.cid-sgeWmLS3cJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-tqGbwbo0So {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tqGbwbo0So img,
.cid-tqGbwbo0So .item-img {
  width: 100%;
}
.cid-tqGbwbo0So .item:focus,
.cid-tqGbwbo0So span:focus {
  outline: none;
}
.cid-tqGbwbo0So .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqGbwbo0So .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqGbwbo0So .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqGbwbo0So .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqGbwbo0So .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqGbwbo0So .mbr-section-title {
  color: #232323;
}
.cid-tqGbwbo0So .mbr-text,
.cid-tqGbwbo0So .mbr-section-btn {
  text-align: left;
}
.cid-tqGbwbo0So .item-title {
  text-align: center;
}
.cid-tqGbwbo0So .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tpP2rKvMss {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-tpP2rKvMss img,
.cid-tpP2rKvMss .item-img {
  width: 100%;
}
.cid-tpP2rKvMss .item:focus,
.cid-tpP2rKvMss span:focus {
  outline: none;
}
.cid-tpP2rKvMss .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpP2rKvMss .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpP2rKvMss .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpP2rKvMss .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpP2rKvMss .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpP2rKvMss .mbr-section-title {
  color: #232323;
}
.cid-tpP2rKvMss .mbr-text,
.cid-tpP2rKvMss .mbr-section-btn {
  text-align: left;
}
.cid-tpP2rKvMss .item-title {
  text-align: center;
}
.cid-tpP2rKvMss .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgst2wOz1K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgst2wOz1K img,
.cid-sgst2wOz1K .item-img {
  width: 100%;
}
.cid-sgst2wOz1K .item:focus,
.cid-sgst2wOz1K span:focus {
  outline: none;
}
.cid-sgst2wOz1K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgst2wOz1K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgst2wOz1K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgst2wOz1K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgst2wOz1K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgst2wOz1K .mbr-section-title {
  color: #232323;
}
.cid-sgst2wOz1K .mbr-text,
.cid-sgst2wOz1K .mbr-section-btn {
  text-align: left;
}
.cid-sgst2wOz1K .item-title {
  text-align: center;
}
.cid-sgst2wOz1K .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgsttaEKqG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgsttaEKqG img,
.cid-sgsttaEKqG .item-img {
  width: 100%;
}
.cid-sgsttaEKqG .item:focus,
.cid-sgsttaEKqG span:focus {
  outline: none;
}
.cid-sgsttaEKqG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgsttaEKqG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgsttaEKqG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgsttaEKqG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgsttaEKqG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgsttaEKqG .mbr-section-title {
  color: #232323;
}
.cid-sgsttaEKqG .mbr-text,
.cid-sgsttaEKqG .mbr-section-btn {
  text-align: left;
}
.cid-sgsttaEKqG .item-title {
  text-align: center;
}
.cid-sgsttaEKqG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgstFfZGqk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgstFfZGqk img,
.cid-sgstFfZGqk .item-img {
  width: 100%;
}
.cid-sgstFfZGqk .item:focus,
.cid-sgstFfZGqk span:focus {
  outline: none;
}
.cid-sgstFfZGqk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgstFfZGqk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgstFfZGqk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgstFfZGqk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgstFfZGqk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgstFfZGqk .mbr-section-title {
  color: #232323;
}
.cid-sgstFfZGqk .mbr-text,
.cid-sgstFfZGqk .mbr-section-btn {
  text-align: left;
}
.cid-sgstFfZGqk .item-title {
  text-align: center;
}
.cid-sgstFfZGqk .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgswhXL6sz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-sgswhXL6sz img,
.cid-sgswhXL6sz .item-img {
  width: 100%;
}
.cid-sgswhXL6sz .item:focus,
.cid-sgswhXL6sz span:focus {
  outline: none;
}
.cid-sgswhXL6sz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgswhXL6sz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgswhXL6sz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgswhXL6sz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgswhXL6sz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgswhXL6sz .mbr-section-title {
  color: #232323;
}
.cid-sgswhXL6sz .mbr-text,
.cid-sgswhXL6sz .mbr-section-btn {
  text-align: left;
}
.cid-sgswhXL6sz .item-title {
  text-align: center;
}
.cid-sgswhXL6sz .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sgeVGL3uAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srzzcOUVFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-srzzcOUVFM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srzzcOUVFM .row {
  flex-direction: row-reverse;
}
.cid-srzzcOUVFM img {
  width: 100%;
}
.cid-srzzcPIAgA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-srzzcPIAgA .mbr-section-title {
  text-align: left;
}
.cid-srzzcPVZHe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcPVZHe img,
.cid-srzzcPVZHe .item-img {
  width: 100%;
}
.cid-srzzcPVZHe .item:focus,
.cid-srzzcPVZHe span:focus {
  outline: none;
}
.cid-srzzcPVZHe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcPVZHe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcPVZHe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcPVZHe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcPVZHe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcPVZHe .mbr-section-title {
  color: #232323;
}
.cid-srzzcPVZHe .mbr-text,
.cid-srzzcPVZHe .mbr-section-btn {
  text-align: left;
}
.cid-srzzcPVZHe .item-title {
  text-align: center;
}
.cid-srzzcPVZHe .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcQuIH1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcQuIH1 img,
.cid-srzzcQuIH1 .item-img {
  width: 100%;
}
.cid-srzzcQuIH1 .item:focus,
.cid-srzzcQuIH1 span:focus {
  outline: none;
}
.cid-srzzcQuIH1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcQuIH1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcQuIH1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcQuIH1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcQuIH1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcQuIH1 .mbr-section-title {
  color: #232323;
}
.cid-srzzcQuIH1 .mbr-text,
.cid-srzzcQuIH1 .mbr-section-btn {
  text-align: left;
}
.cid-srzzcQuIH1 .item-title {
  text-align: center;
}
.cid-srzzcQuIH1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcQOepm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcQOepm img,
.cid-srzzcQOepm .item-img {
  width: 100%;
}
.cid-srzzcQOepm .item:focus,
.cid-srzzcQOepm span:focus {
  outline: none;
}
.cid-srzzcQOepm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcQOepm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcQOepm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcQOepm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcQOepm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcQOepm .mbr-section-title {
  color: #232323;
}
.cid-srzzcQOepm .mbr-text,
.cid-srzzcQOepm .mbr-section-btn {
  text-align: left;
}
.cid-srzzcQOepm .item-title {
  text-align: center;
}
.cid-srzzcQOepm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcRkqkl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcRkqkl img,
.cid-srzzcRkqkl .item-img {
  width: 100%;
}
.cid-srzzcRkqkl .item:focus,
.cid-srzzcRkqkl span:focus {
  outline: none;
}
.cid-srzzcRkqkl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcRkqkl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcRkqkl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcRkqkl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcRkqkl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcRkqkl .mbr-section-title {
  color: #232323;
}
.cid-srzzcRkqkl .mbr-text,
.cid-srzzcRkqkl .mbr-section-btn {
  text-align: left;
}
.cid-srzzcRkqkl .item-title {
  text-align: center;
}
.cid-srzzcRkqkl .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcS10f3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcS10f3 img,
.cid-srzzcS10f3 .item-img {
  width: 100%;
}
.cid-srzzcS10f3 .item:focus,
.cid-srzzcS10f3 span:focus {
  outline: none;
}
.cid-srzzcS10f3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcS10f3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcS10f3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcS10f3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcS10f3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcS10f3 .mbr-section-title {
  color: #232323;
}
.cid-srzzcS10f3 .mbr-text,
.cid-srzzcS10f3 .mbr-section-btn {
  text-align: left;
}
.cid-srzzcS10f3 .item-title {
  text-align: center;
}
.cid-srzzcS10f3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcSn08B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcSn08B img,
.cid-srzzcSn08B .item-img {
  width: 100%;
}
.cid-srzzcSn08B .item:focus,
.cid-srzzcSn08B span:focus {
  outline: none;
}
.cid-srzzcSn08B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcSn08B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcSn08B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcSn08B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcSn08B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcSn08B .mbr-section-title {
  color: #232323;
}
.cid-srzzcSn08B .mbr-text,
.cid-srzzcSn08B .mbr-section-btn {
  text-align: left;
}
.cid-srzzcSn08B .item-title {
  text-align: center;
}
.cid-srzzcSn08B .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcSOTaM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-srzzcSOTaM img,
.cid-srzzcSOTaM .item-img {
  width: 100%;
}
.cid-srzzcSOTaM .item:focus,
.cid-srzzcSOTaM span:focus {
  outline: none;
}
.cid-srzzcSOTaM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcSOTaM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcSOTaM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcSOTaM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcSOTaM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcSOTaM .mbr-section-title {
  color: #232323;
}
.cid-srzzcSOTaM .mbr-text,
.cid-srzzcSOTaM .mbr-section-btn {
  text-align: left;
}
.cid-srzzcSOTaM .item-title {
  text-align: center;
}
.cid-srzzcSOTaM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcTlJeq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cc99ff;
}
.cid-srzzcTlJeq img,
.cid-srzzcTlJeq .item-img {
  width: 100%;
}
.cid-srzzcTlJeq .item:focus,
.cid-srzzcTlJeq span:focus {
  outline: none;
}
.cid-srzzcTlJeq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcTlJeq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcTlJeq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcTlJeq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcTlJeq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcTlJeq .mbr-section-title {
  color: #232323;
}
.cid-srzzcTlJeq .mbr-text,
.cid-srzzcTlJeq .mbr-section-btn {
  text-align: left;
}
.cid-srzzcTlJeq .item-title {
  text-align: center;
}
.cid-srzzcTlJeq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcTJftp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-srzzcTJftp img,
.cid-srzzcTJftp .item-img {
  width: 100%;
}
.cid-srzzcTJftp .item:focus,
.cid-srzzcTJftp span:focus {
  outline: none;
}
.cid-srzzcTJftp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcTJftp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcTJftp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcTJftp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcTJftp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcTJftp .mbr-section-title {
  color: #232323;
}
.cid-srzzcTJftp .mbr-text,
.cid-srzzcTJftp .mbr-section-btn {
  text-align: left;
}
.cid-srzzcTJftp .item-title {
  text-align: center;
}
.cid-srzzcTJftp .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcU3Dja {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-srzzcU3Dja img,
.cid-srzzcU3Dja .item-img {
  width: 100%;
}
.cid-srzzcU3Dja .item:focus,
.cid-srzzcU3Dja span:focus {
  outline: none;
}
.cid-srzzcU3Dja .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcU3Dja .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcU3Dja .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcU3Dja .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcU3Dja .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcU3Dja .mbr-section-title {
  color: #232323;
}
.cid-srzzcU3Dja .mbr-text,
.cid-srzzcU3Dja .mbr-section-btn {
  text-align: left;
}
.cid-srzzcU3Dja .item-title {
  text-align: center;
}
.cid-srzzcU3Dja .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcUyXHC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-srzzcUyXHC img,
.cid-srzzcUyXHC .item-img {
  width: 100%;
}
.cid-srzzcUyXHC .item:focus,
.cid-srzzcUyXHC span:focus {
  outline: none;
}
.cid-srzzcUyXHC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcUyXHC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcUyXHC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcUyXHC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcUyXHC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcUyXHC .mbr-section-title {
  color: #232323;
}
.cid-srzzcUyXHC .mbr-text,
.cid-srzzcUyXHC .mbr-section-btn {
  text-align: left;
}
.cid-srzzcUyXHC .item-title {
  text-align: center;
}
.cid-srzzcUyXHC .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcVkmHj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cc99ff;
}
.cid-srzzcVkmHj img,
.cid-srzzcVkmHj .item-img {
  width: 100%;
}
.cid-srzzcVkmHj .item:focus,
.cid-srzzcVkmHj span:focus {
  outline: none;
}
.cid-srzzcVkmHj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srzzcVkmHj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cc99ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srzzcVkmHj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srzzcVkmHj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srzzcVkmHj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srzzcVkmHj .mbr-section-title {
  color: #232323;
}
.cid-srzzcVkmHj .mbr-text,
.cid-srzzcVkmHj .mbr-section-btn {
  text-align: left;
}
.cid-srzzcVkmHj .item-title {
  text-align: center;
}
.cid-srzzcVkmHj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-srzzcVOtSM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
