body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Chivo', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Chivo', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Chivo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Chivo', 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #4b76cc !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b76cc !important;
  border-color: #4b76cc !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: #2a4e96 !important;
  border-color: #2a4e96 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a4e96 !important;
  border-color: #2a4e96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4b76cc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a4e96 !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: #4b76cc !important;
  border-color: #4b76cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !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: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4b76cc !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #27488a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4b76cc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4b76cc;
  border-color: #4b76cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4b76cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eaeff9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #4b76cc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4b76cc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4b76cc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b76cc;
}
.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: #4b76cc;
  border-bottom-color: #4b76cc;
}
.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: #4b76cc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8c3a5 !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='%234b76cc' %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-trcNZHArjH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trcNZHArjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-trcNZHArjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trcNZHArjH .mbr-section-title {
  text-align: right;
}
.cid-trcJDsBZ6g {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-trcJDsBZ6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-trcJDsBZ6g .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-trcJDsBZ6g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-trcJDsBZ6g .row {
  flex-direction: row-reverse;
}
.cid-trcJDsBZ6g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-trcJDsBZ6g .text-wrapper {
    padding: 2rem;
  }
}
.cid-trcRP7fyfK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trcRP7fyfK nav.navbar {
  position: fixed;
}
.cid-trcRP7fyfK .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-trcRP7fyfK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trcRP7fyfK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trcRP7fyfK .dropdown-item:hover,
.cid-trcRP7fyfK .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-trcRP7fyfK .dropdown-item:hover span {
  color: white;
}
.cid-trcRP7fyfK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trcRP7fyfK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trcRP7fyfK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trcRP7fyfK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trcRP7fyfK .nav-link {
  position: relative;
}
.cid-trcRP7fyfK .container {
  display: flex;
  margin: auto;
}
.cid-trcRP7fyfK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trcRP7fyfK .dropdown-menu,
.cid-trcRP7fyfK .navbar.opened {
  background: #ffc50f !important;
}
.cid-trcRP7fyfK .nav-item:focus,
.cid-trcRP7fyfK .nav-link:focus {
  outline: none;
}
.cid-trcRP7fyfK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trcRP7fyfK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trcRP7fyfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trcRP7fyfK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trcRP7fyfK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trcRP7fyfK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trcRP7fyfK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-trcRP7fyfK .navbar.opened {
  transition: all 0.3s;
}
.cid-trcRP7fyfK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trcRP7fyfK .navbar .navbar-logo img {
  width: auto;
}
.cid-trcRP7fyfK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trcRP7fyfK .navbar.collapsed {
  justify-content: center;
}
.cid-trcRP7fyfK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trcRP7fyfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trcRP7fyfK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trcRP7fyfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trcRP7fyfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trcRP7fyfK .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-trcRP7fyfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trcRP7fyfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trcRP7fyfK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trcRP7fyfK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trcRP7fyfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trcRP7fyfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trcRP7fyfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trcRP7fyfK .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-trcRP7fyfK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trcRP7fyfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trcRP7fyfK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trcRP7fyfK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trcRP7fyfK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trcRP7fyfK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trcRP7fyfK .navbar.navbar-short {
  min-height: 60px;
}
.cid-trcRP7fyfK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trcRP7fyfK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trcRP7fyfK .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-trcRP7fyfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trcRP7fyfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trcRP7fyfK .dropdown-item.active,
.cid-trcRP7fyfK .dropdown-item:active {
  background-color: transparent;
}
.cid-trcRP7fyfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trcRP7fyfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trcRP7fyfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trcRP7fyfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-trcRP7fyfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trcRP7fyfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trcRP7fyfK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trcRP7fyfK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trcRP7fyfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trcRP7fyfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trcRP7fyfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trcRP7fyfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trcRP7fyfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trcRP7fyfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trcRP7fyfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trcRP7fyfK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trcRP7fyfK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trcRP7fyfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trcRP7fyfK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trcRP7fyfK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trcRP7fyfK .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-trcRP7fyfK .navbar {
    height: 70px;
  }
  .cid-trcRP7fyfK .navbar.opened {
    height: auto;
  }
  .cid-trcRP7fyfK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trcRP7fyfK a.navbar-caption:hover {
  cursor: default;
}
.cid-sUucN8oEx7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUucN8oEx7 nav.navbar {
  position: fixed;
}
.cid-sUucN8oEx7 .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-sUucN8oEx7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUucN8oEx7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUucN8oEx7 .dropdown-item:hover,
.cid-sUucN8oEx7 .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-sUucN8oEx7 .dropdown-item:hover span {
  color: white;
}
.cid-sUucN8oEx7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUucN8oEx7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUucN8oEx7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUucN8oEx7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUucN8oEx7 .nav-link {
  position: relative;
}
.cid-sUucN8oEx7 .container {
  display: flex;
  margin: auto;
}
.cid-sUucN8oEx7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUucN8oEx7 .dropdown-menu,
.cid-sUucN8oEx7 .navbar.opened {
  background: #ffc50f !important;
}
.cid-sUucN8oEx7 .nav-item:focus,
.cid-sUucN8oEx7 .nav-link:focus {
  outline: none;
}
.cid-sUucN8oEx7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUucN8oEx7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUucN8oEx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUucN8oEx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUucN8oEx7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUucN8oEx7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUucN8oEx7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-sUucN8oEx7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sUucN8oEx7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUucN8oEx7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sUucN8oEx7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUucN8oEx7 .navbar.collapsed {
  justify-content: center;
}
.cid-sUucN8oEx7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUucN8oEx7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUucN8oEx7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sUucN8oEx7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUucN8oEx7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUucN8oEx7 .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-sUucN8oEx7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUucN8oEx7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUucN8oEx7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUucN8oEx7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUucN8oEx7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUucN8oEx7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUucN8oEx7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUucN8oEx7 .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-sUucN8oEx7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUucN8oEx7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUucN8oEx7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUucN8oEx7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUucN8oEx7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUucN8oEx7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUucN8oEx7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUucN8oEx7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUucN8oEx7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUucN8oEx7 .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-sUucN8oEx7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUucN8oEx7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUucN8oEx7 .dropdown-item.active,
.cid-sUucN8oEx7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sUucN8oEx7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUucN8oEx7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUucN8oEx7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUucN8oEx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-sUucN8oEx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUucN8oEx7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUucN8oEx7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUucN8oEx7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUucN8oEx7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUucN8oEx7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUucN8oEx7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUucN8oEx7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUucN8oEx7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUucN8oEx7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUucN8oEx7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUucN8oEx7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUucN8oEx7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUucN8oEx7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUucN8oEx7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUucN8oEx7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUucN8oEx7 .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-sUucN8oEx7 .navbar {
    height: 70px;
  }
  .cid-sUucN8oEx7 .navbar.opened {
    height: auto;
  }
  .cid-sUucN8oEx7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUucN8oEx7 a.navbar-caption:hover {
  cursor: default;
}
.cid-trcVN6yKUH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trcVN6yKUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-trcVN6yKUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trcVN6yKUH .mbr-section-title {
  text-align: right;
}
.cid-sUudbYpSg6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trRnv1Jhd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trRnv1Jhd3 nav.navbar {
  position: fixed;
}
.cid-trRnv1Jhd3 .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-trRnv1Jhd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trRnv1Jhd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trRnv1Jhd3 .dropdown-item:hover,
.cid-trRnv1Jhd3 .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-trRnv1Jhd3 .dropdown-item:hover span {
  color: white;
}
.cid-trRnv1Jhd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trRnv1Jhd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trRnv1Jhd3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trRnv1Jhd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trRnv1Jhd3 .nav-link {
  position: relative;
}
.cid-trRnv1Jhd3 .container {
  display: flex;
  margin: auto;
}
.cid-trRnv1Jhd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trRnv1Jhd3 .dropdown-menu,
.cid-trRnv1Jhd3 .navbar.opened {
  background: #ffc50f !important;
}
.cid-trRnv1Jhd3 .nav-item:focus,
.cid-trRnv1Jhd3 .nav-link:focus {
  outline: none;
}
.cid-trRnv1Jhd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trRnv1Jhd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trRnv1Jhd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trRnv1Jhd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trRnv1Jhd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trRnv1Jhd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trRnv1Jhd3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-trRnv1Jhd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-trRnv1Jhd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trRnv1Jhd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-trRnv1Jhd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trRnv1Jhd3 .navbar.collapsed {
  justify-content: center;
}
.cid-trRnv1Jhd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trRnv1Jhd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trRnv1Jhd3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trRnv1Jhd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trRnv1Jhd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trRnv1Jhd3 .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-trRnv1Jhd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trRnv1Jhd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trRnv1Jhd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trRnv1Jhd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trRnv1Jhd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trRnv1Jhd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trRnv1Jhd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trRnv1Jhd3 .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-trRnv1Jhd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trRnv1Jhd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trRnv1Jhd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trRnv1Jhd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trRnv1Jhd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trRnv1Jhd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trRnv1Jhd3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-trRnv1Jhd3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trRnv1Jhd3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trRnv1Jhd3 .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-trRnv1Jhd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trRnv1Jhd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trRnv1Jhd3 .dropdown-item.active,
.cid-trRnv1Jhd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-trRnv1Jhd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trRnv1Jhd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trRnv1Jhd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trRnv1Jhd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-trRnv1Jhd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trRnv1Jhd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trRnv1Jhd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trRnv1Jhd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trRnv1Jhd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trRnv1Jhd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trRnv1Jhd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trRnv1Jhd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trRnv1Jhd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trRnv1Jhd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trRnv1Jhd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trRnv1Jhd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trRnv1Jhd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trRnv1Jhd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trRnv1Jhd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trRnv1Jhd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trRnv1Jhd3 .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-trRnv1Jhd3 .navbar {
    height: 70px;
  }
  .cid-trRnv1Jhd3 .navbar.opened {
    height: auto;
  }
  .cid-trRnv1Jhd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trRnv1Jhd3 a.navbar-caption:hover {
  cursor: default;
}
.cid-trRnv25FCp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trRnv25FCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-trRnv25FCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trRnv25FCp .mbr-section-title {
  text-align: right;
}
.cid-trRnv2kPkU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOgseZYFAH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOgseZYFAH nav.navbar {
  position: fixed;
}
.cid-sOgseZYFAH .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-sOgseZYFAH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sOgseZYFAH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sOgseZYFAH .dropdown-item:hover,
.cid-sOgseZYFAH .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-sOgseZYFAH .dropdown-item:hover span {
  color: white;
}
.cid-sOgseZYFAH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOgseZYFAH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOgseZYFAH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sOgseZYFAH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOgseZYFAH .nav-link {
  position: relative;
}
.cid-sOgseZYFAH .container {
  display: flex;
  margin: auto;
}
.cid-sOgseZYFAH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOgseZYFAH .dropdown-menu,
.cid-sOgseZYFAH .navbar.opened {
  background: #ffc50f !important;
}
.cid-sOgseZYFAH .nav-item:focus,
.cid-sOgseZYFAH .nav-link:focus {
  outline: none;
}
.cid-sOgseZYFAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOgseZYFAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOgseZYFAH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOgseZYFAH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOgseZYFAH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOgseZYFAH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOgseZYFAH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-sOgseZYFAH .navbar.opened {
  transition: all 0.3s;
}
.cid-sOgseZYFAH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOgseZYFAH .navbar .navbar-logo img {
  width: auto;
}
.cid-sOgseZYFAH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOgseZYFAH .navbar.collapsed {
  justify-content: center;
}
.cid-sOgseZYFAH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOgseZYFAH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOgseZYFAH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sOgseZYFAH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOgseZYFAH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOgseZYFAH .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-sOgseZYFAH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOgseZYFAH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOgseZYFAH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOgseZYFAH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOgseZYFAH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOgseZYFAH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOgseZYFAH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOgseZYFAH .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-sOgseZYFAH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOgseZYFAH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOgseZYFAH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOgseZYFAH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOgseZYFAH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOgseZYFAH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOgseZYFAH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOgseZYFAH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOgseZYFAH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOgseZYFAH .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-sOgseZYFAH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOgseZYFAH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOgseZYFAH .dropdown-item.active,
.cid-sOgseZYFAH .dropdown-item:active {
  background-color: transparent;
}
.cid-sOgseZYFAH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOgseZYFAH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOgseZYFAH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOgseZYFAH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-sOgseZYFAH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOgseZYFAH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOgseZYFAH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOgseZYFAH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOgseZYFAH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOgseZYFAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOgseZYFAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOgseZYFAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOgseZYFAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOgseZYFAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOgseZYFAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOgseZYFAH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOgseZYFAH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOgseZYFAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOgseZYFAH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sOgseZYFAH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOgseZYFAH .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-sOgseZYFAH .navbar {
    height: 70px;
  }
  .cid-sOgseZYFAH .navbar.opened {
    height: auto;
  }
  .cid-sOgseZYFAH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOgseZYFAH a.navbar-caption:hover {
  cursor: default;
}
.cid-trcWdqmFHr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trcWdqmFHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-trcWdqmFHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trcWdqmFHr .mbr-section-title {
  text-align: right;
}
.cid-sOgsf0AtSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOgsf0AtSo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOgsf0AtSo .row {
  flex-direction: row-reverse;
}
.cid-sOgsf0AtSo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sOgsf0AtSo .text-wrapper {
    padding: 2rem;
  }
}
.cid-sOgsf0AtSo .mbr-text {
  color: #272727;
}
.cid-sOgyP6u6OJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-sOgyP6u6OJ .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgyP6u6OJ .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgyP6u6OJ .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOgyP6u6OJ .last-p {
  padding-bottom: 0;
}
.cid-sOgyP6u6OJ .row {
  justify-content: center;
}
.cid-sOgwEWy9ZA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #a0d4bc;
}
@media (max-width: 991px) {
  .cid-sOgwEWy9ZA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOgwEWy9ZA .row {
  flex-direction: row-reverse;
}
.cid-sOgwEWy9ZA img {
  width: 100%;
}
.cid-sOgAtSBOy2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOgAtSBOy2 .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgAtSBOy2 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgAtSBOy2 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOgAtSBOy2 .last-p {
  padding-bottom: 0;
}
.cid-sOgAtSBOy2 .row {
  justify-content: center;
}
.cid-sOgBWrbmD6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOgBWrbmD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOgBWrbmD6 .row {
  flex-direction: row-reverse;
}
.cid-sOgBWrbmD6 img {
  width: 100%;
}
.cid-sOgDqZ9tq5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOgDqZ9tq5 .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgDqZ9tq5 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgDqZ9tq5 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOgDqZ9tq5 .last-p {
  padding-bottom: 0;
}
.cid-sOgDqZ9tq5 .row {
  justify-content: center;
}
.cid-sOgE3ZKwca {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffdd97;
}
.cid-sOgE3ZKwca .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgE3ZKwca .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgE3ZKwca .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOgE3ZKwca .last-p {
  padding-bottom: 0;
}
.cid-sOgE3ZKwca .row {
  justify-content: center;
}
.cid-sOgEZs5GmV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-sOgEZs5GmV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOgEZs5GmV .row {
  flex-direction: row-reverse;
}
.cid-sOgEZs5GmV img {
  width: 100%;
}
.cid-sOgG1EN5ue {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOgG1EN5ue .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgG1EN5ue .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgG1EN5ue .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOgG1EN5ue .last-p {
  padding-bottom: 0;
}
.cid-sOgG1EN5ue .row {
  justify-content: center;
}
.cid-sOgGgE1uIJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOgGgE1uIJ .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgGgE1uIJ .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgGgE1uIJ .row {
  justify-content: center;
}
.cid-sOgGgE1uIJ ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-sOgG25d17K {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #9fbed5;
}
.cid-sOgG25d17K .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgG25d17K .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgG25d17K .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOgG25d17K .last-p {
  padding-bottom: 0;
}
.cid-sOgG25d17K .row {
  justify-content: center;
}
.cid-sOgIzwsfhQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOgIzwsfhQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOgIzwsfhQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sOgIzwsfhQ .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-sOgIzwsfhQ .mbr-text {
  color: #5696c2;
}
.cid-sOgVafrwNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9c3a4;
}
.cid-sOgVafrwNG .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgVafrwNG .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-sOgVafrwNG .row {
  justify-content: center;
}
.cid-sOgVafrwNG ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-sOgYtjiWsn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOgYtjiWsn .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOgYtjiWsn .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOgYtjiWsn .row {
  align-items: center;
  height: 100%;
}
.cid-sOlGWDoCyY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlGWDoCyY .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlGWDoCyY .top-line {
    justify-content: center;
  }
}
.cid-sOlGWDoCyY .mbr-section-title,
.cid-sOlGWDoCyY .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlGWDoCyY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlGWDoCyY .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlGWDoCyY .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlGWDoCyY .card-box {
    padding: 1rem;
  }
  .cid-sOlGWDoCyY .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlGWDoCyY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlGWDoCyY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlGWDoCyY p.cost {
  display: none;
}
.cid-sOlGWDoCyY .bottom-line p {
  width: 80%;
}
.cid-sOlP7cQ16H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlP7cQ16H .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlP7cQ16H .top-line {
    justify-content: center;
  }
}
.cid-sOlP7cQ16H .mbr-section-title,
.cid-sOlP7cQ16H .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlP7cQ16H .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlP7cQ16H .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlP7cQ16H .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlP7cQ16H .card-box {
    padding: 1rem;
  }
  .cid-sOlP7cQ16H .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlP7cQ16H .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlP7cQ16H .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlP7cQ16H p.cost {
  display: none;
}
.cid-sOlP7cQ16H .bottom-line p {
  width: 80%;
}
.cid-sOlPxG9s0l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlPxG9s0l .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlPxG9s0l .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlPxG9s0l .row {
  align-items: center;
  height: 100%;
}
.cid-sOlPM2PhII {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlPM2PhII .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlPM2PhII .top-line {
    justify-content: center;
  }
}
.cid-sOlPM2PhII .mbr-section-title,
.cid-sOlPM2PhII .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlPM2PhII .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlPM2PhII .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlPM2PhII .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlPM2PhII .card-box {
    padding: 1rem;
  }
  .cid-sOlPM2PhII .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlPM2PhII .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlPM2PhII .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlPM2PhII p.cost {
  display: none;
}
.cid-sOlPM2PhII .bottom-line p {
  width: 80%;
}
.cid-sOlRrJ1Zo9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlRrJ1Zo9 .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlRrJ1Zo9 .top-line {
    justify-content: center;
  }
}
.cid-sOlRrJ1Zo9 .mbr-section-title,
.cid-sOlRrJ1Zo9 .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlRrJ1Zo9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlRrJ1Zo9 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlRrJ1Zo9 .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlRrJ1Zo9 .card-box {
    padding: 1rem;
  }
  .cid-sOlRrJ1Zo9 .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlRrJ1Zo9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlRrJ1Zo9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlRrJ1Zo9 p.cost {
  display: none;
}
.cid-sOlRrJ1Zo9 .bottom-line p {
  width: 80%;
}
.cid-sOlROJeZod {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlROJeZod .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlROJeZod .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlROJeZod .row {
  align-items: center;
  height: 100%;
}
.cid-sOlS9q2yGi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlS9q2yGi .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlS9q2yGi .top-line {
    justify-content: center;
  }
}
.cid-sOlS9q2yGi .mbr-section-title,
.cid-sOlS9q2yGi .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlS9q2yGi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlS9q2yGi .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlS9q2yGi .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlS9q2yGi .card-box {
    padding: 1rem;
  }
  .cid-sOlS9q2yGi .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlS9q2yGi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlS9q2yGi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlS9q2yGi p.cost {
  display: none;
}
.cid-sOlS9q2yGi .bottom-line p {
  width: 80%;
}
.cid-sOlTHmIwB6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlTHmIwB6 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlTHmIwB6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlTHmIwB6 .row {
  align-items: center;
  height: 100%;
}
.cid-sOlTIdPc5g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlTIdPc5g .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlTIdPc5g .top-line {
    justify-content: center;
  }
}
.cid-sOlTIdPc5g .mbr-section-title,
.cid-sOlTIdPc5g .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlTIdPc5g .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlTIdPc5g .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlTIdPc5g .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlTIdPc5g .card-box {
    padding: 1rem;
  }
  .cid-sOlTIdPc5g .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlTIdPc5g .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlTIdPc5g .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlTIdPc5g p.cost {
  display: none;
}
.cid-sOlTIdPc5g .bottom-line p {
  width: 80%;
}
.cid-sOlVwo1IOJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlVwo1IOJ .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlVwo1IOJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlVwo1IOJ .row {
  align-items: center;
  height: 100%;
}
.cid-sOlVwEKc8I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlVwEKc8I .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlVwEKc8I .top-line {
    justify-content: center;
  }
}
.cid-sOlVwEKc8I .mbr-section-title,
.cid-sOlVwEKc8I .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlVwEKc8I .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlVwEKc8I .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlVwEKc8I .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlVwEKc8I .card-box {
    padding: 1rem;
  }
  .cid-sOlVwEKc8I .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlVwEKc8I .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlVwEKc8I .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlVwEKc8I p.cost {
  display: none;
}
.cid-sOlVwEKc8I .bottom-line p {
  width: 80%;
}
.cid-sOlWEEZscX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlWEEZscX .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlWEEZscX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlWEEZscX .row {
  align-items: center;
  height: 100%;
}
.cid-sOlWF7EvLM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlWF7EvLM .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlWF7EvLM .top-line {
    justify-content: center;
  }
}
.cid-sOlWF7EvLM .mbr-section-title,
.cid-sOlWF7EvLM .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlWF7EvLM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlWF7EvLM .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlWF7EvLM .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlWF7EvLM .card-box {
    padding: 1rem;
  }
  .cid-sOlWF7EvLM .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlWF7EvLM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlWF7EvLM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlWF7EvLM p.cost {
  display: none;
}
.cid-sOlWF7EvLM .bottom-line p {
  width: 80%;
}
.cid-sOlYb4VWNq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlYb4VWNq .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlYb4VWNq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlYb4VWNq .row {
  align-items: center;
  height: 100%;
}
.cid-sOlYbgNT1g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlYbgNT1g .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlYbgNT1g .top-line {
    justify-content: center;
  }
}
.cid-sOlYbgNT1g .mbr-section-title,
.cid-sOlYbgNT1g .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlYbgNT1g .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlYbgNT1g .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlYbgNT1g .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlYbgNT1g .card-box {
    padding: 1rem;
  }
  .cid-sOlYbgNT1g .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlYbgNT1g .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlYbgNT1g .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlYbgNT1g p.cost {
  display: none;
}
.cid-sOlYbgNT1g .bottom-line p {
  width: 80%;
}
.cid-sOlYbxKHjy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlYbxKHjy .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOlYbxKHjy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOlYbxKHjy .row {
  align-items: center;
  height: 100%;
}
.cid-sOlYbHTMZZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOlYbHTMZZ .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOlYbHTMZZ .top-line {
    justify-content: center;
  }
}
.cid-sOlYbHTMZZ .mbr-section-title,
.cid-sOlYbHTMZZ .mbr-section-subtitle {
  text-align: center;
}
.cid-sOlYbHTMZZ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOlYbHTMZZ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOlYbHTMZZ .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOlYbHTMZZ .card-box {
    padding: 1rem;
  }
  .cid-sOlYbHTMZZ .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOlYbHTMZZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOlYbHTMZZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOlYbHTMZZ p.cost {
  display: none;
}
.cid-sOlYbHTMZZ .bottom-line p {
  width: 80%;
}
.cid-sOm2lLDfRF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm2lLDfRF .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOm2lLDfRF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOm2lLDfRF .row {
  align-items: center;
  height: 100%;
}
.cid-sOm2meLWoU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm2meLWoU .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOm2meLWoU .top-line {
    justify-content: center;
  }
}
.cid-sOm2meLWoU .mbr-section-title,
.cid-sOm2meLWoU .mbr-section-subtitle {
  text-align: center;
}
.cid-sOm2meLWoU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOm2meLWoU .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOm2meLWoU .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOm2meLWoU .card-box {
    padding: 1rem;
  }
  .cid-sOm2meLWoU .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOm2meLWoU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOm2meLWoU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOm2meLWoU p.cost {
  display: none;
}
.cid-sOm2meLWoU .bottom-line p {
  width: 80%;
}
.cid-sOm6YOIRro {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm6YOIRro .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOm6YOIRro .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOm6YOIRro .row {
  align-items: center;
  height: 100%;
}
.cid-sOm6Z1SKQX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm6Z1SKQX .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOm6Z1SKQX .top-line {
    justify-content: center;
  }
}
.cid-sOm6Z1SKQX .mbr-section-title,
.cid-sOm6Z1SKQX .mbr-section-subtitle {
  text-align: center;
}
.cid-sOm6Z1SKQX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOm6Z1SKQX .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOm6Z1SKQX .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOm6Z1SKQX .card-box {
    padding: 1rem;
  }
  .cid-sOm6Z1SKQX .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOm6Z1SKQX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOm6Z1SKQX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOm6Z1SKQX p.cost {
  display: none;
}
.cid-sOm6Z1SKQX .bottom-line p {
  width: 80%;
}
.cid-sOm8ansxy4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm8ansxy4 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOm8ansxy4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOm8ansxy4 .row {
  align-items: center;
  height: 100%;
}
.cid-sOm8aBHVFX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm8aBHVFX .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOm8aBHVFX .top-line {
    justify-content: center;
  }
}
.cid-sOm8aBHVFX .mbr-section-title,
.cid-sOm8aBHVFX .mbr-section-subtitle {
  text-align: center;
}
.cid-sOm8aBHVFX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOm8aBHVFX .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOm8aBHVFX .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOm8aBHVFX .card-box {
    padding: 1rem;
  }
  .cid-sOm8aBHVFX .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOm8aBHVFX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOm8aBHVFX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOm8aBHVFX p.cost {
  display: none;
}
.cid-sOm8aBHVFX .bottom-line p,
.cid-sOm8aBHVFX .bottom-line ul {
  width: 80%;
}
.cid-sOm9S4ceO5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm9S4ceO5 .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOm9S4ceO5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOm9S4ceO5 .row {
  align-items: center;
  height: 100%;
}
.cid-sOm9SbjS4y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOm9SbjS4y .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOm9SbjS4y .top-line {
    justify-content: center;
  }
}
.cid-sOm9SbjS4y .mbr-section-title,
.cid-sOm9SbjS4y .mbr-section-subtitle {
  text-align: center;
}
.cid-sOm9SbjS4y .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOm9SbjS4y .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOm9SbjS4y .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOm9SbjS4y .card-box {
    padding: 1rem;
  }
  .cid-sOm9SbjS4y .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOm9SbjS4y .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOm9SbjS4y .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOm9SbjS4y p.cost {
  display: none;
}
.cid-sOm9SbjS4y .bottom-line p {
  width: 80%;
}
.cid-sOmclNzJ5t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmclNzJ5t .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOmclNzJ5t .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOmclNzJ5t .row {
  align-items: center;
  height: 100%;
}
.cid-sOmcm2OsxV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmcm2OsxV .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOmcm2OsxV .top-line {
    justify-content: center;
  }
}
.cid-sOmcm2OsxV .mbr-section-title,
.cid-sOmcm2OsxV .mbr-section-subtitle {
  text-align: center;
}
.cid-sOmcm2OsxV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOmcm2OsxV .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOmcm2OsxV .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOmcm2OsxV .card-box {
    padding: 1rem;
  }
  .cid-sOmcm2OsxV .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOmcm2OsxV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOmcm2OsxV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOmcm2OsxV p.cost {
  display: none;
}
.cid-sOmcm2OsxV .bottom-line p {
  width: 80%;
}
.cid-sOmcmuNXee {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmcmuNXee .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOmcmuNXee .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOmcmuNXee .row {
  align-items: center;
  height: 100%;
}
.cid-sOmcmKOqOZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmcmKOqOZ .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOmcmKOqOZ .top-line {
    justify-content: center;
  }
}
.cid-sOmcmKOqOZ .mbr-section-title,
.cid-sOmcmKOqOZ .mbr-section-subtitle {
  text-align: center;
}
.cid-sOmcmKOqOZ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOmcmKOqOZ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOmcmKOqOZ .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOmcmKOqOZ .card-box {
    padding: 1rem;
  }
  .cid-sOmcmKOqOZ .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOmcmKOqOZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOmcmKOqOZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOmcmKOqOZ p.cost {
  display: none;
}
.cid-sOmcmKOqOZ .bottom-line p {
  width: 80%;
}
.cid-sOmcnfC09Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmcnfC09Q .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOmcnfC09Q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOmcnfC09Q .row {
  align-items: center;
  height: 100%;
}
.cid-sOmcnxqpsa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmcnxqpsa .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOmcnxqpsa .top-line {
    justify-content: center;
  }
}
.cid-sOmcnxqpsa .mbr-section-title,
.cid-sOmcnxqpsa .mbr-section-subtitle {
  text-align: center;
}
.cid-sOmcnxqpsa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOmcnxqpsa .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOmcnxqpsa .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOmcnxqpsa .card-box {
    padding: 1rem;
  }
  .cid-sOmcnxqpsa .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOmcnxqpsa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOmcnxqpsa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOmcnxqpsa p.cost {
  display: none;
}
.cid-sOmcnxqpsa .bottom-line p {
  width: 80%;
}
.cid-sOmco4beEo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmco4beEo .mbr-section-title {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOmco4beEo .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sOmco4beEo .row {
  align-items: center;
  height: 100%;
}
.cid-sOmcok429u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmcok429u .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sOmcok429u .top-line {
    justify-content: center;
  }
}
.cid-sOmcok429u .mbr-section-title,
.cid-sOmcok429u .mbr-section-subtitle {
  text-align: center;
}
.cid-sOmcok429u .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sOmcok429u .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sOmcok429u .image-wrapper img {
  width: 128px;
  object-fit: cover;
  height: 128px;
}
@media (max-width: 767px) {
  .cid-sOmcok429u .card-box {
    padding: 1rem;
  }
  .cid-sOmcok429u .bottom-line p {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cid-sOmcok429u .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOmcok429u .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sOmcok429u p.cost {
  display: none;
}
.cid-sOmcok429u .bottom-line p {
  width: 80%;
}
.cid-sOmf97wHC1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmf97wHC1 .right {
  display: flex;
  flex-direction: column;
}
.cid-sOmf97wHC1 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOmf97wHC1 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOmf97wHC1 .last-p {
  padding-bottom: 0;
}
.cid-sOmf97wHC1 .row {
  justify-content: center;
}
.cid-sOmgxPLxz1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmgxPLxz1 ul {
  list-style: none;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.cid-sOmgxPLxz1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sOmgxPLxz1 ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 1px;
  content: "\2022";
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-sOmgxPLxz1 H3 {
  color: #36187d;
}
.cid-sOmgxPLxz1 .list {
  color: #353535;
}
.cid-sOmieN5Fo5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmieN5Fo5 .right {
  display: flex;
  flex-direction: column;
}
.cid-sOmieN5Fo5 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOmieN5Fo5 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOmieN5Fo5 .last-p {
  padding-bottom: 0;
}
.cid-sOmieN5Fo5 .row {
  justify-content: center;
}
.cid-sOmiVTjijG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOmiVTjijG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOmiVTjijG .row {
  flex-direction: row-reverse;
}
.cid-sOmiVTjijG img {
  width: 100%;
}
.cid-sOmiWZiIZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmiWZiIZ5 .right {
  display: flex;
  flex-direction: column;
}
.cid-sOmiWZiIZ5 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOmiWZiIZ5 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOmiWZiIZ5 .last-p {
  padding-bottom: 0;
}
.cid-sOmiWZiIZ5 .row {
  justify-content: center;
}
.cid-sOmjbNkpvg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOmjbNkpvg ul {
  list-style: none;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.cid-sOmjbNkpvg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sOmjbNkpvg ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 1px;
  content: "\2022";
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  width: 1.6rem;
}
.cid-sOmjbNkpvg H3 {
  color: #36187d;
}
.cid-sOmjbNkpvg .list {
  color: #353535;
}
.cid-sOmjqDJgqG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOmjqDJgqG .right {
  display: flex;
  flex-direction: column;
}
.cid-sOmjqDJgqG .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOmjqDJgqG .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOmjqDJgqG .last-p {
  padding-bottom: 0;
}
.cid-sOmjqDJgqG .row {
  justify-content: center;
}
.cid-sOmkThKVII {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOmkThKVII .right {
  display: flex;
  flex-direction: column;
}
.cid-sOmkThKVII .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOmkThKVII .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOmkThKVII .last-p {
  padding-bottom: 0;
}
.cid-sOmkThKVII .row {
  justify-content: center;
}
.cid-sOmlhEG1aG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOmlhEG1aG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOmlhEG1aG .row {
  flex-direction: row-reverse;
}
.cid-sOmlhEG1aG img {
  width: 100%;
}
.cid-sOmlFsv4ht {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOmlFsv4ht .right {
  display: flex;
  flex-direction: column;
}
.cid-sOmlFsv4ht .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sOmlFsv4ht .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sOmlFsv4ht .last-p {
  padding-bottom: 0;
}
.cid-sOmlFsv4ht .row {
  justify-content: center;
}
.cid-sTxOJ6y2Fg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTxOJ6y2Fg nav.navbar {
  position: fixed;
}
.cid-sTxOJ6y2Fg .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-sTxOJ6y2Fg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTxOJ6y2Fg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTxOJ6y2Fg .dropdown-item:hover,
.cid-sTxOJ6y2Fg .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-sTxOJ6y2Fg .dropdown-item:hover span {
  color: white;
}
.cid-sTxOJ6y2Fg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTxOJ6y2Fg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTxOJ6y2Fg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTxOJ6y2Fg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTxOJ6y2Fg .nav-link {
  position: relative;
}
.cid-sTxOJ6y2Fg .container {
  display: flex;
  margin: auto;
}
.cid-sTxOJ6y2Fg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTxOJ6y2Fg .dropdown-menu,
.cid-sTxOJ6y2Fg .navbar.opened {
  background: #ffc50f !important;
}
.cid-sTxOJ6y2Fg .nav-item:focus,
.cid-sTxOJ6y2Fg .nav-link:focus {
  outline: none;
}
.cid-sTxOJ6y2Fg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTxOJ6y2Fg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTxOJ6y2Fg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTxOJ6y2Fg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTxOJ6y2Fg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTxOJ6y2Fg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTxOJ6y2Fg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-sTxOJ6y2Fg .navbar.opened {
  transition: all 0.3s;
}
.cid-sTxOJ6y2Fg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTxOJ6y2Fg .navbar .navbar-logo img {
  width: auto;
}
.cid-sTxOJ6y2Fg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTxOJ6y2Fg .navbar.collapsed {
  justify-content: center;
}
.cid-sTxOJ6y2Fg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTxOJ6y2Fg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTxOJ6y2Fg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTxOJ6y2Fg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTxOJ6y2Fg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTxOJ6y2Fg .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-sTxOJ6y2Fg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTxOJ6y2Fg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTxOJ6y2Fg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTxOJ6y2Fg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTxOJ6y2Fg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTxOJ6y2Fg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTxOJ6y2Fg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTxOJ6y2Fg .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-sTxOJ6y2Fg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTxOJ6y2Fg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTxOJ6y2Fg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTxOJ6y2Fg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTxOJ6y2Fg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTxOJ6y2Fg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTxOJ6y2Fg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTxOJ6y2Fg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTxOJ6y2Fg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTxOJ6y2Fg .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-sTxOJ6y2Fg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTxOJ6y2Fg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTxOJ6y2Fg .dropdown-item.active,
.cid-sTxOJ6y2Fg .dropdown-item:active {
  background-color: transparent;
}
.cid-sTxOJ6y2Fg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTxOJ6y2Fg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTxOJ6y2Fg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTxOJ6y2Fg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-sTxOJ6y2Fg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTxOJ6y2Fg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTxOJ6y2Fg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTxOJ6y2Fg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTxOJ6y2Fg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTxOJ6y2Fg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTxOJ6y2Fg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTxOJ6y2Fg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTxOJ6y2Fg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTxOJ6y2Fg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTxOJ6y2Fg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTxOJ6y2Fg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTxOJ6y2Fg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTxOJ6y2Fg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTxOJ6y2Fg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTxOJ6y2Fg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTxOJ6y2Fg .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-sTxOJ6y2Fg .navbar {
    height: 70px;
  }
  .cid-sTxOJ6y2Fg .navbar.opened {
    height: auto;
  }
  .cid-sTxOJ6y2Fg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTxOJ6y2Fg a.navbar-caption:hover {
  cursor: default;
}
.cid-tsag3R1wqO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsag3R1wqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsag3R1wqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsag3R1wqO .mbr-section-title {
  text-align: right;
}
.cid-tsadAUIeNq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsadAUIeNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsadAUIeNq .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-tsadAUIeNq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsadAUIeNq .row {
  flex-direction: row-reverse;
}
.cid-tsadAUIeNq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsadAUIeNq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsahnQT9Th {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-tsahnQT9Th .right {
  display: flex;
  flex-direction: column;
}
.cid-tsahnQT9Th .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsahnQT9Th .row {
  justify-content: center;
}
.cid-tsahnQT9Th ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsai5wRHEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tsai5wRHEx .right {
  display: flex;
  flex-direction: column;
}
.cid-tsai5wRHEx .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsai5wRHEx .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsai5wRHEx .last-p {
  padding-bottom: 0;
}
.cid-tsai5wRHEx .row {
  justify-content: center;
}
.cid-tsai6eIOFt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tsai6eIOFt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsai6eIOFt .row {
  flex-direction: row-reverse;
}
.cid-tsai6eIOFt img {
  width: 100%;
}
.cid-tsajdK4bQa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsajdK4bQa .right {
  display: flex;
  flex-direction: column;
}
.cid-tsajdK4bQa .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsajdK4bQa .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsajdK4bQa .last-p {
  padding-bottom: 0;
}
.cid-tsajdK4bQa .row {
  justify-content: center;
}
.cid-tsaje8LE0l {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaje8LE0l .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaje8LE0l .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaje8LE0l .row {
  justify-content: center;
}
.cid-tsaje8LE0l ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsajICzYKI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsajICzYKI .right {
  display: flex;
  flex-direction: column;
}
.cid-tsajICzYKI .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsajICzYKI .row {
  justify-content: center;
}
.cid-tsajICzYKI ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsajTLGnRH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsajTLGnRH .right {
  display: flex;
  flex-direction: column;
}
.cid-tsajTLGnRH .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsajTLGnRH .row {
  justify-content: center;
}
.cid-tsajTLGnRH ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsak3o7RFX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsak3o7RFX .right {
  display: flex;
  flex-direction: column;
}
.cid-tsak3o7RFX .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsak3o7RFX .row {
  justify-content: center;
}
.cid-tsak3o7RFX ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsakd0w2rl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsakd0w2rl img,
.cid-tsakd0w2rl .item-img {
  width: 100%;
}
.cid-tsakd0w2rl .item:focus,
.cid-tsakd0w2rl span:focus {
  outline: none;
}
.cid-tsakd0w2rl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsakd0w2rl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsakd0w2rl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsakd0w2rl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsakd0w2rl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsakd0w2rl .mbr-section-title {
  color: #232323;
}
.cid-tsakd0w2rl .mbr-text,
.cid-tsakd0w2rl .mbr-section-btn {
  text-align: left;
}
.cid-tsakd0w2rl .item-title {
  text-align: left;
}
.cid-tsakd0w2rl .item-subtitle {
  text-align: center;
}
.cid-tsakFvS5Pb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsakFvS5Pb .right {
  display: flex;
  flex-direction: column;
}
.cid-tsakFvS5Pb .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsakFvS5Pb .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsakFvS5Pb .last-p {
  padding-bottom: 0;
}
.cid-tsakFvS5Pb .row {
  justify-content: center;
}
.cid-tsakGkqc5z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsakGkqc5z .right {
  display: flex;
  flex-direction: column;
}
.cid-tsakGkqc5z .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsakGkqc5z .row {
  justify-content: center;
}
.cid-tsakGkqc5z ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsayN79l3y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsayN79l3y .right {
  display: flex;
  flex-direction: column;
}
.cid-tsayN79l3y .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsayN79l3y .row {
  justify-content: center;
}
.cid-tsayN79l3y ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsayOchYDK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsayOchYDK .right {
  display: flex;
  flex-direction: column;
}
.cid-tsayOchYDK .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsayOchYDK .row {
  justify-content: center;
}
.cid-tsayOchYDK ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsayPeoVAU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsayPeoVAU .right {
  display: flex;
  flex-direction: column;
}
.cid-tsayPeoVAU .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsayPeoVAU .row {
  justify-content: center;
}
.cid-tsayPeoVAU ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaAcjavoh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-tsaAcjavoh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaAcjavoh .row {
  flex-direction: row-reverse;
}
.cid-tsaAcjavoh img {
  width: 100%;
}
.cid-tsaAeck4Kg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaAeck4Kg .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaAeck4Kg .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaAeck4Kg .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaAeck4Kg .last-p {
  padding-bottom: 0;
}
.cid-tsaAeck4Kg .row {
  justify-content: center;
}
.cid-tsaAK07tiD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaAK07tiD .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaAK07tiD .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaAK07tiD .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaAK07tiD .last-p {
  padding-bottom: 0;
}
.cid-tsaAK07tiD .row {
  justify-content: center;
}
.cid-tsaBYrBvYo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsaBYrBvYo nav.navbar {
  position: fixed;
}
.cid-tsaBYrBvYo .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-tsaBYrBvYo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsaBYrBvYo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsaBYrBvYo .dropdown-item:hover,
.cid-tsaBYrBvYo .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-tsaBYrBvYo .dropdown-item:hover span {
  color: white;
}
.cid-tsaBYrBvYo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsaBYrBvYo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsaBYrBvYo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsaBYrBvYo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsaBYrBvYo .nav-link {
  position: relative;
}
.cid-tsaBYrBvYo .container {
  display: flex;
  margin: auto;
}
.cid-tsaBYrBvYo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsaBYrBvYo .dropdown-menu,
.cid-tsaBYrBvYo .navbar.opened {
  background: #ffc50f !important;
}
.cid-tsaBYrBvYo .nav-item:focus,
.cid-tsaBYrBvYo .nav-link:focus {
  outline: none;
}
.cid-tsaBYrBvYo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsaBYrBvYo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsaBYrBvYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsaBYrBvYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaBYrBvYo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsaBYrBvYo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsaBYrBvYo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-tsaBYrBvYo .navbar.opened {
  transition: all 0.3s;
}
.cid-tsaBYrBvYo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsaBYrBvYo .navbar .navbar-logo img {
  width: auto;
}
.cid-tsaBYrBvYo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsaBYrBvYo .navbar.collapsed {
  justify-content: center;
}
.cid-tsaBYrBvYo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsaBYrBvYo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsaBYrBvYo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsaBYrBvYo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsaBYrBvYo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsaBYrBvYo .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-tsaBYrBvYo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsaBYrBvYo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsaBYrBvYo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsaBYrBvYo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsaBYrBvYo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsaBYrBvYo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsaBYrBvYo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsaBYrBvYo .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-tsaBYrBvYo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsaBYrBvYo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsaBYrBvYo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsaBYrBvYo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsaBYrBvYo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsaBYrBvYo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsaBYrBvYo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsaBYrBvYo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsaBYrBvYo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsaBYrBvYo .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-tsaBYrBvYo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsaBYrBvYo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsaBYrBvYo .dropdown-item.active,
.cid-tsaBYrBvYo .dropdown-item:active {
  background-color: transparent;
}
.cid-tsaBYrBvYo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsaBYrBvYo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsaBYrBvYo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsaBYrBvYo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-tsaBYrBvYo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsaBYrBvYo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsaBYrBvYo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsaBYrBvYo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsaBYrBvYo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsaBYrBvYo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsaBYrBvYo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsaBYrBvYo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaBYrBvYo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaBYrBvYo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsaBYrBvYo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaBYrBvYo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsaBYrBvYo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsaBYrBvYo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaBYrBvYo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsaBYrBvYo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsaBYrBvYo .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-tsaBYrBvYo .navbar {
    height: 70px;
  }
  .cid-tsaBYrBvYo .navbar.opened {
    height: auto;
  }
  .cid-tsaBYrBvYo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsaBYrBvYo a.navbar-caption:hover {
  cursor: default;
}
.cid-tsaBYskanx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYskanx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsaBYskanx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsaBYskanx .mbr-section-title {
  text-align: right;
}
.cid-tsaBYsXZcC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYsXZcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsaBYsXZcC .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-tsaBYsXZcC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaBYsXZcC .row {
  flex-direction: row-reverse;
}
.cid-tsaBYsXZcC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsaBYsXZcC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsaF2Gh4Gy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsaF2Gh4Gy .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaF2Gh4Gy .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaF2Gh4Gy .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaF2Gh4Gy .last-p {
  padding-bottom: 0;
}
.cid-tsaF2Gh4Gy .row {
  justify-content: center;
}
.cid-tsaBYtJ4Yf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYtJ4Yf .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYtJ4Yf .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYtJ4Yf .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaBYtJ4Yf .last-p {
  padding-bottom: 0;
}
.cid-tsaBYtJ4Yf .row {
  justify-content: center;
}
.cid-tsaFBbJ4OE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaFBbJ4OE .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaFBbJ4OE .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaFBbJ4OE .row {
  justify-content: center;
}
.cid-tsaFBbJ4OE ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaBYu8arn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tsaBYu8arn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaBYu8arn .row {
  flex-direction: row-reverse;
}
.cid-tsaBYu8arn img {
  width: 100%;
}
.cid-tsaIAI0wjk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tsaIAI0wjk .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaIAI0wjk .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaIAI0wjk .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaIAI0wjk .last-p {
  padding-bottom: 0;
}
.cid-tsaIAI0wjk .row {
  justify-content: center;
}
.cid-tsaBYuuIqC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYuuIqC .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYuuIqC .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYuuIqC .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaBYuuIqC .last-p {
  padding-bottom: 0;
}
.cid-tsaBYuuIqC .row {
  justify-content: center;
}
.cid-tsaKFyTlaG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsaKFyTlaG .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaKFyTlaG .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaKFyTlaG .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaKFyTlaG .last-p {
  padding-bottom: 0;
}
.cid-tsaKFyTlaG .row {
  justify-content: center;
}
.cid-tsaBYxeWHA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYxeWHA .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYxeWHA .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYxeWHA .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaBYxeWHA .last-p {
  padding-bottom: 0;
}
.cid-tsaBYxeWHA .row {
  justify-content: center;
}
.cid-tsaBYxIfcI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaBYxIfcI .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYxIfcI .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYxIfcI .row {
  justify-content: center;
}
.cid-tsaBYxIfcI ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaBYyahxS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaBYyahxS .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYyahxS .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYyahxS .row {
  justify-content: center;
}
.cid-tsaBYyahxS ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaBYyGUWm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaBYyGUWm .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYyGUWm .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYyGUWm .row {
  justify-content: center;
}
.cid-tsaBYyGUWm ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaBYze1uL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaBYze1uL .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYze1uL .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYze1uL .row {
  justify-content: center;
}
.cid-tsaBYze1uL ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaBYzK59H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-tsaBYzK59H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaBYzK59H .row {
  flex-direction: row-reverse;
}
.cid-tsaBYzK59H img {
  width: 100%;
}
.cid-tsaBYAdB6j {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYAdB6j .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYAdB6j .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYAdB6j .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaBYAdB6j .last-p {
  padding-bottom: 0;
}
.cid-tsaBYAdB6j .row {
  justify-content: center;
}
.cid-tsaBYALNk5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBYALNk5 .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaBYALNk5 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaBYALNk5 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaBYALNk5 .last-p {
  padding-bottom: 0;
}
.cid-tsaBYALNk5 .row {
  justify-content: center;
}
.cid-tsaRd2LTjp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsaRd2LTjp nav.navbar {
  position: fixed;
}
.cid-tsaRd2LTjp .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-tsaRd2LTjp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsaRd2LTjp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsaRd2LTjp .dropdown-item:hover,
.cid-tsaRd2LTjp .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-tsaRd2LTjp .dropdown-item:hover span {
  color: white;
}
.cid-tsaRd2LTjp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsaRd2LTjp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsaRd2LTjp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsaRd2LTjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsaRd2LTjp .nav-link {
  position: relative;
}
.cid-tsaRd2LTjp .container {
  display: flex;
  margin: auto;
}
.cid-tsaRd2LTjp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsaRd2LTjp .dropdown-menu,
.cid-tsaRd2LTjp .navbar.opened {
  background: #ffc50f !important;
}
.cid-tsaRd2LTjp .nav-item:focus,
.cid-tsaRd2LTjp .nav-link:focus {
  outline: none;
}
.cid-tsaRd2LTjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsaRd2LTjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsaRd2LTjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsaRd2LTjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaRd2LTjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsaRd2LTjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsaRd2LTjp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-tsaRd2LTjp .navbar.opened {
  transition: all 0.3s;
}
.cid-tsaRd2LTjp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsaRd2LTjp .navbar .navbar-logo img {
  width: auto;
}
.cid-tsaRd2LTjp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsaRd2LTjp .navbar.collapsed {
  justify-content: center;
}
.cid-tsaRd2LTjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsaRd2LTjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsaRd2LTjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsaRd2LTjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsaRd2LTjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsaRd2LTjp .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-tsaRd2LTjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsaRd2LTjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsaRd2LTjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsaRd2LTjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsaRd2LTjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsaRd2LTjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsaRd2LTjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsaRd2LTjp .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-tsaRd2LTjp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsaRd2LTjp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsaRd2LTjp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsaRd2LTjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsaRd2LTjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsaRd2LTjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsaRd2LTjp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsaRd2LTjp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsaRd2LTjp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsaRd2LTjp .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-tsaRd2LTjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsaRd2LTjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsaRd2LTjp .dropdown-item.active,
.cid-tsaRd2LTjp .dropdown-item:active {
  background-color: transparent;
}
.cid-tsaRd2LTjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsaRd2LTjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsaRd2LTjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsaRd2LTjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-tsaRd2LTjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsaRd2LTjp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsaRd2LTjp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsaRd2LTjp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsaRd2LTjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsaRd2LTjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsaRd2LTjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsaRd2LTjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaRd2LTjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaRd2LTjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsaRd2LTjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaRd2LTjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsaRd2LTjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsaRd2LTjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaRd2LTjp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsaRd2LTjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsaRd2LTjp .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-tsaRd2LTjp .navbar {
    height: 70px;
  }
  .cid-tsaRd2LTjp .navbar.opened {
    height: auto;
  }
  .cid-tsaRd2LTjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsaRd2LTjp a.navbar-caption:hover {
  cursor: default;
}
.cid-tsaRd3pp9g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRd3pp9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsaRd3pp9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsaRd3pp9g .mbr-section-title {
  text-align: right;
}
.cid-tsaRd3Q8bL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRd3Q8bL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsaRd3Q8bL .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-tsaRd3Q8bL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaRd3Q8bL .row {
  flex-direction: row-reverse;
}
.cid-tsaRd3Q8bL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsaRd3Q8bL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsaRd4ictc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsaRd4ictc .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd4ictc .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd4ictc .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRd4ictc .last-p {
  padding-bottom: 0;
}
.cid-tsaRd4ictc .row {
  justify-content: center;
}
.cid-tsaRd4I2eK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRd4I2eK .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd4I2eK .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd4I2eK .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRd4I2eK .last-p {
  padding-bottom: 0;
}
.cid-tsaRd4I2eK .row {
  justify-content: center;
}
.cid-tsaRd5CuUO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tsaRd5CuUO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaRd5CuUO .row {
  flex-direction: row-reverse;
}
.cid-tsaRd5CuUO img {
  width: 100%;
}
.cid-tsaRd64cCn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tsaRd64cCn .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd64cCn .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd64cCn .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRd64cCn .last-p {
  padding-bottom: 0;
}
.cid-tsaRd64cCn .row {
  justify-content: center;
}
.cid-tsaRd6vj7V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRd6vj7V .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd6vj7V .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd6vj7V .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRd6vj7V .last-p {
  padding-bottom: 0;
}
.cid-tsaRd6vj7V .row {
  justify-content: center;
}
.cid-tsaRd6Yw3o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsaRd6Yw3o .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd6Yw3o .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd6Yw3o .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRd6Yw3o .last-p {
  padding-bottom: 0;
}
.cid-tsaRd6Yw3o .row {
  justify-content: center;
}
.cid-tsaRd7swdP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRd7swdP .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd7swdP .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd7swdP .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRd7swdP .last-p {
  padding-bottom: 0;
}
.cid-tsaRd7swdP .row {
  justify-content: center;
}
.cid-tsaRd7Wndi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaRd7Wndi .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd7Wndi .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd7Wndi .row {
  justify-content: center;
}
.cid-tsaRd7Wndi ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaRd8kg8F {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaRd8kg8F .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd8kg8F .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd8kg8F .row {
  justify-content: center;
}
.cid-tsaRd8kg8F ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaRd8JDSw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaRd8JDSw .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd8JDSw .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd8JDSw .row {
  justify-content: center;
}
.cid-tsaRd8JDSw ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaRd9cmeZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsaRd9cmeZ .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRd9cmeZ .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRd9cmeZ .row {
  justify-content: center;
}
.cid-tsaRd9cmeZ ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsaRd9CFTq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-tsaRd9CFTq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsaRd9CFTq .row {
  flex-direction: row-reverse;
}
.cid-tsaRd9CFTq img {
  width: 100%;
}
.cid-tsaRda0jMr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRda0jMr .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRda0jMr .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRda0jMr .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRda0jMr .last-p {
  padding-bottom: 0;
}
.cid-tsaRda0jMr .row {
  justify-content: center;
}
.cid-tsaRdatOrJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRdatOrJ .right {
  display: flex;
  flex-direction: column;
}
.cid-tsaRdatOrJ .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsaRdatOrJ .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsaRdatOrJ .last-p {
  padding-bottom: 0;
}
.cid-tsaRdatOrJ .row {
  justify-content: center;
}
.cid-tsDmnnzJIt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsDmnnzJIt nav.navbar {
  position: fixed;
}
.cid-tsDmnnzJIt .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-tsDmnnzJIt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsDmnnzJIt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsDmnnzJIt .dropdown-item:hover,
.cid-tsDmnnzJIt .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-tsDmnnzJIt .dropdown-item:hover span {
  color: white;
}
.cid-tsDmnnzJIt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsDmnnzJIt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsDmnnzJIt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsDmnnzJIt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsDmnnzJIt .nav-link {
  position: relative;
}
.cid-tsDmnnzJIt .container {
  display: flex;
  margin: auto;
}
.cid-tsDmnnzJIt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsDmnnzJIt .dropdown-menu,
.cid-tsDmnnzJIt .navbar.opened {
  background: #ffc50f !important;
}
.cid-tsDmnnzJIt .nav-item:focus,
.cid-tsDmnnzJIt .nav-link:focus {
  outline: none;
}
.cid-tsDmnnzJIt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsDmnnzJIt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsDmnnzJIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsDmnnzJIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsDmnnzJIt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsDmnnzJIt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsDmnnzJIt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffc50f;
}
.cid-tsDmnnzJIt .navbar.opened {
  transition: all 0.3s;
}
.cid-tsDmnnzJIt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsDmnnzJIt .navbar .navbar-logo img {
  width: auto;
}
.cid-tsDmnnzJIt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsDmnnzJIt .navbar.collapsed {
  justify-content: center;
}
.cid-tsDmnnzJIt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsDmnnzJIt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsDmnnzJIt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsDmnnzJIt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsDmnnzJIt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsDmnnzJIt .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-tsDmnnzJIt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsDmnnzJIt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsDmnnzJIt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsDmnnzJIt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsDmnnzJIt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsDmnnzJIt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsDmnnzJIt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsDmnnzJIt .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-tsDmnnzJIt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsDmnnzJIt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsDmnnzJIt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsDmnnzJIt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsDmnnzJIt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsDmnnzJIt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsDmnnzJIt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsDmnnzJIt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsDmnnzJIt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsDmnnzJIt .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-tsDmnnzJIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsDmnnzJIt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsDmnnzJIt .dropdown-item.active,
.cid-tsDmnnzJIt .dropdown-item:active {
  background-color: transparent;
}
.cid-tsDmnnzJIt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsDmnnzJIt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsDmnnzJIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsDmnnzJIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-tsDmnnzJIt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsDmnnzJIt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsDmnnzJIt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsDmnnzJIt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsDmnnzJIt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsDmnnzJIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsDmnnzJIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsDmnnzJIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDmnnzJIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsDmnnzJIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsDmnnzJIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDmnnzJIt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsDmnnzJIt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsDmnnzJIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsDmnnzJIt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsDmnnzJIt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsDmnnzJIt .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-tsDmnnzJIt .navbar {
    height: 70px;
  }
  .cid-tsDmnnzJIt .navbar.opened {
    height: auto;
  }
  .cid-tsDmnnzJIt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsDmnnzJIt a.navbar-caption:hover {
  cursor: default;
}
.cid-tsDmnoi4hc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnoi4hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDmnoi4hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsDmnoi4hc .mbr-section-title {
  text-align: right;
}
.cid-tsDmnoMK9f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnoMK9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsDmnoMK9f .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-tsDmnoMK9f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsDmnoMK9f .row {
  flex-direction: row-reverse;
}
.cid-tsDmnoMK9f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsDmnoMK9f .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsDmnoMK9f .mbr-text {
  color: #272727;
}
.cid-tsDmnpbIrd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsDmnpbIrd .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnpbIrd .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnpbIrd .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnpbIrd .last-p {
  padding-bottom: 0;
}
.cid-tsDmnpbIrd .row {
  justify-content: center;
}
.cid-tsDmnpCvIr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnpCvIr .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnpCvIr .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnpCvIr .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnpCvIr .last-p {
  padding-bottom: 0;
}
.cid-tsDmnpCvIr .row {
  justify-content: center;
}
.cid-tsDmnpZCXZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tsDmnpZCXZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsDmnpZCXZ .row {
  flex-direction: row-reverse;
}
.cid-tsDmnpZCXZ img {
  width: 100%;
}
.cid-tsDmnqpzhy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tsDmnqpzhy .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnqpzhy .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnqpzhy .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnqpzhy .last-p {
  padding-bottom: 0;
}
.cid-tsDmnqpzhy .row {
  justify-content: center;
}
.cid-tsDmnqQrzN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnqQrzN .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnqQrzN .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnqQrzN .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnqQrzN .last-p {
  padding-bottom: 0;
}
.cid-tsDmnqQrzN .row {
  justify-content: center;
}
.cid-tsDmnrhET4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsDmnrhET4 .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnrhET4 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnrhET4 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnrhET4 .last-p {
  padding-bottom: 0;
}
.cid-tsDmnrhET4 .row {
  justify-content: center;
}
.cid-tsDmnrGZ27 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnrGZ27 .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnrGZ27 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnrGZ27 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnrGZ27 .last-p {
  padding-bottom: 0;
}
.cid-tsDmnrGZ27 .row {
  justify-content: center;
}
.cid-tsDmns5CnQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsDmns5CnQ .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmns5CnQ .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmns5CnQ .row {
  justify-content: center;
}
.cid-tsDmns5CnQ ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsDmnsstLu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsDmnsstLu .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnsstLu .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnsstLu .row {
  justify-content: center;
}
.cid-tsDmnsstLu ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsDmnsROP7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsDmnsROP7 .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnsROP7 .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnsROP7 .row {
  justify-content: center;
}
.cid-tsDmnsROP7 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsDmntjO7A {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsDmntjO7A .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmntjO7A .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmntjO7A .row {
  justify-content: center;
}
.cid-tsDmntjO7A ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-tsJgv2Qpzg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsJgv2Qpzg .right {
  display: flex;
  flex-direction: column;
}
.cid-tsJgv2Qpzg .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsJgv2Qpzg .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsJgv2Qpzg .last-p {
  padding-bottom: 0;
}
.cid-tsJgv2Qpzg .row {
  justify-content: center;
}
.cid-tsDmntH3aH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-tsDmntH3aH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsDmntH3aH .row {
  flex-direction: row-reverse;
}
.cid-tsDmntH3aH img {
  width: 100%;
}
.cid-tsJgwfjdZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-tsJgwfjdZm .right {
  display: flex;
  flex-direction: column;
}
.cid-tsJgwfjdZm .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsJgwfjdZm .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsJgwfjdZm .last-p {
  padding-bottom: 0;
}
.cid-tsJgwfjdZm .row {
  justify-content: center;
}
.cid-tsDmnu6zMY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnu6zMY .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnu6zMY .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnu6zMY .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnu6zMY .last-p {
  padding-bottom: 0;
}
.cid-tsDmnu6zMY .row {
  justify-content: center;
}
.cid-tsDmnuDqFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsDmnuDqFl .right {
  display: flex;
  flex-direction: column;
}
.cid-tsDmnuDqFl .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tsDmnuDqFl .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tsDmnuDqFl .last-p {
  padding-bottom: 0;
}
.cid-tsDmnuDqFl .row {
  justify-content: center;
}
