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-tsKphsaBWq {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tsKphsaBWq .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tsKphsaBWq .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tsKphsaBWq .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tsKphsaBWq .social-list {
  width: auto;
}
.cid-tsKphsaBWq .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tsKphsaBWq .social-media {
  padding: 0;
  text-align: center;
}
.cid-tsKphsaBWq .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tsKphsaBWq .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tsKphsaBWq .mbr-section-title,
.cid-tsKphsaBWq .social-media {
  color: #111213;
}
.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-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-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: 2rem;
  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-tttCwKi9rV {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tttCwKi9rV .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tttCwKi9rV .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tttCwKi9rV .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tttCwKi9rV .social-list {
  width: auto;
}
.cid-tttCwKi9rV .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tttCwKi9rV .social-media {
  padding: 0;
  text-align: center;
}
.cid-tttCwKi9rV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tttCwKi9rV .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tttCwKi9rV .mbr-section-title,
.cid-tttCwKi9rV .social-media {
  color: #111213;
}
.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-tttCeJ8spV {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tttCeJ8spV .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tttCeJ8spV .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tttCeJ8spV .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tttCeJ8spV .social-list {
  width: auto;
}
.cid-tttCeJ8spV .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tttCeJ8spV .social-media {
  padding: 0;
  text-align: center;
}
.cid-tttCeJ8spV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tttCeJ8spV .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tttCeJ8spV .mbr-section-title,
.cid-tttCeJ8spV .social-media {
  color: #111213;
}
.cid-ts3VwBosfO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ts3VwBosfO nav.navbar {
  position: fixed;
}
.cid-ts3VwBosfO .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-ts3VwBosfO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts3VwBosfO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts3VwBosfO .dropdown-item:hover,
.cid-ts3VwBosfO .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-ts3VwBosfO .dropdown-item:hover span {
  color: white;
}
.cid-ts3VwBosfO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts3VwBosfO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts3VwBosfO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts3VwBosfO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts3VwBosfO .nav-link {
  position: relative;
}
.cid-ts3VwBosfO .container {
  display: flex;
  margin: auto;
}
.cid-ts3VwBosfO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts3VwBosfO .dropdown-menu,
.cid-ts3VwBosfO .navbar.opened {
  background: #ffc50f !important;
}
.cid-ts3VwBosfO .nav-item:focus,
.cid-ts3VwBosfO .nav-link:focus {
  outline: none;
}
.cid-ts3VwBosfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts3VwBosfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts3VwBosfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts3VwBosfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts3VwBosfO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts3VwBosfO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts3VwBosfO .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-ts3VwBosfO .navbar.opened {
  transition: all 0.3s;
}
.cid-ts3VwBosfO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts3VwBosfO .navbar .navbar-logo img {
  width: auto;
}
.cid-ts3VwBosfO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts3VwBosfO .navbar.collapsed {
  justify-content: center;
}
.cid-ts3VwBosfO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts3VwBosfO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts3VwBosfO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts3VwBosfO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts3VwBosfO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts3VwBosfO .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-ts3VwBosfO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts3VwBosfO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts3VwBosfO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts3VwBosfO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts3VwBosfO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts3VwBosfO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts3VwBosfO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts3VwBosfO .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-ts3VwBosfO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts3VwBosfO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts3VwBosfO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts3VwBosfO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts3VwBosfO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts3VwBosfO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ts3VwBosfO .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts3VwBosfO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts3VwBosfO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts3VwBosfO .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-ts3VwBosfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts3VwBosfO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts3VwBosfO .dropdown-item.active,
.cid-ts3VwBosfO .dropdown-item:active {
  background-color: transparent;
}
.cid-ts3VwBosfO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts3VwBosfO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts3VwBosfO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts3VwBosfO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-ts3VwBosfO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts3VwBosfO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts3VwBosfO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts3VwBosfO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts3VwBosfO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts3VwBosfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ts3VwBosfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts3VwBosfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts3VwBosfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts3VwBosfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts3VwBosfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts3VwBosfO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts3VwBosfO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts3VwBosfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts3VwBosfO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts3VwBosfO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts3VwBosfO .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-ts3VwBosfO .navbar {
    height: 70px;
  }
  .cid-ts3VwBosfO .navbar.opened {
    height: auto;
  }
  .cid-ts3VwBosfO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts3VwBosfO a.navbar-caption:hover {
  cursor: default;
}
.cid-ts3VwC8qvu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3VwC8qvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3VwC8qvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3VwC8qvu .mbr-section-title {
  text-align: right;
}
.cid-ts3VwCJVLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ts3VwCJVLT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts3VwCJVLT .row {
  flex-direction: row-reverse;
}
.cid-ts3VwCJVLT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ts3VwCJVLT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ts3VwINytq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-ts3VwINytq .right {
  display: flex;
  flex-direction: column;
}
.cid-ts3VwINytq .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-ts3VwINytq .row {
  justify-content: center;
}
.cid-ts3VwINytq ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts3VwDpPSE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-ts3VwDpPSE .right {
  display: flex;
  flex-direction: column;
}
.cid-ts3VwDpPSE .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts3VwDpPSE .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts3VwDpPSE .last-p {
  padding-bottom: 0;
}
.cid-ts3VwDpPSE .row {
  justify-content: center;
}
.cid-ts3VwE8LiV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-ts3VwE8LiV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts3VwE8LiV .row {
  flex-direction: row-reverse;
}
.cid-ts3VwE8LiV img {
  width: 100%;
}
.cid-ts3VwEJqxM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3VwEJqxM .right {
  display: flex;
  flex-direction: column;
}
.cid-ts3VwEJqxM .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts3VwEJqxM .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts3VwEJqxM .last-p {
  padding-bottom: 0;
}
.cid-ts3VwEJqxM .row {
  justify-content: center;
}
.cid-ts5Hit5r18 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts5Hit5r18 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts5Hit5r18 .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-ts5Hit5r18 .row {
  justify-content: center;
}
.cid-ts5Hit5r18 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts5HXENxTU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts5HXENxTU .right {
  display: flex;
  flex-direction: column;
}
.cid-ts5HXENxTU .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-ts5HXENxTU .row {
  justify-content: center;
}
.cid-ts5HXENxTU ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts5IiJwUaE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts5IiJwUaE .right {
  display: flex;
  flex-direction: column;
}
.cid-ts5IiJwUaE .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts5IiJwUaE .row {
  justify-content: center;
}
.cid-ts5IiJwUaE ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts5IsZDzxE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts5IsZDzxE .right {
  display: flex;
  flex-direction: column;
}
.cid-ts5IsZDzxE .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts5IsZDzxE .row {
  justify-content: center;
}
.cid-ts5IsZDzxE ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9cOW71zy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9cOW71zy img,
.cid-ts9cOW71zy .item-img {
  width: 100%;
}
.cid-ts9cOW71zy .item:focus,
.cid-ts9cOW71zy span:focus {
  outline: none;
}
.cid-ts9cOW71zy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ts9cOW71zy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ts9cOW71zy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ts9cOW71zy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ts9cOW71zy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ts9cOW71zy .mbr-section-title {
  color: #232323;
}
.cid-ts9cOW71zy .mbr-text,
.cid-ts9cOW71zy .mbr-section-btn {
  text-align: left;
}
.cid-ts9cOW71zy .item-title {
  text-align: left;
}
.cid-ts9cOW71zy .item-subtitle {
  text-align: center;
}
.cid-ts3VwG9Wrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3VwG9Wrz .right {
  display: flex;
  flex-direction: column;
}
.cid-ts3VwG9Wrz .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts3VwG9Wrz .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts3VwG9Wrz .last-p {
  padding-bottom: 0;
}
.cid-ts3VwG9Wrz .row {
  justify-content: center;
}
.cid-ts9kgv6XW7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9kgv6XW7 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9kgv6XW7 .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9kgv6XW7 .row {
  justify-content: center;
}
.cid-ts9kgv6XW7 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9kItTCnV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9kItTCnV .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9kItTCnV .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9kItTCnV .row {
  justify-content: center;
}
.cid-ts9kItTCnV ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9lbbGde8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9lbbGde8 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9lbbGde8 .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9lbbGde8 .row {
  justify-content: center;
}
.cid-ts9lbbGde8 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9lwmq2s2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9lwmq2s2 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9lwmq2s2 .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9lwmq2s2 .row {
  justify-content: center;
}
.cid-ts9lwmq2s2 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts3VwHtGgt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-ts3VwHtGgt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts3VwHtGgt .row {
  flex-direction: row-reverse;
}
.cid-ts3VwHtGgt img {
  width: 100%;
}
.cid-ts3VwI78X6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3VwI78X6 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts3VwI78X6 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts3VwI78X6 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts3VwI78X6 .last-p {
  padding-bottom: 0;
}
.cid-ts3VwI78X6 .row {
  justify-content: center;
}
.cid-ts3VwJrwDY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3VwJrwDY .right {
  display: flex;
  flex-direction: column;
}
.cid-ts3VwJrwDY .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts3VwJrwDY .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts3VwJrwDY .last-p {
  padding-bottom: 0;
}
.cid-ts3VwJrwDY .row {
  justify-content: center;
}
.cid-tttCNdYTDi {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tttCNdYTDi .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tttCNdYTDi .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tttCNdYTDi .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tttCNdYTDi .social-list {
  width: auto;
}
.cid-tttCNdYTDi .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tttCNdYTDi .social-media {
  padding: 0;
  text-align: center;
}
.cid-tttCNdYTDi .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tttCNdYTDi .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tttCNdYTDi .mbr-section-title,
.cid-tttCNdYTDi .social-media {
  color: #111213;
}
.cid-ts9u7zu9Ng {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ts9u7zu9Ng nav.navbar {
  position: fixed;
}
.cid-ts9u7zu9Ng .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-ts9u7zu9Ng .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts9u7zu9Ng .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts9u7zu9Ng .dropdown-item:hover,
.cid-ts9u7zu9Ng .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-ts9u7zu9Ng .dropdown-item:hover span {
  color: white;
}
.cid-ts9u7zu9Ng .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts9u7zu9Ng .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts9u7zu9Ng .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts9u7zu9Ng .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts9u7zu9Ng .nav-link {
  position: relative;
}
.cid-ts9u7zu9Ng .container {
  display: flex;
  margin: auto;
}
.cid-ts9u7zu9Ng .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts9u7zu9Ng .dropdown-menu,
.cid-ts9u7zu9Ng .navbar.opened {
  background: #ffc50f !important;
}
.cid-ts9u7zu9Ng .nav-item:focus,
.cid-ts9u7zu9Ng .nav-link:focus {
  outline: none;
}
.cid-ts9u7zu9Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts9u7zu9Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts9u7zu9Ng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts9u7zu9Ng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts9u7zu9Ng .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts9u7zu9Ng .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts9u7zu9Ng .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-ts9u7zu9Ng .navbar.opened {
  transition: all 0.3s;
}
.cid-ts9u7zu9Ng .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts9u7zu9Ng .navbar .navbar-logo img {
  width: auto;
}
.cid-ts9u7zu9Ng .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts9u7zu9Ng .navbar.collapsed {
  justify-content: center;
}
.cid-ts9u7zu9Ng .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts9u7zu9Ng .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts9u7zu9Ng .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts9u7zu9Ng .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts9u7zu9Ng .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts9u7zu9Ng .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-ts9u7zu9Ng .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts9u7zu9Ng .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts9u7zu9Ng .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts9u7zu9Ng .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts9u7zu9Ng .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts9u7zu9Ng .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts9u7zu9Ng .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts9u7zu9Ng .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-ts9u7zu9Ng .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts9u7zu9Ng .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts9u7zu9Ng .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts9u7zu9Ng .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts9u7zu9Ng .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts9u7zu9Ng .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ts9u7zu9Ng .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts9u7zu9Ng .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts9u7zu9Ng .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts9u7zu9Ng .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-ts9u7zu9Ng .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts9u7zu9Ng .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts9u7zu9Ng .dropdown-item.active,
.cid-ts9u7zu9Ng .dropdown-item:active {
  background-color: transparent;
}
.cid-ts9u7zu9Ng .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts9u7zu9Ng .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts9u7zu9Ng .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts9u7zu9Ng .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-ts9u7zu9Ng .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts9u7zu9Ng .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts9u7zu9Ng ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts9u7zu9Ng .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts9u7zu9Ng button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts9u7zu9Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ts9u7zu9Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts9u7zu9Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9u7zu9Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9u7zu9Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts9u7zu9Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9u7zu9Ng nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts9u7zu9Ng nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts9u7zu9Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9u7zu9Ng .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts9u7zu9Ng a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts9u7zu9Ng .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-ts9u7zu9Ng .navbar {
    height: 70px;
  }
  .cid-ts9u7zu9Ng .navbar.opened {
    height: auto;
  }
  .cid-ts9u7zu9Ng .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts9u7zu9Ng a.navbar-caption:hover {
  cursor: default;
}
.cid-ts9u7AcpQH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9u7AcpQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts9u7AcpQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts9u7AcpQH .mbr-section-title {
  text-align: right;
}
.cid-ts9u7AByOj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ts9u7AByOj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9u7AByOj .row {
  flex-direction: row-reverse;
}
.cid-ts9u7AByOj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ts9u7AByOj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ts9wVmzHz2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9wVmzHz2 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9wVmzHz2 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9wVmzHz2 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9wVmzHz2 .last-p {
  padding-bottom: 0;
}
.cid-ts9wVmzHz2 .row {
  justify-content: center;
}
.cid-ts9xch1sXL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9xch1sXL .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9xch1sXL .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9xch1sXL .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9xch1sXL .last-p {
  padding-bottom: 0;
}
.cid-ts9xch1sXL .row {
  justify-content: center;
}
.cid-ts9xETZk7B {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9xETZk7B .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9xETZk7B .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9xETZk7B .row {
  justify-content: center;
}
.cid-ts9xETZk7B ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9u7BLlDb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-ts9u7BLlDb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9u7BLlDb .row {
  flex-direction: row-reverse;
}
.cid-ts9u7BLlDb img {
  width: 100%;
}
.cid-ts9u7Bkp5e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-ts9u7Bkp5e .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7Bkp5e .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9u7Bkp5e .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9u7Bkp5e .last-p {
  padding-bottom: 0;
}
.cid-ts9u7Bkp5e .row {
  justify-content: center;
}
.cid-ts9u7C8RHB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9u7C8RHB .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7C8RHB .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9u7C8RHB .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9u7C8RHB .last-p {
  padding-bottom: 0;
}
.cid-ts9u7C8RHB .row {
  justify-content: center;
}
.cid-ts9zQQFx1E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9zQQFx1E .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9zQQFx1E .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9zQQFx1E .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9zQQFx1E .last-p {
  padding-bottom: 0;
}
.cid-ts9zQQFx1E .row {
  justify-content: center;
}
.cid-ts9u7EGjBo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9u7EGjBo .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7EGjBo .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9u7EGjBo .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9u7EGjBo .last-p {
  padding-bottom: 0;
}
.cid-ts9u7EGjBo .row {
  justify-content: center;
}
.cid-ts9u7F8vUf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9u7F8vUf .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7F8vUf .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9u7F8vUf .row {
  justify-content: center;
}
.cid-ts9u7F8vUf ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9u7FyoDa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9u7FyoDa .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7FyoDa .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9u7FyoDa .row {
  justify-content: center;
}
.cid-ts9u7FyoDa ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9u7G1CsU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9u7G1CsU .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7G1CsU .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9u7G1CsU .row {
  justify-content: center;
}
.cid-ts9u7G1CsU ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9u7GuTn2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9u7GuTn2 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7GuTn2 .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9u7GuTn2 .row {
  justify-content: center;
}
.cid-ts9u7GuTn2 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9u7H1LMR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdd97;
}
@media (max-width: 991px) {
  .cid-ts9u7H1LMR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9u7H1LMR .row {
  flex-direction: row-reverse;
}
.cid-ts9u7H1LMR img {
  width: 100%;
}
.cid-ts9u7Huvmp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9u7Huvmp .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7Huvmp .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9u7Huvmp .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9u7Huvmp .last-p {
  padding-bottom: 0;
}
.cid-ts9u7Huvmp .row {
  justify-content: center;
}
.cid-ts9u7HZ85K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9u7HZ85K .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9u7HZ85K .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9u7HZ85K .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9u7HZ85K .last-p {
  padding-bottom: 0;
}
.cid-ts9u7HZ85K .row {
  justify-content: center;
}
.cid-tttDFwn2zg {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tttDFwn2zg .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tttDFwn2zg .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tttDFwn2zg .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tttDFwn2zg .social-list {
  width: auto;
}
.cid-tttDFwn2zg .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tttDFwn2zg .social-media {
  padding: 0;
  text-align: center;
}
.cid-tttDFwn2zg .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tttDFwn2zg .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tttDFwn2zg .mbr-section-title,
.cid-tttDFwn2zg .social-media {
  color: #111213;
}
.cid-ts9BUBYhzT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ts9BUBYhzT nav.navbar {
  position: fixed;
}
.cid-ts9BUBYhzT .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-ts9BUBYhzT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts9BUBYhzT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts9BUBYhzT .dropdown-item:hover,
.cid-ts9BUBYhzT .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-ts9BUBYhzT .dropdown-item:hover span {
  color: white;
}
.cid-ts9BUBYhzT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts9BUBYhzT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts9BUBYhzT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts9BUBYhzT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts9BUBYhzT .nav-link {
  position: relative;
}
.cid-ts9BUBYhzT .container {
  display: flex;
  margin: auto;
}
.cid-ts9BUBYhzT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts9BUBYhzT .dropdown-menu,
.cid-ts9BUBYhzT .navbar.opened {
  background: #ffc50f !important;
}
.cid-ts9BUBYhzT .nav-item:focus,
.cid-ts9BUBYhzT .nav-link:focus {
  outline: none;
}
.cid-ts9BUBYhzT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts9BUBYhzT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts9BUBYhzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts9BUBYhzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts9BUBYhzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts9BUBYhzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts9BUBYhzT .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-ts9BUBYhzT .navbar.opened {
  transition: all 0.3s;
}
.cid-ts9BUBYhzT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts9BUBYhzT .navbar .navbar-logo img {
  width: auto;
}
.cid-ts9BUBYhzT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts9BUBYhzT .navbar.collapsed {
  justify-content: center;
}
.cid-ts9BUBYhzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts9BUBYhzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts9BUBYhzT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts9BUBYhzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts9BUBYhzT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts9BUBYhzT .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-ts9BUBYhzT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts9BUBYhzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts9BUBYhzT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts9BUBYhzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts9BUBYhzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts9BUBYhzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts9BUBYhzT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts9BUBYhzT .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-ts9BUBYhzT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts9BUBYhzT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts9BUBYhzT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts9BUBYhzT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts9BUBYhzT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts9BUBYhzT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ts9BUBYhzT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts9BUBYhzT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts9BUBYhzT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts9BUBYhzT .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-ts9BUBYhzT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts9BUBYhzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts9BUBYhzT .dropdown-item.active,
.cid-ts9BUBYhzT .dropdown-item:active {
  background-color: transparent;
}
.cid-ts9BUBYhzT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts9BUBYhzT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts9BUBYhzT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts9BUBYhzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-ts9BUBYhzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts9BUBYhzT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts9BUBYhzT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts9BUBYhzT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts9BUBYhzT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts9BUBYhzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ts9BUBYhzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts9BUBYhzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9BUBYhzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9BUBYhzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts9BUBYhzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9BUBYhzT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts9BUBYhzT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts9BUBYhzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9BUBYhzT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts9BUBYhzT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts9BUBYhzT .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-ts9BUBYhzT .navbar {
    height: 70px;
  }
  .cid-ts9BUBYhzT .navbar.opened {
    height: auto;
  }
  .cid-ts9BUBYhzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts9BUBYhzT a.navbar-caption:hover {
  cursor: default;
}
.cid-ts9BUCCFAM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9BUCCFAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts9BUCCFAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts9BUCCFAM .mbr-section-title {
  text-align: right;
}
.cid-ts9BUD6s5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ts9BUD6s5t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9BUD6s5t .row {
  flex-direction: row-reverse;
}
.cid-ts9BUD6s5t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ts9BUD6s5t .text-wrapper {
    padding: 2rem;
  }
}
.cid-ts9BUDvBsH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9BUDvBsH .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUDvBsH .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUDvBsH .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUDvBsH .last-p {
  padding-bottom: 0;
}
.cid-ts9BUDvBsH .row {
  justify-content: center;
}
.cid-ts9BUDUBhE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9BUDUBhE .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUDUBhE .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUDUBhE .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUDUBhE .last-p {
  padding-bottom: 0;
}
.cid-ts9BUDUBhE .row {
  justify-content: center;
}
.cid-ts9BUEJpLo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-ts9BUEJpLo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9BUEJpLo .row {
  flex-direction: row-reverse;
}
.cid-ts9BUEJpLo img {
  width: 100%;
}
.cid-ts9BUF7yko {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-ts9BUF7yko .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUF7yko .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUF7yko .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUF7yko .last-p {
  padding-bottom: 0;
}
.cid-ts9BUF7yko .row {
  justify-content: center;
}
.cid-ts9BUFwu09 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9BUFwu09 .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUFwu09 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUFwu09 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUFwu09 .last-p {
  padding-bottom: 0;
}
.cid-ts9BUFwu09 .row {
  justify-content: center;
}
.cid-ts9BUFXEfP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9BUFXEfP .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUFXEfP .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUFXEfP .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUFXEfP .last-p {
  padding-bottom: 0;
}
.cid-ts9BUFXEfP .row {
  justify-content: center;
}
.cid-ttv5ook1BE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a0d4bc;
}
@media (max-width: 991px) {
  .cid-ttv5ook1BE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttv5ook1BE .row {
  flex-direction: row-reverse;
}
.cid-ttv5ook1BE img {
  width: 100%;
}
.cid-ts9BUGohtL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9BUGohtL .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUGohtL .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUGohtL .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUGohtL .last-p {
  padding-bottom: 0;
}
.cid-ts9BUGohtL .row {
  justify-content: center;
}
.cid-ts9BUGPM7T {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9BUGPM7T .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUGPM7T .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9BUGPM7T .row {
  justify-content: center;
}
.cid-ts9BUGPM7T ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9BUHdiff {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9BUHdiff .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUHdiff .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9BUHdiff .row {
  justify-content: center;
}
.cid-ts9BUHdiff ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9BUHBOPf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9BUHBOPf .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUHBOPf .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9BUHBOPf .row {
  justify-content: center;
}
.cid-ts9BUHBOPf ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9BUI1Kyf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9BUI1Kyf .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUI1Kyf .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9BUI1Kyf .row {
  justify-content: center;
}
.cid-ts9BUI1Kyf ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ttv5JIBIWU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttv5JIBIWU img,
.cid-ttv5JIBIWU .item-img {
  width: 100%;
}
.cid-ttv5JIBIWU .item:focus,
.cid-ttv5JIBIWU span:focus {
  outline: none;
}
.cid-ttv5JIBIWU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ttv5JIBIWU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttv5JIBIWU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttv5JIBIWU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttv5JIBIWU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttv5JIBIWU .mbr-section-title {
  color: #232323;
}
.cid-ttv5JIBIWU .mbr-text,
.cid-ttv5JIBIWU .mbr-section-btn {
  text-align: left;
}
.cid-ttv5JIBIWU .item-title {
  text-align: left;
}
.cid-ttv5JIBIWU .item-subtitle {
  text-align: center;
}
.cid-ts9BUIVu5a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9BUIVu5a .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUIVu5a .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUIVu5a .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUIVu5a .last-p {
  padding-bottom: 0;
}
.cid-ts9BUIVu5a .row {
  justify-content: center;
}
.cid-ts9BUJnzWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9BUJnzWK .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9BUJnzWK .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9BUJnzWK .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9BUJnzWK .last-p {
  padding-bottom: 0;
}
.cid-ts9BUJnzWK .row {
  justify-content: center;
}
.cid-tttDYylZ8M {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tttDYylZ8M .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tttDYylZ8M .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tttDYylZ8M .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tttDYylZ8M .social-list {
  width: auto;
}
.cid-tttDYylZ8M .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tttDYylZ8M .social-media {
  padding: 0;
  text-align: center;
}
.cid-tttDYylZ8M .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tttDYylZ8M .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tttDYylZ8M .mbr-section-title,
.cid-tttDYylZ8M .social-media {
  color: #111213;
}
.cid-ts9KPAdSEF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ts9KPAdSEF nav.navbar {
  position: fixed;
}
.cid-ts9KPAdSEF .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-ts9KPAdSEF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts9KPAdSEF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts9KPAdSEF .dropdown-item:hover,
.cid-ts9KPAdSEF .dropdown-item:focus {
  background: #4b76cc !important;
  color: white !important;
}
.cid-ts9KPAdSEF .dropdown-item:hover span {
  color: white;
}
.cid-ts9KPAdSEF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts9KPAdSEF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts9KPAdSEF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts9KPAdSEF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts9KPAdSEF .nav-link {
  position: relative;
}
.cid-ts9KPAdSEF .container {
  display: flex;
  margin: auto;
}
.cid-ts9KPAdSEF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts9KPAdSEF .dropdown-menu,
.cid-ts9KPAdSEF .navbar.opened {
  background: #ffc50f !important;
}
.cid-ts9KPAdSEF .nav-item:focus,
.cid-ts9KPAdSEF .nav-link:focus {
  outline: none;
}
.cid-ts9KPAdSEF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts9KPAdSEF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts9KPAdSEF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts9KPAdSEF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts9KPAdSEF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts9KPAdSEF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts9KPAdSEF .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-ts9KPAdSEF .navbar.opened {
  transition: all 0.3s;
}
.cid-ts9KPAdSEF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts9KPAdSEF .navbar .navbar-logo img {
  width: auto;
}
.cid-ts9KPAdSEF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts9KPAdSEF .navbar.collapsed {
  justify-content: center;
}
.cid-ts9KPAdSEF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts9KPAdSEF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts9KPAdSEF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts9KPAdSEF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts9KPAdSEF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts9KPAdSEF .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-ts9KPAdSEF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts9KPAdSEF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts9KPAdSEF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts9KPAdSEF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts9KPAdSEF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts9KPAdSEF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts9KPAdSEF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts9KPAdSEF .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-ts9KPAdSEF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts9KPAdSEF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts9KPAdSEF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts9KPAdSEF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts9KPAdSEF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts9KPAdSEF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ts9KPAdSEF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts9KPAdSEF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts9KPAdSEF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts9KPAdSEF .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-ts9KPAdSEF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts9KPAdSEF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts9KPAdSEF .dropdown-item.active,
.cid-ts9KPAdSEF .dropdown-item:active {
  background-color: transparent;
}
.cid-ts9KPAdSEF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts9KPAdSEF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts9KPAdSEF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts9KPAdSEF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc50f;
}
.cid-ts9KPAdSEF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts9KPAdSEF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts9KPAdSEF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts9KPAdSEF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts9KPAdSEF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts9KPAdSEF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ts9KPAdSEF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts9KPAdSEF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9KPAdSEF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts9KPAdSEF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts9KPAdSEF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9KPAdSEF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts9KPAdSEF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts9KPAdSEF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts9KPAdSEF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts9KPAdSEF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts9KPAdSEF .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-ts9KPAdSEF .navbar {
    height: 70px;
  }
  .cid-ts9KPAdSEF .navbar.opened {
    height: auto;
  }
  .cid-ts9KPAdSEF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts9KPAdSEF a.navbar-caption:hover {
  cursor: default;
}
.cid-ts9KPALdU5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9KPALdU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts9KPALdU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts9KPALdU5 .mbr-section-title {
  text-align: right;
}
.cid-ts9KPBaBpD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ts9KPBaBpD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9KPBaBpD .row {
  flex-direction: row-reverse;
}
.cid-ts9KPBaBpD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ts9KPBaBpD .text-wrapper {
    padding: 2rem;
  }
}
.cid-ts9KPBx5EW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9KPBx5EW .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPBx5EW .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPBx5EW .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPBx5EW .last-p {
  padding-bottom: 0;
}
.cid-ts9KPBx5EW .row {
  justify-content: center;
}
.cid-ts9KPBW7dE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9KPBW7dE .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPBW7dE .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPBW7dE .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPBW7dE .last-p {
  padding-bottom: 0;
}
.cid-ts9KPBW7dE .row {
  justify-content: center;
}
.cid-ts9KPCk29Y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-ts9KPCk29Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9KPCk29Y .row {
  flex-direction: row-reverse;
}
.cid-ts9KPCk29Y img {
  width: 100%;
}
.cid-ts9KPCEyVP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-ts9KPCEyVP .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPCEyVP .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPCEyVP .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPCEyVP .last-p {
  padding-bottom: 0;
}
.cid-ts9KPCEyVP .row {
  justify-content: center;
}
.cid-ts9KPD1Uda {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9KPD1Uda .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPD1Uda .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPD1Uda .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPD1Uda .last-p {
  padding-bottom: 0;
}
.cid-ts9KPD1Uda .row {
  justify-content: center;
}
.cid-ts9KPDtnHR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9KPDtnHR .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPDtnHR .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPDtnHR .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPDtnHR .last-p {
  padding-bottom: 0;
}
.cid-ts9KPDtnHR .row {
  justify-content: center;
}
.cid-ts9KPDSiKL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9KPDSiKL .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPDSiKL .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPDSiKL .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPDSiKL .last-p {
  padding-bottom: 0;
}
.cid-ts9KPDSiKL .row {
  justify-content: center;
}
.cid-ts9KPEfZBe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9KPEfZBe .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPEfZBe .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9KPEfZBe .row {
  justify-content: center;
}
.cid-ts9KPEfZBe ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9KPEAksi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9KPEAksi .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPEAksi .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9KPEAksi .row {
  justify-content: center;
}
.cid-ts9KPEAksi ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9KPEZlTB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9KPEZlTB .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPEZlTB .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9KPEZlTB .row {
  justify-content: center;
}
.cid-ts9KPEZlTB ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9KPFmDpw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts9KPFmDpw .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPFmDpw .card-heading {
  padding-bottom: 15px;
  color: #272727;
  font-weight: 600;
}
.cid-ts9KPFmDpw .row {
  justify-content: center;
}
.cid-ts9KPFmDpw ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-ts9NRQrBLp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9NRQrBLp .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9NRQrBLp .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9NRQrBLp .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9NRQrBLp .last-p {
  padding-bottom: 0;
}
.cid-ts9NRQrBLp .row {
  justify-content: center;
}
.cid-ts9Offe9H9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ts9Offe9H9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ts9Offe9H9 .row {
  flex-direction: row-reverse;
}
.cid-ts9Offe9H9 img {
  width: 100%;
}
.cid-ts9OAcTohz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0d4bc;
}
.cid-ts9OAcTohz .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9OAcTohz .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9OAcTohz .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9OAcTohz .last-p {
  padding-bottom: 0;
}
.cid-ts9OAcTohz .row {
  justify-content: center;
}
.cid-ts9KPGalpa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9KPGalpa .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPGalpa .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPGalpa .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPGalpa .last-p {
  padding-bottom: 0;
}
.cid-ts9KPGalpa .row {
  justify-content: center;
}
.cid-ts9KPGAP0G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ts9KPGAP0G .right {
  display: flex;
  flex-direction: column;
}
.cid-ts9KPGAP0G .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-ts9KPGAP0G .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-ts9KPGAP0G .last-p {
  padding-bottom: 0;
}
.cid-ts9KPGAP0G .row {
  justify-content: center;
}
.cid-ts9KPFLRSC {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #fff0b0;
}
.cid-ts9KPFLRSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts9KPFLRSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts9KPFLRSC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ts9KPFLRSC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ts9KPFLRSC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tttEfiEmf3 {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tttEfiEmf3 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tttEfiEmf3 .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tttEfiEmf3 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tttEfiEmf3 .social-list {
  width: auto;
}
.cid-tttEfiEmf3 .icon-transition:hover .mbr-iconfont {
  color: #4b76cc;
}
.cid-tttEfiEmf3 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tttEfiEmf3 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tttEfiEmf3 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tttEfiEmf3 .mbr-section-title,
.cid-tttEfiEmf3 .social-media {
  color: #111213;
}
