body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #234b92 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #234b92 !important;
  border-color: #234b92 !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: #12274c !important;
  border-color: #12274c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #12274c !important;
  border-color: #12274c !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: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #234b92;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #12274c !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: #234b92 !important;
  border-color: #234b92 !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: #e43f3f !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #234b92 !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: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !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: #0f2140 !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: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #234b92;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.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: #5c89d8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #234b92;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sFzxmVl7J6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8cJEmfErn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8cJEmfErn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cJEmfErn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8d4Gqv7gv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c3b18;
}
.cid-v8d4Gqv7gv img,
.cid-v8d4Gqv7gv .item-img {
  width: 100%;
}
.cid-v8d4Gqv7gv .item:focus,
.cid-v8d4Gqv7gv span:focus {
  outline: none;
}
.cid-v8d4Gqv7gv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8d4Gqv7gv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8d4Gqv7gv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8d4Gqv7gv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8d4Gqv7gv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8d4Gqv7gv .mbr-section-title {
  color: #ffffff;
}
.cid-v8d4Gqv7gv .mbr-text,
.cid-v8d4Gqv7gv .mbr-section-btn {
  text-align: center;
}
.cid-v8d4Gqv7gv .item-title {
  text-align: center;
}
.cid-v8d4Gqv7gv .item-subtitle {
  text-align: center;
}
.cid-v8d4Gqv7gv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8cK5Pra8X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8cK5Pra8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cK5Pra8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cK5Pra8X .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8cK5Pra8X .currentcost {
  color: #232323;
}
.cid-v8cK5Pra8X .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8cK5Pra8X .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cK5Pra8X .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8cK5Pra8X .text-box {
    padding: 1rem;
  }
}
.cid-v8cK5Pra8X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cK5Pra8X H5 {
  text-align: center;
}
.cid-v8cK5Pra8X .mbr-text,
.cid-v8cK5Pra8X .cost,
.cid-v8cK5Pra8X .mbr-section-btn {
  text-align: center;
}
.cid-v8d4K9hpPQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8d4K9hpPQ img,
.cid-v8d4K9hpPQ .item-img {
  width: 100%;
}
.cid-v8d4K9hpPQ .item:focus,
.cid-v8d4K9hpPQ span:focus {
  outline: none;
}
.cid-v8d4K9hpPQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8d4K9hpPQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8d4K9hpPQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8d4K9hpPQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8d4K9hpPQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8d4K9hpPQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8d4K9hpPQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8d4K9hpPQ .mbr-section-title {
  color: #232323;
}
.cid-v8d4K9hpPQ .mbr-text,
.cid-v8d4K9hpPQ .mbr-section-btn {
  text-align: center;
}
.cid-v8d4K9hpPQ .item-title {
  text-align: center;
}
.cid-v8d4K9hpPQ .item-subtitle {
  text-align: left;
}
.cid-v8cKSRF7cl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cKSRF7cl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8cL4bJWWm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cL4bJWWm .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFzFvgBfc0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: center;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: center;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-v8cH5N43uA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8cH5N43uA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cH5N43uA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cH5N43uA .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8cH5N43uA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8cH5N43uA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8cH5N43uA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8cH5N43uA .mbr-text,
.cid-v8cH5N43uA .mbr-section-btn {
  color: #000000;
}
.cid-v8cH5N43uA .card-title,
.cid-v8cH5N43uA .card-box {
  text-align: center;
  color: #000000;
}
.cid-v8cwgX4ZfT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v8cwgX4ZfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cwgX4ZfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cwgX4ZfT .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8cwgX4ZfT .currentcost {
  color: #232323;
}
.cid-v8cwgX4ZfT .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8cwgX4ZfT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cwgX4ZfT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8cwgX4ZfT .text-box {
    padding: 1rem;
  }
}
.cid-v8cwgX4ZfT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cwgX4ZfT H5 {
  text-align: center;
}
.cid-v8cwgX4ZfT .mbr-text,
.cid-v8cwgX4ZfT .cost,
.cid-v8cwgX4ZfT .mbr-section-btn {
  text-align: center;
}
.cid-v8cGVaDr8j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cGVaDr8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cGVaDr8j .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-v8cGVaDr8j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8cGVaDr8j .row {
  flex-direction: row-reverse;
}
.cid-v8cGVaDr8j img {
  width: 100%;
}
.cid-v8cwtE1pqu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8cwtE1pqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cwtE1pqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cwtE1pqu .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8cwtE1pqu .currentcost {
  color: #232323;
}
.cid-v8cwtE1pqu .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8cwtE1pqu .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cwtE1pqu .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8cwtE1pqu .text-box {
    padding: 1rem;
  }
}
.cid-v8cwtE1pqu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cwtE1pqu H5 {
  text-align: center;
}
.cid-v8cwtE1pqu .mbr-text,
.cid-v8cwtE1pqu .cost,
.cid-v8cwtE1pqu .mbr-section-btn {
  text-align: center;
}
.cid-sFzz5E692j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .mbr-section-title {
  text-align: center;
}
.cid-sFzz5E692j .mbr-text,
.cid-sFzz5E692j .mbr-section-btn {
  text-align: center;
}
.cid-v8criWFGg5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-v8criWFGg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8criWFGg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8criWFGg5 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8criWFGg5 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8criWFGg5 .card-title,
.cid-v8criWFGg5 .card-box {
  color: #ffffff;
}
.cid-v8cIRHUVkp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-v8cIRHUVkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cIRHUVkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cIRHUVkp .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8cIRHUVkp .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #185511;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8cIRHUVkp .card-title,
.cid-v8cIRHUVkp .card-box {
  color: #ffffff;
}
.cid-v8ctyj6VwH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8ctyj6VwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ctyj6VwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ctyj6VwH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8ctyj6VwH .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fff0b0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8ctyj6VwH .card-title,
.cid-v8ctyj6VwH .card-box {
  color: #000000;
}
.cid-v8cGjTjNeq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #234b92;
}
.cid-v8cGjTjNeq img,
.cid-v8cGjTjNeq .item-img {
  width: 100%;
}
.cid-v8cGjTjNeq .item:focus,
.cid-v8cGjTjNeq span:focus {
  outline: none;
}
.cid-v8cGjTjNeq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8cGjTjNeq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8cGjTjNeq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8cGjTjNeq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cGjTjNeq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8cGjTjNeq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8cGjTjNeq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8cGjTjNeq .mbr-section-title {
  color: #ffffff;
}
.cid-v8cGjTjNeq .mbr-text,
.cid-v8cGjTjNeq .mbr-section-btn {
  text-align: center;
}
.cid-v8cGjTjNeq .item-title {
  text-align: center;
}
.cid-v8cGjTjNeq .item-subtitle {
  text-align: left;
}
.cid-v8csdGjWeO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-v8csdGjWeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8csdGjWeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8csdGjWeO .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8csdGjWeO .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8csdGjWeO .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8csdGjWeO .wrapper {
  padding: 30px 0;
}
.cid-v8csdGjWeO .mbr-section-title {
  color: #fafafa;
}
.cid-v8csdGjWeO .mbr-text,
.cid-v8csdGjWeO .mbr-section-btn {
  color: #ffffff;
}
.cid-v8csBaMHJK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8csBaMHJK .mbr-section-title {
  text-align: center;
}
.cid-v8csBaMHJK .mbr-text {
  text-align: center;
}
.cid-v8ctdYunBR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8ctdYunBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ctdYunBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ctdYunBR .card-wrapper {
  background: #234b92;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8ctdYunBR .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8ctdYunBR .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8ctdYunBR .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8ctdYunBR .mbr-text,
.cid-v8ctdYunBR .mbr-section-btn {
  color: #ffffff;
}
.cid-v8ctdYunBR .card-title,
.cid-v8ctdYunBR .card-box {
  text-align: center;
}
.cid-v8cG2svlHv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8cG2svlHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cG2svlHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cG2svlHv .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8cG2svlHv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8cG2svlHv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8cG2svlHv .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8cG2svlHv .mbr-text,
.cid-v8cG2svlHv .mbr-section-btn {
  color: #ffffff;
}
.cid-v8cG2svlHv .card-title,
.cid-v8cG2svlHv .card-box {
  text-align: center;
}
.cid-v8cuj2mS8t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v8cuj2mS8t .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-v8cuj2mS8t img,
.cid-v8cuj2mS8t .item-img {
  width: 100%;
}
.cid-v8cuj2mS8t .item:focus,
.cid-v8cuj2mS8t span:focus {
  outline: none;
}
.cid-v8cuj2mS8t .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v8cuj2mS8t .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8cuj2mS8t .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8cuj2mS8t .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cuj2mS8t .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8cuj2mS8t .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8cuj2mS8t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8cuj2mS8t .mbr-section-title {
  color: #ffffff;
}
.cid-v8cuj2mS8t .mbr-text,
.cid-v8cuj2mS8t .mbr-section-btn {
  text-align: center;
}
.cid-v8cuj2mS8t .item-title {
  text-align: center;
}
.cid-v8cuj2mS8t .item-subtitle {
  text-align: left;
}
.cid-v8cvFiZIcm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8cvFiZIcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cvFiZIcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8cvFiZIcm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8cvFiZIcm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8cvFiZIcm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8cvFiZIcm .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8cvFiZIcm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cvFiZIcm .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8cvFiZIcm .card-title {
  text-align: center;
}
.cid-v8cvFiZIcm .mbr-text {
  text-align: center;
}
.cid-v8cuRALt3c {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cuRALt3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cuRALt3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cuRALt3c .item {
  padding-bottom: 2rem;
}
.cid-v8cuRALt3c .item-wrapper {
  position: relative;
}
.cid-v8cuRALt3c .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8cuRALt3c .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8cuRALt3c .carousel-control,
.cid-v8cuRALt3c .close {
  background: #1b1b1b;
}
.cid-v8cuRALt3c .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8cuRALt3c .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8cuRALt3c .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8cuRALt3c .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8cuRALt3c .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8cuRALt3c .close::before {
  content: '\e91a';
}
.cid-v8cuRALt3c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8cuRALt3c .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8cuRALt3c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8cuRALt3c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8cuRALt3c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8cuRALt3c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8cuRALt3c .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8cuRALt3c .carousel-indicators li.active,
.cid-v8cuRALt3c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8cuRALt3c .carousel-indicators li::after,
.cid-v8cuRALt3c .carousel-indicators li::before {
  content: none;
}
.cid-v8cuRALt3c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8cuRALt3c .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8cuRALt3c .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8cuRALt3c .carousel-indicators {
    display: none;
  }
}
.cid-v8cuRALt3c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8cuRALt3c .carousel-inner > .active {
  display: block;
}
.cid-v8cuRALt3c .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8cuRALt3c .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8cuRALt3c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8cuRALt3c .carousel-control,
  .cid-v8cuRALt3c .carousel-indicators,
  .cid-v8cuRALt3c .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8cuRALt3c .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8cuRALt3c .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8cuRALt3c .carousel-indicators .active,
.cid-v8cuRALt3c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8cuRALt3c .carousel-indicators .active {
  background: #fff;
}
.cid-v8cuRALt3c .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8cuRALt3c .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8cuRALt3c .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8cuRALt3c .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8cuRALt3c .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8cuRALt3c .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8cuRALt3c .carousel {
  width: 100%;
}
.cid-v8cuRALt3c .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8cuRALt3c .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8cuRALt3c .modal.fade .modal-dialog,
.cid-v8cuRALt3c .modal.in .modal-dialog {
  transform: none;
}
.cid-v8cuRALt3c .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8cuRALt3c H6 {
  text-align: center;
}
.cid-v8cxcknyn4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8cxcknyn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cxcknyn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cxcknyn4 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8cxcknyn4 .currentcost {
  color: #232323;
}
.cid-v8cxcknyn4 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8cxcknyn4 .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cxcknyn4 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8cxcknyn4 .text-box {
    padding: 1rem;
  }
}
.cid-v8cxcknyn4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cxcknyn4 H5 {
  text-align: center;
}
.cid-v8cxcknyn4 .mbr-text,
.cid-v8cxcknyn4 .cost,
.cid-v8cxcknyn4 .mbr-section-btn {
  text-align: center;
}
.cid-v8cxA5waOm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8cxA5waOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cxA5waOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cxA5waOm .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8cxA5waOm .currentcost {
  color: #232323;
}
.cid-v8cxA5waOm .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8cxA5waOm .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cxA5waOm .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8cxA5waOm .text-box {
    padding: 1rem;
  }
}
.cid-v8cxA5waOm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cxA5waOm H5 {
  text-align: center;
}
.cid-v8cxA5waOm .mbr-text,
.cid-v8cxA5waOm .cost,
.cid-v8cxA5waOm .mbr-section-btn {
  text-align: center;
}
.cid-v8cxQ6jIuQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8cxQ6jIuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cxQ6jIuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8cxQ6jIuQ .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v8cxQ6jIuQ .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-v8cxQ6jIuQ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-v8cxQ6jIuQ .card-wrapper {
    padding: 1rem;
  }
}
.cid-v8cxQ6jIuQ ul {
  list-style: none;
}
.cid-v8cxQ6jIuQ li {
  position: relative;
}
.cid-v8cxQ6jIuQ li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  font-size: 0.8rem;
}
.cid-v8cxQ6jIuQ .mbr-section-btn {
  width: 100%;
}
.cid-v8cxQ6jIuQ .btn {
  width: 100%;
}
.cid-v8cxQ6jIuQ .card-title {
  text-align: center;
}
.cid-v8cxQ6jIuQ .mbr-text,
.cid-v8cxQ6jIuQ .link-wrap,
.cid-v8cxQ6jIuQ .mbr-section-btn {
  text-align: center;
}
.cid-v8cxQ6jIuQ .list {
  text-align: center;
}
.cid-v8cyD42JVh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-v8cyD42JVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8cyD42JVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8cyD42JVh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8cyD42JVh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8cyD42JVh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8cyD42JVh .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8cyD42JVh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8cyD42JVh .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8cyD42JVh .card-title {
  text-align: center;
}
.cid-v8cyD42JVh .mbr-text {
  text-align: center;
}
.cid-v8cqEuWTqp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8d5E9IirZ {
  z-index: 1000;
  width: 100%;
}
.cid-v8d5E9IirZ nav.navbar {
  position: fixed;
}
.cid-v8d5E9IirZ .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-v8d5E9IirZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8d5E9IirZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8d5E9IirZ .dropdown-item:hover,
.cid-v8d5E9IirZ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8d5E9IirZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8d5E9IirZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8d5E9IirZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8d5E9IirZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8d5E9IirZ .nav-link {
  position: relative;
}
.cid-v8d5E9IirZ .container {
  display: flex;
  margin: auto;
}
.cid-v8d5E9IirZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8d5E9IirZ .dropdown-menu,
.cid-v8d5E9IirZ .navbar.opened {
  background: #fafafa !important;
}
.cid-v8d5E9IirZ .nav-item:focus,
.cid-v8d5E9IirZ .nav-link:focus {
  outline: none;
}
.cid-v8d5E9IirZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8d5E9IirZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8d5E9IirZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8d5E9IirZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8d5E9IirZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8d5E9IirZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8d5E9IirZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8d5E9IirZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v8d5E9IirZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8d5E9IirZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v8d5E9IirZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8d5E9IirZ .navbar.collapsed {
  justify-content: center;
}
.cid-v8d5E9IirZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8d5E9IirZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8d5E9IirZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8d5E9IirZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8d5E9IirZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8d5E9IirZ .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-v8d5E9IirZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8d5E9IirZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8d5E9IirZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8d5E9IirZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8d5E9IirZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8d5E9IirZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8d5E9IirZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8d5E9IirZ .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-v8d5E9IirZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8d5E9IirZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8d5E9IirZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8d5E9IirZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8d5E9IirZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8d5E9IirZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8d5E9IirZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8d5E9IirZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8d5E9IirZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8d5E9IirZ .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-v8d5E9IirZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8d5E9IirZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8d5E9IirZ .dropdown-item.active,
.cid-v8d5E9IirZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v8d5E9IirZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8d5E9IirZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8d5E9IirZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8d5E9IirZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8d5E9IirZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8d5E9IirZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8d5E9IirZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8d5E9IirZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8d5E9IirZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8d5E9IirZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8d5E9IirZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8d5E9IirZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d5E9IirZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d5E9IirZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8d5E9IirZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d5E9IirZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8d5E9IirZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8d5E9IirZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d5E9IirZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8d5E9IirZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8d5E9IirZ .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-v8d5E9IirZ .navbar {
    height: 70px;
  }
  .cid-v8d5E9IirZ .navbar.opened {
    height: auto;
  }
  .cid-v8d5E9IirZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8d5EajsFv {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #1c3b18;
}
.cid-v8d5EajsFv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8d5EajsFv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d5EajsFv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8d5EajsFv .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8d5EajsFv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d5EajsFv .mbr-text,
.cid-v8d5EajsFv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8d5EajsFv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8d5Endthp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8d66indtZ {
  z-index: 1000;
  width: 100%;
}
.cid-v8d66indtZ nav.navbar {
  position: fixed;
}
.cid-v8d66indtZ .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-v8d66indtZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8d66indtZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8d66indtZ .dropdown-item:hover,
.cid-v8d66indtZ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8d66indtZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8d66indtZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8d66indtZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8d66indtZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8d66indtZ .nav-link {
  position: relative;
}
.cid-v8d66indtZ .container {
  display: flex;
  margin: auto;
}
.cid-v8d66indtZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8d66indtZ .dropdown-menu,
.cid-v8d66indtZ .navbar.opened {
  background: #fafafa !important;
}
.cid-v8d66indtZ .nav-item:focus,
.cid-v8d66indtZ .nav-link:focus {
  outline: none;
}
.cid-v8d66indtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8d66indtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8d66indtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8d66indtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8d66indtZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8d66indtZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8d66indtZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8d66indtZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v8d66indtZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8d66indtZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v8d66indtZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8d66indtZ .navbar.collapsed {
  justify-content: center;
}
.cid-v8d66indtZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8d66indtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8d66indtZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8d66indtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8d66indtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8d66indtZ .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-v8d66indtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8d66indtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8d66indtZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8d66indtZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8d66indtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8d66indtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8d66indtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8d66indtZ .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-v8d66indtZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8d66indtZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8d66indtZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8d66indtZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8d66indtZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8d66indtZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8d66indtZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8d66indtZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8d66indtZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8d66indtZ .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-v8d66indtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8d66indtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8d66indtZ .dropdown-item.active,
.cid-v8d66indtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v8d66indtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8d66indtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8d66indtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8d66indtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8d66indtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8d66indtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8d66indtZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8d66indtZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8d66indtZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8d66indtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8d66indtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8d66indtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d66indtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d66indtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8d66indtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d66indtZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8d66indtZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8d66indtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d66indtZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8d66indtZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8d66indtZ .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-v8d66indtZ .navbar {
    height: 70px;
  }
  .cid-v8d66indtZ .navbar.opened {
    height: auto;
  }
  .cid-v8d66indtZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8d66iWhAU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #3b255c;
}
.cid-v8d66iWhAU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8d66iWhAU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d66iWhAU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8d66iWhAU .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8d66iWhAU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d66iWhAU .mbr-text,
.cid-v8d66iWhAU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8d66iWhAU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8d66jokih {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8d6p4f7iK {
  z-index: 1000;
  width: 100%;
}
.cid-v8d6p4f7iK nav.navbar {
  position: fixed;
}
.cid-v8d6p4f7iK .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-v8d6p4f7iK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8d6p4f7iK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8d6p4f7iK .dropdown-item:hover,
.cid-v8d6p4f7iK .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8d6p4f7iK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8d6p4f7iK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8d6p4f7iK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8d6p4f7iK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8d6p4f7iK .nav-link {
  position: relative;
}
.cid-v8d6p4f7iK .container {
  display: flex;
  margin: auto;
}
.cid-v8d6p4f7iK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8d6p4f7iK .dropdown-menu,
.cid-v8d6p4f7iK .navbar.opened {
  background: #fafafa !important;
}
.cid-v8d6p4f7iK .nav-item:focus,
.cid-v8d6p4f7iK .nav-link:focus {
  outline: none;
}
.cid-v8d6p4f7iK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8d6p4f7iK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8d6p4f7iK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8d6p4f7iK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8d6p4f7iK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8d6p4f7iK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8d6p4f7iK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8d6p4f7iK .navbar.opened {
  transition: all 0.3s;
}
.cid-v8d6p4f7iK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8d6p4f7iK .navbar .navbar-logo img {
  width: auto;
}
.cid-v8d6p4f7iK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8d6p4f7iK .navbar.collapsed {
  justify-content: center;
}
.cid-v8d6p4f7iK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8d6p4f7iK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8d6p4f7iK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8d6p4f7iK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8d6p4f7iK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8d6p4f7iK .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-v8d6p4f7iK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8d6p4f7iK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8d6p4f7iK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8d6p4f7iK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8d6p4f7iK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8d6p4f7iK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8d6p4f7iK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8d6p4f7iK .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-v8d6p4f7iK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8d6p4f7iK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8d6p4f7iK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8d6p4f7iK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8d6p4f7iK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8d6p4f7iK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8d6p4f7iK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8d6p4f7iK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8d6p4f7iK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8d6p4f7iK .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-v8d6p4f7iK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8d6p4f7iK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8d6p4f7iK .dropdown-item.active,
.cid-v8d6p4f7iK .dropdown-item:active {
  background-color: transparent;
}
.cid-v8d6p4f7iK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8d6p4f7iK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8d6p4f7iK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8d6p4f7iK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8d6p4f7iK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8d6p4f7iK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8d6p4f7iK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8d6p4f7iK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8d6p4f7iK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8d6p4f7iK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8d6p4f7iK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8d6p4f7iK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d6p4f7iK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d6p4f7iK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8d6p4f7iK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d6p4f7iK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8d6p4f7iK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8d6p4f7iK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d6p4f7iK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8d6p4f7iK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8d6p4f7iK .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-v8d6p4f7iK .navbar {
    height: 70px;
  }
  .cid-v8d6p4f7iK .navbar.opened {
    height: auto;
  }
  .cid-v8d6p4f7iK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8d6p4SY9U {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #0b2a06;
}
.cid-v8d6p4SY9U .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8d6p4SY9U .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d6p4SY9U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8d6p4SY9U .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8d6p4SY9U .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d6p4SY9U .mbr-text,
.cid-v8d6p4SY9U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8d6p4SY9U .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8zd2QKX6A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8zd2QKX6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8zd2QKX6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8zcBZ5gRO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8zcBZ5gRO img,
.cid-v8zcBZ5gRO .item-img {
  width: 100%;
}
.cid-v8zcBZ5gRO .item:focus,
.cid-v8zcBZ5gRO span:focus {
  outline: none;
}
.cid-v8zcBZ5gRO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8zcBZ5gRO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8zcBZ5gRO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8zcBZ5gRO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8zcBZ5gRO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8zcBZ5gRO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8zcBZ5gRO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8zcBZ5gRO .mbr-section-title {
  color: #ffffff;
}
.cid-v8zcBZ5gRO .mbr-text,
.cid-v8zcBZ5gRO .mbr-section-btn {
  text-align: center;
}
.cid-v8zcBZ5gRO .item-title {
  text-align: center;
}
.cid-v8zcBZ5gRO .item-subtitle {
  text-align: left;
}
.cid-v8zcBZ5gRO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8zRNWc7aT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8zRNWc7aT img,
.cid-v8zRNWc7aT .item-img {
  width: 100%;
}
.cid-v8zRNWc7aT .item:focus,
.cid-v8zRNWc7aT span:focus {
  outline: none;
}
.cid-v8zRNWc7aT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8zRNWc7aT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8zRNWc7aT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8zRNWc7aT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8zRNWc7aT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8zRNWc7aT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8zRNWc7aT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8zRNWc7aT .mbr-section-title {
  color: #ffffff;
}
.cid-v8zRNWc7aT .mbr-text,
.cid-v8zRNWc7aT .mbr-section-btn {
  text-align: center;
}
.cid-v8zRNWc7aT .item-title {
  text-align: center;
}
.cid-v8zRNWc7aT .item-subtitle {
  text-align: left;
}
.cid-v8zRNWc7aT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8zRWDC1A9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3c2326;
}
.cid-v8zRWDC1A9 img,
.cid-v8zRWDC1A9 .item-img {
  width: 100%;
}
.cid-v8zRWDC1A9 .item:focus,
.cid-v8zRWDC1A9 span:focus {
  outline: none;
}
.cid-v8zRWDC1A9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8zRWDC1A9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8zRWDC1A9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8zRWDC1A9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8zRWDC1A9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8zRWDC1A9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8zRWDC1A9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8zRWDC1A9 .mbr-section-title {
  color: #ffffff;
}
.cid-v8zRWDC1A9 .mbr-text,
.cid-v8zRWDC1A9 .mbr-section-btn {
  text-align: center;
}
.cid-v8zRWDC1A9 .item-title {
  text-align: center;
}
.cid-v8zRWDC1A9 .item-subtitle {
  text-align: left;
}
.cid-v8zRWDC1A9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8zdZW22Ny {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8zdZW22Ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8zdZW22Ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8zdZW22Ny .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8zdZW22Ny .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v8zdZW22Ny .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8zdZW22Ny .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v8zdZW22Ny .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v8zdZW22Ny .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v8zdZW22Ny .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8zdZW22Ny .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8zdZW22Ny .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8zdZW22Ny .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8zdZW22Ny .card-title {
  text-align: center;
}
.cid-v8zdZW22Ny .mbr-text,
.cid-v8zdZW22Ny .social-row {
  text-align: center;
}
.cid-v8zbVMfbGs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8zbVMfbGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8zbVMfbGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8zbVMfbGs .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-v8zbVMfbGs .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8zbVMfbGs .img1 {
  background: #185511;
}
.cid-v8zbVMfbGs .img2 {
  background: #232323;
}
.cid-v8zbVMfbGs .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v8zbVMfbGs .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-v8zbVMfbGs .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8zbVMfbGs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8zbVMfbGs .card-wrapper {
    flex-direction: column;
  }
  .cid-v8zbVMfbGs .card-box {
    padding: 1rem;
  }
  .cid-v8zbVMfbGs .card-box,
  .cid-v8zbVMfbGs .img-wrapper {
    width: 100%;
  }
  .cid-v8zbVMfbGs .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-v8zbVMfbGs .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-v8zbVMfbGs .card-subtitle {
  color: #0077ff;
}
.cid-v8zbVMfbGs .mbr-text,
.cid-v8zbVMfbGs .link-wrap {
  color: #555555;
}
.cid-v8zbVMfbGs .mbr-text,
.cid-v8zbVMfbGs .mbr-section-btn {
  text-align: center;
}
.cid-v8zbVMfbGs .card-title,
.cid-v8zbVMfbGs .card-box {
  text-align: center;
}
.cid-v8zdh7t1SI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8zdh7t1SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8zdh7t1SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8zdh7t1SI .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8zdh7t1SI .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8zdh7t1SI .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8zdh7t1SI .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8zdh7t1SI .mbr-text,
.cid-v8zdh7t1SI .mbr-section-btn {
  color: #000000;
}
.cid-v8zdh7t1SI .card-title,
.cid-v8zdh7t1SI .card-box {
  text-align: center;
  color: #0b2a06;
}
.cid-v8zeti2UIh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8zeti2UIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8zeti2UIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8zeti2UIh .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8zeti2UIh .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v8zeti2UIh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8zeti2UIh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v8zeti2UIh .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v8zeti2UIh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v8zeti2UIh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8zeti2UIh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8zeti2UIh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8zeti2UIh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8zeti2UIh .card-title {
  text-align: center;
}
.cid-v8zeti2UIh .mbr-text,
.cid-v8zeti2UIh .social-row {
  text-align: center;
}
.cid-v8d6p5e2Ji {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8d6ZDc5CG {
  z-index: 1000;
  width: 100%;
}
.cid-v8d6ZDc5CG nav.navbar {
  position: fixed;
}
.cid-v8d6ZDc5CG .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-v8d6ZDc5CG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8d6ZDc5CG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8d6ZDc5CG .dropdown-item:hover,
.cid-v8d6ZDc5CG .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8d6ZDc5CG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8d6ZDc5CG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8d6ZDc5CG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8d6ZDc5CG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8d6ZDc5CG .nav-link {
  position: relative;
}
.cid-v8d6ZDc5CG .container {
  display: flex;
  margin: auto;
}
.cid-v8d6ZDc5CG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8d6ZDc5CG .dropdown-menu,
.cid-v8d6ZDc5CG .navbar.opened {
  background: #fafafa !important;
}
.cid-v8d6ZDc5CG .nav-item:focus,
.cid-v8d6ZDc5CG .nav-link:focus {
  outline: none;
}
.cid-v8d6ZDc5CG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8d6ZDc5CG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8d6ZDc5CG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8d6ZDc5CG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8d6ZDc5CG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8d6ZDc5CG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8d6ZDc5CG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8d6ZDc5CG .navbar.opened {
  transition: all 0.3s;
}
.cid-v8d6ZDc5CG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8d6ZDc5CG .navbar .navbar-logo img {
  width: auto;
}
.cid-v8d6ZDc5CG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8d6ZDc5CG .navbar.collapsed {
  justify-content: center;
}
.cid-v8d6ZDc5CG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8d6ZDc5CG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8d6ZDc5CG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8d6ZDc5CG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8d6ZDc5CG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8d6ZDc5CG .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-v8d6ZDc5CG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8d6ZDc5CG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8d6ZDc5CG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8d6ZDc5CG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8d6ZDc5CG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8d6ZDc5CG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8d6ZDc5CG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8d6ZDc5CG .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-v8d6ZDc5CG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8d6ZDc5CG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8d6ZDc5CG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8d6ZDc5CG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8d6ZDc5CG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8d6ZDc5CG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8d6ZDc5CG .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8d6ZDc5CG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8d6ZDc5CG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8d6ZDc5CG .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-v8d6ZDc5CG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8d6ZDc5CG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8d6ZDc5CG .dropdown-item.active,
.cid-v8d6ZDc5CG .dropdown-item:active {
  background-color: transparent;
}
.cid-v8d6ZDc5CG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8d6ZDc5CG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8d6ZDc5CG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8d6ZDc5CG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8d6ZDc5CG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8d6ZDc5CG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8d6ZDc5CG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8d6ZDc5CG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8d6ZDc5CG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8d6ZDc5CG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8d6ZDc5CG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8d6ZDc5CG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d6ZDc5CG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d6ZDc5CG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8d6ZDc5CG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d6ZDc5CG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8d6ZDc5CG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8d6ZDc5CG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d6ZDc5CG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8d6ZDc5CG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8d6ZDc5CG .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-v8d6ZDc5CG .navbar {
    height: 70px;
  }
  .cid-v8d6ZDc5CG .navbar.opened {
    height: auto;
  }
  .cid-v8d6ZDc5CG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8d6ZDGxyy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1658089-1920x1200.jpg");
}
.cid-v8d6ZDGxyy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8d6ZDGxyy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d6ZDGxyy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8d6ZDGxyy .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8d6ZDGxyy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d6ZDGxyy .mbr-text,
.cid-v8d6ZDGxyy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8d6ZDGxyy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8d6ZE24D0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8d7VT97PV {
  z-index: 1000;
  width: 100%;
}
.cid-v8d7VT97PV nav.navbar {
  position: fixed;
}
.cid-v8d7VT97PV .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-v8d7VT97PV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8d7VT97PV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8d7VT97PV .dropdown-item:hover,
.cid-v8d7VT97PV .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8d7VT97PV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8d7VT97PV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8d7VT97PV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8d7VT97PV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8d7VT97PV .nav-link {
  position: relative;
}
.cid-v8d7VT97PV .container {
  display: flex;
  margin: auto;
}
.cid-v8d7VT97PV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8d7VT97PV .dropdown-menu,
.cid-v8d7VT97PV .navbar.opened {
  background: #fafafa !important;
}
.cid-v8d7VT97PV .nav-item:focus,
.cid-v8d7VT97PV .nav-link:focus {
  outline: none;
}
.cid-v8d7VT97PV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8d7VT97PV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8d7VT97PV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8d7VT97PV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8d7VT97PV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8d7VT97PV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8d7VT97PV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8d7VT97PV .navbar.opened {
  transition: all 0.3s;
}
.cid-v8d7VT97PV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8d7VT97PV .navbar .navbar-logo img {
  width: auto;
}
.cid-v8d7VT97PV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8d7VT97PV .navbar.collapsed {
  justify-content: center;
}
.cid-v8d7VT97PV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8d7VT97PV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8d7VT97PV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8d7VT97PV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8d7VT97PV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8d7VT97PV .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-v8d7VT97PV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8d7VT97PV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8d7VT97PV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8d7VT97PV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8d7VT97PV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8d7VT97PV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8d7VT97PV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8d7VT97PV .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-v8d7VT97PV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8d7VT97PV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8d7VT97PV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8d7VT97PV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8d7VT97PV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8d7VT97PV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8d7VT97PV .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8d7VT97PV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8d7VT97PV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8d7VT97PV .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-v8d7VT97PV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8d7VT97PV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8d7VT97PV .dropdown-item.active,
.cid-v8d7VT97PV .dropdown-item:active {
  background-color: transparent;
}
.cid-v8d7VT97PV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8d7VT97PV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8d7VT97PV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8d7VT97PV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8d7VT97PV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8d7VT97PV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8d7VT97PV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8d7VT97PV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8d7VT97PV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8d7VT97PV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8d7VT97PV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8d7VT97PV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d7VT97PV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8d7VT97PV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8d7VT97PV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d7VT97PV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8d7VT97PV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8d7VT97PV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8d7VT97PV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8d7VT97PV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8d7VT97PV .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-v8d7VT97PV .navbar {
    height: 70px;
  }
  .cid-v8d7VT97PV .navbar.opened {
    height: auto;
  }
  .cid-v8d7VT97PV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8d7VTLkB1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hero-bg-1920x960.jpg");
}
.cid-v8d7VTLkB1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8d7VTLkB1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d7VTLkB1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8d7VTLkB1 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8d7VTLkB1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8d7VTLkB1 .mbr-text,
.cid-v8d7VTLkB1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8d7VTLkB1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8d7VUftVu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8A2Szr2n4 {
  z-index: 1000;
  width: 100%;
}
.cid-v8A2Szr2n4 nav.navbar {
  position: fixed;
}
.cid-v8A2Szr2n4 .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-v8A2Szr2n4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8A2Szr2n4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8A2Szr2n4 .dropdown-item:hover,
.cid-v8A2Szr2n4 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8A2Szr2n4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8A2Szr2n4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8A2Szr2n4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8A2Szr2n4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8A2Szr2n4 .nav-link {
  position: relative;
}
.cid-v8A2Szr2n4 .container {
  display: flex;
  margin: auto;
}
.cid-v8A2Szr2n4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8A2Szr2n4 .dropdown-menu,
.cid-v8A2Szr2n4 .navbar.opened {
  background: #fafafa !important;
}
.cid-v8A2Szr2n4 .nav-item:focus,
.cid-v8A2Szr2n4 .nav-link:focus {
  outline: none;
}
.cid-v8A2Szr2n4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8A2Szr2n4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8A2Szr2n4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8A2Szr2n4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8A2Szr2n4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8A2Szr2n4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8A2Szr2n4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8A2Szr2n4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8A2Szr2n4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8A2Szr2n4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8A2Szr2n4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8A2Szr2n4 .navbar.collapsed {
  justify-content: center;
}
.cid-v8A2Szr2n4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8A2Szr2n4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8A2Szr2n4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8A2Szr2n4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8A2Szr2n4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8A2Szr2n4 .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-v8A2Szr2n4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8A2Szr2n4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8A2Szr2n4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8A2Szr2n4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8A2Szr2n4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8A2Szr2n4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8A2Szr2n4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8A2Szr2n4 .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-v8A2Szr2n4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8A2Szr2n4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8A2Szr2n4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8A2Szr2n4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8A2Szr2n4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8A2Szr2n4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8A2Szr2n4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8A2Szr2n4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8A2Szr2n4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8A2Szr2n4 .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-v8A2Szr2n4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8A2Szr2n4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8A2Szr2n4 .dropdown-item.active,
.cid-v8A2Szr2n4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8A2Szr2n4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8A2Szr2n4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8A2Szr2n4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8A2Szr2n4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8A2Szr2n4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8A2Szr2n4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8A2Szr2n4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8A2Szr2n4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8A2Szr2n4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8A2Szr2n4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8A2Szr2n4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8A2Szr2n4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8A2Szr2n4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8A2Szr2n4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8A2Szr2n4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8A2Szr2n4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8A2Szr2n4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8A2Szr2n4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8A2Szr2n4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8A2Szr2n4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8A2Szr2n4 .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-v8A2Szr2n4 .navbar {
    height: 70px;
  }
  .cid-v8A2Szr2n4 .navbar.opened {
    height: auto;
  }
  .cid-v8A2Szr2n4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8A2SzZsGD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #234b92;
}
.cid-v8A2SzZsGD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8A2SzZsGD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A2SzZsGD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8A2SzZsGD .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8A2SzZsGD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A2SzZsGD .mbr-text,
.cid-v8A2SzZsGD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8A2SzZsGD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8A2SAtR0J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8A2SAtR0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SAtR0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SAMx5N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c3b18;
}
.cid-v8A2SAMx5N img,
.cid-v8A2SAMx5N .item-img {
  width: 100%;
}
.cid-v8A2SAMx5N .item:focus,
.cid-v8A2SAMx5N span:focus {
  outline: none;
}
.cid-v8A2SAMx5N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A2SAMx5N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A2SAMx5N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SAMx5N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8A2SAMx5N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A2SAMx5N .mbr-section-title {
  color: #ffffff;
}
.cid-v8A2SAMx5N .mbr-text,
.cid-v8A2SAMx5N .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SAMx5N .item-title {
  text-align: center;
}
.cid-v8A2SAMx5N .item-subtitle {
  text-align: center;
}
.cid-v8A2SAMx5N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8A2SBfNSn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8A2SBfNSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SBfNSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SBfNSn .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A2SBfNSn .currentcost {
  color: #232323;
}
.cid-v8A2SBfNSn .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A2SBfNSn .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SBfNSn .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SBfNSn .text-box {
    padding: 1rem;
  }
}
.cid-v8A2SBfNSn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SBfNSn H5 {
  text-align: center;
}
.cid-v8A2SBfNSn .mbr-text,
.cid-v8A2SBfNSn .cost,
.cid-v8A2SBfNSn .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SBAVHG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A2SBAVHG img,
.cid-v8A2SBAVHG .item-img {
  width: 100%;
}
.cid-v8A2SBAVHG .item:focus,
.cid-v8A2SBAVHG span:focus {
  outline: none;
}
.cid-v8A2SBAVHG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A2SBAVHG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A2SBAVHG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A2SBAVHG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SBAVHG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A2SBAVHG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A2SBAVHG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A2SBAVHG .mbr-section-title {
  color: #232323;
}
.cid-v8A2SBAVHG .mbr-text,
.cid-v8A2SBAVHG .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SBAVHG .item-title {
  text-align: center;
}
.cid-v8A2SBAVHG .item-subtitle {
  text-align: left;
}
.cid-v8A2SC6ISd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A2SC6ISd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8A2SCrfYT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A2SCrfYT .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8A2SCHVlL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8A2SCHVlL img,
.cid-v8A2SCHVlL .item-img {
  width: 100%;
}
.cid-v8A2SCHVlL .item:focus,
.cid-v8A2SCHVlL span:focus {
  outline: none;
}
.cid-v8A2SCHVlL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A2SCHVlL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A2SCHVlL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A2SCHVlL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SCHVlL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A2SCHVlL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A2SCHVlL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A2SCHVlL .mbr-section-title {
  color: #000000;
}
.cid-v8A2SCHVlL .mbr-text,
.cid-v8A2SCHVlL .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SCHVlL .item-title {
  text-align: center;
}
.cid-v8A2SCHVlL .item-subtitle {
  text-align: left;
}
.cid-v8A2SD9tdJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8A2SD9tdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SD9tdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SD9tdJ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8A2SD9tdJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A2SD9tdJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A2SD9tdJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A2SD9tdJ .mbr-text,
.cid-v8A2SD9tdJ .mbr-section-btn {
  color: #000000;
}
.cid-v8A2SD9tdJ .card-title,
.cid-v8A2SD9tdJ .card-box {
  text-align: center;
  color: #000000;
}
.cid-v8A2SDx8IX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v8A2SDx8IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SDx8IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SDx8IX .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A2SDx8IX .currentcost {
  color: #232323;
}
.cid-v8A2SDx8IX .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A2SDx8IX .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SDx8IX .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SDx8IX .text-box {
    padding: 1rem;
  }
}
.cid-v8A2SDx8IX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SDx8IX H5 {
  text-align: center;
}
.cid-v8A2SDx8IX .mbr-text,
.cid-v8A2SDx8IX .cost,
.cid-v8A2SDx8IX .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SDQ8uN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A2SDQ8uN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SDQ8uN .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-v8A2SDQ8uN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8A2SDQ8uN .row {
  flex-direction: row-reverse;
}
.cid-v8A2SDQ8uN img {
  width: 100%;
}
.cid-v8A2SE7vvA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8A2SE7vvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SE7vvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SE7vvA .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A2SE7vvA .currentcost {
  color: #232323;
}
.cid-v8A2SE7vvA .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A2SE7vvA .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SE7vvA .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SE7vvA .text-box {
    padding: 1rem;
  }
}
.cid-v8A2SE7vvA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SE7vvA H5 {
  text-align: center;
}
.cid-v8A2SE7vvA .mbr-text,
.cid-v8A2SE7vvA .cost,
.cid-v8A2SE7vvA .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SEssZD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8A2SEssZD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A2SEssZD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8A2SEssZD .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8A2SEssZD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A2SEssZD .mbr-section-title {
  text-align: center;
}
.cid-v8A2SEssZD .mbr-text,
.cid-v8A2SEssZD .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SEKhnu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-v8A2SEKhnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SEKhnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SEKhnu .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8A2SEKhnu .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A2SEKhnu .card-title,
.cid-v8A2SEKhnu .card-box {
  color: #ffffff;
}
.cid-v8A2SFbOfG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-v8A2SFbOfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SFbOfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SFbOfG .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8A2SFbOfG .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #185511;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A2SFbOfG .card-title,
.cid-v8A2SFbOfG .card-box {
  color: #ffffff;
}
.cid-v8A2SFzlGU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8A2SFzlGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SFzlGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SFzlGU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8A2SFzlGU .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fff0b0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A2SFzlGU .card-title,
.cid-v8A2SFzlGU .card-box {
  color: #000000;
}
.cid-v8A2SFZqRP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #234b92;
}
.cid-v8A2SFZqRP img,
.cid-v8A2SFZqRP .item-img {
  width: 100%;
}
.cid-v8A2SFZqRP .item:focus,
.cid-v8A2SFZqRP span:focus {
  outline: none;
}
.cid-v8A2SFZqRP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A2SFZqRP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A2SFZqRP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A2SFZqRP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SFZqRP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A2SFZqRP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A2SFZqRP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A2SFZqRP .mbr-section-title {
  color: #ffffff;
}
.cid-v8A2SFZqRP .mbr-text,
.cid-v8A2SFZqRP .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SFZqRP .item-title {
  text-align: center;
}
.cid-v8A2SFZqRP .item-subtitle {
  text-align: left;
}
.cid-v8A2SGp45G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-v8A2SGp45G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SGp45G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SGp45G .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8A2SGp45G .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SGp45G .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8A2SGp45G .wrapper {
  padding: 30px 0;
}
.cid-v8A2SGp45G .mbr-section-title {
  color: #fafafa;
}
.cid-v8A2SGp45G .mbr-text,
.cid-v8A2SGp45G .mbr-section-btn {
  color: #ffffff;
}
.cid-v8A2SGJ8zg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A2SGJ8zg .mbr-section-title {
  text-align: center;
}
.cid-v8A2SGJ8zg .mbr-text {
  text-align: center;
}
.cid-v8A2SGZATg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8A2SGZATg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SGZATg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SGZATg .card-wrapper {
  background: #234b92;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8A2SGZATg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A2SGZATg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A2SGZATg .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A2SGZATg .mbr-text,
.cid-v8A2SGZATg .mbr-section-btn {
  color: #ffffff;
}
.cid-v8A2SGZATg .card-title,
.cid-v8A2SGZATg .card-box {
  text-align: center;
}
.cid-v8A2SHIVTl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8A2SHIVTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SHIVTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SHIVTl .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8A2SHIVTl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A2SHIVTl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A2SHIVTl .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A2SHIVTl .mbr-text,
.cid-v8A2SHIVTl .mbr-section-btn {
  color: #ffffff;
}
.cid-v8A2SHIVTl .card-title,
.cid-v8A2SHIVTl .card-box {
  text-align: center;
}
.cid-v8A2SIkcoJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v8A2SIkcoJ .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-v8A2SIkcoJ img,
.cid-v8A2SIkcoJ .item-img {
  width: 100%;
}
.cid-v8A2SIkcoJ .item:focus,
.cid-v8A2SIkcoJ span:focus {
  outline: none;
}
.cid-v8A2SIkcoJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v8A2SIkcoJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A2SIkcoJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A2SIkcoJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SIkcoJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A2SIkcoJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A2SIkcoJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A2SIkcoJ .mbr-section-title {
  color: #ffffff;
}
.cid-v8A2SIkcoJ .mbr-text,
.cid-v8A2SIkcoJ .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SIkcoJ .item-title {
  text-align: center;
}
.cid-v8A2SIkcoJ .item-subtitle {
  text-align: left;
}
.cid-v8A2SJ6ZvY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8A2SJ6ZvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SJ6ZvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8A2SJ6ZvY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8A2SJ6ZvY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A2SJ6ZvY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8A2SJ6ZvY .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8A2SJ6ZvY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SJ6ZvY .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8A2SJ6ZvY .card-title {
  text-align: center;
}
.cid-v8A2SJ6ZvY .mbr-text {
  text-align: center;
}
.cid-v8A2SJER92 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A2SJER92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SJER92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SJER92 .item {
  padding-bottom: 2rem;
}
.cid-v8A2SJER92 .item-wrapper {
  position: relative;
}
.cid-v8A2SJER92 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8A2SJER92 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8A2SJER92 .carousel-control,
.cid-v8A2SJER92 .close {
  background: #1b1b1b;
}
.cid-v8A2SJER92 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8A2SJER92 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8A2SJER92 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8A2SJER92 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8A2SJER92 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8A2SJER92 .close::before {
  content: '\e91a';
}
.cid-v8A2SJER92 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8A2SJER92 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8A2SJER92 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8A2SJER92 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8A2SJER92 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8A2SJER92 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8A2SJER92 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8A2SJER92 .carousel-indicators li.active,
.cid-v8A2SJER92 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8A2SJER92 .carousel-indicators li::after,
.cid-v8A2SJER92 .carousel-indicators li::before {
  content: none;
}
.cid-v8A2SJER92 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8A2SJER92 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SJER92 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SJER92 .carousel-indicators {
    display: none;
  }
}
.cid-v8A2SJER92 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8A2SJER92 .carousel-inner > .active {
  display: block;
}
.cid-v8A2SJER92 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8A2SJER92 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8A2SJER92 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8A2SJER92 .carousel-control,
  .cid-v8A2SJER92 .carousel-indicators,
  .cid-v8A2SJER92 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SJER92 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8A2SJER92 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8A2SJER92 .carousel-indicators .active,
.cid-v8A2SJER92 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8A2SJER92 .carousel-indicators .active {
  background: #fff;
}
.cid-v8A2SJER92 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8A2SJER92 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8A2SJER92 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8A2SJER92 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8A2SJER92 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8A2SJER92 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8A2SJER92 .carousel {
  width: 100%;
}
.cid-v8A2SJER92 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8A2SJER92 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8A2SJER92 .modal.fade .modal-dialog,
.cid-v8A2SJER92 .modal.in .modal-dialog {
  transform: none;
}
.cid-v8A2SJER92 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8A2SJER92 H6 {
  text-align: center;
}
.cid-v8A2SKksE8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8A2SKksE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SKksE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SKksE8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A2SKksE8 .currentcost {
  color: #232323;
}
.cid-v8A2SKksE8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A2SKksE8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SKksE8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SKksE8 .text-box {
    padding: 1rem;
  }
}
.cid-v8A2SKksE8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SKksE8 H5 {
  text-align: center;
}
.cid-v8A2SKksE8 .mbr-text,
.cid-v8A2SKksE8 .cost,
.cid-v8A2SKksE8 .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SKInl3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8A2SKInl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SKInl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SKInl3 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A2SKInl3 .currentcost {
  color: #232323;
}
.cid-v8A2SKInl3 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A2SKInl3 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A2SKInl3 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SKInl3 .text-box {
    padding: 1rem;
  }
}
.cid-v8A2SKInl3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SKInl3 H5 {
  text-align: center;
}
.cid-v8A2SKInl3 .mbr-text,
.cid-v8A2SKInl3 .cost,
.cid-v8A2SKInl3 .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SLaZSW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8A2SLaZSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SLaZSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A2SLaZSW .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v8A2SLaZSW .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-v8A2SLaZSW .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-v8A2SLaZSW .card-wrapper {
    padding: 1rem;
  }
}
.cid-v8A2SLaZSW ul {
  list-style: none;
}
.cid-v8A2SLaZSW li {
  position: relative;
}
.cid-v8A2SLaZSW li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  font-size: 0.8rem;
}
.cid-v8A2SLaZSW .mbr-section-btn {
  width: 100%;
}
.cid-v8A2SLaZSW .btn {
  width: 100%;
}
.cid-v8A2SLaZSW .card-title {
  text-align: center;
}
.cid-v8A2SLaZSW .mbr-text,
.cid-v8A2SLaZSW .link-wrap,
.cid-v8A2SLaZSW .mbr-section-btn {
  text-align: center;
}
.cid-v8A2SLaZSW .list {
  text-align: center;
}
.cid-v8A2SLyFUt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-v8A2SLyFUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A2SLyFUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8A2SLyFUt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8A2SLyFUt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A2SLyFUt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8A2SLyFUt .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8A2SLyFUt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A2SLyFUt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8A2SLyFUt .card-title {
  text-align: center;
}
.cid-v8A2SLyFUt .mbr-text {
  text-align: center;
}
.cid-v8A2SM7HTL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8A30SqKuQ {
  z-index: 1000;
  width: 100%;
}
.cid-v8A30SqKuQ nav.navbar {
  position: fixed;
}
.cid-v8A30SqKuQ .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-v8A30SqKuQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8A30SqKuQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8A30SqKuQ .dropdown-item:hover,
.cid-v8A30SqKuQ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8A30SqKuQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8A30SqKuQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8A30SqKuQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8A30SqKuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8A30SqKuQ .nav-link {
  position: relative;
}
.cid-v8A30SqKuQ .container {
  display: flex;
  margin: auto;
}
.cid-v8A30SqKuQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8A30SqKuQ .dropdown-menu,
.cid-v8A30SqKuQ .navbar.opened {
  background: #fafafa !important;
}
.cid-v8A30SqKuQ .nav-item:focus,
.cid-v8A30SqKuQ .nav-link:focus {
  outline: none;
}
.cid-v8A30SqKuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8A30SqKuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8A30SqKuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8A30SqKuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8A30SqKuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8A30SqKuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8A30SqKuQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8A30SqKuQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v8A30SqKuQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8A30SqKuQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v8A30SqKuQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8A30SqKuQ .navbar.collapsed {
  justify-content: center;
}
.cid-v8A30SqKuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8A30SqKuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8A30SqKuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8A30SqKuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8A30SqKuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8A30SqKuQ .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-v8A30SqKuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8A30SqKuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8A30SqKuQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8A30SqKuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8A30SqKuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8A30SqKuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8A30SqKuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8A30SqKuQ .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-v8A30SqKuQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8A30SqKuQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8A30SqKuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8A30SqKuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8A30SqKuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8A30SqKuQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8A30SqKuQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8A30SqKuQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8A30SqKuQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8A30SqKuQ .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-v8A30SqKuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8A30SqKuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8A30SqKuQ .dropdown-item.active,
.cid-v8A30SqKuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v8A30SqKuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8A30SqKuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8A30SqKuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8A30SqKuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8A30SqKuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8A30SqKuQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8A30SqKuQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8A30SqKuQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8A30SqKuQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8A30SqKuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8A30SqKuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8A30SqKuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8A30SqKuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8A30SqKuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8A30SqKuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8A30SqKuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8A30SqKuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8A30SqKuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8A30SqKuQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8A30SqKuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8A30SqKuQ .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-v8A30SqKuQ .navbar {
    height: 70px;
  }
  .cid-v8A30SqKuQ .navbar.opened {
    height: auto;
  }
  .cid-v8A30SqKuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8A30SVHhu {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hero-bg-1920x960.jpg");
}
.cid-v8A30SVHhu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8A30SVHhu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A30SVHhu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8A30SVHhu .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8A30SVHhu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A30SVHhu .mbr-text,
.cid-v8A30SVHhu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8A30SVHhu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8A30Tp8Z7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8A30Tp8Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30Tp8Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30TIupV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c3b18;
}
.cid-v8A30TIupV img,
.cid-v8A30TIupV .item-img {
  width: 100%;
}
.cid-v8A30TIupV .item:focus,
.cid-v8A30TIupV span:focus {
  outline: none;
}
.cid-v8A30TIupV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A30TIupV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A30TIupV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30TIupV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8A30TIupV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A30TIupV .mbr-section-title {
  color: #ffffff;
}
.cid-v8A30TIupV .mbr-text,
.cid-v8A30TIupV .mbr-section-btn {
  text-align: center;
}
.cid-v8A30TIupV .item-title {
  text-align: center;
}
.cid-v8A30TIupV .item-subtitle {
  text-align: center;
}
.cid-v8A30TIupV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8A30U9SM4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8A30U9SM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30U9SM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30U9SM4 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A30U9SM4 .currentcost {
  color: #232323;
}
.cid-v8A30U9SM4 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A30U9SM4 .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30U9SM4 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A30U9SM4 .text-box {
    padding: 1rem;
  }
}
.cid-v8A30U9SM4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A30U9SM4 H5 {
  text-align: center;
}
.cid-v8A30U9SM4 .mbr-text,
.cid-v8A30U9SM4 .cost,
.cid-v8A30U9SM4 .mbr-section-btn {
  text-align: center;
}
.cid-v8A30UuGO3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A30UuGO3 img,
.cid-v8A30UuGO3 .item-img {
  width: 100%;
}
.cid-v8A30UuGO3 .item:focus,
.cid-v8A30UuGO3 span:focus {
  outline: none;
}
.cid-v8A30UuGO3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A30UuGO3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A30UuGO3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A30UuGO3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30UuGO3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A30UuGO3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A30UuGO3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A30UuGO3 .mbr-section-title {
  color: #232323;
}
.cid-v8A30UuGO3 .mbr-text,
.cid-v8A30UuGO3 .mbr-section-btn {
  text-align: center;
}
.cid-v8A30UuGO3 .item-title {
  text-align: center;
}
.cid-v8A30UuGO3 .item-subtitle {
  text-align: left;
}
.cid-v8A30UWkg5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A30UWkg5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8A30V96tM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A30V96tM .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8A30VlNRN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8A30VlNRN img,
.cid-v8A30VlNRN .item-img {
  width: 100%;
}
.cid-v8A30VlNRN .item:focus,
.cid-v8A30VlNRN span:focus {
  outline: none;
}
.cid-v8A30VlNRN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A30VlNRN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A30VlNRN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A30VlNRN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30VlNRN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A30VlNRN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A30VlNRN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A30VlNRN .mbr-section-title {
  color: #000000;
}
.cid-v8A30VlNRN .mbr-text,
.cid-v8A30VlNRN .mbr-section-btn {
  text-align: center;
}
.cid-v8A30VlNRN .item-title {
  text-align: center;
}
.cid-v8A30VlNRN .item-subtitle {
  text-align: left;
}
.cid-v8A30VNzJ9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8A30VNzJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30VNzJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30VNzJ9 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8A30VNzJ9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A30VNzJ9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A30VNzJ9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A30VNzJ9 .mbr-text,
.cid-v8A30VNzJ9 .mbr-section-btn {
  color: #000000;
}
.cid-v8A30VNzJ9 .card-title,
.cid-v8A30VNzJ9 .card-box {
  text-align: center;
  color: #000000;
}
.cid-v8A30W5Uc0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v8A30W5Uc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30W5Uc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30W5Uc0 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A30W5Uc0 .currentcost {
  color: #232323;
}
.cid-v8A30W5Uc0 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A30W5Uc0 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30W5Uc0 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A30W5Uc0 .text-box {
    padding: 1rem;
  }
}
.cid-v8A30W5Uc0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A30W5Uc0 H5 {
  text-align: center;
}
.cid-v8A30W5Uc0 .mbr-text,
.cid-v8A30W5Uc0 .cost,
.cid-v8A30W5Uc0 .mbr-section-btn {
  text-align: center;
}
.cid-v8A30Wqg9J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A30Wqg9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30Wqg9J .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-v8A30Wqg9J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8A30Wqg9J .row {
  flex-direction: row-reverse;
}
.cid-v8A30Wqg9J img {
  width: 100%;
}
.cid-v8A30WHf4p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8A30WHf4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30WHf4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30WHf4p .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A30WHf4p .currentcost {
  color: #232323;
}
.cid-v8A30WHf4p .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A30WHf4p .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30WHf4p .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A30WHf4p .text-box {
    padding: 1rem;
  }
}
.cid-v8A30WHf4p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A30WHf4p H5 {
  text-align: center;
}
.cid-v8A30WHf4p .mbr-text,
.cid-v8A30WHf4p .cost,
.cid-v8A30WHf4p .mbr-section-btn {
  text-align: center;
}
.cid-v8A30X0UUS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8A30X0UUS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A30X0UUS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8A30X0UUS .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8A30X0UUS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8A30X0UUS .mbr-section-title {
  text-align: center;
}
.cid-v8A30X0UUS .mbr-text,
.cid-v8A30X0UUS .mbr-section-btn {
  text-align: center;
}
.cid-v8A30XkZZg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-v8A30XkZZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30XkZZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30XkZZg .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8A30XkZZg .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A30XkZZg .card-title,
.cid-v8A30XkZZg .card-box {
  color: #ffffff;
}
.cid-v8A30XI2aD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-v8A30XI2aD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30XI2aD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30XI2aD .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8A30XI2aD .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #185511;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A30XI2aD .card-title,
.cid-v8A30XI2aD .card-box {
  color: #ffffff;
}
.cid-v8A30Y7z9F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8A30Y7z9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A30Y7z9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A30Y7z9F .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8A30Y7z9F .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fff0b0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8A30Y7z9F .card-title,
.cid-v8A30Y7z9F .card-box {
  color: #000000;
}
.cid-v8A30Zcet8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #234b92;
}
.cid-v8A30Zcet8 img,
.cid-v8A30Zcet8 .item-img {
  width: 100%;
}
.cid-v8A30Zcet8 .item:focus,
.cid-v8A30Zcet8 span:focus {
  outline: none;
}
.cid-v8A30Zcet8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8A30Zcet8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A30Zcet8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A30Zcet8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A30Zcet8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A30Zcet8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A30Zcet8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A30Zcet8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8A30Zcet8 .mbr-text,
.cid-v8A30Zcet8 .mbr-section-btn {
  text-align: center;
}
.cid-v8A30Zcet8 .item-title {
  text-align: center;
}
.cid-v8A30Zcet8 .item-subtitle {
  text-align: left;
}
.cid-v8A310cRPW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-v8A310cRPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A310cRPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A310cRPW .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8A310cRPW .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8A310cRPW .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8A310cRPW .wrapper {
  padding: 30px 0;
}
.cid-v8A310cRPW .mbr-section-title {
  color: #fafafa;
}
.cid-v8A310cRPW .mbr-text,
.cid-v8A310cRPW .mbr-section-btn {
  color: #ffffff;
}
.cid-v8A310DNu6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A310DNu6 .mbr-section-title {
  text-align: center;
}
.cid-v8A310DNu6 .mbr-text {
  text-align: center;
}
.cid-v8A310YwFs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8A310YwFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A310YwFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A310YwFs .card-wrapper {
  background: #234b92;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8A310YwFs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A310YwFs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A310YwFs .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A310YwFs .mbr-text,
.cid-v8A310YwFs .mbr-section-btn {
  color: #ffffff;
}
.cid-v8A310YwFs .card-title,
.cid-v8A310YwFs .card-box {
  text-align: center;
}
.cid-v8A311i2ga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8A311i2ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A311i2ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A311i2ga .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8A311i2ga .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8A311i2ga .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A311i2ga .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8A311i2ga .mbr-text,
.cid-v8A311i2ga .mbr-section-btn {
  color: #ffffff;
}
.cid-v8A311i2ga .card-title,
.cid-v8A311i2ga .card-box {
  text-align: center;
}
.cid-v8A311D9On {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v8A311D9On .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-v8A311D9On img,
.cid-v8A311D9On .item-img {
  width: 100%;
}
.cid-v8A311D9On .item:focus,
.cid-v8A311D9On span:focus {
  outline: none;
}
.cid-v8A311D9On .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v8A311D9On .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8A311D9On .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8A311D9On .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A311D9On .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8A311D9On .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8A311D9On .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8A311D9On .mbr-section-title {
  color: #ffffff;
}
.cid-v8A311D9On .mbr-text,
.cid-v8A311D9On .mbr-section-btn {
  text-align: center;
}
.cid-v8A311D9On .item-title {
  text-align: center;
}
.cid-v8A311D9On .item-subtitle {
  text-align: left;
}
.cid-v8A3123QRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8A3123QRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A3123QRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8A3123QRK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8A3123QRK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A3123QRK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8A3123QRK .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8A3123QRK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A3123QRK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8A3123QRK .card-title {
  text-align: center;
}
.cid-v8A3123QRK .mbr-text {
  text-align: center;
}
.cid-v8A312DoD6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8A312DoD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A312DoD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A312DoD6 .item {
  padding-bottom: 2rem;
}
.cid-v8A312DoD6 .item-wrapper {
  position: relative;
}
.cid-v8A312DoD6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8A312DoD6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8A312DoD6 .carousel-control,
.cid-v8A312DoD6 .close {
  background: #1b1b1b;
}
.cid-v8A312DoD6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8A312DoD6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8A312DoD6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8A312DoD6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8A312DoD6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8A312DoD6 .close::before {
  content: '\e91a';
}
.cid-v8A312DoD6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8A312DoD6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8A312DoD6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8A312DoD6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8A312DoD6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8A312DoD6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8A312DoD6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8A312DoD6 .carousel-indicators li.active,
.cid-v8A312DoD6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8A312DoD6 .carousel-indicators li::after,
.cid-v8A312DoD6 .carousel-indicators li::before {
  content: none;
}
.cid-v8A312DoD6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8A312DoD6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8A312DoD6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A312DoD6 .carousel-indicators {
    display: none;
  }
}
.cid-v8A312DoD6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8A312DoD6 .carousel-inner > .active {
  display: block;
}
.cid-v8A312DoD6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8A312DoD6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8A312DoD6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8A312DoD6 .carousel-control,
  .cid-v8A312DoD6 .carousel-indicators,
  .cid-v8A312DoD6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8A312DoD6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8A312DoD6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8A312DoD6 .carousel-indicators .active,
.cid-v8A312DoD6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8A312DoD6 .carousel-indicators .active {
  background: #fff;
}
.cid-v8A312DoD6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8A312DoD6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8A312DoD6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8A312DoD6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8A312DoD6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8A312DoD6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8A312DoD6 .carousel {
  width: 100%;
}
.cid-v8A312DoD6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8A312DoD6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8A312DoD6 .modal.fade .modal-dialog,
.cid-v8A312DoD6 .modal.in .modal-dialog {
  transform: none;
}
.cid-v8A312DoD6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8A312DoD6 H6 {
  text-align: center;
}
.cid-v8A313kKr1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8A313kKr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A313kKr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A313kKr1 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A313kKr1 .currentcost {
  color: #232323;
}
.cid-v8A313kKr1 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A313kKr1 .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A313kKr1 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A313kKr1 .text-box {
    padding: 1rem;
  }
}
.cid-v8A313kKr1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A313kKr1 H5 {
  text-align: center;
}
.cid-v8A313kKr1 .mbr-text,
.cid-v8A313kKr1 .cost,
.cid-v8A313kKr1 .mbr-section-btn {
  text-align: center;
}
.cid-v8A313IDV5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8A313IDV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A313IDV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A313IDV5 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8A313IDV5 .currentcost {
  color: #232323;
}
.cid-v8A313IDV5 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8A313IDV5 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8A313IDV5 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8A313IDV5 .text-box {
    padding: 1rem;
  }
}
.cid-v8A313IDV5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A313IDV5 H5 {
  text-align: center;
}
.cid-v8A313IDV5 .mbr-text,
.cid-v8A313IDV5 .cost,
.cid-v8A313IDV5 .mbr-section-btn {
  text-align: center;
}
.cid-v8A3146KaZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8A3146KaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A3146KaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8A3146KaZ .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v8A3146KaZ .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-v8A3146KaZ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-v8A3146KaZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-v8A3146KaZ ul {
  list-style: none;
}
.cid-v8A3146KaZ li {
  position: relative;
}
.cid-v8A3146KaZ li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  font-size: 0.8rem;
}
.cid-v8A3146KaZ .mbr-section-btn {
  width: 100%;
}
.cid-v8A3146KaZ .btn {
  width: 100%;
}
.cid-v8A3146KaZ .card-title {
  text-align: center;
}
.cid-v8A3146KaZ .mbr-text,
.cid-v8A3146KaZ .link-wrap,
.cid-v8A3146KaZ .mbr-section-btn {
  text-align: center;
}
.cid-v8A3146KaZ .list {
  text-align: center;
}
.cid-v8A314zbNQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-v8A314zbNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8A314zbNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8A314zbNQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8A314zbNQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8A314zbNQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8A314zbNQ .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8A314zbNQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8A314zbNQ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8A314zbNQ .card-title {
  text-align: center;
}
.cid-v8A314zbNQ .mbr-text {
  text-align: center;
}
.cid-v8A3156mht {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v8DEAXUjjU {
  z-index: 1000;
  width: 100%;
}
.cid-v8DEAXUjjU nav.navbar {
  position: fixed;
}
.cid-v8DEAXUjjU .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-v8DEAXUjjU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8DEAXUjjU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8DEAXUjjU .dropdown-item:hover,
.cid-v8DEAXUjjU .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-v8DEAXUjjU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8DEAXUjjU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8DEAXUjjU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8DEAXUjjU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8DEAXUjjU .nav-link {
  position: relative;
}
.cid-v8DEAXUjjU .container {
  display: flex;
  margin: auto;
}
.cid-v8DEAXUjjU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8DEAXUjjU .dropdown-menu,
.cid-v8DEAXUjjU .navbar.opened {
  background: #fafafa !important;
}
.cid-v8DEAXUjjU .nav-item:focus,
.cid-v8DEAXUjjU .nav-link:focus {
  outline: none;
}
.cid-v8DEAXUjjU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8DEAXUjjU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8DEAXUjjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8DEAXUjjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8DEAXUjjU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8DEAXUjjU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8DEAXUjjU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8DEAXUjjU .navbar.opened {
  transition: all 0.3s;
}
.cid-v8DEAXUjjU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8DEAXUjjU .navbar .navbar-logo img {
  width: auto;
}
.cid-v8DEAXUjjU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8DEAXUjjU .navbar.collapsed {
  justify-content: center;
}
.cid-v8DEAXUjjU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8DEAXUjjU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8DEAXUjjU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8DEAXUjjU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8DEAXUjjU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8DEAXUjjU .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-v8DEAXUjjU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8DEAXUjjU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8DEAXUjjU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8DEAXUjjU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8DEAXUjjU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8DEAXUjjU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8DEAXUjjU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8DEAXUjjU .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-v8DEAXUjjU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8DEAXUjjU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8DEAXUjjU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8DEAXUjjU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8DEAXUjjU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8DEAXUjjU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8DEAXUjjU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8DEAXUjjU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8DEAXUjjU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8DEAXUjjU .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-v8DEAXUjjU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8DEAXUjjU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8DEAXUjjU .dropdown-item.active,
.cid-v8DEAXUjjU .dropdown-item:active {
  background-color: transparent;
}
.cid-v8DEAXUjjU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8DEAXUjjU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8DEAXUjjU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8DEAXUjjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8DEAXUjjU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8DEAXUjjU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8DEAXUjjU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8DEAXUjjU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8DEAXUjjU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8DEAXUjjU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8DEAXUjjU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8DEAXUjjU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8DEAXUjjU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8DEAXUjjU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8DEAXUjjU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8DEAXUjjU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8DEAXUjjU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8DEAXUjjU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8DEAXUjjU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8DEAXUjjU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8DEAXUjjU .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-v8DEAXUjjU .navbar {
    height: 70px;
  }
  .cid-v8DEAXUjjU .navbar.opened {
    height: auto;
  }
  .cid-v8DEAXUjjU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8DEAYlwUA {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #122341;
}
.cid-v8DEAYlwUA .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8DEAYlwUA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8DEAYlwUA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8DEAYlwUA .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8DEAYlwUA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8DEAYlwUA .mbr-text,
.cid-v8DEAYlwUA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8DEAYlwUA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8DEAYBUdh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8DEAYBUdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEAYBUdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEAYTwOx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1c3b18;
}
.cid-v8DEAYTwOx img,
.cid-v8DEAYTwOx .item-img {
  width: 100%;
}
.cid-v8DEAYTwOx .item:focus,
.cid-v8DEAYTwOx span:focus {
  outline: none;
}
.cid-v8DEAYTwOx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8DEAYTwOx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8DEAYTwOx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEAYTwOx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8DEAYTwOx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8DEAYTwOx .mbr-section-title {
  color: #ffffff;
}
.cid-v8DEAYTwOx .mbr-text,
.cid-v8DEAYTwOx .mbr-section-btn {
  text-align: center;
}
.cid-v8DEAYTwOx .item-title {
  text-align: center;
}
.cid-v8DEAYTwOx .item-subtitle {
  text-align: center;
}
.cid-v8DEAYTwOx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8DEAZoqNw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8DEAZoqNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEAZoqNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEAZoqNw .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8DEAZoqNw .currentcost {
  color: #232323;
}
.cid-v8DEAZoqNw .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8DEAZoqNw .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEAZoqNw .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8DEAZoqNw .text-box {
    padding: 1rem;
  }
}
.cid-v8DEAZoqNw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEAZoqNw H5 {
  text-align: center;
}
.cid-v8DEAZoqNw .mbr-text,
.cid-v8DEAZoqNw .cost,
.cid-v8DEAZoqNw .mbr-section-btn {
  text-align: center;
}
.cid-v8DEAZHRvk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8DEAZHRvk img,
.cid-v8DEAZHRvk .item-img {
  width: 100%;
}
.cid-v8DEAZHRvk .item:focus,
.cid-v8DEAZHRvk span:focus {
  outline: none;
}
.cid-v8DEAZHRvk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8DEAZHRvk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8DEAZHRvk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8DEAZHRvk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEAZHRvk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8DEAZHRvk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8DEAZHRvk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8DEAZHRvk .mbr-section-title {
  color: #232323;
}
.cid-v8DEAZHRvk .mbr-text,
.cid-v8DEAZHRvk .mbr-section-btn {
  text-align: center;
}
.cid-v8DEAZHRvk .item-title {
  text-align: center;
}
.cid-v8DEAZHRvk .item-subtitle {
  text-align: left;
}
.cid-v8DEB050NU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8DEB050NU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8DEB0hyQe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8DEB0hyQe .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8DEB0wK0e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8DEB0wK0e img,
.cid-v8DEB0wK0e .item-img {
  width: 100%;
}
.cid-v8DEB0wK0e .item:focus,
.cid-v8DEB0wK0e span:focus {
  outline: none;
}
.cid-v8DEB0wK0e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8DEB0wK0e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8DEB0wK0e .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8DEB0wK0e .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB0wK0e .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8DEB0wK0e .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8DEB0wK0e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8DEB0wK0e .mbr-section-title {
  color: #000000;
}
.cid-v8DEB0wK0e .mbr-text,
.cid-v8DEB0wK0e .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB0wK0e .item-title {
  text-align: center;
}
.cid-v8DEB0wK0e .item-subtitle {
  text-align: left;
}
.cid-v8DEB0X1DA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8DEB0X1DA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB0X1DA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB0X1DA .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8DEB0X1DA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8DEB0X1DA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8DEB0X1DA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8DEB0X1DA .mbr-text,
.cid-v8DEB0X1DA .mbr-section-btn {
  color: #000000;
}
.cid-v8DEB0X1DA .card-title,
.cid-v8DEB0X1DA .card-box {
  text-align: center;
  color: #000000;
}
.cid-v8DEB1dxtJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v8DEB1dxtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB1dxtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB1dxtJ .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8DEB1dxtJ .currentcost {
  color: #232323;
}
.cid-v8DEB1dxtJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8DEB1dxtJ .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB1dxtJ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB1dxtJ .text-box {
    padding: 1rem;
  }
}
.cid-v8DEB1dxtJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEB1dxtJ H5 {
  text-align: center;
}
.cid-v8DEB1dxtJ .mbr-text,
.cid-v8DEB1dxtJ .cost,
.cid-v8DEB1dxtJ .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB1xH1Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8DEB1xH1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB1xH1Z .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-v8DEB1xH1Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8DEB1xH1Z .row {
  flex-direction: row-reverse;
}
.cid-v8DEB1xH1Z img {
  width: 100%;
}
.cid-v8DEB1OsJi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8DEB1OsJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB1OsJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB1OsJi .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8DEB1OsJi .currentcost {
  color: #232323;
}
.cid-v8DEB1OsJi .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8DEB1OsJi .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB1OsJi .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB1OsJi .text-box {
    padding: 1rem;
  }
}
.cid-v8DEB1OsJi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEB1OsJi H5 {
  text-align: center;
}
.cid-v8DEB1OsJi .mbr-text,
.cid-v8DEB1OsJi .cost,
.cid-v8DEB1OsJi .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB25CcN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8DEB25CcN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8DEB25CcN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v8DEB25CcN .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v8DEB25CcN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8DEB25CcN .mbr-section-title {
  text-align: center;
}
.cid-v8DEB25CcN .mbr-text,
.cid-v8DEB25CcN .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB2mMiR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-v8DEB2mMiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB2mMiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB2mMiR .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8DEB2mMiR .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8DEB2mMiR .card-title,
.cid-v8DEB2mMiR .card-box {
  color: #ffffff;
}
.cid-v8DEB2M6pC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-v8DEB2M6pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB2M6pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB2M6pC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8DEB2M6pC .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #185511;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8DEB2M6pC .card-title,
.cid-v8DEB2M6pC .card-box {
  color: #ffffff;
}
.cid-v8DEB392B7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8DEB392B7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB392B7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB392B7 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-v8DEB392B7 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fff0b0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8DEB392B7 .card-title,
.cid-v8DEB392B7 .card-box {
  color: #000000;
}
.cid-v8DEB3DlSk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #234b92;
}
.cid-v8DEB3DlSk img,
.cid-v8DEB3DlSk .item-img {
  width: 100%;
}
.cid-v8DEB3DlSk .item:focus,
.cid-v8DEB3DlSk span:focus {
  outline: none;
}
.cid-v8DEB3DlSk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8DEB3DlSk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8DEB3DlSk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8DEB3DlSk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB3DlSk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8DEB3DlSk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8DEB3DlSk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8DEB3DlSk .mbr-section-title {
  color: #ffffff;
}
.cid-v8DEB3DlSk .mbr-text,
.cid-v8DEB3DlSk .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB3DlSk .item-title {
  text-align: center;
}
.cid-v8DEB3DlSk .item-subtitle {
  text-align: left;
}
.cid-v8DEB3ZMr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-v8DEB3ZMr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB3ZMr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB3ZMr0 .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8DEB3ZMr0 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB3ZMr0 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8DEB3ZMr0 .wrapper {
  padding: 30px 0;
}
.cid-v8DEB3ZMr0 .mbr-section-title {
  color: #fafafa;
}
.cid-v8DEB3ZMr0 .mbr-text,
.cid-v8DEB3ZMr0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v8DEB4h3gM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8DEB4h3gM .mbr-section-title {
  text-align: center;
}
.cid-v8DEB4h3gM .mbr-text {
  text-align: center;
}
.cid-v8DEB4zLoN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8DEB4zLoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB4zLoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB4zLoN .card-wrapper {
  background: #234b92;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8DEB4zLoN .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8DEB4zLoN .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8DEB4zLoN .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8DEB4zLoN .mbr-text,
.cid-v8DEB4zLoN .mbr-section-btn {
  color: #ffffff;
}
.cid-v8DEB4zLoN .card-title,
.cid-v8DEB4zLoN .card-box {
  text-align: center;
}
.cid-v8DEB4RnT3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8DEB4RnT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB4RnT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB4RnT3 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v8DEB4RnT3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8DEB4RnT3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8DEB4RnT3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8DEB4RnT3 .mbr-text,
.cid-v8DEB4RnT3 .mbr-section-btn {
  color: #ffffff;
}
.cid-v8DEB4RnT3 .card-title,
.cid-v8DEB4RnT3 .card-box {
  text-align: center;
}
.cid-v8DEB58wUV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v8DEB58wUV .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-v8DEB58wUV img,
.cid-v8DEB58wUV .item-img {
  width: 100%;
}
.cid-v8DEB58wUV .item:focus,
.cid-v8DEB58wUV span:focus {
  outline: none;
}
.cid-v8DEB58wUV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v8DEB58wUV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8DEB58wUV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8DEB58wUV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB58wUV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8DEB58wUV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8DEB58wUV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8DEB58wUV .mbr-section-title {
  color: #ffffff;
}
.cid-v8DEB58wUV .mbr-text,
.cid-v8DEB58wUV .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB58wUV .item-title {
  text-align: center;
}
.cid-v8DEB58wUV .item-subtitle {
  text-align: left;
}
.cid-v8DEB5vi2Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v8DEB5vi2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB5vi2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8DEB5vi2Y .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8DEB5vi2Y .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8DEB5vi2Y .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8DEB5vi2Y .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8DEB5vi2Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEB5vi2Y .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8DEB5vi2Y .card-title {
  text-align: center;
}
.cid-v8DEB5vi2Y .mbr-text {
  text-align: center;
}
.cid-v8DEB60iXZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8DEB60iXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB60iXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB60iXZ .item {
  padding-bottom: 2rem;
}
.cid-v8DEB60iXZ .item-wrapper {
  position: relative;
}
.cid-v8DEB60iXZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8DEB60iXZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8DEB60iXZ .carousel-control,
.cid-v8DEB60iXZ .close {
  background: #1b1b1b;
}
.cid-v8DEB60iXZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8DEB60iXZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8DEB60iXZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8DEB60iXZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8DEB60iXZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8DEB60iXZ .close::before {
  content: '\e91a';
}
.cid-v8DEB60iXZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8DEB60iXZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8DEB60iXZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8DEB60iXZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8DEB60iXZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8DEB60iXZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8DEB60iXZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8DEB60iXZ .carousel-indicators li.active,
.cid-v8DEB60iXZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8DEB60iXZ .carousel-indicators li::after,
.cid-v8DEB60iXZ .carousel-indicators li::before {
  content: none;
}
.cid-v8DEB60iXZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8DEB60iXZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB60iXZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB60iXZ .carousel-indicators {
    display: none;
  }
}
.cid-v8DEB60iXZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8DEB60iXZ .carousel-inner > .active {
  display: block;
}
.cid-v8DEB60iXZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8DEB60iXZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8DEB60iXZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8DEB60iXZ .carousel-control,
  .cid-v8DEB60iXZ .carousel-indicators,
  .cid-v8DEB60iXZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB60iXZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8DEB60iXZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8DEB60iXZ .carousel-indicators .active,
.cid-v8DEB60iXZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8DEB60iXZ .carousel-indicators .active {
  background: #fff;
}
.cid-v8DEB60iXZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8DEB60iXZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8DEB60iXZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8DEB60iXZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8DEB60iXZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8DEB60iXZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8DEB60iXZ .carousel {
  width: 100%;
}
.cid-v8DEB60iXZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8DEB60iXZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8DEB60iXZ .modal.fade .modal-dialog,
.cid-v8DEB60iXZ .modal.in .modal-dialog {
  transform: none;
}
.cid-v8DEB60iXZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8DEB60iXZ H6 {
  text-align: center;
}
.cid-v8DEB6ID2u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #185511;
}
.cid-v8DEB6ID2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB6ID2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB6ID2u .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8DEB6ID2u .currentcost {
  color: #232323;
}
.cid-v8DEB6ID2u .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8DEB6ID2u .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB6ID2u .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB6ID2u .text-box {
    padding: 1rem;
  }
}
.cid-v8DEB6ID2u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEB6ID2u H5 {
  text-align: center;
}
.cid-v8DEB6ID2u .mbr-text,
.cid-v8DEB6ID2u .cost,
.cid-v8DEB6ID2u .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB74EEf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-v8DEB74EEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB74EEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB74EEf .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8DEB74EEf .currentcost {
  color: #232323;
}
.cid-v8DEB74EEf .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8DEB74EEf .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8DEB74EEf .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB74EEf .text-box {
    padding: 1rem;
  }
}
.cid-v8DEB74EEf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEB74EEf H5 {
  text-align: center;
}
.cid-v8DEB74EEf .mbr-text,
.cid-v8DEB74EEf .cost,
.cid-v8DEB74EEf .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB7qJNM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #234b92;
}
.cid-v8DEB7qJNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB7qJNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8DEB7qJNM .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v8DEB7qJNM .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-v8DEB7qJNM .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-v8DEB7qJNM .card-wrapper {
    padding: 1rem;
  }
}
.cid-v8DEB7qJNM ul {
  list-style: none;
}
.cid-v8DEB7qJNM li {
  position: relative;
}
.cid-v8DEB7qJNM li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  font-size: 0.8rem;
}
.cid-v8DEB7qJNM .mbr-section-btn {
  width: 100%;
}
.cid-v8DEB7qJNM .btn {
  width: 100%;
}
.cid-v8DEB7qJNM .card-title {
  text-align: center;
}
.cid-v8DEB7qJNM .mbr-text,
.cid-v8DEB7qJNM .link-wrap,
.cid-v8DEB7qJNM .mbr-section-btn {
  text-align: center;
}
.cid-v8DEB7qJNM .list {
  text-align: center;
}
.cid-v8DEB7MCAR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-v8DEB7MCAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8DEB7MCAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8DEB7MCAR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8DEB7MCAR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8DEB7MCAR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v8DEB7MCAR .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v8DEB7MCAR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8DEB7MCAR .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8DEB7MCAR .card-title {
  text-align: center;
}
.cid-v8DEB7MCAR .mbr-text {
  text-align: center;
}
.cid-v8DEB8lM0e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
