body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !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: #6592e6 !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: #205ac5 !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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tGoXmpsSTw .navbar-dropdown {
  position: relative !important;
}
.cid-tGoXmpsSTw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGoXmpsSTw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGoXmpsSTw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGoXmpsSTw .dropdown-item:hover,
.cid-tGoXmpsSTw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tGoXmpsSTw .dropdown-item:hover span {
  color: white;
}
.cid-tGoXmpsSTw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGoXmpsSTw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGoXmpsSTw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGoXmpsSTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGoXmpsSTw .nav-link {
  position: relative;
}
.cid-tGoXmpsSTw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGoXmpsSTw .container {
    flex-wrap: wrap;
  }
}
.cid-tGoXmpsSTw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGoXmpsSTw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGoXmpsSTw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGoXmpsSTw .dropdown-menu,
.cid-tGoXmpsSTw .navbar.opened {
  background: #ca14ed !important;
}
.cid-tGoXmpsSTw .nav-item:focus,
.cid-tGoXmpsSTw .nav-link:focus {
  outline: none;
}
.cid-tGoXmpsSTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGoXmpsSTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGoXmpsSTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGoXmpsSTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGoXmpsSTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGoXmpsSTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGoXmpsSTw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ca14ed;
}
.cid-tGoXmpsSTw .navbar.opened {
  transition: all 0.3s;
}
.cid-tGoXmpsSTw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGoXmpsSTw .navbar .navbar-logo img {
  width: auto;
}
.cid-tGoXmpsSTw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGoXmpsSTw .navbar.collapsed {
  justify-content: center;
}
.cid-tGoXmpsSTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGoXmpsSTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGoXmpsSTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGoXmpsSTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGoXmpsSTw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGoXmpsSTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGoXmpsSTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGoXmpsSTw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoXmpsSTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGoXmpsSTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGoXmpsSTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGoXmpsSTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGoXmpsSTw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGoXmpsSTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGoXmpsSTw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGoXmpsSTw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGoXmpsSTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGoXmpsSTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGoXmpsSTw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGoXmpsSTw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGoXmpsSTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGoXmpsSTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGoXmpsSTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGoXmpsSTw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGoXmpsSTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGoXmpsSTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGoXmpsSTw .dropdown-item.active,
.cid-tGoXmpsSTw .dropdown-item:active {
  background-color: transparent;
}
.cid-tGoXmpsSTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGoXmpsSTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGoXmpsSTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGoXmpsSTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ca14ed;
}
.cid-tGoXmpsSTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGoXmpsSTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGoXmpsSTw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGoXmpsSTw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGoXmpsSTw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGoXmpsSTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tGoXmpsSTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGoXmpsSTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGoXmpsSTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGoXmpsSTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGoXmpsSTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGoXmpsSTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGoXmpsSTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGoXmpsSTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGoXmpsSTw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tGoXmpsSTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGoXmpsSTw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGoXmpsSTw .navbar {
    height: 70px;
  }
  .cid-tGoXmpsSTw .navbar.opened {
    height: auto;
  }
  .cid-tGoXmpsSTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGp0QcXdTe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGp0QcXdTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp0QcXdTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp0QcXdTe .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGp0QcXdTe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGp0QcXdTe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGp0QcXdTe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGp0QcXdTe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tGp0QcXdTe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tGp0QcXdTe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGp0QcXdTe .card-title {
  color: #004c58;
}
.cid-tGp2okFk8X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGp2okFk8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp2okFk8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp2okFk8X .mbr-section-title {
  color: #ffffff;
}
.cid-tGp3eiDwTJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGp3eiDwTJ img,
.cid-tGp3eiDwTJ .item-img {
  width: 100%;
}
.cid-tGp3eiDwTJ .item:focus,
.cid-tGp3eiDwTJ span:focus {
  outline: none;
}
.cid-tGp3eiDwTJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGp3eiDwTJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGp3eiDwTJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGp3eiDwTJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGp3eiDwTJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGp3eiDwTJ .mbr-section-title {
  color: #232323;
}
.cid-tGp3eiDwTJ .mbr-text,
.cid-tGp3eiDwTJ .mbr-section-btn {
  text-align: center;
}
.cid-tGp3eiDwTJ .item-title {
  text-align: center;
}
.cid-tGp3eiDwTJ .item-subtitle {
  text-align: center;
}
.cid-tGp3gMiaxl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGp3gMiaxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp3gMiaxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp3gMiaxl .mbr-section-title {
  color: #ffffff;
}
.cid-tGp3DybCla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGp3DybCla img,
.cid-tGp3DybCla .item-img {
  width: 100%;
}
.cid-tGp3DybCla .item:focus,
.cid-tGp3DybCla span:focus {
  outline: none;
}
.cid-tGp3DybCla .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGp3DybCla .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGp3DybCla .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGp3DybCla .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGp3DybCla .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGp3DybCla .mbr-section-title {
  color: #232323;
}
.cid-tGp3DybCla .mbr-text,
.cid-tGp3DybCla .mbr-section-btn {
  text-align: center;
}
.cid-tGp3DybCla .item-title {
  text-align: center;
}
.cid-tGp3DybCla .item-subtitle {
  text-align: left;
}
.cid-tGp4UazZt5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGp4UazZt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp4UazZt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp4UazZt5 .mbr-section-title {
  color: #ffffff;
}
.cid-tGp5aDwjAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tGp5aDwjAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp5aDwjAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp5aDwjAo .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tGp5aDwjAo .currentcost {
  color: #232323;
}
.cid-tGp5aDwjAo .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGp5aDwjAo .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGp5aDwjAo .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGp5aDwjAo .text-box {
    padding: 1rem;
  }
}
.cid-tGp5aDwjAo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGp8GTgPgL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGp8GTgPgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp8GTgPgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp8GTgPgL .mbr-section-title {
  color: #ffffff;
}
.cid-tGp8QaGaWV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGp8QaGaWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGp8QaGaWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGp8QaGaWV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tGp8QaGaWV .mbr-section-subtitle {
  text-align: left;
}
.cid-tGpc8X3tDL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpc8X3tDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpc8X3tDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpc8X3tDL .mbr-section-title {
  color: #fafafa;
}
.cid-tGpc8X3tDL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGpc9uVAMd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGpc9uVAMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpc9uVAMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGpc9uVAMd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGpc9uVAMd .row {
  flex-direction: row-reverse;
}
.cid-tGpc9uVAMd img {
  width: 100%;
}
.cid-tGpcXuS3Vk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpcXuS3Vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpcXuS3Vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpcXuS3Vk .mbr-section-title {
  color: #ffffff;
}
.cid-tGpd2ywjrv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGpd2ywjrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpd2ywjrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpd2ywjrv .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tGpd2ywjrv .item {
    margin-bottom: 4rem;
  }
}
.cid-tGpd2ywjrv .item:last-child .icon-box:before {
  display: none;
}
.cid-tGpd2ywjrv .item.last .icon-box:before {
  display: none;
}
.cid-tGpd2ywjrv .icon-box {
  background: #004c58;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tGpd2ywjrv .icon-box {
    margin-right: 1rem;
  }
}
.cid-tGpd2ywjrv .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #004c58;
  transform: translate(-50%, 0);
}
.cid-tGpd2ywjrv span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGpd2ywjrv .card {
    margin-bottom: 2rem;
  }
  .cid-tGpd2ywjrv .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tGpd2ywjrv .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-tGpd2ywjrv .icon-box::before {
    top: 114%;
  }
}
.cid-tGpfUmh7xE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tGpfUmh7xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpfUmh7xE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpfUmh7xE .content-wrapper {
  background: #ca14ed;
}
@media (max-width: 991px) {
  .cid-tGpfUmh7xE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGpfUmh7xE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGpfUmh7xE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGpfUmh7xE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tGpfUmh7xE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tGpfUmh7xE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGpfUmh7xE .card-title {
  color: #fafafa;
}
.cid-tGpfUmh7xE .mbr-text,
.cid-tGpfUmh7xE .mbr-section-btn {
  color: #ffffff;
}
.cid-tGphjeUZ8d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGphjeUZ8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGphjeUZ8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGphjeUZ8d .mbr-section-subtitle {
  text-align: left;
}
.cid-tGphXMBLYe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGphXMBLYe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGphXMBLYe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tGphXMBLYe .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tGpiKKW5Du {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpiKKW5Du .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpiKKW5Du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpiKKW5Du .mbr-section-title {
  color: #fafafa;
}
.cid-tGpiKKW5Du .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGpiLANhhA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGpiLANhhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpiLANhhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGpiLANhhA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGpiLANhhA .row {
  flex-direction: row-reverse;
}
.cid-tGpiLANhhA img {
  width: 100%;
}
.cid-tGpjbqEg1u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGpjbqEg1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpjbqEg1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGpjbqEg1u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGpjbqEg1u .row {
  flex-direction: row-reverse;
}
.cid-tGpjbqEg1u img {
  width: 100%;
}
.cid-tGpjG9ZaeU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpjG9ZaeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpjG9ZaeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpjG9ZaeU .mbr-section-title {
  color: #ffffff;
}
.cid-tGpjWY3oQT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGpjWY3oQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpjWY3oQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpjWY3oQT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tGpjWY3oQT .panel-group {
  border: none;
}
.cid-tGpjWY3oQT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGpjWY3oQT .panel-body,
.cid-tGpjWY3oQT .card-header {
  padding: 1rem 0;
}
.cid-tGpjWY3oQT .panel-title-edit {
  color: #000000;
}
.cid-tGpjWY3oQT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGpnGkY37S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpnGkY37S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpnGkY37S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpnGkY37S .mbr-section-title {
  color: #ffffff;
}
.cid-tGpo0qSAuF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGpo0qSAuF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGpo0qSAuF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tGpo0qSAuF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tGpoTGb9Qy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpoTGb9Qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpoTGb9Qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpoTGb9Qy .mbr-section-title {
  color: #ffffff;
}
.cid-tGpqQWkNJD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpqQWkNJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpqQWkNJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGpqQWkNJD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGpqQWkNJD .row {
  flex-direction: row-reverse;
}
.cid-tGpqQWkNJD img {
  width: 100%;
}
.cid-tGpOLu2GmR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-tGpOLu2GmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpOLu2GmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpOLu2GmR .mbr-text,
.cid-tGpOLu2GmR .mbr-section-btn {
  color: #232323;
}
.cid-tGpOLu2GmR .card-title,
.cid-tGpOLu2GmR .card-box {
  color: #ffffff;
}
.cid-tGpOLu2GmR .mbr-text,
.cid-tGpOLu2GmR .link-wrap {
  color: #ffffff;
}
.cid-tGpOLu2GmR .card-box .mbr-text,
.cid-tGpOLu2GmR .mbr-section-btn {
  color: #ffffff;
}
.cid-tGpPCJB9NT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tGpPCJB9NT .media-container-row .mbr-text {
  text-align: center;
}
.cid-tGpWt2poS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGpWt2poS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpWt2poS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpWt2poS8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tGpWYtGuK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGpWYtGuK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpWYtGuK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpWYtGuK2 .mbr-section-subtitle {
  text-align: left;
}
.cid-tGpX8ALwWC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGpX8ALwWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpX8ALwWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpX8ALwWC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vqQKNbLdos .navbar-dropdown {
  position: relative !important;
}
.cid-vqQKNbLdos .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQKNbLdos .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqQKNbLdos .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqQKNbLdos .dropdown-item:hover,
.cid-vqQKNbLdos .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vqQKNbLdos .dropdown-item:hover span {
  color: white;
}
.cid-vqQKNbLdos .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqQKNbLdos .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqQKNbLdos .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqQKNbLdos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqQKNbLdos .nav-link {
  position: relative;
}
.cid-vqQKNbLdos .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqQKNbLdos .container {
    flex-wrap: wrap;
  }
}
.cid-vqQKNbLdos .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqQKNbLdos .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vqQKNbLdos .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqQKNbLdos .dropdown-menu,
.cid-vqQKNbLdos .navbar.opened {
  background: #ca14ed !important;
}
.cid-vqQKNbLdos .nav-item:focus,
.cid-vqQKNbLdos .nav-link:focus {
  outline: none;
}
.cid-vqQKNbLdos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqQKNbLdos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqQKNbLdos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqQKNbLdos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQKNbLdos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqQKNbLdos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqQKNbLdos .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ca14ed;
}
.cid-vqQKNbLdos .navbar.opened {
  transition: all 0.3s;
}
.cid-vqQKNbLdos .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqQKNbLdos .navbar .navbar-logo img {
  width: auto;
}
.cid-vqQKNbLdos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqQKNbLdos .navbar.collapsed {
  justify-content: center;
}
.cid-vqQKNbLdos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqQKNbLdos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqQKNbLdos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqQKNbLdos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqQKNbLdos .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqQKNbLdos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqQKNbLdos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqQKNbLdos .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqQKNbLdos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqQKNbLdos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqQKNbLdos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqQKNbLdos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqQKNbLdos .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqQKNbLdos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqQKNbLdos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqQKNbLdos .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqQKNbLdos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqQKNbLdos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqQKNbLdos .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqQKNbLdos .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqQKNbLdos .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqQKNbLdos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqQKNbLdos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqQKNbLdos .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqQKNbLdos .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqQKNbLdos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqQKNbLdos .dropdown-item.active,
.cid-vqQKNbLdos .dropdown-item:active {
  background-color: transparent;
}
.cid-vqQKNbLdos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqQKNbLdos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqQKNbLdos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqQKNbLdos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ca14ed;
}
.cid-vqQKNbLdos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqQKNbLdos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqQKNbLdos ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqQKNbLdos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqQKNbLdos button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqQKNbLdos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqQKNbLdos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqQKNbLdos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQKNbLdos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQKNbLdos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqQKNbLdos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQKNbLdos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqQKNbLdos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqQKNbLdos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQKNbLdos .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqQKNbLdos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqQKNbLdos .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqQKNbLdos .navbar {
    height: 70px;
  }
  .cid-vqQKNbLdos .navbar.opened {
    height: auto;
  }
  .cid-vqQKNbLdos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqQKNc3pq0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNc3pq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNc3pq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNc3pq0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqQKNc3pq0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQKNc3pq0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqQKNc3pq0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqQKNc3pq0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqQKNc3pq0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqQKNc3pq0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQKNc3pq0 .card-title {
  color: #004c58;
}
.cid-vqQKNciFuF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNciFuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNciFuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNciFuF .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNcurYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNcurYr img,
.cid-vqQKNcurYr .item-img {
  width: 100%;
}
.cid-vqQKNcurYr .item:focus,
.cid-vqQKNcurYr span:focus {
  outline: none;
}
.cid-vqQKNcurYr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqQKNcurYr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqQKNcurYr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQKNcurYr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqQKNcurYr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqQKNcurYr .mbr-section-title {
  color: #232323;
}
.cid-vqQKNcurYr .mbr-text,
.cid-vqQKNcurYr .mbr-section-btn {
  text-align: center;
}
.cid-vqQKNcurYr .item-title {
  text-align: center;
}
.cid-vqQKNcurYr .item-subtitle {
  text-align: center;
}
.cid-vqQKNcMoZd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNcMoZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNcMoZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNcMoZd .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNcXAcO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNcXAcO img,
.cid-vqQKNcXAcO .item-img {
  width: 100%;
}
.cid-vqQKNcXAcO .item:focus,
.cid-vqQKNcXAcO span:focus {
  outline: none;
}
.cid-vqQKNcXAcO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqQKNcXAcO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqQKNcXAcO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQKNcXAcO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqQKNcXAcO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqQKNcXAcO .mbr-section-title {
  color: #232323;
}
.cid-vqQKNcXAcO .mbr-text,
.cid-vqQKNcXAcO .mbr-section-btn {
  text-align: center;
}
.cid-vqQKNcXAcO .item-title {
  text-align: center;
}
.cid-vqQKNcXAcO .item-subtitle {
  text-align: left;
}
.cid-vqQKNdfGtr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNdfGtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNdfGtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNdfGtr .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNdpv1u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqQKNdpv1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNdpv1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNdpv1u .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vqQKNdpv1u .currentcost {
  color: #232323;
}
.cid-vqQKNdpv1u .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vqQKNdpv1u .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQKNdpv1u .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQKNdpv1u .text-box {
    padding: 1rem;
  }
}
.cid-vqQKNdpv1u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQKNdBF9R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNdBF9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNdBF9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNdBF9R .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNdMlk3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNdMlk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNdMlk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNdMlk3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vqQKNdMlk3 .mbr-section-subtitle {
  text-align: left;
}
.cid-vqQKNdYiUr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNdYiUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNdYiUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNdYiUr .mbr-section-title {
  color: #fafafa;
}
.cid-vqQKNdYiUr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqQKNebTsJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQKNebTsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNebTsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKNebTsJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKNebTsJ .row {
  flex-direction: row-reverse;
}
.cid-vqQKNebTsJ img {
  width: 100%;
}
.cid-vqQKNeogEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNeogEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNeogEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNeogEx .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNeCNVj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNeCNVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNeCNVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNeCNVj .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-vqQKNeCNVj .item {
    margin-bottom: 4rem;
  }
}
.cid-vqQKNeCNVj .item:last-child .icon-box:before {
  display: none;
}
.cid-vqQKNeCNVj .item.last .icon-box:before {
  display: none;
}
.cid-vqQKNeCNVj .icon-box {
  background: #004c58;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vqQKNeCNVj .icon-box {
    margin-right: 1rem;
  }
}
.cid-vqQKNeCNVj .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #004c58;
  transform: translate(-50%, 0);
}
.cid-vqQKNeCNVj span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqQKNeCNVj .card {
    margin-bottom: 2rem;
  }
  .cid-vqQKNeCNVj .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vqQKNeCNVj .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-vqQKNeCNVj .icon-box::before {
    top: 114%;
  }
}
.cid-vqQKNf73Cw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqQKNf73Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNf73Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNf73Cw .content-wrapper {
  background: #ca14ed;
}
@media (max-width: 991px) {
  .cid-vqQKNf73Cw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQKNf73Cw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqQKNf73Cw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqQKNf73Cw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqQKNf73Cw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqQKNf73Cw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQKNf73Cw .card-title {
  color: #fafafa;
}
.cid-vqQKNf73Cw .mbr-text,
.cid-vqQKNf73Cw .mbr-section-btn {
  color: #ffffff;
}
.cid-vqQKNfr3du {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNfr3du .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNfr3du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNfr3du .mbr-section-subtitle {
  text-align: left;
}
.cid-vqQKNfEJAW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqQKNfEJAW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqQKNfEJAW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqQKNfEJAW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqQKNfQKO7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNfQKO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNfQKO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNfQKO7 .mbr-section-title {
  color: #fafafa;
}
.cid-vqQKNfQKO7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqQKNg4hPv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQKNg4hPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNg4hPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKNg4hPv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKNg4hPv .row {
  flex-direction: row-reverse;
}
.cid-vqQKNg4hPv img {
  width: 100%;
}
.cid-vqQKNgliEC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQKNgliEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNgliEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKNgliEC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKNgliEC .row {
  flex-direction: row-reverse;
}
.cid-vqQKNgliEC img {
  width: 100%;
}
.cid-vqQKNhjXSY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNhjXSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNhjXSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNhjXSY .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNhPqOk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqQKNhPqOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNhPqOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNhPqOk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-vqQKNhPqOk .panel-group {
  border: none;
}
.cid-vqQKNhPqOk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqQKNhPqOk .panel-body,
.cid-vqQKNhPqOk .card-header {
  padding: 1rem 0;
}
.cid-vqQKNhPqOk .panel-title-edit {
  color: #000000;
}
.cid-vqQKNhPqOk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vqQKNiq6YL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNiq6YL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNiq6YL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNiq6YL .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNiRiE2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKNiRiE2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqQKNiRiE2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqQKNiRiE2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqQKNjwsAA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNjwsAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNjwsAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNjwsAA .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKNjQG5Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNjQG5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNjQG5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKNjQG5Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKNjQG5Q .row {
  flex-direction: row-reverse;
}
.cid-vqQKNjQG5Q img {
  width: 100%;
}
.cid-vqQKNkaVp3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKNkaVp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKNkaVp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKNkaVp3 .mbr-text,
.cid-vqQKNkaVp3 .mbr-section-btn {
  color: #232323;
}
.cid-vqQKNkaVp3 .card-title,
.cid-vqQKNkaVp3 .card-box {
  color: #ffffff;
}
.cid-vqQKNkaVp3 .mbr-text,
.cid-vqQKNkaVp3 .link-wrap {
  color: #ffffff;
}
.cid-vqQKNkaVp3 .card-box .mbr-text,
.cid-vqQKNkaVp3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vqQKNkw4DY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vqQKNkw4DY .media-container-row .mbr-text {
  text-align: center;
}
.cid-vqQKOl4K0s .navbar-dropdown {
  position: relative !important;
}
.cid-vqQKOl4K0s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQKOl4K0s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqQKOl4K0s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqQKOl4K0s .dropdown-item:hover,
.cid-vqQKOl4K0s .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vqQKOl4K0s .dropdown-item:hover span {
  color: white;
}
.cid-vqQKOl4K0s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqQKOl4K0s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqQKOl4K0s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqQKOl4K0s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqQKOl4K0s .nav-link {
  position: relative;
}
.cid-vqQKOl4K0s .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqQKOl4K0s .container {
    flex-wrap: wrap;
  }
}
.cid-vqQKOl4K0s .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqQKOl4K0s .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vqQKOl4K0s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqQKOl4K0s .dropdown-menu,
.cid-vqQKOl4K0s .navbar.opened {
  background: #ca14ed !important;
}
.cid-vqQKOl4K0s .nav-item:focus,
.cid-vqQKOl4K0s .nav-link:focus {
  outline: none;
}
.cid-vqQKOl4K0s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqQKOl4K0s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqQKOl4K0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqQKOl4K0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQKOl4K0s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqQKOl4K0s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqQKOl4K0s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ca14ed;
}
.cid-vqQKOl4K0s .navbar.opened {
  transition: all 0.3s;
}
.cid-vqQKOl4K0s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqQKOl4K0s .navbar .navbar-logo img {
  width: auto;
}
.cid-vqQKOl4K0s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqQKOl4K0s .navbar.collapsed {
  justify-content: center;
}
.cid-vqQKOl4K0s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqQKOl4K0s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqQKOl4K0s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqQKOl4K0s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqQKOl4K0s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqQKOl4K0s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqQKOl4K0s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqQKOl4K0s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqQKOl4K0s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqQKOl4K0s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqQKOl4K0s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqQKOl4K0s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqQKOl4K0s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqQKOl4K0s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqQKOl4K0s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqQKOl4K0s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqQKOl4K0s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqQKOl4K0s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqQKOl4K0s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqQKOl4K0s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqQKOl4K0s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqQKOl4K0s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqQKOl4K0s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqQKOl4K0s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqQKOl4K0s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqQKOl4K0s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqQKOl4K0s .dropdown-item.active,
.cid-vqQKOl4K0s .dropdown-item:active {
  background-color: transparent;
}
.cid-vqQKOl4K0s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqQKOl4K0s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqQKOl4K0s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqQKOl4K0s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ca14ed;
}
.cid-vqQKOl4K0s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqQKOl4K0s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqQKOl4K0s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqQKOl4K0s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqQKOl4K0s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqQKOl4K0s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqQKOl4K0s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqQKOl4K0s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQKOl4K0s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQKOl4K0s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqQKOl4K0s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQKOl4K0s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqQKOl4K0s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqQKOl4K0s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQKOl4K0s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqQKOl4K0s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqQKOl4K0s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqQKOl4K0s .navbar {
    height: 70px;
  }
  .cid-vqQKOl4K0s .navbar.opened {
    height: auto;
  }
  .cid-vqQKOl4K0s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqQKOlkiF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOlkiF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOlkiF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOlkiF5 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqQKOlkiF5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQKOlkiF5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqQKOlkiF5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqQKOlkiF5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqQKOlkiF5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqQKOlkiF5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQKOlkiF5 .card-title {
  color: #004c58;
}
.cid-vqQKOlwIt8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOlwIt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOlwIt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOlwIt8 .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOlJzit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOlJzit img,
.cid-vqQKOlJzit .item-img {
  width: 100%;
}
.cid-vqQKOlJzit .item:focus,
.cid-vqQKOlJzit span:focus {
  outline: none;
}
.cid-vqQKOlJzit .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqQKOlJzit .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqQKOlJzit .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQKOlJzit .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqQKOlJzit .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqQKOlJzit .mbr-section-title {
  color: #232323;
}
.cid-vqQKOlJzit .mbr-text,
.cid-vqQKOlJzit .mbr-section-btn {
  text-align: center;
}
.cid-vqQKOlJzit .item-title {
  text-align: center;
}
.cid-vqQKOlJzit .item-subtitle {
  text-align: center;
}
.cid-vqQKOm0ExY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOm0ExY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOm0ExY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOm0ExY .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOmas9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOmas9W img,
.cid-vqQKOmas9W .item-img {
  width: 100%;
}
.cid-vqQKOmas9W .item:focus,
.cid-vqQKOmas9W span:focus {
  outline: none;
}
.cid-vqQKOmas9W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqQKOmas9W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqQKOmas9W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQKOmas9W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqQKOmas9W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqQKOmas9W .mbr-section-title {
  color: #232323;
}
.cid-vqQKOmas9W .mbr-text,
.cid-vqQKOmas9W .mbr-section-btn {
  text-align: center;
}
.cid-vqQKOmas9W .item-title {
  text-align: center;
}
.cid-vqQKOmas9W .item-subtitle {
  text-align: left;
}
.cid-vqQKOmqaRG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOmqaRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOmqaRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOmqaRG .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOmDk2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqQKOmDk2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOmDk2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOmDk2C .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vqQKOmDk2C .currentcost {
  color: #232323;
}
.cid-vqQKOmDk2C .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vqQKOmDk2C .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQKOmDk2C .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQKOmDk2C .text-box {
    padding: 1rem;
  }
}
.cid-vqQKOmDk2C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQKOmRswv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOmRswv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOmRswv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOmRswv .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOn6AYc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOn6AYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOn6AYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOn6AYc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vqQKOn6AYc .mbr-section-subtitle {
  text-align: left;
}
.cid-vqQKOnj3hc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOnj3hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOnj3hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOnj3hc .mbr-section-title {
  color: #fafafa;
}
.cid-vqQKOnj3hc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqQKOnvsEf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQKOnvsEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOnvsEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKOnvsEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKOnvsEf .row {
  flex-direction: row-reverse;
}
.cid-vqQKOnvsEf img {
  width: 100%;
}
.cid-vqQKOnLF5W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOnLF5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOnLF5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOnLF5W .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOnZCAY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOnZCAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOnZCAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOnZCAY .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-vqQKOnZCAY .item {
    margin-bottom: 4rem;
  }
}
.cid-vqQKOnZCAY .item:last-child .icon-box:before {
  display: none;
}
.cid-vqQKOnZCAY .item.last .icon-box:before {
  display: none;
}
.cid-vqQKOnZCAY .icon-box {
  background: #004c58;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vqQKOnZCAY .icon-box {
    margin-right: 1rem;
  }
}
.cid-vqQKOnZCAY .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #004c58;
  transform: translate(-50%, 0);
}
.cid-vqQKOnZCAY span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqQKOnZCAY .card {
    margin-bottom: 2rem;
  }
  .cid-vqQKOnZCAY .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vqQKOnZCAY .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-vqQKOnZCAY .icon-box::before {
    top: 114%;
  }
}
.cid-vqQKOosaAl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOosaAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOosaAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOosaAl .content-wrapper {
  background: #ca14ed;
}
@media (max-width: 991px) {
  .cid-vqQKOosaAl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQKOosaAl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqQKOosaAl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqQKOosaAl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqQKOosaAl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqQKOosaAl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQKOosaAl .card-title {
  color: #fafafa;
}
.cid-vqQKOosaAl .mbr-text,
.cid-vqQKOosaAl .mbr-section-btn {
  color: #ffffff;
}
.cid-vqQKOoHYYX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOoHYYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOoHYYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOoHYYX .mbr-section-subtitle {
  text-align: left;
}
.cid-vqQKOoWm21 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqQKOoWm21 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqQKOoWm21 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqQKOoWm21 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqQKOp9cil {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOp9cil .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOp9cil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOp9cil .mbr-section-title {
  color: #fafafa;
}
.cid-vqQKOp9cil .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqQKOppZCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQKOppZCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOppZCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKOppZCG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKOppZCG .row {
  flex-direction: row-reverse;
}
.cid-vqQKOppZCG img {
  width: 100%;
}
.cid-vqQKOpH9D5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQKOpH9D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOpH9D5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKOpH9D5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKOpH9D5 .row {
  flex-direction: row-reverse;
}
.cid-vqQKOpH9D5 img {
  width: 100%;
}
.cid-vqQKOpUeSe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOpUeSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOpUeSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOpUeSe .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOq8fz8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqQKOq8fz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOq8fz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOq8fz8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-vqQKOq8fz8 .panel-group {
  border: none;
}
.cid-vqQKOq8fz8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqQKOq8fz8 .panel-body,
.cid-vqQKOq8fz8 .card-header {
  padding: 1rem 0;
}
.cid-vqQKOq8fz8 .panel-title-edit {
  color: #000000;
}
.cid-vqQKOq8fz8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vqQKOqodeP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOqodeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOqodeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOqodeP .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOqAzOJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQKOqAzOJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqQKOqAzOJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqQKOqAzOJ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqQKOqLmex {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOqLmex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOqLmex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOqLmex .mbr-section-title {
  color: #ffffff;
}
.cid-vqQKOqZ6ln {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOqZ6ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOqZ6ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQKOqZ6ln .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQKOqZ6ln .row {
  flex-direction: row-reverse;
}
.cid-vqQKOqZ6ln img {
  width: 100%;
}
.cid-vqQKOretNb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQKOretNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQKOretNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQKOretNb .mbr-text,
.cid-vqQKOretNb .mbr-section-btn {
  color: #232323;
}
.cid-vqQKOretNb .card-title,
.cid-vqQKOretNb .card-box {
  color: #ffffff;
}
.cid-vqQKOretNb .mbr-text,
.cid-vqQKOretNb .link-wrap {
  color: #ffffff;
}
.cid-vqQKOretNb .card-box .mbr-text,
.cid-vqQKOretNb .mbr-section-btn {
  color: #ffffff;
}
.cid-vqQKOrqAIu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vqQKOrqAIu .media-container-row .mbr-text {
  text-align: center;
}
.cid-vqQZDICMFW .navbar-dropdown {
  position: relative !important;
}
.cid-vqQZDICMFW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQZDICMFW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqQZDICMFW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqQZDICMFW .dropdown-item:hover,
.cid-vqQZDICMFW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vqQZDICMFW .dropdown-item:hover span {
  color: white;
}
.cid-vqQZDICMFW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqQZDICMFW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqQZDICMFW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqQZDICMFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqQZDICMFW .nav-link {
  position: relative;
}
.cid-vqQZDICMFW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqQZDICMFW .container {
    flex-wrap: wrap;
  }
}
.cid-vqQZDICMFW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqQZDICMFW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vqQZDICMFW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqQZDICMFW .dropdown-menu,
.cid-vqQZDICMFW .navbar.opened {
  background: #ca14ed !important;
}
.cid-vqQZDICMFW .nav-item:focus,
.cid-vqQZDICMFW .nav-link:focus {
  outline: none;
}
.cid-vqQZDICMFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqQZDICMFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqQZDICMFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqQZDICMFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQZDICMFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqQZDICMFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqQZDICMFW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ca14ed;
}
.cid-vqQZDICMFW .navbar.opened {
  transition: all 0.3s;
}
.cid-vqQZDICMFW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqQZDICMFW .navbar .navbar-logo img {
  width: auto;
}
.cid-vqQZDICMFW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqQZDICMFW .navbar.collapsed {
  justify-content: center;
}
.cid-vqQZDICMFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqQZDICMFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqQZDICMFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqQZDICMFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqQZDICMFW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqQZDICMFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqQZDICMFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqQZDICMFW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqQZDICMFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqQZDICMFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqQZDICMFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqQZDICMFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqQZDICMFW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqQZDICMFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqQZDICMFW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqQZDICMFW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqQZDICMFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqQZDICMFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqQZDICMFW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqQZDICMFW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqQZDICMFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqQZDICMFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqQZDICMFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqQZDICMFW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqQZDICMFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqQZDICMFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqQZDICMFW .dropdown-item.active,
.cid-vqQZDICMFW .dropdown-item:active {
  background-color: transparent;
}
.cid-vqQZDICMFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqQZDICMFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqQZDICMFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqQZDICMFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ca14ed;
}
.cid-vqQZDICMFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqQZDICMFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqQZDICMFW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqQZDICMFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqQZDICMFW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqQZDICMFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqQZDICMFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqQZDICMFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQZDICMFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQZDICMFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqQZDICMFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQZDICMFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqQZDICMFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqQZDICMFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQZDICMFW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqQZDICMFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqQZDICMFW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqQZDICMFW .navbar {
    height: 70px;
  }
  .cid-vqQZDICMFW .navbar.opened {
    height: auto;
  }
  .cid-vqQZDICMFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqQZDIWRes {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDIWRes .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDIWRes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDIWRes .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqQZDIWRes .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQZDIWRes .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqQZDIWRes .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqQZDIWRes .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqQZDIWRes .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqQZDIWRes .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQZDIWRes .card-title {
  color: #004c58;
}
.cid-vqQZDJdUU1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDJdUU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDJdUU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDJdUU1 .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDJsPDq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDJsPDq img,
.cid-vqQZDJsPDq .item-img {
  width: 100%;
}
.cid-vqQZDJsPDq .item:focus,
.cid-vqQZDJsPDq span:focus {
  outline: none;
}
.cid-vqQZDJsPDq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqQZDJsPDq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqQZDJsPDq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQZDJsPDq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqQZDJsPDq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqQZDJsPDq .mbr-section-title {
  color: #232323;
}
.cid-vqQZDJsPDq .mbr-text,
.cid-vqQZDJsPDq .mbr-section-btn {
  text-align: center;
}
.cid-vqQZDJsPDq .item-title {
  text-align: center;
}
.cid-vqQZDJsPDq .item-subtitle {
  text-align: center;
}
.cid-vqQZDJWPci {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDJWPci .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDJWPci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDJWPci .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDKkLAy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDKkLAy img,
.cid-vqQZDKkLAy .item-img {
  width: 100%;
}
.cid-vqQZDKkLAy .item:focus,
.cid-vqQZDKkLAy span:focus {
  outline: none;
}
.cid-vqQZDKkLAy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqQZDKkLAy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqQZDKkLAy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQZDKkLAy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqQZDKkLAy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqQZDKkLAy .mbr-section-title {
  color: #232323;
}
.cid-vqQZDKkLAy .mbr-text,
.cid-vqQZDKkLAy .mbr-section-btn {
  text-align: center;
}
.cid-vqQZDKkLAy .item-title {
  text-align: center;
}
.cid-vqQZDKkLAy .item-subtitle {
  text-align: left;
}
.cid-vqQZDKZ8mh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDKZ8mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDKZ8mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDKZ8mh .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDLdnXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqQZDLdnXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDLdnXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDLdnXg .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vqQZDLdnXg .currentcost {
  color: #232323;
}
.cid-vqQZDLdnXg .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vqQZDLdnXg .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqQZDLdnXg .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQZDLdnXg .text-box {
    padding: 1rem;
  }
}
.cid-vqQZDLdnXg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQZDLvjxn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDLvjxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDLvjxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDLvjxn .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDLSO5J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDLSO5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDLSO5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDLSO5J .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vqQZDLSO5J .mbr-section-subtitle {
  text-align: left;
}
.cid-vqQZDMe9mD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDMe9mD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDMe9mD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDMe9mD .mbr-section-title {
  color: #fafafa;
}
.cid-vqQZDMe9mD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqQZDMsPY8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQZDMsPY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDMsPY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQZDMsPY8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQZDMsPY8 .row {
  flex-direction: row-reverse;
}
.cid-vqQZDMsPY8 img {
  width: 100%;
}
.cid-vqQZDMEZ9R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDMEZ9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDMEZ9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDMEZ9R .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDMXDey {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDMXDey .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDMXDey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDMXDey .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-vqQZDMXDey .item {
    margin-bottom: 4rem;
  }
}
.cid-vqQZDMXDey .item:last-child .icon-box:before {
  display: none;
}
.cid-vqQZDMXDey .item.last .icon-box:before {
  display: none;
}
.cid-vqQZDMXDey .icon-box {
  background: #004c58;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vqQZDMXDey .icon-box {
    margin-right: 1rem;
  }
}
.cid-vqQZDMXDey .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #004c58;
  transform: translate(-50%, 0);
}
.cid-vqQZDMXDey span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqQZDMXDey .card {
    margin-bottom: 2rem;
  }
  .cid-vqQZDMXDey .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vqQZDMXDey .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-vqQZDMXDey .icon-box::before {
    top: 114%;
  }
}
.cid-vqQZDNI85b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqQZDNI85b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDNI85b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDNI85b .content-wrapper {
  background: #ca14ed;
}
@media (max-width: 991px) {
  .cid-vqQZDNI85b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQZDNI85b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqQZDNI85b .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqQZDNI85b .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqQZDNI85b .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqQZDNI85b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqQZDNI85b .card-title {
  color: #fafafa;
}
.cid-vqQZDNI85b .mbr-text,
.cid-vqQZDNI85b .mbr-section-btn {
  color: #ffffff;
}
.cid-vqQZDO16tn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDO16tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDO16tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDO16tn .mbr-section-subtitle {
  text-align: left;
}
.cid-vqQZDOerBh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqQZDOerBh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqQZDOerBh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqQZDOerBh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqQZDOpr1U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDOpr1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDOpr1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDOpr1U .mbr-section-title {
  color: #fafafa;
}
.cid-vqQZDOpr1U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqQZDOFypT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQZDOFypT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDOFypT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQZDOFypT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQZDOFypT .row {
  flex-direction: row-reverse;
}
.cid-vqQZDOFypT img {
  width: 100%;
}
.cid-vqQZDOWhDa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqQZDOWhDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDOWhDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQZDOWhDa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQZDOWhDa .row {
  flex-direction: row-reverse;
}
.cid-vqQZDOWhDa img {
  width: 100%;
}
.cid-vqQZDP9h0f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDP9h0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDP9h0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDP9h0f .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDPmvVf {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqQZDPmvVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDPmvVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDPmvVf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-vqQZDPmvVf .panel-group {
  border: none;
}
.cid-vqQZDPmvVf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqQZDPmvVf .panel-body,
.cid-vqQZDPmvVf .card-header {
  padding: 1rem 0;
}
.cid-vqQZDPmvVf .panel-title-edit {
  color: #000000;
}
.cid-vqQZDPmvVf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vqQZDPC108 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDPC108 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDPC108 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDPC108 .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDPVUpr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQZDPVUpr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqQZDPVUpr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqQZDPVUpr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqQZDQa7fd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDQa7fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDQa7fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDQa7fd .mbr-section-title {
  color: #ffffff;
}
.cid-vqQZDQorEl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDQorEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDQorEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqQZDQorEl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqQZDQorEl .row {
  flex-direction: row-reverse;
}
.cid-vqQZDQorEl img {
  width: 100%;
}
.cid-vqQZDQDY8H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqQZDQDY8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQZDQDY8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQZDQDY8H .mbr-text,
.cid-vqQZDQDY8H .mbr-section-btn {
  color: #232323;
}
.cid-vqQZDQDY8H .card-title,
.cid-vqQZDQDY8H .card-box {
  color: #ffffff;
}
.cid-vqQZDQDY8H .mbr-text,
.cid-vqQZDQDY8H .link-wrap {
  color: #ffffff;
}
.cid-vqQZDQDY8H .card-box .mbr-text,
.cid-vqQZDQDY8H .mbr-section-btn {
  color: #ffffff;
}
.cid-vqQZDQSHwX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vqQZDQSHwX .media-container-row .mbr-text {
  text-align: center;
}
.cid-vqR1BCc2Fn .navbar-dropdown {
  position: relative !important;
}
.cid-vqR1BCc2Fn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqR1BCc2Fn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqR1BCc2Fn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqR1BCc2Fn .dropdown-item:hover,
.cid-vqR1BCc2Fn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vqR1BCc2Fn .dropdown-item:hover span {
  color: white;
}
.cid-vqR1BCc2Fn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqR1BCc2Fn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqR1BCc2Fn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqR1BCc2Fn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqR1BCc2Fn .nav-link {
  position: relative;
}
.cid-vqR1BCc2Fn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqR1BCc2Fn .container {
    flex-wrap: wrap;
  }
}
.cid-vqR1BCc2Fn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqR1BCc2Fn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vqR1BCc2Fn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqR1BCc2Fn .dropdown-menu,
.cid-vqR1BCc2Fn .navbar.opened {
  background: #ca14ed !important;
}
.cid-vqR1BCc2Fn .nav-item:focus,
.cid-vqR1BCc2Fn .nav-link:focus {
  outline: none;
}
.cid-vqR1BCc2Fn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqR1BCc2Fn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqR1BCc2Fn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqR1BCc2Fn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqR1BCc2Fn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqR1BCc2Fn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqR1BCc2Fn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ca14ed;
}
.cid-vqR1BCc2Fn .navbar.opened {
  transition: all 0.3s;
}
.cid-vqR1BCc2Fn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqR1BCc2Fn .navbar .navbar-logo img {
  width: auto;
}
.cid-vqR1BCc2Fn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqR1BCc2Fn .navbar.collapsed {
  justify-content: center;
}
.cid-vqR1BCc2Fn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqR1BCc2Fn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqR1BCc2Fn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqR1BCc2Fn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqR1BCc2Fn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqR1BCc2Fn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqR1BCc2Fn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqR1BCc2Fn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqR1BCc2Fn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqR1BCc2Fn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqR1BCc2Fn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqR1BCc2Fn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqR1BCc2Fn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqR1BCc2Fn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqR1BCc2Fn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqR1BCc2Fn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqR1BCc2Fn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqR1BCc2Fn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqR1BCc2Fn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqR1BCc2Fn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqR1BCc2Fn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqR1BCc2Fn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqR1BCc2Fn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqR1BCc2Fn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqR1BCc2Fn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqR1BCc2Fn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqR1BCc2Fn .dropdown-item.active,
.cid-vqR1BCc2Fn .dropdown-item:active {
  background-color: transparent;
}
.cid-vqR1BCc2Fn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqR1BCc2Fn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqR1BCc2Fn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqR1BCc2Fn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ca14ed;
}
.cid-vqR1BCc2Fn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqR1BCc2Fn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqR1BCc2Fn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqR1BCc2Fn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqR1BCc2Fn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqR1BCc2Fn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqR1BCc2Fn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqR1BCc2Fn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqR1BCc2Fn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqR1BCc2Fn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqR1BCc2Fn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqR1BCc2Fn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqR1BCc2Fn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqR1BCc2Fn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqR1BCc2Fn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqR1BCc2Fn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqR1BCc2Fn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqR1BCc2Fn .navbar {
    height: 70px;
  }
  .cid-vqR1BCc2Fn .navbar.opened {
    height: auto;
  }
  .cid-vqR1BCc2Fn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqR1BCQWrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BCQWrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BCQWrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BCQWrB .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqR1BCQWrB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqR1BCQWrB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqR1BCQWrB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqR1BCQWrB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqR1BCQWrB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqR1BCQWrB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqR1BCQWrB .card-title {
  color: #004c58;
}
.cid-vqR1BDlghA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BDlghA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BDlghA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BDlghA .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BDNVKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BDNVKI img,
.cid-vqR1BDNVKI .item-img {
  width: 100%;
}
.cid-vqR1BDNVKI .item:focus,
.cid-vqR1BDNVKI span:focus {
  outline: none;
}
.cid-vqR1BDNVKI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqR1BDNVKI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqR1BDNVKI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqR1BDNVKI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqR1BDNVKI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqR1BDNVKI .mbr-section-title {
  color: #232323;
}
.cid-vqR1BDNVKI .mbr-text,
.cid-vqR1BDNVKI .mbr-section-btn {
  text-align: center;
}
.cid-vqR1BDNVKI .item-title {
  text-align: center;
}
.cid-vqR1BDNVKI .item-subtitle {
  text-align: center;
}
.cid-vqR1BEsmmW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BEsmmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BEsmmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BEsmmW .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BEXgiJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BEXgiJ img,
.cid-vqR1BEXgiJ .item-img {
  width: 100%;
}
.cid-vqR1BEXgiJ .item:focus,
.cid-vqR1BEXgiJ span:focus {
  outline: none;
}
.cid-vqR1BEXgiJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqR1BEXgiJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqR1BEXgiJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqR1BEXgiJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqR1BEXgiJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqR1BEXgiJ .mbr-section-title {
  color: #232323;
}
.cid-vqR1BEXgiJ .mbr-text,
.cid-vqR1BEXgiJ .mbr-section-btn {
  text-align: center;
}
.cid-vqR1BEXgiJ .item-title {
  text-align: center;
}
.cid-vqR1BEXgiJ .item-subtitle {
  text-align: left;
}
.cid-vqR1BFy8bu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BFy8bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BFy8bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BFy8bu .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BG4aGq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqR1BG4aGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BG4aGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BG4aGq .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vqR1BG4aGq .currentcost {
  color: #232323;
}
.cid-vqR1BG4aGq .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vqR1BG4aGq .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqR1BG4aGq .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqR1BG4aGq .text-box {
    padding: 1rem;
  }
}
.cid-vqR1BG4aGq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqR1BGC6Bn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BGC6Bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BGC6Bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BGC6Bn .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BHeFsr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BHeFsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BHeFsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BHeFsr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vqR1BHeFsr .mbr-section-subtitle {
  text-align: left;
}
.cid-vqR1BHK7bZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BHK7bZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BHK7bZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BHK7bZ .mbr-section-title {
  color: #fafafa;
}
.cid-vqR1BHK7bZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqR1BIiT4H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqR1BIiT4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BIiT4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1BIiT4H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1BIiT4H .row {
  flex-direction: row-reverse;
}
.cid-vqR1BIiT4H img {
  width: 100%;
}
.cid-vqR1BIRa6W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BIRa6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BIRa6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BIRa6W .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BJs3UH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BJs3UH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BJs3UH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BJs3UH .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-vqR1BJs3UH .item {
    margin-bottom: 4rem;
  }
}
.cid-vqR1BJs3UH .item:last-child .icon-box:before {
  display: none;
}
.cid-vqR1BJs3UH .item.last .icon-box:before {
  display: none;
}
.cid-vqR1BJs3UH .icon-box {
  background: #004c58;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vqR1BJs3UH .icon-box {
    margin-right: 1rem;
  }
}
.cid-vqR1BJs3UH .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #004c58;
  transform: translate(-50%, 0);
}
.cid-vqR1BJs3UH span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqR1BJs3UH .card {
    margin-bottom: 2rem;
  }
  .cid-vqR1BJs3UH .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vqR1BJs3UH .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-vqR1BJs3UH .icon-box::before {
    top: 114%;
  }
}
.cid-vqR1BMradF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqR1BMradF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BMradF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BMradF .content-wrapper {
  background: #ca14ed;
}
@media (max-width: 991px) {
  .cid-vqR1BMradF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqR1BMradF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqR1BMradF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqR1BMradF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqR1BMradF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqR1BMradF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqR1BMradF .card-title {
  color: #fafafa;
}
.cid-vqR1BMradF .mbr-text,
.cid-vqR1BMradF .mbr-section-btn {
  color: #ffffff;
}
.cid-vqR1BMWeZi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BMWeZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BMWeZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BMWeZi .mbr-section-subtitle {
  text-align: left;
}
.cid-vqR1BNcinb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqR1BNcinb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqR1BNcinb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqR1BNcinb .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqR1BNq6pk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BNq6pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BNq6pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BNq6pk .mbr-section-title {
  color: #fafafa;
}
.cid-vqR1BNq6pk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqR1BNFTtd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqR1BNFTtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BNFTtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1BNFTtd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1BNFTtd .row {
  flex-direction: row-reverse;
}
.cid-vqR1BNFTtd img {
  width: 100%;
}
.cid-vqR1BNWXsr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqR1BNWXsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BNWXsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1BNWXsr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1BNWXsr .row {
  flex-direction: row-reverse;
}
.cid-vqR1BNWXsr img {
  width: 100%;
}
.cid-vqR1BOjOzh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BOjOzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BOjOzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BOjOzh .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BOXDlt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqR1BOXDlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BOXDlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BOXDlt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-vqR1BOXDlt .panel-group {
  border: none;
}
.cid-vqR1BOXDlt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqR1BOXDlt .panel-body,
.cid-vqR1BOXDlt .card-header {
  padding: 1rem 0;
}
.cid-vqR1BOXDlt .panel-title-edit {
  color: #000000;
}
.cid-vqR1BOXDlt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vqR1BPCpJC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BPCpJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BPCpJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BPCpJC .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BQ0Rps {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1BQ0Rps .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqR1BQ0Rps .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqR1BQ0Rps .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqR1BQlC9A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BQlC9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BQlC9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BQlC9A .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1BQCIRa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BQCIRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BQCIRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1BQCIRa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1BQCIRa .row {
  flex-direction: row-reverse;
}
.cid-vqR1BQCIRa img {
  width: 100%;
}
.cid-vqR1BQTorD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1BQTorD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1BQTorD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1BQTorD .mbr-text,
.cid-vqR1BQTorD .mbr-section-btn {
  color: #232323;
}
.cid-vqR1BQTorD .card-title,
.cid-vqR1BQTorD .card-box {
  color: #ffffff;
}
.cid-vqR1BQTorD .mbr-text,
.cid-vqR1BQTorD .link-wrap {
  color: #ffffff;
}
.cid-vqR1BQTorD .card-box .mbr-text,
.cid-vqR1BQTorD .mbr-section-btn {
  color: #ffffff;
}
.cid-vqR1BR9bi5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vqR1BR9bi5 .media-container-row .mbr-text {
  text-align: center;
}
.cid-vqR1IQCeTn .navbar-dropdown {
  position: relative !important;
}
.cid-vqR1IQCeTn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqR1IQCeTn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqR1IQCeTn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqR1IQCeTn .dropdown-item:hover,
.cid-vqR1IQCeTn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vqR1IQCeTn .dropdown-item:hover span {
  color: white;
}
.cid-vqR1IQCeTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqR1IQCeTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqR1IQCeTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqR1IQCeTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqR1IQCeTn .nav-link {
  position: relative;
}
.cid-vqR1IQCeTn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqR1IQCeTn .container {
    flex-wrap: wrap;
  }
}
.cid-vqR1IQCeTn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqR1IQCeTn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vqR1IQCeTn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqR1IQCeTn .dropdown-menu,
.cid-vqR1IQCeTn .navbar.opened {
  background: #ca14ed !important;
}
.cid-vqR1IQCeTn .nav-item:focus,
.cid-vqR1IQCeTn .nav-link:focus {
  outline: none;
}
.cid-vqR1IQCeTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqR1IQCeTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqR1IQCeTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqR1IQCeTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqR1IQCeTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqR1IQCeTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqR1IQCeTn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ca14ed;
}
.cid-vqR1IQCeTn .navbar.opened {
  transition: all 0.3s;
}
.cid-vqR1IQCeTn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqR1IQCeTn .navbar .navbar-logo img {
  width: auto;
}
.cid-vqR1IQCeTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqR1IQCeTn .navbar.collapsed {
  justify-content: center;
}
.cid-vqR1IQCeTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqR1IQCeTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqR1IQCeTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqR1IQCeTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqR1IQCeTn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqR1IQCeTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqR1IQCeTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqR1IQCeTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqR1IQCeTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqR1IQCeTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqR1IQCeTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqR1IQCeTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqR1IQCeTn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqR1IQCeTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqR1IQCeTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqR1IQCeTn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqR1IQCeTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqR1IQCeTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqR1IQCeTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqR1IQCeTn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqR1IQCeTn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqR1IQCeTn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqR1IQCeTn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqR1IQCeTn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqR1IQCeTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqR1IQCeTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqR1IQCeTn .dropdown-item.active,
.cid-vqR1IQCeTn .dropdown-item:active {
  background-color: transparent;
}
.cid-vqR1IQCeTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqR1IQCeTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqR1IQCeTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqR1IQCeTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ca14ed;
}
.cid-vqR1IQCeTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqR1IQCeTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqR1IQCeTn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqR1IQCeTn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqR1IQCeTn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqR1IQCeTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vqR1IQCeTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqR1IQCeTn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqR1IQCeTn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqR1IQCeTn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqR1IQCeTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqR1IQCeTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqR1IQCeTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqR1IQCeTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqR1IQCeTn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqR1IQCeTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqR1IQCeTn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqR1IQCeTn .navbar {
    height: 70px;
  }
  .cid-vqR1IQCeTn .navbar.opened {
    height: auto;
  }
  .cid-vqR1IQCeTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqR1IRAfFk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1IRAfFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IRAfFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IRAfFk .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqR1IRAfFk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqR1IRAfFk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqR1IRAfFk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqR1IRAfFk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqR1IRAfFk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqR1IRAfFk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqR1IRAfFk .card-title {
  color: #004c58;
}
.cid-vqR1ISd0Ov {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1ISd0Ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1ISd0Ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1ISd0Ov .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1ISZjH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1ISZjH7 img,
.cid-vqR1ISZjH7 .item-img {
  width: 100%;
}
.cid-vqR1ISZjH7 .item:focus,
.cid-vqR1ISZjH7 span:focus {
  outline: none;
}
.cid-vqR1ISZjH7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqR1ISZjH7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqR1ISZjH7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqR1ISZjH7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqR1ISZjH7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqR1ISZjH7 .mbr-section-title {
  color: #232323;
}
.cid-vqR1ISZjH7 .mbr-text,
.cid-vqR1ISZjH7 .mbr-section-btn {
  text-align: center;
}
.cid-vqR1ISZjH7 .item-title {
  text-align: center;
}
.cid-vqR1ISZjH7 .item-subtitle {
  text-align: center;
}
.cid-vqR1ITF0Fp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1ITF0Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1ITF0Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1ITF0Fp .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1IU4FkW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1IU4FkW img,
.cid-vqR1IU4FkW .item-img {
  width: 100%;
}
.cid-vqR1IU4FkW .item:focus,
.cid-vqR1IU4FkW span:focus {
  outline: none;
}
.cid-vqR1IU4FkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqR1IU4FkW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqR1IU4FkW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqR1IU4FkW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqR1IU4FkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqR1IU4FkW .mbr-section-title {
  color: #232323;
}
.cid-vqR1IU4FkW .mbr-text,
.cid-vqR1IU4FkW .mbr-section-btn {
  text-align: center;
}
.cid-vqR1IU4FkW .item-title {
  text-align: center;
}
.cid-vqR1IU4FkW .item-subtitle {
  text-align: left;
}
.cid-vqR1IUM6WH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1IUM6WH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IUM6WH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IUM6WH .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1IVjjik {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqR1IVjjik .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IVjjik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IVjjik .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vqR1IVjjik .currentcost {
  color: #232323;
}
.cid-vqR1IVjjik .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vqR1IVjjik .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqR1IVjjik .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqR1IVjjik .text-box {
    padding: 1rem;
  }
}
.cid-vqR1IVjjik .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqR1IVSsbb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1IVSsbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IVSsbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IVSsbb .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1IWugFx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1IWugFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IWugFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IWugFx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vqR1IWugFx .mbr-section-subtitle {
  text-align: left;
}
.cid-vqR1IX689j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1IX689j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IX689j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IX689j .mbr-section-title {
  color: #fafafa;
}
.cid-vqR1IX689j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqR1IXT6cV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqR1IXT6cV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IXT6cV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1IXT6cV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1IXT6cV .row {
  flex-direction: row-reverse;
}
.cid-vqR1IXT6cV img {
  width: 100%;
}
.cid-vqR1IYoFWh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1IYoFWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IYoFWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IYoFWh .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1IYZTNj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1IYZTNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1IYZTNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1IYZTNj .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-vqR1IYZTNj .item {
    margin-bottom: 4rem;
  }
}
.cid-vqR1IYZTNj .item:last-child .icon-box:before {
  display: none;
}
.cid-vqR1IYZTNj .item.last .icon-box:before {
  display: none;
}
.cid-vqR1IYZTNj .icon-box {
  background: #004c58;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vqR1IYZTNj .icon-box {
    margin-right: 1rem;
  }
}
.cid-vqR1IYZTNj .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #004c58;
  transform: translate(-50%, 0);
}
.cid-vqR1IYZTNj span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vqR1IYZTNj .card {
    margin-bottom: 2rem;
  }
  .cid-vqR1IYZTNj .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vqR1IYZTNj .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-vqR1IYZTNj .icon-box::before {
    top: 114%;
  }
}
.cid-vqR1J0lAAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vqR1J0lAAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J0lAAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J0lAAi .content-wrapper {
  background: #ca14ed;
}
@media (max-width: 991px) {
  .cid-vqR1J0lAAi .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqR1J0lAAi .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqR1J0lAAi .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqR1J0lAAi .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vqR1J0lAAi .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vqR1J0lAAi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vqR1J0lAAi .card-title {
  color: #fafafa;
}
.cid-vqR1J0lAAi .mbr-text,
.cid-vqR1J0lAAi .mbr-section-btn {
  color: #ffffff;
}
.cid-vqR1J0ZrbU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1J0ZrbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J0ZrbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J0ZrbU .mbr-section-subtitle {
  text-align: left;
}
.cid-vqR1J1IWNY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqR1J1IWNY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqR1J1IWNY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqR1J1IWNY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqR1J2duGO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1J2duGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J2duGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J2duGO .mbr-section-title {
  color: #fafafa;
}
.cid-vqR1J2duGO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqR1J36EMk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqR1J36EMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J36EMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1J36EMk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1J36EMk .row {
  flex-direction: row-reverse;
}
.cid-vqR1J36EMk img {
  width: 100%;
}
.cid-vqR1J3KpUS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqR1J3KpUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J3KpUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1J3KpUS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1J3KpUS .row {
  flex-direction: row-reverse;
}
.cid-vqR1J3KpUS img {
  width: 100%;
}
.cid-vqR1J4e3X8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1J4e3X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J4e3X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J4e3X8 .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1J4IbSJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vqR1J4IbSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J4IbSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J4IbSJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-vqR1J4IbSJ .panel-group {
  border: none;
}
.cid-vqR1J4IbSJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqR1J4IbSJ .panel-body,
.cid-vqR1J4IbSJ .card-header {
  padding: 1rem 0;
}
.cid-vqR1J4IbSJ .panel-title-edit {
  color: #000000;
}
.cid-vqR1J4IbSJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vqR1J6QVmq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1J6QVmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J6QVmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J6QVmq .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1J7GIn6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqR1J7GIn6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vqR1J7GIn6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vqR1J7GIn6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #004c58;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vqR1J7XYji {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1J7XYji .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J7XYji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J7XYji .mbr-section-title {
  color: #ffffff;
}
.cid-vqR1J8jVZf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1J8jVZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J8jVZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vqR1J8jVZf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqR1J8jVZf .row {
  flex-direction: row-reverse;
}
.cid-vqR1J8jVZf img {
  width: 100%;
}
.cid-vqR1J8DFUm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ca14ed;
}
.cid-vqR1J8DFUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqR1J8DFUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqR1J8DFUm .mbr-text,
.cid-vqR1J8DFUm .mbr-section-btn {
  color: #232323;
}
.cid-vqR1J8DFUm .card-title,
.cid-vqR1J8DFUm .card-box {
  color: #ffffff;
}
.cid-vqR1J8DFUm .mbr-text,
.cid-vqR1J8DFUm .link-wrap {
  color: #ffffff;
}
.cid-vqR1J8DFUm .card-box .mbr-text,
.cid-vqR1J8DFUm .mbr-section-btn {
  color: #ffffff;
}
.cid-vqR1J93cqQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vqR1J93cqQ .media-container-row .mbr-text {
  text-align: center;
}
