.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #feeeee;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #edb183 !important;
}
.bg-success {
  background-color: #5ce1a3 !important;
}
.bg-info {
  background-color: #48d8f5 !important;
}
.bg-warning {
  background-color: #ffcf3e !important;
}
.bg-danger {
  background-color: #e25b68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #edb183 !important;
  border-color: #edb183 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f3cdb0 !important;
  border-color: #f3cdb0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f3cdb0 !important;
  border-color: #f3cdb0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4d8289 !important;
  border-color: #4d8289 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #629fa7 !important;
  border-color: #629fa7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #629fa7 !important;
  border-color: #629fa7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #48d8f5 !important;
  border-color: #48d8f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #78e2f8 !important;
  border-color: #78e2f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #78e2f8 !important;
  border-color: #78e2f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5ce1a3 !important;
  border-color: #5ce1a3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #87e9bb !important;
  border-color: #87e9bb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #87e9bb !important;
  border-color: #87e9bb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf3e !important;
  border-color: #ffcf3e !important;
  color: #3e2f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdc71 !important;
  border-color: #ffdc71 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3e2f00 !important;
  background-color: #ffdc71 !important;
  border-color: #ffdc71 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e25b68 !important;
  border-color: #e25b68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea8690 !important;
  border-color: #ea8690 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea8690 !important;
  border-color: #ea8690 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #edb183;
  color: #edb183;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e28137 !important;
  background-color: transparent !important;
  border-color: #e28137 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb183 !important;
  border-color: #edb183 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4d8289;
  color: #4d8289;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e4d51 !important;
  background-color: transparent !important;
  border-color: #2e4d51 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d8289 !important;
  border-color: #4d8289 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #48d8f5;
  color: #48d8f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cb8da !important;
  background-color: transparent !important;
  border-color: #0cb8da !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d8f5 !important;
  border-color: #48d8f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5ce1a3;
  color: #5ce1a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24c379 !important;
  background-color: transparent !important;
  border-color: #24c379 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5ce1a3 !important;
  border-color: #5ce1a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcf3e;
  color: #ffcf3e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e6ad00 !important;
  background-color: transparent !important;
  border-color: #e6ad00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3e2f00 !important;
  background-color: #ffcf3e !important;
  border-color: #ffcf3e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e25b68;
  color: #e25b68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c42332 !important;
  background-color: transparent !important;
  border-color: #c42332 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e25b68 !important;
  border-color: #e25b68 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #edb183 !important;
}
.text-secondary {
  color: #4d8289 !important;
}
.text-success {
  color: #5ce1a3 !important;
}
.text-info {
  color: #48d8f5 !important;
}
.text-warning {
  color: #ffcf3e !important;
}
.text-danger {
  color: #e25b68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e0792a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #284448 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #21b671 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0baccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d7a200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b7202f !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #edb183;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d8f5;
}
.alert-warning {
  background-color: #ffcf3e;
}
.alert-danger {
  background-color: #e25b68;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edb183;
  border-color: #edb183;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #edb183;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #edb183 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #edb183;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edb183;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edb183;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #edb183;
  border-bottom-color: #edb183;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #edb183 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4d8289 !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='%23edb183' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v4Jo87z2lW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/455acc6e-aa31-4145-dz-608e352b26ae-1-1024x1536.webp");
}
.cid-v4Jo87z2lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Jo87z2lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Jo87z2lW .card-wrapper {
  background: #f15152;
}
@media (max-width: 767px) {
  .cid-v4Jo87z2lW .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4Jo87z2lW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Jo87z2lW .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4Jo87z2lW .mbr-text,
.cid-v4Jo87z2lW .mbr-section-btn {
  text-align: center;
}
.cid-v4Jo87z2lW .card-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-v5WsxQRfbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v5WsxQRfbg .mbr-overlay {
  background: #f7f7f7;
  opacity: 0.8;
}
.cid-v5WsxQRfbg .item:focus,
.cid-v5WsxQRfbg span:focus {
  outline: none;
}
.cid-v5WsxQRfbg .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5WsxQRfbg .content-head {
  max-width: 800px;
}
.cid-v5WsxQRfbg .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-v5WsxQRfbg .item {
    min-height: 45px;
  }
}
.cid-v5WsNfHkkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v5WsNfHkkk .mbr-overlay {
  background: #f7f7f7;
  opacity: 0.8;
}
.cid-v5WsNfHkkk .item:focus,
.cid-v5WsNfHkkk span:focus {
  outline: none;
}
.cid-v5WsNfHkkk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5WsNfHkkk .content-head {
  max-width: 800px;
}
.cid-v5WsNfHkkk .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-v5WsNfHkkk .item {
    min-height: 45px;
  }
}
.cid-v5QnY2e0vJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5QnY2e0vJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5QnY2e0vJ img,
.cid-v5QnY2e0vJ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5QnY2e0vJ .item:focus,
.cid-v5QnY2e0vJ span:focus {
  outline: none;
}
.cid-v5QnY2e0vJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5QnY2e0vJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5QnY2e0vJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5QnY2e0vJ .mbr-section-title {
  color: #232323;
}
.cid-v5QnY2e0vJ .mbr-text,
.cid-v5QnY2e0vJ .mbr-section-btn {
  color: #232323;
}
.cid-v5QnY2e0vJ .item-title {
  color: #232323;
}
.cid-v5QnY2e0vJ .content-head {
  max-width: 800px;
}
.cid-v5WObJan9J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WObJan9J .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WObJan9J img,
.cid-v5WObJan9J .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WObJan9J .item:focus,
.cid-v5WObJan9J span:focus {
  outline: none;
}
.cid-v5WObJan9J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WObJan9J .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WObJan9J .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WObJan9J .mbr-section-title {
  color: #232323;
}
.cid-v5WObJan9J .mbr-text,
.cid-v5WObJan9J .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WObJan9J .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WObJan9J .content-head {
  max-width: 800px;
}
.cid-v5WObDquLY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WObDquLY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WObDquLY img,
.cid-v5WObDquLY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WObDquLY .item:focus,
.cid-v5WObDquLY span:focus {
  outline: none;
}
.cid-v5WObDquLY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WObDquLY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WObDquLY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WObDquLY .mbr-section-title {
  color: #232323;
}
.cid-v5WObDquLY .mbr-text,
.cid-v5WObDquLY .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WObDquLY .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WObDquLY .content-head {
  max-width: 800px;
}
.cid-v5WOf1V1c8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOf1V1c8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOf1V1c8 img,
.cid-v5WOf1V1c8 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOf1V1c8 .item:focus,
.cid-v5WOf1V1c8 span:focus {
  outline: none;
}
.cid-v5WOf1V1c8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOf1V1c8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOf1V1c8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOf1V1c8 .mbr-section-title {
  color: #232323;
}
.cid-v5WOf1V1c8 .mbr-text,
.cid-v5WOf1V1c8 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOf1V1c8 .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOf1V1c8 .content-head {
  max-width: 800px;
}
.cid-v5WOfATDYf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOfATDYf .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOfATDYf img,
.cid-v5WOfATDYf .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOfATDYf .item:focus,
.cid-v5WOfATDYf span:focus {
  outline: none;
}
.cid-v5WOfATDYf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOfATDYf .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOfATDYf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOfATDYf .mbr-section-title {
  color: #232323;
}
.cid-v5WOfATDYf .mbr-text,
.cid-v5WOfATDYf .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOfATDYf .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOfATDYf .content-head {
  max-width: 800px;
}
.cid-v5WOfWVD8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOfWVD8y .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOfWVD8y img,
.cid-v5WOfWVD8y .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOfWVD8y .item:focus,
.cid-v5WOfWVD8y span:focus {
  outline: none;
}
.cid-v5WOfWVD8y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOfWVD8y .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOfWVD8y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOfWVD8y .mbr-section-title {
  color: #232323;
}
.cid-v5WOfWVD8y .mbr-text,
.cid-v5WOfWVD8y .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOfWVD8y .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOfWVD8y .content-head {
  max-width: 800px;
}
.cid-v5WOgfp5h4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOgfp5h4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOgfp5h4 img,
.cid-v5WOgfp5h4 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOgfp5h4 .item:focus,
.cid-v5WOgfp5h4 span:focus {
  outline: none;
}
.cid-v5WOgfp5h4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOgfp5h4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOgfp5h4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOgfp5h4 .mbr-section-title {
  color: #232323;
}
.cid-v5WOgfp5h4 .mbr-text,
.cid-v5WOgfp5h4 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOgfp5h4 .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOgfp5h4 .content-head {
  max-width: 800px;
}
.cid-v5WOgwtuwG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOgwtuwG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOgwtuwG img,
.cid-v5WOgwtuwG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOgwtuwG .item:focus,
.cid-v5WOgwtuwG span:focus {
  outline: none;
}
.cid-v5WOgwtuwG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOgwtuwG .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOgwtuwG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOgwtuwG .mbr-section-title {
  color: #232323;
}
.cid-v5WOgwtuwG .mbr-text,
.cid-v5WOgwtuwG .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOgwtuwG .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOgwtuwG .content-head {
  max-width: 800px;
}
.cid-v5WOgNkaRh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOgNkaRh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOgNkaRh img,
.cid-v5WOgNkaRh .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOgNkaRh .item:focus,
.cid-v5WOgNkaRh span:focus {
  outline: none;
}
.cid-v5WOgNkaRh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOgNkaRh .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOgNkaRh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOgNkaRh .mbr-section-title {
  color: #232323;
}
.cid-v5WOgNkaRh .mbr-text,
.cid-v5WOgNkaRh .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOgNkaRh .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOgNkaRh .content-head {
  max-width: 800px;
}
.cid-v5WOh6eAdi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WOh6eAdi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WOh6eAdi img,
.cid-v5WOh6eAdi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WOh6eAdi .item:focus,
.cid-v5WOh6eAdi span:focus {
  outline: none;
}
.cid-v5WOh6eAdi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WOh6eAdi .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WOh6eAdi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WOh6eAdi .mbr-section-title {
  color: #232323;
}
.cid-v5WOh6eAdi .mbr-text,
.cid-v5WOh6eAdi .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v5WOh6eAdi .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5WOh6eAdi .content-head {
  max-width: 800px;
}
.cid-v4Jo87zoF7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4Jo87zoF7 .item:focus,
.cid-v4Jo87zoF7 span:focus {
  outline: none;
}
.cid-v4Jo87zoF7 .item {
  cursor: pointer;
}
.cid-v4Jo87zoF7 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v4Jo87zoF7 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v4Jo87zoF7 .grid-container-1,
.cid-v4Jo87zoF7 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v4Jo87zoF7 .grid-container-1,
  .cid-v4Jo87zoF7 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v4Jo87zoF7 .mbr-section-title {
  color: #000000;
}
.cid-v4Jo87zoF7 .mbr-text,
.cid-v4Jo87zoF7 .mbr-section-btn {
  color: #000000;
}
.cid-v4Jo87zoF7 .content-head {
  max-width: 800px;
}
.cid-v4Jo87zoF7 .container,
.cid-v4Jo87zoF7 .container-fluid {
  overflow: hidden;
}
.cid-v4Jo87zoF7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v4Jo87zoF7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4Jo87zoF7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v4Jo87zoF7 .grid-item img {
    min-width: 35vw;
  }
}
.cid-v4Jo87zoF7 .grid-container-1,
.cid-v4Jo87zoF7 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v4Jo87zoF7 .grid-container-1 {
  align-items: flex-end;
}
.cid-v4Jo87zoF7 .grid-container-2 {
  align-items: flex-start;
}
.cid-v4Jo87A4IY {
  background-image: url("../../../assets/images/455acc6e-aa31-4145-dz-608e352b26ae-1-1024x1536.webp");
}
.cid-v4Jo87A4IY .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-v4Jo87A4IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Jo87A4IY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Jo87AZkm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v4Jo87AZkm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v4Jo87AZkm form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v4Jo87AZkm form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v4Jo87AZkm form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v4Jo87AZkm .content-head {
  max-width: 800px;
}
.cid-v4Jo87AEML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v4Jo87AEML .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Jo87AEML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Jo87AEML .mbr-text {
  color: #000000;
}
.cid-v4Jo87AEML .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v4Jo87AEML .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4Jo87AEML .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v4Jo87AEML .mbr-section-subtitle,
.cid-v4Jo87AEML .main-button {
  color: #000000;
}
.cid-v4Jo87AEML .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v4Jo87AEML .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v4Jo87AEML .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4Jo87AEML .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4Jo87AEML .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5QtKfwM7a {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5QtKfwM7a .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5QtKfwM7a .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WSro5SNQ {
  display: flex;
  background-image: url("../../../assets/images/fc17c218-0a8e-4a44-a679-3c99fd235d9d-1-1536x1024.webp");
}
.cid-v5WSro5SNQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-v5WSro5SNQ {
    align-items: flex-end;
  }
  .cid-v5WSro5SNQ .row {
    justify-content: flex-end;
  }
  .cid-v5WSro5SNQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5WSro5SNQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5WSro5SNQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5WSro5SNQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5WSro5SNQ .content-wrap {
    width: 100%;
  }
}
.cid-v5WSro5SNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WSro5SNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WSro5SNQ .mbr-section-title,
.cid-v5WSro5SNQ .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v5WSro5SNQ .mbr-text,
.cid-v5WSro5SNQ .mbr-section-btn {
  text-align: center;
}
.cid-v5WSro5SNQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5WSro5SNQ .mbr-section-subtitle {
  color: #F15152;
}
.cid-v5WE1OPrIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE1OPrIc .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE1OPrIc img,
.cid-v5WE1OPrIc .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE1OPrIc .item:focus,
.cid-v5WE1OPrIc span:focus {
  outline: none;
}
.cid-v5WE1OPrIc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE1OPrIc .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE1OPrIc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE1OPrIc .mbr-section-title {
  color: #232323;
}
.cid-v5WE1OPrIc .mbr-text,
.cid-v5WE1OPrIc .mbr-section-btn {
  color: #232323;
}
.cid-v5WE1OPrIc .item-title {
  color: #232323;
}
.cid-v5WE1OPrIc .content-head {
  max-width: 800px;
}
.cid-v5WE1l2GqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE1l2GqD .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE1l2GqD img,
.cid-v5WE1l2GqD .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE1l2GqD .item:focus,
.cid-v5WE1l2GqD span:focus {
  outline: none;
}
.cid-v5WE1l2GqD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE1l2GqD .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE1l2GqD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE1l2GqD .mbr-section-title {
  color: #232323;
}
.cid-v5WE1l2GqD .mbr-text,
.cid-v5WE1l2GqD .mbr-section-btn {
  color: #232323;
}
.cid-v5WE1l2GqD .item-title {
  color: #232323;
}
.cid-v5WE1l2GqD .content-head {
  max-width: 800px;
}
.cid-v5WE1lCA8T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE1lCA8T .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE1lCA8T img,
.cid-v5WE1lCA8T .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE1lCA8T .item:focus,
.cid-v5WE1lCA8T span:focus {
  outline: none;
}
.cid-v5WE1lCA8T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE1lCA8T .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE1lCA8T .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE1lCA8T .mbr-section-title {
  color: #232323;
}
.cid-v5WE1lCA8T .mbr-text,
.cid-v5WE1lCA8T .mbr-section-btn {
  color: #232323;
}
.cid-v5WE1lCA8T .item-title {
  color: #232323;
}
.cid-v5WE1lCA8T .content-head {
  max-width: 800px;
}
.cid-v5WE0Qjc9E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE0Qjc9E .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE0Qjc9E img,
.cid-v5WE0Qjc9E .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE0Qjc9E .item:focus,
.cid-v5WE0Qjc9E span:focus {
  outline: none;
}
.cid-v5WE0Qjc9E .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE0Qjc9E .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE0Qjc9E .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE0Qjc9E .mbr-section-title {
  color: #232323;
}
.cid-v5WE0Qjc9E .mbr-text,
.cid-v5WE0Qjc9E .mbr-section-btn {
  color: #232323;
}
.cid-v5WE0Qjc9E .item-title {
  color: #232323;
}
.cid-v5WE0Qjc9E .content-head {
  max-width: 800px;
}
.cid-v5WE0QV6SC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE0QV6SC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE0QV6SC img,
.cid-v5WE0QV6SC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE0QV6SC .item:focus,
.cid-v5WE0QV6SC span:focus {
  outline: none;
}
.cid-v5WE0QV6SC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE0QV6SC .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE0QV6SC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE0QV6SC .mbr-section-title {
  color: #232323;
}
.cid-v5WE0QV6SC .mbr-text,
.cid-v5WE0QV6SC .mbr-section-btn {
  color: #232323;
}
.cid-v5WE0QV6SC .item-title {
  color: #232323;
}
.cid-v5WE0QV6SC .content-head {
  max-width: 800px;
}
.cid-v5WE0ehga4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE0ehga4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE0ehga4 img,
.cid-v5WE0ehga4 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE0ehga4 .item:focus,
.cid-v5WE0ehga4 span:focus {
  outline: none;
}
.cid-v5WE0ehga4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE0ehga4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE0ehga4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE0ehga4 .mbr-section-title {
  color: #232323;
}
.cid-v5WE0ehga4 .mbr-text,
.cid-v5WE0ehga4 .mbr-section-btn {
  color: #232323;
}
.cid-v5WE0ehga4 .item-title {
  color: #232323;
}
.cid-v5WE0ehga4 .content-head {
  max-width: 800px;
}
.cid-v5WE0eTDL6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE0eTDL6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE0eTDL6 img,
.cid-v5WE0eTDL6 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE0eTDL6 .item:focus,
.cid-v5WE0eTDL6 span:focus {
  outline: none;
}
.cid-v5WE0eTDL6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE0eTDL6 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE0eTDL6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE0eTDL6 .mbr-section-title {
  color: #232323;
}
.cid-v5WE0eTDL6 .mbr-text,
.cid-v5WE0eTDL6 .mbr-section-btn {
  color: #232323;
}
.cid-v5WE0eTDL6 .item-title {
  color: #232323;
}
.cid-v5WE0eTDL6 .content-head {
  max-width: 800px;
}
.cid-v5WE0fsKRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE0fsKRC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE0fsKRC img,
.cid-v5WE0fsKRC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE0fsKRC .item:focus,
.cid-v5WE0fsKRC span:focus {
  outline: none;
}
.cid-v5WE0fsKRC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE0fsKRC .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE0fsKRC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE0fsKRC .mbr-section-title {
  color: #232323;
}
.cid-v5WE0fsKRC .mbr-text,
.cid-v5WE0fsKRC .mbr-section-btn {
  color: #232323;
}
.cid-v5WE0fsKRC .item-title {
  color: #232323;
}
.cid-v5WE0fsKRC .content-head {
  max-width: 800px;
}
.cid-v5WDZBUuFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDZBUuFl .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDZBUuFl img,
.cid-v5WDZBUuFl .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDZBUuFl .item:focus,
.cid-v5WDZBUuFl span:focus {
  outline: none;
}
.cid-v5WDZBUuFl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDZBUuFl .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDZBUuFl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDZBUuFl .mbr-section-title {
  color: #232323;
}
.cid-v5WDZBUuFl .mbr-text,
.cid-v5WDZBUuFl .mbr-section-btn {
  color: #232323;
}
.cid-v5WDZBUuFl .item-title {
  color: #232323;
}
.cid-v5WDZBUuFl .content-head {
  max-width: 800px;
}
.cid-v5WDZCUWP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDZCUWP3 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDZCUWP3 img,
.cid-v5WDZCUWP3 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDZCUWP3 .item:focus,
.cid-v5WDZCUWP3 span:focus {
  outline: none;
}
.cid-v5WDZCUWP3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDZCUWP3 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDZCUWP3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDZCUWP3 .mbr-section-title {
  color: #232323;
}
.cid-v5WDZCUWP3 .mbr-text,
.cid-v5WDZCUWP3 .mbr-section-btn {
  color: #232323;
}
.cid-v5WDZCUWP3 .item-title {
  color: #232323;
}
.cid-v5WDZCUWP3 .content-head {
  max-width: 800px;
}
.cid-v5WDZDWk9L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDZDWk9L .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDZDWk9L img,
.cid-v5WDZDWk9L .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDZDWk9L .item:focus,
.cid-v5WDZDWk9L span:focus {
  outline: none;
}
.cid-v5WDZDWk9L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDZDWk9L .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDZDWk9L .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDZDWk9L .mbr-section-title {
  color: #232323;
}
.cid-v5WDZDWk9L .mbr-text,
.cid-v5WDZDWk9L .mbr-section-btn {
  color: #232323;
}
.cid-v5WDZDWk9L .item-title {
  color: #232323;
}
.cid-v5WDZDWk9L .content-head {
  max-width: 800px;
}
.cid-v5WDZEVLme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDZEVLme .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDZEVLme img,
.cid-v5WDZEVLme .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDZEVLme .item:focus,
.cid-v5WDZEVLme span:focus {
  outline: none;
}
.cid-v5WDZEVLme .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDZEVLme .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDZEVLme .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDZEVLme .mbr-section-title {
  color: #232323;
}
.cid-v5WDZEVLme .mbr-text,
.cid-v5WDZEVLme .mbr-section-btn {
  color: #232323;
}
.cid-v5WDZEVLme .item-title {
  color: #232323;
}
.cid-v5WDZEVLme .content-head {
  max-width: 800px;
}
.cid-v5WDZFQZMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDZFQZMs .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDZFQZMs img,
.cid-v5WDZFQZMs .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDZFQZMs .item:focus,
.cid-v5WDZFQZMs span:focus {
  outline: none;
}
.cid-v5WDZFQZMs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDZFQZMs .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDZFQZMs .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDZFQZMs .mbr-section-title {
  color: #232323;
}
.cid-v5WDZFQZMs .mbr-text,
.cid-v5WDZFQZMs .mbr-section-btn {
  color: #232323;
}
.cid-v5WDZFQZMs .item-title {
  color: #232323;
}
.cid-v5WDZFQZMs .content-head {
  max-width: 800px;
}
.cid-v5WDYupXwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYupXwm .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYupXwm img,
.cid-v5WDYupXwm .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYupXwm .item:focus,
.cid-v5WDYupXwm span:focus {
  outline: none;
}
.cid-v5WDYupXwm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYupXwm .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYupXwm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYupXwm .mbr-section-title {
  color: #232323;
}
.cid-v5WDYupXwm .mbr-text,
.cid-v5WDYupXwm .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYupXwm .item-title {
  color: #232323;
}
.cid-v5WDYupXwm .content-head {
  max-width: 800px;
}
.cid-v5WDYwpiMb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYwpiMb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYwpiMb img,
.cid-v5WDYwpiMb .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYwpiMb .item:focus,
.cid-v5WDYwpiMb span:focus {
  outline: none;
}
.cid-v5WDYwpiMb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYwpiMb .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYwpiMb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYwpiMb .mbr-section-title {
  color: #232323;
}
.cid-v5WDYwpiMb .mbr-text,
.cid-v5WDYwpiMb .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYwpiMb .item-title {
  color: #232323;
}
.cid-v5WDYwpiMb .content-head {
  max-width: 800px;
}
.cid-v5WDYvoT8b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYvoT8b .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYvoT8b img,
.cid-v5WDYvoT8b .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYvoT8b .item:focus,
.cid-v5WDYvoT8b span:focus {
  outline: none;
}
.cid-v5WDYvoT8b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYvoT8b .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYvoT8b .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYvoT8b .mbr-section-title {
  color: #232323;
}
.cid-v5WDYvoT8b .mbr-text,
.cid-v5WDYvoT8b .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYvoT8b .item-title {
  color: #232323;
}
.cid-v5WDYvoT8b .content-head {
  max-width: 800px;
}
.cid-v5WDYxlrAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYxlrAH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYxlrAH img,
.cid-v5WDYxlrAH .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYxlrAH .item:focus,
.cid-v5WDYxlrAH span:focus {
  outline: none;
}
.cid-v5WDYxlrAH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYxlrAH .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYxlrAH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYxlrAH .mbr-section-title {
  color: #232323;
}
.cid-v5WDYxlrAH .mbr-text,
.cid-v5WDYxlrAH .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYxlrAH .item-title {
  color: #232323;
}
.cid-v5WDYxlrAH .content-head {
  max-width: 800px;
}
.cid-v5WDYye1kn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYye1kn .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYye1kn img,
.cid-v5WDYye1kn .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYye1kn .item:focus,
.cid-v5WDYye1kn span:focus {
  outline: none;
}
.cid-v5WDYye1kn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYye1kn .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYye1kn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYye1kn .mbr-section-title {
  color: #232323;
}
.cid-v5WDYye1kn .mbr-text,
.cid-v5WDYye1kn .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYye1kn .item-title {
  color: #232323;
}
.cid-v5WDYye1kn .content-head {
  max-width: 800px;
}
.cid-v5WDYz7fgX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYz7fgX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYz7fgX img,
.cid-v5WDYz7fgX .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYz7fgX .item:focus,
.cid-v5WDYz7fgX span:focus {
  outline: none;
}
.cid-v5WDYz7fgX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYz7fgX .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYz7fgX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYz7fgX .mbr-section-title {
  color: #232323;
}
.cid-v5WDYz7fgX .mbr-text,
.cid-v5WDYz7fgX .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYz7fgX .item-title {
  color: #232323;
}
.cid-v5WDYz7fgX .content-head {
  max-width: 800px;
}
.cid-v5WDYA387L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYA387L .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYA387L img,
.cid-v5WDYA387L .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYA387L .item:focus,
.cid-v5WDYA387L span:focus {
  outline: none;
}
.cid-v5WDYA387L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYA387L .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYA387L .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYA387L .mbr-section-title {
  color: #232323;
}
.cid-v5WDYA387L .mbr-text,
.cid-v5WDYA387L .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYA387L .item-title {
  color: #232323;
}
.cid-v5WDYA387L .content-head {
  max-width: 800px;
}
.cid-v5WDYAWiwi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYAWiwi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYAWiwi img,
.cid-v5WDYAWiwi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYAWiwi .item:focus,
.cid-v5WDYAWiwi span:focus {
  outline: none;
}
.cid-v5WDYAWiwi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYAWiwi .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYAWiwi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYAWiwi .mbr-section-title {
  color: #232323;
}
.cid-v5WDYAWiwi .mbr-text,
.cid-v5WDYAWiwi .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYAWiwi .item-title {
  color: #232323;
}
.cid-v5WDYAWiwi .content-head {
  max-width: 800px;
}
.cid-v5WDYBPAHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYBPAHJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYBPAHJ img,
.cid-v5WDYBPAHJ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYBPAHJ .item:focus,
.cid-v5WDYBPAHJ span:focus {
  outline: none;
}
.cid-v5WDYBPAHJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYBPAHJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYBPAHJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYBPAHJ .mbr-section-title {
  color: #232323;
}
.cid-v5WDYBPAHJ .mbr-text,
.cid-v5WDYBPAHJ .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYBPAHJ .item-title {
  color: #232323;
}
.cid-v5WDYBPAHJ .content-head {
  max-width: 800px;
}
.cid-v5WDYCHRqG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WDYCHRqG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WDYCHRqG img,
.cid-v5WDYCHRqG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WDYCHRqG .item:focus,
.cid-v5WDYCHRqG span:focus {
  outline: none;
}
.cid-v5WDYCHRqG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WDYCHRqG .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WDYCHRqG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WDYCHRqG .mbr-section-title {
  color: #232323;
}
.cid-v5WDYCHRqG .mbr-text,
.cid-v5WDYCHRqG .mbr-section-btn {
  color: #232323;
}
.cid-v5WDYCHRqG .item-title {
  color: #232323;
}
.cid-v5WDYCHRqG .content-head {
  max-width: 800px;
}
.cid-v5WgzYEsyh {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5WgzYEsyh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WgzYEsyh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WE8odL9X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE8odL9X .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE8odL9X img,
.cid-v5WE8odL9X .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE8odL9X .item:focus,
.cid-v5WE8odL9X span:focus {
  outline: none;
}
.cid-v5WE8odL9X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE8odL9X .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE8odL9X .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE8odL9X .mbr-section-title {
  color: #232323;
}
.cid-v5WE8odL9X .mbr-text,
.cid-v5WE8odL9X .mbr-section-btn {
  color: #232323;
}
.cid-v5WE8odL9X .item-title {
  color: #232323;
}
.cid-v5WE8odL9X .content-head {
  max-width: 800px;
}
.cid-v5WE9AIX9v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9AIX9v .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9AIX9v img,
.cid-v5WE9AIX9v .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9AIX9v .item:focus,
.cid-v5WE9AIX9v span:focus {
  outline: none;
}
.cid-v5WE9AIX9v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9AIX9v .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9AIX9v .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9AIX9v .mbr-section-title {
  color: #232323;
}
.cid-v5WE9AIX9v .mbr-text,
.cid-v5WE9AIX9v .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9AIX9v .item-title {
  color: #232323;
}
.cid-v5WE9AIX9v .content-head {
  max-width: 800px;
}
.cid-v5WEaPXwOZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEaPXwOZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEaPXwOZ img,
.cid-v5WEaPXwOZ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEaPXwOZ .item:focus,
.cid-v5WEaPXwOZ span:focus {
  outline: none;
}
.cid-v5WEaPXwOZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEaPXwOZ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEaPXwOZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEaPXwOZ .mbr-section-title {
  color: #232323;
}
.cid-v5WEaPXwOZ .mbr-text,
.cid-v5WEaPXwOZ .mbr-section-btn {
  color: #232323;
}
.cid-v5WEaPXwOZ .item-title {
  color: #232323;
}
.cid-v5WEaPXwOZ .content-head {
  max-width: 800px;
}
.cid-v5WEbH8gOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEbH8gOc .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEbH8gOc img,
.cid-v5WEbH8gOc .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEbH8gOc .item:focus,
.cid-v5WEbH8gOc span:focus {
  outline: none;
}
.cid-v5WEbH8gOc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEbH8gOc .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEbH8gOc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEbH8gOc .mbr-section-title {
  color: #232323;
}
.cid-v5WEbH8gOc .mbr-text,
.cid-v5WEbH8gOc .mbr-section-btn {
  color: #232323;
}
.cid-v5WEbH8gOc .item-title {
  color: #232323;
}
.cid-v5WEbH8gOc .content-head {
  max-width: 800px;
}
.cid-v5WEcpiDJH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcpiDJH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcpiDJH img,
.cid-v5WEcpiDJH .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcpiDJH .item:focus,
.cid-v5WEcpiDJH span:focus {
  outline: none;
}
.cid-v5WEcpiDJH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcpiDJH .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcpiDJH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcpiDJH .mbr-section-title {
  color: #232323;
}
.cid-v5WEcpiDJH .mbr-text,
.cid-v5WEcpiDJH .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcpiDJH .item-title {
  color: #232323;
}
.cid-v5WEcpiDJH .content-head {
  max-width: 800px;
}
.cid-v5WEcYgkla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcYgkla .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcYgkla img,
.cid-v5WEcYgkla .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcYgkla .item:focus,
.cid-v5WEcYgkla span:focus {
  outline: none;
}
.cid-v5WEcYgkla .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcYgkla .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcYgkla .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcYgkla .mbr-section-title {
  color: #232323;
}
.cid-v5WEcYgkla .mbr-text,
.cid-v5WEcYgkla .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcYgkla .item-title {
  color: #232323;
}
.cid-v5WEcYgkla .content-head {
  max-width: 800px;
}
.cid-v5WEdFs9f2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEdFs9f2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEdFs9f2 img,
.cid-v5WEdFs9f2 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEdFs9f2 .item:focus,
.cid-v5WEdFs9f2 span:focus {
  outline: none;
}
.cid-v5WEdFs9f2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEdFs9f2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEdFs9f2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEdFs9f2 .mbr-section-title {
  color: #232323;
}
.cid-v5WEdFs9f2 .mbr-text,
.cid-v5WEdFs9f2 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEdFs9f2 .item-title {
  color: #232323;
}
.cid-v5WEdFs9f2 .content-head {
  max-width: 800px;
}
.cid-v5WEdIvUUP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEdIvUUP .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEdIvUUP img,
.cid-v5WEdIvUUP .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEdIvUUP .item:focus,
.cid-v5WEdIvUUP span:focus {
  outline: none;
}
.cid-v5WEdIvUUP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEdIvUUP .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEdIvUUP .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEdIvUUP .mbr-section-title {
  color: #232323;
}
.cid-v5WEdIvUUP .mbr-text,
.cid-v5WEdIvUUP .mbr-section-btn {
  color: #232323;
}
.cid-v5WEdIvUUP .item-title {
  color: #232323;
}
.cid-v5WEdIvUUP .content-head {
  max-width: 800px;
}
.cid-v5WEdJaZv4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEdJaZv4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEdJaZv4 img,
.cid-v5WEdJaZv4 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEdJaZv4 .item:focus,
.cid-v5WEdJaZv4 span:focus {
  outline: none;
}
.cid-v5WEdJaZv4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEdJaZv4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEdJaZv4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEdJaZv4 .mbr-section-title {
  color: #232323;
}
.cid-v5WEdJaZv4 .mbr-text,
.cid-v5WEdJaZv4 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEdJaZv4 .item-title {
  color: #232323;
}
.cid-v5WEdJaZv4 .content-head {
  max-width: 800px;
}
.cid-v5WEcHv4EY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcHv4EY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcHv4EY img,
.cid-v5WEcHv4EY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcHv4EY .item:focus,
.cid-v5WEcHv4EY span:focus {
  outline: none;
}
.cid-v5WEcHv4EY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcHv4EY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcHv4EY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcHv4EY .mbr-section-title {
  color: #232323;
}
.cid-v5WEcHv4EY .mbr-text,
.cid-v5WEcHv4EY .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcHv4EY .item-title {
  color: #232323;
}
.cid-v5WEcHv4EY .content-head {
  max-width: 800px;
}
.cid-v5WEcK91aM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcK91aM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcK91aM img,
.cid-v5WEcK91aM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcK91aM .item:focus,
.cid-v5WEcK91aM span:focus {
  outline: none;
}
.cid-v5WEcK91aM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcK91aM .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcK91aM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcK91aM .mbr-section-title {
  color: #232323;
}
.cid-v5WEcK91aM .mbr-text,
.cid-v5WEcK91aM .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcK91aM .item-title {
  color: #232323;
}
.cid-v5WEcK91aM .content-head {
  max-width: 800px;
}
.cid-v5WEcKR0sX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcKR0sX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcKR0sX img,
.cid-v5WEcKR0sX .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcKR0sX .item:focus,
.cid-v5WEcKR0sX span:focus {
  outline: none;
}
.cid-v5WEcKR0sX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcKR0sX .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcKR0sX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcKR0sX .mbr-section-title {
  color: #232323;
}
.cid-v5WEcKR0sX .mbr-text,
.cid-v5WEcKR0sX .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcKR0sX .item-title {
  color: #232323;
}
.cid-v5WEcKR0sX .content-head {
  max-width: 800px;
}
.cid-v5WEccLc5A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEccLc5A .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEccLc5A img,
.cid-v5WEccLc5A .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEccLc5A .item:focus,
.cid-v5WEccLc5A span:focus {
  outline: none;
}
.cid-v5WEccLc5A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEccLc5A .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEccLc5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEccLc5A .mbr-section-title {
  color: #232323;
}
.cid-v5WEccLc5A .mbr-text,
.cid-v5WEccLc5A .mbr-section-btn {
  color: #232323;
}
.cid-v5WEccLc5A .item-title {
  color: #232323;
}
.cid-v5WEccLc5A .content-head {
  max-width: 800px;
}
.cid-v5WEcfc3nG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcfc3nG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcfc3nG img,
.cid-v5WEcfc3nG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcfc3nG .item:focus,
.cid-v5WEcfc3nG span:focus {
  outline: none;
}
.cid-v5WEcfc3nG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcfc3nG .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcfc3nG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcfc3nG .mbr-section-title {
  color: #232323;
}
.cid-v5WEcfc3nG .mbr-text,
.cid-v5WEcfc3nG .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcfc3nG .item-title {
  color: #232323;
}
.cid-v5WEcfc3nG .content-head {
  max-width: 800px;
}
.cid-v5WEcfSNqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcfSNqh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcfSNqh img,
.cid-v5WEcfSNqh .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcfSNqh .item:focus,
.cid-v5WEcfSNqh span:focus {
  outline: none;
}
.cid-v5WEcfSNqh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcfSNqh .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcfSNqh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcfSNqh .mbr-section-title {
  color: #232323;
}
.cid-v5WEcfSNqh .mbr-text,
.cid-v5WEcfSNqh .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcfSNqh .item-title {
  color: #232323;
}
.cid-v5WEcfSNqh .content-head {
  max-width: 800px;
}
.cid-v5WEcgzIIi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcgzIIi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcgzIIi img,
.cid-v5WEcgzIIi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcgzIIi .item:focus,
.cid-v5WEcgzIIi span:focus {
  outline: none;
}
.cid-v5WEcgzIIi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcgzIIi .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcgzIIi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcgzIIi .mbr-section-title {
  color: #232323;
}
.cid-v5WEcgzIIi .mbr-text,
.cid-v5WEcgzIIi .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcgzIIi .item-title {
  color: #232323;
}
.cid-v5WEcgzIIi .content-head {
  max-width: 800px;
}
.cid-v5WEchbWEM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEchbWEM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEchbWEM img,
.cid-v5WEchbWEM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEchbWEM .item:focus,
.cid-v5WEchbWEM span:focus {
  outline: none;
}
.cid-v5WEchbWEM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEchbWEM .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEchbWEM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEchbWEM .mbr-section-title {
  color: #232323;
}
.cid-v5WEchbWEM .mbr-text,
.cid-v5WEchbWEM .mbr-section-btn {
  color: #232323;
}
.cid-v5WEchbWEM .item-title {
  color: #232323;
}
.cid-v5WEchbWEM .content-head {
  max-width: 800px;
}
.cid-v5WEchNSjQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEchNSjQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEchNSjQ img,
.cid-v5WEchNSjQ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEchNSjQ .item:focus,
.cid-v5WEchNSjQ span:focus {
  outline: none;
}
.cid-v5WEchNSjQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEchNSjQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEchNSjQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEchNSjQ .mbr-section-title {
  color: #232323;
}
.cid-v5WEchNSjQ .mbr-text,
.cid-v5WEchNSjQ .mbr-section-btn {
  color: #232323;
}
.cid-v5WEchNSjQ .item-title {
  color: #232323;
}
.cid-v5WEchNSjQ .content-head {
  max-width: 800px;
}
.cid-v5WEcisBlV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEcisBlV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEcisBlV img,
.cid-v5WEcisBlV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEcisBlV .item:focus,
.cid-v5WEcisBlV span:focus {
  outline: none;
}
.cid-v5WEcisBlV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEcisBlV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEcisBlV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEcisBlV .mbr-section-title {
  color: #232323;
}
.cid-v5WEcisBlV .mbr-text,
.cid-v5WEcisBlV .mbr-section-btn {
  color: #232323;
}
.cid-v5WEcisBlV .item-title {
  color: #232323;
}
.cid-v5WEcisBlV .content-head {
  max-width: 800px;
}
.cid-v5WEbz54uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEbz54uw .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEbz54uw img,
.cid-v5WEbz54uw .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEbz54uw .item:focus,
.cid-v5WEbz54uw span:focus {
  outline: none;
}
.cid-v5WEbz54uw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEbz54uw .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEbz54uw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEbz54uw .mbr-section-title {
  color: #232323;
}
.cid-v5WEbz54uw .mbr-text,
.cid-v5WEbz54uw .mbr-section-btn {
  color: #232323;
}
.cid-v5WEbz54uw .item-title {
  color: #232323;
}
.cid-v5WEbz54uw .content-head {
  max-width: 800px;
}
.cid-v5WEbAPf0D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEbAPf0D .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEbAPf0D img,
.cid-v5WEbAPf0D .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEbAPf0D .item:focus,
.cid-v5WEbAPf0D span:focus {
  outline: none;
}
.cid-v5WEbAPf0D .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEbAPf0D .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEbAPf0D .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEbAPf0D .mbr-section-title {
  color: #232323;
}
.cid-v5WEbAPf0D .mbr-text,
.cid-v5WEbAPf0D .mbr-section-btn {
  color: #232323;
}
.cid-v5WEbAPf0D .item-title {
  color: #232323;
}
.cid-v5WEbAPf0D .content-head {
  max-width: 800px;
}
.cid-v5WEbBkfe4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEbBkfe4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEbBkfe4 img,
.cid-v5WEbBkfe4 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEbBkfe4 .item:focus,
.cid-v5WEbBkfe4 span:focus {
  outline: none;
}
.cid-v5WEbBkfe4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEbBkfe4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEbBkfe4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEbBkfe4 .mbr-section-title {
  color: #232323;
}
.cid-v5WEbBkfe4 .mbr-text,
.cid-v5WEbBkfe4 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEbBkfe4 .item-title {
  color: #232323;
}
.cid-v5WEbBkfe4 .content-head {
  max-width: 800px;
}
.cid-v5WEbBP5ai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEbBP5ai .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEbBP5ai img,
.cid-v5WEbBP5ai .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEbBP5ai .item:focus,
.cid-v5WEbBP5ai span:focus {
  outline: none;
}
.cid-v5WEbBP5ai .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEbBP5ai .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEbBP5ai .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEbBP5ai .mbr-section-title {
  color: #232323;
}
.cid-v5WEbBP5ai .mbr-text,
.cid-v5WEbBP5ai .mbr-section-btn {
  color: #232323;
}
.cid-v5WEbBP5ai .item-title {
  color: #232323;
}
.cid-v5WEbBP5ai .content-head {
  max-width: 800px;
}
.cid-v5WEaVNWHi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEaVNWHi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEaVNWHi img,
.cid-v5WEaVNWHi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEaVNWHi .item:focus,
.cid-v5WEaVNWHi span:focus {
  outline: none;
}
.cid-v5WEaVNWHi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEaVNWHi .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEaVNWHi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEaVNWHi .mbr-section-title {
  color: #232323;
}
.cid-v5WEaVNWHi .mbr-text,
.cid-v5WEaVNWHi .mbr-section-btn {
  color: #232323;
}
.cid-v5WEaVNWHi .item-title {
  color: #232323;
}
.cid-v5WEaVNWHi .content-head {
  max-width: 800px;
}
.cid-v5WEaWy2oV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEaWy2oV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEaWy2oV img,
.cid-v5WEaWy2oV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEaWy2oV .item:focus,
.cid-v5WEaWy2oV span:focus {
  outline: none;
}
.cid-v5WEaWy2oV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEaWy2oV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEaWy2oV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEaWy2oV .mbr-section-title {
  color: #232323;
}
.cid-v5WEaWy2oV .mbr-text,
.cid-v5WEaWy2oV .mbr-section-btn {
  color: #232323;
}
.cid-v5WEaWy2oV .item-title {
  color: #232323;
}
.cid-v5WEaWy2oV .content-head {
  max-width: 800px;
}
.cid-v5WEaXiSCB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEaXiSCB .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEaXiSCB img,
.cid-v5WEaXiSCB .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEaXiSCB .item:focus,
.cid-v5WEaXiSCB span:focus {
  outline: none;
}
.cid-v5WEaXiSCB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEaXiSCB .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEaXiSCB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEaXiSCB .mbr-section-title {
  color: #232323;
}
.cid-v5WEaXiSCB .mbr-text,
.cid-v5WEaXiSCB .mbr-section-btn {
  color: #232323;
}
.cid-v5WEaXiSCB .item-title {
  color: #232323;
}
.cid-v5WEaXiSCB .content-head {
  max-width: 800px;
}
.cid-v5WEaXNjtD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEaXNjtD .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEaXNjtD img,
.cid-v5WEaXNjtD .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEaXNjtD .item:focus,
.cid-v5WEaXNjtD span:focus {
  outline: none;
}
.cid-v5WEaXNjtD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEaXNjtD .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEaXNjtD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEaXNjtD .mbr-section-title {
  color: #232323;
}
.cid-v5WEaXNjtD .mbr-text,
.cid-v5WEaXNjtD .mbr-section-btn {
  color: #232323;
}
.cid-v5WEaXNjtD .item-title {
  color: #232323;
}
.cid-v5WEaXNjtD .content-head {
  max-width: 800px;
}
.cid-v5WEb0De0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb0De0V .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb0De0V img,
.cid-v5WEb0De0V .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb0De0V .item:focus,
.cid-v5WEb0De0V span:focus {
  outline: none;
}
.cid-v5WEb0De0V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb0De0V .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb0De0V .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb0De0V .mbr-section-title {
  color: #232323;
}
.cid-v5WEb0De0V .mbr-text,
.cid-v5WEb0De0V .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb0De0V .item-title {
  color: #232323;
}
.cid-v5WEb0De0V .content-head {
  max-width: 800px;
}
.cid-v5WEb17sT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb17sT3 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb17sT3 img,
.cid-v5WEb17sT3 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb17sT3 .item:focus,
.cid-v5WEb17sT3 span:focus {
  outline: none;
}
.cid-v5WEb17sT3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb17sT3 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb17sT3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb17sT3 .mbr-section-title {
  color: #232323;
}
.cid-v5WEb17sT3 .mbr-text,
.cid-v5WEb17sT3 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb17sT3 .item-title {
  color: #232323;
}
.cid-v5WEb17sT3 .content-head {
  max-width: 800px;
}
.cid-v5WEb1Fo50 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb1Fo50 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb1Fo50 img,
.cid-v5WEb1Fo50 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb1Fo50 .item:focus,
.cid-v5WEb1Fo50 span:focus {
  outline: none;
}
.cid-v5WEb1Fo50 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb1Fo50 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb1Fo50 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb1Fo50 .mbr-section-title {
  color: #232323;
}
.cid-v5WEb1Fo50 .mbr-text,
.cid-v5WEb1Fo50 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb1Fo50 .item-title {
  color: #232323;
}
.cid-v5WEb1Fo50 .content-head {
  max-width: 800px;
}
.cid-v5WEb29rKE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb29rKE .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb29rKE img,
.cid-v5WEb29rKE .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb29rKE .item:focus,
.cid-v5WEb29rKE span:focus {
  outline: none;
}
.cid-v5WEb29rKE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb29rKE .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb29rKE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb29rKE .mbr-section-title {
  color: #232323;
}
.cid-v5WEb29rKE .mbr-text,
.cid-v5WEb29rKE .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb29rKE .item-title {
  color: #232323;
}
.cid-v5WEb29rKE .content-head {
  max-width: 800px;
}
.cid-v5WEb2FgLV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb2FgLV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb2FgLV img,
.cid-v5WEb2FgLV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb2FgLV .item:focus,
.cid-v5WEb2FgLV span:focus {
  outline: none;
}
.cid-v5WEb2FgLV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb2FgLV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb2FgLV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb2FgLV .mbr-section-title {
  color: #232323;
}
.cid-v5WEb2FgLV .mbr-text,
.cid-v5WEb2FgLV .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb2FgLV .item-title {
  color: #232323;
}
.cid-v5WEb2FgLV .content-head {
  max-width: 800px;
}
.cid-v5WEb3d8Kr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb3d8Kr .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb3d8Kr img,
.cid-v5WEb3d8Kr .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb3d8Kr .item:focus,
.cid-v5WEb3d8Kr span:focus {
  outline: none;
}
.cid-v5WEb3d8Kr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb3d8Kr .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb3d8Kr .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb3d8Kr .mbr-section-title {
  color: #232323;
}
.cid-v5WEb3d8Kr .mbr-text,
.cid-v5WEb3d8Kr .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb3d8Kr .item-title {
  color: #232323;
}
.cid-v5WEb3d8Kr .content-head {
  max-width: 800px;
}
.cid-v5WEb3I8th {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEb3I8th .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEb3I8th img,
.cid-v5WEb3I8th .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEb3I8th .item:focus,
.cid-v5WEb3I8th span:focus {
  outline: none;
}
.cid-v5WEb3I8th .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEb3I8th .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEb3I8th .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEb3I8th .mbr-section-title {
  color: #232323;
}
.cid-v5WEb3I8th .mbr-text,
.cid-v5WEb3I8th .mbr-section-btn {
  color: #232323;
}
.cid-v5WEb3I8th .item-title {
  color: #232323;
}
.cid-v5WEb3I8th .content-head {
  max-width: 800px;
}
.cid-v5WEahH5iR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEahH5iR .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEahH5iR img,
.cid-v5WEahH5iR .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEahH5iR .item:focus,
.cid-v5WEahH5iR span:focus {
  outline: none;
}
.cid-v5WEahH5iR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEahH5iR .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEahH5iR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEahH5iR .mbr-section-title {
  color: #232323;
}
.cid-v5WEahH5iR .mbr-text,
.cid-v5WEahH5iR .mbr-section-btn {
  color: #232323;
}
.cid-v5WEahH5iR .item-title {
  color: #232323;
}
.cid-v5WEahH5iR .content-head {
  max-width: 800px;
}
.cid-v5WE9Ciyma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9Ciyma .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9Ciyma img,
.cid-v5WE9Ciyma .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9Ciyma .item:focus,
.cid-v5WE9Ciyma span:focus {
  outline: none;
}
.cid-v5WE9Ciyma .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9Ciyma .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9Ciyma .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9Ciyma .mbr-section-title {
  color: #232323;
}
.cid-v5WE9Ciyma .mbr-text,
.cid-v5WE9Ciyma .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9Ciyma .item-title {
  color: #232323;
}
.cid-v5WE9Ciyma .content-head {
  max-width: 800px;
}
.cid-v5WE9D5nr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9D5nr5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9D5nr5 img,
.cid-v5WE9D5nr5 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9D5nr5 .item:focus,
.cid-v5WE9D5nr5 span:focus {
  outline: none;
}
.cid-v5WE9D5nr5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9D5nr5 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9D5nr5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9D5nr5 .mbr-section-title {
  color: #232323;
}
.cid-v5WE9D5nr5 .mbr-text,
.cid-v5WE9D5nr5 .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9D5nr5 .item-title {
  color: #232323;
}
.cid-v5WE9D5nr5 .content-head {
  max-width: 800px;
}
.cid-v5WE9quStJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9quStJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9quStJ img,
.cid-v5WE9quStJ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9quStJ .item:focus,
.cid-v5WE9quStJ span:focus {
  outline: none;
}
.cid-v5WE9quStJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9quStJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9quStJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9quStJ .mbr-section-title {
  color: #232323;
}
.cid-v5WE9quStJ .mbr-text,
.cid-v5WE9quStJ .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9quStJ .item-title {
  color: #232323;
}
.cid-v5WE9quStJ .content-head {
  max-width: 800px;
}
.cid-v5WE9rTNVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9rTNVI .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9rTNVI img,
.cid-v5WE9rTNVI .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9rTNVI .item:focus,
.cid-v5WE9rTNVI span:focus {
  outline: none;
}
.cid-v5WE9rTNVI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9rTNVI .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9rTNVI .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9rTNVI .mbr-section-title {
  color: #232323;
}
.cid-v5WE9rTNVI .mbr-text,
.cid-v5WE9rTNVI .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9rTNVI .item-title {
  color: #232323;
}
.cid-v5WE9rTNVI .content-head {
  max-width: 800px;
}
.cid-v5WE9sygMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9sygMx .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9sygMx img,
.cid-v5WE9sygMx .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9sygMx .item:focus,
.cid-v5WE9sygMx span:focus {
  outline: none;
}
.cid-v5WE9sygMx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9sygMx .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9sygMx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9sygMx .mbr-section-title {
  color: #232323;
}
.cid-v5WE9sygMx .mbr-text,
.cid-v5WE9sygMx .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9sygMx .item-title {
  color: #232323;
}
.cid-v5WE9sygMx .content-head {
  max-width: 800px;
}
.cid-v5WE9tdM8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9tdM8O .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9tdM8O img,
.cid-v5WE9tdM8O .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9tdM8O .item:focus,
.cid-v5WE9tdM8O span:focus {
  outline: none;
}
.cid-v5WE9tdM8O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9tdM8O .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9tdM8O .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9tdM8O .mbr-section-title {
  color: #232323;
}
.cid-v5WE9tdM8O .mbr-text,
.cid-v5WE9tdM8O .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9tdM8O .item-title {
  color: #232323;
}
.cid-v5WE9tdM8O .content-head {
  max-width: 800px;
}
.cid-v5WE9hAiP1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WE9hAiP1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WE9hAiP1 img,
.cid-v5WE9hAiP1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WE9hAiP1 .item:focus,
.cid-v5WE9hAiP1 span:focus {
  outline: none;
}
.cid-v5WE9hAiP1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WE9hAiP1 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WE9hAiP1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WE9hAiP1 .mbr-section-title {
  color: #232323;
}
.cid-v5WE9hAiP1 .mbr-text,
.cid-v5WE9hAiP1 .mbr-section-btn {
  color: #232323;
}
.cid-v5WE9hAiP1 .item-title {
  color: #232323;
}
.cid-v5WE9hAiP1 .content-head {
  max-width: 800px;
}
.cid-v5WgTsS0tt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5WgTsS0tt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WgTsS0tt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WExmDz5Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WExmDz5Q .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WExmDz5Q img,
.cid-v5WExmDz5Q .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WExmDz5Q .item:focus,
.cid-v5WExmDz5Q span:focus {
  outline: none;
}
.cid-v5WExmDz5Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WExmDz5Q .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WExmDz5Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WExmDz5Q .mbr-section-title {
  color: #232323;
}
.cid-v5WExmDz5Q .mbr-text,
.cid-v5WExmDz5Q .mbr-section-btn {
  color: #232323;
}
.cid-v5WExmDz5Q .item-title {
  color: #232323;
}
.cid-v5WExmDz5Q .content-head {
  max-width: 800px;
}
.cid-v5WEyR7jXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyR7jXw .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyR7jXw img,
.cid-v5WEyR7jXw .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyR7jXw .item:focus,
.cid-v5WEyR7jXw span:focus {
  outline: none;
}
.cid-v5WEyR7jXw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyR7jXw .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyR7jXw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyR7jXw .mbr-section-title {
  color: #232323;
}
.cid-v5WEyR7jXw .mbr-text,
.cid-v5WEyR7jXw .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyR7jXw .item-title {
  color: #232323;
}
.cid-v5WEyR7jXw .content-head {
  max-width: 800px;
}
.cid-v5WEzC3ime {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzC3ime .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzC3ime img,
.cid-v5WEzC3ime .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzC3ime .item:focus,
.cid-v5WEzC3ime span:focus {
  outline: none;
}
.cid-v5WEzC3ime .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzC3ime .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzC3ime .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzC3ime .mbr-section-title {
  color: #232323;
}
.cid-v5WEzC3ime .mbr-text,
.cid-v5WEzC3ime .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzC3ime .item-title {
  color: #232323;
}
.cid-v5WEzC3ime .content-head {
  max-width: 800px;
}
.cid-v5WEA2BINe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEA2BINe .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEA2BINe img,
.cid-v5WEA2BINe .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEA2BINe .item:focus,
.cid-v5WEA2BINe span:focus {
  outline: none;
}
.cid-v5WEA2BINe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEA2BINe .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEA2BINe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEA2BINe .mbr-section-title {
  color: #232323;
}
.cid-v5WEA2BINe .mbr-text,
.cid-v5WEA2BINe .mbr-section-btn {
  color: #232323;
}
.cid-v5WEA2BINe .item-title {
  color: #232323;
}
.cid-v5WEA2BINe .content-head {
  max-width: 800px;
}
.cid-v5WEA4OszP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEA4OszP .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEA4OszP img,
.cid-v5WEA4OszP .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEA4OszP .item:focus,
.cid-v5WEA4OszP span:focus {
  outline: none;
}
.cid-v5WEA4OszP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEA4OszP .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEA4OszP .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEA4OszP .mbr-section-title {
  color: #232323;
}
.cid-v5WEA4OszP .mbr-text,
.cid-v5WEA4OszP .mbr-section-btn {
  color: #232323;
}
.cid-v5WEA4OszP .item-title {
  color: #232323;
}
.cid-v5WEA4OszP .content-head {
  max-width: 800px;
}
.cid-v5WEzDZse8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzDZse8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzDZse8 img,
.cid-v5WEzDZse8 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzDZse8 .item:focus,
.cid-v5WEzDZse8 span:focus {
  outline: none;
}
.cid-v5WEzDZse8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzDZse8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzDZse8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzDZse8 .mbr-section-title {
  color: #232323;
}
.cid-v5WEzDZse8 .mbr-text,
.cid-v5WEzDZse8 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzDZse8 .item-title {
  color: #232323;
}
.cid-v5WEzDZse8 .content-head {
  max-width: 800px;
}
.cid-v5WEzEIz6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzEIz6F .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzEIz6F img,
.cid-v5WEzEIz6F .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzEIz6F .item:focus,
.cid-v5WEzEIz6F span:focus {
  outline: none;
}
.cid-v5WEzEIz6F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzEIz6F .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzEIz6F .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzEIz6F .mbr-section-title {
  color: #232323;
}
.cid-v5WEzEIz6F .mbr-text,
.cid-v5WEzEIz6F .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzEIz6F .item-title {
  color: #232323;
}
.cid-v5WEzEIz6F .content-head {
  max-width: 800px;
}
.cid-v5WEzFlPqG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzFlPqG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzFlPqG img,
.cid-v5WEzFlPqG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzFlPqG .item:focus,
.cid-v5WEzFlPqG span:focus {
  outline: none;
}
.cid-v5WEzFlPqG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzFlPqG .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzFlPqG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzFlPqG .mbr-section-title {
  color: #232323;
}
.cid-v5WEzFlPqG .mbr-text,
.cid-v5WEzFlPqG .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzFlPqG .item-title {
  color: #232323;
}
.cid-v5WEzFlPqG .content-head {
  max-width: 800px;
}
.cid-v5WEzFXBEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzFXBEP .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzFXBEP img,
.cid-v5WEzFXBEP .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzFXBEP .item:focus,
.cid-v5WEzFXBEP span:focus {
  outline: none;
}
.cid-v5WEzFXBEP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzFXBEP .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzFXBEP .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzFXBEP .mbr-section-title {
  color: #232323;
}
.cid-v5WEzFXBEP .mbr-text,
.cid-v5WEzFXBEP .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzFXBEP .item-title {
  color: #232323;
}
.cid-v5WEzFXBEP .content-head {
  max-width: 800px;
}
.cid-v5WEzGBVlk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzGBVlk .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzGBVlk img,
.cid-v5WEzGBVlk .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzGBVlk .item:focus,
.cid-v5WEzGBVlk span:focus {
  outline: none;
}
.cid-v5WEzGBVlk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzGBVlk .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzGBVlk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzGBVlk .mbr-section-title {
  color: #232323;
}
.cid-v5WEzGBVlk .mbr-text,
.cid-v5WEzGBVlk .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzGBVlk .item-title {
  color: #232323;
}
.cid-v5WEzGBVlk .content-head {
  max-width: 800px;
}
.cid-v5WEzHh4f9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzHh4f9 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzHh4f9 img,
.cid-v5WEzHh4f9 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzHh4f9 .item:focus,
.cid-v5WEzHh4f9 span:focus {
  outline: none;
}
.cid-v5WEzHh4f9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzHh4f9 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzHh4f9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzHh4f9 .mbr-section-title {
  color: #232323;
}
.cid-v5WEzHh4f9 .mbr-text,
.cid-v5WEzHh4f9 .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzHh4f9 .item-title {
  color: #232323;
}
.cid-v5WEzHh4f9 .content-head {
  max-width: 800px;
}
.cid-v5WEzHVNdy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzHVNdy .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzHVNdy img,
.cid-v5WEzHVNdy .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzHVNdy .item:focus,
.cid-v5WEzHVNdy span:focus {
  outline: none;
}
.cid-v5WEzHVNdy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzHVNdy .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzHVNdy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzHVNdy .mbr-section-title {
  color: #232323;
}
.cid-v5WEzHVNdy .mbr-text,
.cid-v5WEzHVNdy .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzHVNdy .item-title {
  color: #232323;
}
.cid-v5WEzHVNdy .content-head {
  max-width: 800px;
}
.cid-v5WEzIyLGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzIyLGM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzIyLGM img,
.cid-v5WEzIyLGM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzIyLGM .item:focus,
.cid-v5WEzIyLGM span:focus {
  outline: none;
}
.cid-v5WEzIyLGM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzIyLGM .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzIyLGM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzIyLGM .mbr-section-title {
  color: #232323;
}
.cid-v5WEzIyLGM .mbr-text,
.cid-v5WEzIyLGM .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzIyLGM .item-title {
  color: #232323;
}
.cid-v5WEzIyLGM .content-head {
  max-width: 800px;
}
.cid-v5WEzdZF6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEzdZF6X .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEzdZF6X img,
.cid-v5WEzdZF6X .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEzdZF6X .item:focus,
.cid-v5WEzdZF6X span:focus {
  outline: none;
}
.cid-v5WEzdZF6X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEzdZF6X .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEzdZF6X .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEzdZF6X .mbr-section-title {
  color: #232323;
}
.cid-v5WEzdZF6X .mbr-text,
.cid-v5WEzdZF6X .mbr-section-btn {
  color: #232323;
}
.cid-v5WEzdZF6X .item-title {
  color: #232323;
}
.cid-v5WEzdZF6X .content-head {
  max-width: 800px;
}
.cid-v5WEySMO2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEySMO2B .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEySMO2B img,
.cid-v5WEySMO2B .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEySMO2B .item:focus,
.cid-v5WEySMO2B span:focus {
  outline: none;
}
.cid-v5WEySMO2B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEySMO2B .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEySMO2B .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEySMO2B .mbr-section-title {
  color: #232323;
}
.cid-v5WEySMO2B .mbr-text,
.cid-v5WEySMO2B .mbr-section-btn {
  color: #232323;
}
.cid-v5WEySMO2B .item-title {
  color: #232323;
}
.cid-v5WEySMO2B .content-head {
  max-width: 800px;
}
.cid-v5WEyTpmHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyTpmHa .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyTpmHa img,
.cid-v5WEyTpmHa .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyTpmHa .item:focus,
.cid-v5WEyTpmHa span:focus {
  outline: none;
}
.cid-v5WEyTpmHa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyTpmHa .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyTpmHa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyTpmHa .mbr-section-title {
  color: #232323;
}
.cid-v5WEyTpmHa .mbr-text,
.cid-v5WEyTpmHa .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyTpmHa .item-title {
  color: #232323;
}
.cid-v5WEyTpmHa .content-head {
  max-width: 800px;
}
.cid-v5WEyU1Nxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyU1Nxr .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyU1Nxr img,
.cid-v5WEyU1Nxr .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyU1Nxr .item:focus,
.cid-v5WEyU1Nxr span:focus {
  outline: none;
}
.cid-v5WEyU1Nxr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyU1Nxr .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyU1Nxr .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyU1Nxr .mbr-section-title {
  color: #232323;
}
.cid-v5WEyU1Nxr .mbr-text,
.cid-v5WEyU1Nxr .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyU1Nxr .item-title {
  color: #232323;
}
.cid-v5WEyU1Nxr .content-head {
  max-width: 800px;
}
.cid-v5WEyUDZnm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyUDZnm .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyUDZnm img,
.cid-v5WEyUDZnm .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyUDZnm .item:focus,
.cid-v5WEyUDZnm span:focus {
  outline: none;
}
.cid-v5WEyUDZnm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyUDZnm .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyUDZnm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyUDZnm .mbr-section-title {
  color: #232323;
}
.cid-v5WEyUDZnm .mbr-text,
.cid-v5WEyUDZnm .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyUDZnm .item-title {
  color: #232323;
}
.cid-v5WEyUDZnm .content-head {
  max-width: 800px;
}
.cid-v5WEyVl4uO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyVl4uO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyVl4uO img,
.cid-v5WEyVl4uO .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyVl4uO .item:focus,
.cid-v5WEyVl4uO span:focus {
  outline: none;
}
.cid-v5WEyVl4uO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyVl4uO .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyVl4uO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyVl4uO .mbr-section-title {
  color: #232323;
}
.cid-v5WEyVl4uO .mbr-text,
.cid-v5WEyVl4uO .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyVl4uO .item-title {
  color: #232323;
}
.cid-v5WEyVl4uO .content-head {
  max-width: 800px;
}
.cid-v5WEyADUUE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyADUUE .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyADUUE img,
.cid-v5WEyADUUE .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyADUUE .item:focus,
.cid-v5WEyADUUE span:focus {
  outline: none;
}
.cid-v5WEyADUUE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyADUUE .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyADUUE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyADUUE .mbr-section-title {
  color: #232323;
}
.cid-v5WEyADUUE .mbr-text,
.cid-v5WEyADUUE .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyADUUE .item-title {
  color: #232323;
}
.cid-v5WEyADUUE .content-head {
  max-width: 800px;
}
.cid-v5WEyBWgZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyBWgZl .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyBWgZl img,
.cid-v5WEyBWgZl .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyBWgZl .item:focus,
.cid-v5WEyBWgZl span:focus {
  outline: none;
}
.cid-v5WEyBWgZl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyBWgZl .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyBWgZl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyBWgZl .mbr-section-title {
  color: #232323;
}
.cid-v5WEyBWgZl .mbr-text,
.cid-v5WEyBWgZl .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyBWgZl .item-title {
  color: #232323;
}
.cid-v5WEyBWgZl .content-head {
  max-width: 800px;
}
.cid-v5WEyvaq0l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WEyvaq0l .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WEyvaq0l img,
.cid-v5WEyvaq0l .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WEyvaq0l .item:focus,
.cid-v5WEyvaq0l span:focus {
  outline: none;
}
.cid-v5WEyvaq0l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WEyvaq0l .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WEyvaq0l .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WEyvaq0l .mbr-section-title {
  color: #232323;
}
.cid-v5WEyvaq0l .mbr-text,
.cid-v5WEyvaq0l .mbr-section-btn {
  color: #232323;
}
.cid-v5WEyvaq0l .item-title {
  color: #232323;
}
.cid-v5WEyvaq0l .content-head {
  max-width: 800px;
}
.cid-v5WgYqHaJx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5WgYqHaJx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WgYqHaJx .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WGOK7pmm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGOK7pmm .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGOK7pmm img,
.cid-v5WGOK7pmm .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGOK7pmm .item:focus,
.cid-v5WGOK7pmm span:focus {
  outline: none;
}
.cid-v5WGOK7pmm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGOK7pmm .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGOK7pmm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGOK7pmm .mbr-section-title {
  color: #232323;
}
.cid-v5WGOK7pmm .mbr-text,
.cid-v5WGOK7pmm .mbr-section-btn {
  color: #232323;
}
.cid-v5WGOK7pmm .item-title {
  color: #232323;
}
.cid-v5WGOK7pmm .content-head {
  max-width: 800px;
}
.cid-v5WGQDExAq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQDExAq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQDExAq img,
.cid-v5WGQDExAq .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQDExAq .item:focus,
.cid-v5WGQDExAq span:focus {
  outline: none;
}
.cid-v5WGQDExAq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQDExAq .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQDExAq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQDExAq .mbr-section-title {
  color: #232323;
}
.cid-v5WGQDExAq .mbr-text,
.cid-v5WGQDExAq .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQDExAq .item-title {
  color: #232323;
}
.cid-v5WGQDExAq .content-head {
  max-width: 800px;
}
.cid-v5WGRThJLC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRThJLC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRThJLC img,
.cid-v5WGRThJLC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRThJLC .item:focus,
.cid-v5WGRThJLC span:focus {
  outline: none;
}
.cid-v5WGRThJLC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRThJLC .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRThJLC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRThJLC .mbr-section-title {
  color: #232323;
}
.cid-v5WGRThJLC .mbr-text,
.cid-v5WGRThJLC .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRThJLC .item-title {
  color: #232323;
}
.cid-v5WGRThJLC .content-head {
  max-width: 800px;
}
.cid-v5WGSBjD9B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSBjD9B .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSBjD9B img,
.cid-v5WGSBjD9B .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSBjD9B .item:focus,
.cid-v5WGSBjD9B span:focus {
  outline: none;
}
.cid-v5WGSBjD9B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSBjD9B .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSBjD9B .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSBjD9B .mbr-section-title {
  color: #232323;
}
.cid-v5WGSBjD9B .mbr-text,
.cid-v5WGSBjD9B .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSBjD9B .item-title {
  color: #232323;
}
.cid-v5WGSBjD9B .content-head {
  max-width: 800px;
}
.cid-v5WGT7Vgrd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGT7Vgrd .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGT7Vgrd img,
.cid-v5WGT7Vgrd .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGT7Vgrd .item:focus,
.cid-v5WGT7Vgrd span:focus {
  outline: none;
}
.cid-v5WGT7Vgrd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGT7Vgrd .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGT7Vgrd .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGT7Vgrd .mbr-section-title {
  color: #232323;
}
.cid-v5WGT7Vgrd .mbr-text,
.cid-v5WGT7Vgrd .mbr-section-btn {
  color: #232323;
}
.cid-v5WGT7Vgrd .item-title {
  color: #232323;
}
.cid-v5WGT7Vgrd .content-head {
  max-width: 800px;
}
.cid-v5WGT9OZeC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGT9OZeC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGT9OZeC img,
.cid-v5WGT9OZeC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGT9OZeC .item:focus,
.cid-v5WGT9OZeC span:focus {
  outline: none;
}
.cid-v5WGT9OZeC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGT9OZeC .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGT9OZeC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGT9OZeC .mbr-section-title {
  color: #232323;
}
.cid-v5WGT9OZeC .mbr-text,
.cid-v5WGT9OZeC .mbr-section-btn {
  color: #232323;
}
.cid-v5WGT9OZeC .item-title {
  color: #232323;
}
.cid-v5WGT9OZeC .content-head {
  max-width: 800px;
}
.cid-v5WGTanFEk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGTanFEk .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGTanFEk img,
.cid-v5WGTanFEk .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGTanFEk .item:focus,
.cid-v5WGTanFEk span:focus {
  outline: none;
}
.cid-v5WGTanFEk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGTanFEk .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGTanFEk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGTanFEk .mbr-section-title {
  color: #232323;
}
.cid-v5WGTanFEk .mbr-text,
.cid-v5WGTanFEk .mbr-section-btn {
  color: #232323;
}
.cid-v5WGTanFEk .item-title {
  color: #232323;
}
.cid-v5WGTanFEk .content-head {
  max-width: 800px;
}
.cid-v5WGSDvTkb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSDvTkb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSDvTkb img,
.cid-v5WGSDvTkb .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSDvTkb .item:focus,
.cid-v5WGSDvTkb span:focus {
  outline: none;
}
.cid-v5WGSDvTkb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSDvTkb .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSDvTkb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSDvTkb .mbr-section-title {
  color: #232323;
}
.cid-v5WGSDvTkb .mbr-text,
.cid-v5WGSDvTkb .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSDvTkb .item-title {
  color: #232323;
}
.cid-v5WGSDvTkb .content-head {
  max-width: 800px;
}
.cid-v5WGSE6ibj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSE6ibj .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSE6ibj img,
.cid-v5WGSE6ibj .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSE6ibj .item:focus,
.cid-v5WGSE6ibj span:focus {
  outline: none;
}
.cid-v5WGSE6ibj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSE6ibj .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSE6ibj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSE6ibj .mbr-section-title {
  color: #232323;
}
.cid-v5WGSE6ibj .mbr-text,
.cid-v5WGSE6ibj .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSE6ibj .item-title {
  color: #232323;
}
.cid-v5WGSE6ibj .content-head {
  max-width: 800px;
}
.cid-v5WGSEMMT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSEMMT7 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSEMMT7 img,
.cid-v5WGSEMMT7 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSEMMT7 .item:focus,
.cid-v5WGSEMMT7 span:focus {
  outline: none;
}
.cid-v5WGSEMMT7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSEMMT7 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSEMMT7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSEMMT7 .mbr-section-title {
  color: #232323;
}
.cid-v5WGSEMMT7 .mbr-text,
.cid-v5WGSEMMT7 .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSEMMT7 .item-title {
  color: #232323;
}
.cid-v5WGSEMMT7 .content-head {
  max-width: 800px;
}
.cid-v5WGSFnNnt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSFnNnt .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSFnNnt img,
.cid-v5WGSFnNnt .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSFnNnt .item:focus,
.cid-v5WGSFnNnt span:focus {
  outline: none;
}
.cid-v5WGSFnNnt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSFnNnt .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSFnNnt .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSFnNnt .mbr-section-title {
  color: #232323;
}
.cid-v5WGSFnNnt .mbr-text,
.cid-v5WGSFnNnt .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSFnNnt .item-title {
  color: #232323;
}
.cid-v5WGSFnNnt .content-head {
  max-width: 800px;
}
.cid-v5WGSFXOcY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSFXOcY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSFXOcY img,
.cid-v5WGSFXOcY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSFXOcY .item:focus,
.cid-v5WGSFXOcY span:focus {
  outline: none;
}
.cid-v5WGSFXOcY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSFXOcY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSFXOcY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSFXOcY .mbr-section-title {
  color: #232323;
}
.cid-v5WGSFXOcY .mbr-text,
.cid-v5WGSFXOcY .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSFXOcY .item-title {
  color: #232323;
}
.cid-v5WGSFXOcY .content-head {
  max-width: 800px;
}
.cid-v5WGSGEaTA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSGEaTA .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSGEaTA img,
.cid-v5WGSGEaTA .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSGEaTA .item:focus,
.cid-v5WGSGEaTA span:focus {
  outline: none;
}
.cid-v5WGSGEaTA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSGEaTA .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSGEaTA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSGEaTA .mbr-section-title {
  color: #232323;
}
.cid-v5WGSGEaTA .mbr-text,
.cid-v5WGSGEaTA .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSGEaTA .item-title {
  color: #232323;
}
.cid-v5WGSGEaTA .content-head {
  max-width: 800px;
}
.cid-v5WGSeA5Dn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGSeA5Dn .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGSeA5Dn img,
.cid-v5WGSeA5Dn .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGSeA5Dn .item:focus,
.cid-v5WGSeA5Dn span:focus {
  outline: none;
}
.cid-v5WGSeA5Dn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGSeA5Dn .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGSeA5Dn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGSeA5Dn .mbr-section-title {
  color: #232323;
}
.cid-v5WGSeA5Dn .mbr-text,
.cid-v5WGSeA5Dn .mbr-section-btn {
  color: #232323;
}
.cid-v5WGSeA5Dn .item-title {
  color: #232323;
}
.cid-v5WGSeA5Dn .content-head {
  max-width: 800px;
}
.cid-v5WGRV7oXT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRV7oXT .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRV7oXT img,
.cid-v5WGRV7oXT .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRV7oXT .item:focus,
.cid-v5WGRV7oXT span:focus {
  outline: none;
}
.cid-v5WGRV7oXT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRV7oXT .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRV7oXT .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRV7oXT .mbr-section-title {
  color: #232323;
}
.cid-v5WGRV7oXT .mbr-text,
.cid-v5WGRV7oXT .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRV7oXT .item-title {
  color: #232323;
}
.cid-v5WGRV7oXT .content-head {
  max-width: 800px;
}
.cid-v5WGRVFcn7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRVFcn7 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRVFcn7 img,
.cid-v5WGRVFcn7 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRVFcn7 .item:focus,
.cid-v5WGRVFcn7 span:focus {
  outline: none;
}
.cid-v5WGRVFcn7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRVFcn7 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRVFcn7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRVFcn7 .mbr-section-title {
  color: #232323;
}
.cid-v5WGRVFcn7 .mbr-text,
.cid-v5WGRVFcn7 .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRVFcn7 .item-title {
  color: #232323;
}
.cid-v5WGRVFcn7 .content-head {
  max-width: 800px;
}
.cid-v5WGRWhQSW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRWhQSW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRWhQSW img,
.cid-v5WGRWhQSW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRWhQSW .item:focus,
.cid-v5WGRWhQSW span:focus {
  outline: none;
}
.cid-v5WGRWhQSW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRWhQSW .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRWhQSW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRWhQSW .mbr-section-title {
  color: #232323;
}
.cid-v5WGRWhQSW .mbr-text,
.cid-v5WGRWhQSW .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRWhQSW .item-title {
  color: #232323;
}
.cid-v5WGRWhQSW .content-head {
  max-width: 800px;
}
.cid-v5WGRWUAEq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRWUAEq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRWUAEq img,
.cid-v5WGRWUAEq .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRWUAEq .item:focus,
.cid-v5WGRWUAEq span:focus {
  outline: none;
}
.cid-v5WGRWUAEq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRWUAEq .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRWUAEq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRWUAEq .mbr-section-title {
  color: #232323;
}
.cid-v5WGRWUAEq .mbr-text,
.cid-v5WGRWUAEq .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRWUAEq .item-title {
  color: #232323;
}
.cid-v5WGRWUAEq .content-head {
  max-width: 800px;
}
.cid-v5WGRXuDIV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRXuDIV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRXuDIV img,
.cid-v5WGRXuDIV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRXuDIV .item:focus,
.cid-v5WGRXuDIV span:focus {
  outline: none;
}
.cid-v5WGRXuDIV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRXuDIV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRXuDIV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRXuDIV .mbr-section-title {
  color: #232323;
}
.cid-v5WGRXuDIV .mbr-text,
.cid-v5WGRXuDIV .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRXuDIV .item-title {
  color: #232323;
}
.cid-v5WGRXuDIV .content-head {
  max-width: 800px;
}
.cid-v5WGRY8FKY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRY8FKY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRY8FKY img,
.cid-v5WGRY8FKY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRY8FKY .item:focus,
.cid-v5WGRY8FKY span:focus {
  outline: none;
}
.cid-v5WGRY8FKY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRY8FKY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRY8FKY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRY8FKY .mbr-section-title {
  color: #232323;
}
.cid-v5WGRY8FKY .mbr-text,
.cid-v5WGRY8FKY .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRY8FKY .item-title {
  color: #232323;
}
.cid-v5WGRY8FKY .content-head {
  max-width: 800px;
}
.cid-v5WGRzlSkY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGRzlSkY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGRzlSkY img,
.cid-v5WGRzlSkY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGRzlSkY .item:focus,
.cid-v5WGRzlSkY span:focus {
  outline: none;
}
.cid-v5WGRzlSkY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGRzlSkY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGRzlSkY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGRzlSkY .mbr-section-title {
  color: #232323;
}
.cid-v5WGRzlSkY .mbr-text,
.cid-v5WGRzlSkY .mbr-section-btn {
  color: #232323;
}
.cid-v5WGRzlSkY .item-title {
  color: #232323;
}
.cid-v5WGRzlSkY .content-head {
  max-width: 800px;
}
.cid-v5WGQFaz9M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQFaz9M .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQFaz9M img,
.cid-v5WGQFaz9M .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQFaz9M .item:focus,
.cid-v5WGQFaz9M span:focus {
  outline: none;
}
.cid-v5WGQFaz9M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQFaz9M .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQFaz9M .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQFaz9M .mbr-section-title {
  color: #232323;
}
.cid-v5WGQFaz9M .mbr-text,
.cid-v5WGQFaz9M .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQFaz9M .item-title {
  color: #232323;
}
.cid-v5WGQFaz9M .content-head {
  max-width: 800px;
}
.cid-v5WGQFHt6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQFHt6T .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQFHt6T img,
.cid-v5WGQFHt6T .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQFHt6T .item:focus,
.cid-v5WGQFHt6T span:focus {
  outline: none;
}
.cid-v5WGQFHt6T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQFHt6T .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQFHt6T .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQFHt6T .mbr-section-title {
  color: #232323;
}
.cid-v5WGQFHt6T .mbr-text,
.cid-v5WGQFHt6T .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQFHt6T .item-title {
  color: #232323;
}
.cid-v5WGQFHt6T .content-head {
  max-width: 800px;
}
.cid-v5WGQGf5rV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQGf5rV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQGf5rV img,
.cid-v5WGQGf5rV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQGf5rV .item:focus,
.cid-v5WGQGf5rV span:focus {
  outline: none;
}
.cid-v5WGQGf5rV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQGf5rV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQGf5rV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQGf5rV .mbr-section-title {
  color: #232323;
}
.cid-v5WGQGf5rV .mbr-text,
.cid-v5WGQGf5rV .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQGf5rV .item-title {
  color: #232323;
}
.cid-v5WGQGf5rV .content-head {
  max-width: 800px;
}
.cid-v5WGQGL0gI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQGL0gI .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQGL0gI img,
.cid-v5WGQGL0gI .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQGL0gI .item:focus,
.cid-v5WGQGL0gI span:focus {
  outline: none;
}
.cid-v5WGQGL0gI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQGL0gI .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQGL0gI .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQGL0gI .mbr-section-title {
  color: #232323;
}
.cid-v5WGQGL0gI .mbr-text,
.cid-v5WGQGL0gI .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQGL0gI .item-title {
  color: #232323;
}
.cid-v5WGQGL0gI .content-head {
  max-width: 800px;
}
.cid-v5WGQHk66F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQHk66F .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQHk66F img,
.cid-v5WGQHk66F .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQHk66F .item:focus,
.cid-v5WGQHk66F span:focus {
  outline: none;
}
.cid-v5WGQHk66F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQHk66F .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQHk66F .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQHk66F .mbr-section-title {
  color: #232323;
}
.cid-v5WGQHk66F .mbr-text,
.cid-v5WGQHk66F .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQHk66F .item-title {
  color: #232323;
}
.cid-v5WGQHk66F .content-head {
  max-width: 800px;
}
.cid-v5WGQHPs1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQHPs1b .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQHPs1b img,
.cid-v5WGQHPs1b .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQHPs1b .item:focus,
.cid-v5WGQHPs1b span:focus {
  outline: none;
}
.cid-v5WGQHPs1b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQHPs1b .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQHPs1b .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQHPs1b .mbr-section-title {
  color: #232323;
}
.cid-v5WGQHPs1b .mbr-text,
.cid-v5WGQHPs1b .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQHPs1b .item-title {
  color: #232323;
}
.cid-v5WGQHPs1b .content-head {
  max-width: 800px;
}
.cid-v5WGQIkO3D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQIkO3D .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQIkO3D img,
.cid-v5WGQIkO3D .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQIkO3D .item:focus,
.cid-v5WGQIkO3D span:focus {
  outline: none;
}
.cid-v5WGQIkO3D .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQIkO3D .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQIkO3D .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQIkO3D .mbr-section-title {
  color: #232323;
}
.cid-v5WGQIkO3D .mbr-text,
.cid-v5WGQIkO3D .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQIkO3D .item-title {
  color: #232323;
}
.cid-v5WGQIkO3D .content-head {
  max-width: 800px;
}
.cid-v5WGQIPWod {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQIPWod .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQIPWod img,
.cid-v5WGQIPWod .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQIPWod .item:focus,
.cid-v5WGQIPWod span:focus {
  outline: none;
}
.cid-v5WGQIPWod .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQIPWod .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQIPWod .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQIPWod .mbr-section-title {
  color: #232323;
}
.cid-v5WGQIPWod .mbr-text,
.cid-v5WGQIPWod .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQIPWod .item-title {
  color: #232323;
}
.cid-v5WGQIPWod .content-head {
  max-width: 800px;
}
.cid-v5WGQJnKMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQJnKMV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQJnKMV img,
.cid-v5WGQJnKMV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQJnKMV .item:focus,
.cid-v5WGQJnKMV span:focus {
  outline: none;
}
.cid-v5WGQJnKMV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQJnKMV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQJnKMV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQJnKMV .mbr-section-title {
  color: #232323;
}
.cid-v5WGQJnKMV .mbr-text,
.cid-v5WGQJnKMV .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQJnKMV .item-title {
  color: #232323;
}
.cid-v5WGQJnKMV .content-head {
  max-width: 800px;
}
.cid-v5WGQJRCug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQJRCug .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQJRCug img,
.cid-v5WGQJRCug .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQJRCug .item:focus,
.cid-v5WGQJRCug span:focus {
  outline: none;
}
.cid-v5WGQJRCug .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQJRCug .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQJRCug .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQJRCug .mbr-section-title {
  color: #232323;
}
.cid-v5WGQJRCug .mbr-text,
.cid-v5WGQJRCug .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQJRCug .item-title {
  color: #232323;
}
.cid-v5WGQJRCug .content-head {
  max-width: 800px;
}
.cid-v5WGQe8JSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGQe8JSL .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGQe8JSL img,
.cid-v5WGQe8JSL .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGQe8JSL .item:focus,
.cid-v5WGQe8JSL span:focus {
  outline: none;
}
.cid-v5WGQe8JSL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGQe8JSL .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGQe8JSL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGQe8JSL .mbr-section-title {
  color: #232323;
}
.cid-v5WGQe8JSL .mbr-text,
.cid-v5WGQe8JSL .mbr-section-btn {
  color: #232323;
}
.cid-v5WGQe8JSL .item-title {
  color: #232323;
}
.cid-v5WGQe8JSL .content-head {
  max-width: 800px;
}
.cid-v5Wh3Ilhf8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5Wh3Ilhf8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5Wh3Ilhf8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WGYZWhx9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WGYZWhx9 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WGYZWhx9 img,
.cid-v5WGYZWhx9 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WGYZWhx9 .item:focus,
.cid-v5WGYZWhx9 span:focus {
  outline: none;
}
.cid-v5WGYZWhx9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WGYZWhx9 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WGYZWhx9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WGYZWhx9 .mbr-section-title {
  color: #232323;
}
.cid-v5WGYZWhx9 .mbr-text,
.cid-v5WGYZWhx9 .mbr-section-btn {
  color: #232323;
}
.cid-v5WGYZWhx9 .item-title {
  color: #232323;
}
.cid-v5WGYZWhx9 .content-head {
  max-width: 800px;
}
.cid-v5WH0TWHI1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0TWHI1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0TWHI1 img,
.cid-v5WH0TWHI1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0TWHI1 .item:focus,
.cid-v5WH0TWHI1 span:focus {
  outline: none;
}
.cid-v5WH0TWHI1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0TWHI1 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0TWHI1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0TWHI1 .mbr-section-title {
  color: #232323;
}
.cid-v5WH0TWHI1 .mbr-text,
.cid-v5WH0TWHI1 .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0TWHI1 .item-title {
  color: #232323;
}
.cid-v5WH0TWHI1 .content-head {
  max-width: 800px;
}
.cid-v5WH1PZgKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH1PZgKJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH1PZgKJ img,
.cid-v5WH1PZgKJ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH1PZgKJ .item:focus,
.cid-v5WH1PZgKJ span:focus {
  outline: none;
}
.cid-v5WH1PZgKJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH1PZgKJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH1PZgKJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH1PZgKJ .mbr-section-title {
  color: #232323;
}
.cid-v5WH1PZgKJ .mbr-text,
.cid-v5WH1PZgKJ .mbr-section-btn {
  color: #232323;
}
.cid-v5WH1PZgKJ .item-title {
  color: #232323;
}
.cid-v5WH1PZgKJ .content-head {
  max-width: 800px;
}
.cid-v5WH2yb69m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH2yb69m .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH2yb69m img,
.cid-v5WH2yb69m .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH2yb69m .item:focus,
.cid-v5WH2yb69m span:focus {
  outline: none;
}
.cid-v5WH2yb69m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH2yb69m .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH2yb69m .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH2yb69m .mbr-section-title {
  color: #232323;
}
.cid-v5WH2yb69m .mbr-text,
.cid-v5WH2yb69m .mbr-section-btn {
  color: #232323;
}
.cid-v5WH2yb69m .item-title {
  color: #232323;
}
.cid-v5WH2yb69m .content-head {
  max-width: 800px;
}
.cid-v5WH2rYBfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH2rYBfv .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH2rYBfv img,
.cid-v5WH2rYBfv .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH2rYBfv .item:focus,
.cid-v5WH2rYBfv span:focus {
  outline: none;
}
.cid-v5WH2rYBfv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH2rYBfv .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH2rYBfv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH2rYBfv .mbr-section-title {
  color: #232323;
}
.cid-v5WH2rYBfv .mbr-text,
.cid-v5WH2rYBfv .mbr-section-btn {
  color: #232323;
}
.cid-v5WH2rYBfv .item-title {
  color: #232323;
}
.cid-v5WH2rYBfv .content-head {
  max-width: 800px;
}
.cid-v5WH1RRLyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH1RRLyD .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH1RRLyD img,
.cid-v5WH1RRLyD .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH1RRLyD .item:focus,
.cid-v5WH1RRLyD span:focus {
  outline: none;
}
.cid-v5WH1RRLyD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH1RRLyD .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH1RRLyD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH1RRLyD .mbr-section-title {
  color: #232323;
}
.cid-v5WH1RRLyD .mbr-text,
.cid-v5WH1RRLyD .mbr-section-btn {
  color: #232323;
}
.cid-v5WH1RRLyD .item-title {
  color: #232323;
}
.cid-v5WH1RRLyD .content-head {
  max-width: 800px;
}
.cid-v5WH1SzqLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH1SzqLu .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH1SzqLu img,
.cid-v5WH1SzqLu .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH1SzqLu .item:focus,
.cid-v5WH1SzqLu span:focus {
  outline: none;
}
.cid-v5WH1SzqLu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH1SzqLu .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH1SzqLu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH1SzqLu .mbr-section-title {
  color: #232323;
}
.cid-v5WH1SzqLu .mbr-text,
.cid-v5WH1SzqLu .mbr-section-btn {
  color: #232323;
}
.cid-v5WH1SzqLu .item-title {
  color: #232323;
}
.cid-v5WH1SzqLu .content-head {
  max-width: 800px;
}
.cid-v5WH1TezZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH1TezZc .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH1TezZc img,
.cid-v5WH1TezZc .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH1TezZc .item:focus,
.cid-v5WH1TezZc span:focus {
  outline: none;
}
.cid-v5WH1TezZc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH1TezZc .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH1TezZc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH1TezZc .mbr-section-title {
  color: #232323;
}
.cid-v5WH1TezZc .mbr-text,
.cid-v5WH1TezZc .mbr-section-btn {
  color: #232323;
}
.cid-v5WH1TezZc .item-title {
  color: #232323;
}
.cid-v5WH1TezZc .content-head {
  max-width: 800px;
}
.cid-v5WH1C1bSx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH1C1bSx .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH1C1bSx img,
.cid-v5WH1C1bSx .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH1C1bSx .item:focus,
.cid-v5WH1C1bSx span:focus {
  outline: none;
}
.cid-v5WH1C1bSx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH1C1bSx .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH1C1bSx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH1C1bSx .mbr-section-title {
  color: #232323;
}
.cid-v5WH1C1bSx .mbr-text,
.cid-v5WH1C1bSx .mbr-section-btn {
  color: #232323;
}
.cid-v5WH1C1bSx .item-title {
  color: #232323;
}
.cid-v5WH1C1bSx .content-head {
  max-width: 800px;
}
.cid-v5WH0Vv74D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0Vv74D .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0Vv74D img,
.cid-v5WH0Vv74D .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0Vv74D .item:focus,
.cid-v5WH0Vv74D span:focus {
  outline: none;
}
.cid-v5WH0Vv74D .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0Vv74D .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0Vv74D .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0Vv74D .mbr-section-title {
  color: #232323;
}
.cid-v5WH0Vv74D .mbr-text,
.cid-v5WH0Vv74D .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0Vv74D .item-title {
  color: #232323;
}
.cid-v5WH0Vv74D .content-head {
  max-width: 800px;
}
.cid-v5WH0Wc1ng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0Wc1ng .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0Wc1ng img,
.cid-v5WH0Wc1ng .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0Wc1ng .item:focus,
.cid-v5WH0Wc1ng span:focus {
  outline: none;
}
.cid-v5WH0Wc1ng .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0Wc1ng .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0Wc1ng .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0Wc1ng .mbr-section-title {
  color: #232323;
}
.cid-v5WH0Wc1ng .mbr-text,
.cid-v5WH0Wc1ng .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0Wc1ng .item-title {
  color: #232323;
}
.cid-v5WH0Wc1ng .content-head {
  max-width: 800px;
}
.cid-v5WH0WMiRi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0WMiRi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0WMiRi img,
.cid-v5WH0WMiRi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0WMiRi .item:focus,
.cid-v5WH0WMiRi span:focus {
  outline: none;
}
.cid-v5WH0WMiRi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0WMiRi .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0WMiRi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0WMiRi .mbr-section-title {
  color: #232323;
}
.cid-v5WH0WMiRi .mbr-text,
.cid-v5WH0WMiRi .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0WMiRi .item-title {
  color: #232323;
}
.cid-v5WH0WMiRi .content-head {
  max-width: 800px;
}
.cid-v5WH0AR97g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0AR97g .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0AR97g img,
.cid-v5WH0AR97g .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0AR97g .item:focus,
.cid-v5WH0AR97g span:focus {
  outline: none;
}
.cid-v5WH0AR97g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0AR97g .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0AR97g .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0AR97g .mbr-section-title {
  color: #232323;
}
.cid-v5WH0AR97g .mbr-text,
.cid-v5WH0AR97g .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0AR97g .item-title {
  color: #232323;
}
.cid-v5WH0AR97g .content-head {
  max-width: 800px;
}
.cid-v5WH0CrsRG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0CrsRG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0CrsRG img,
.cid-v5WH0CrsRG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0CrsRG .item:focus,
.cid-v5WH0CrsRG span:focus {
  outline: none;
}
.cid-v5WH0CrsRG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0CrsRG .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0CrsRG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0CrsRG .mbr-section-title {
  color: #232323;
}
.cid-v5WH0CrsRG .mbr-text,
.cid-v5WH0CrsRG .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0CrsRG .item-title {
  color: #232323;
}
.cid-v5WH0CrsRG .content-head {
  max-width: 800px;
}
.cid-v5WH0D7vk6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0D7vk6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0D7vk6 img,
.cid-v5WH0D7vk6 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0D7vk6 .item:focus,
.cid-v5WH0D7vk6 span:focus {
  outline: none;
}
.cid-v5WH0D7vk6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0D7vk6 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0D7vk6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0D7vk6 .mbr-section-title {
  color: #232323;
}
.cid-v5WH0D7vk6 .mbr-text,
.cid-v5WH0D7vk6 .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0D7vk6 .item-title {
  color: #232323;
}
.cid-v5WH0D7vk6 .content-head {
  max-width: 800px;
}
.cid-v5WH0DFtSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0DFtSo .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0DFtSo img,
.cid-v5WH0DFtSo .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0DFtSo .item:focus,
.cid-v5WH0DFtSo span:focus {
  outline: none;
}
.cid-v5WH0DFtSo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0DFtSo .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0DFtSo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0DFtSo .mbr-section-title {
  color: #232323;
}
.cid-v5WH0DFtSo .mbr-text,
.cid-v5WH0DFtSo .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0DFtSo .item-title {
  color: #232323;
}
.cid-v5WH0DFtSo .content-head {
  max-width: 800px;
}
.cid-v5WH0Edx78 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0Edx78 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0Edx78 img,
.cid-v5WH0Edx78 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0Edx78 .item:focus,
.cid-v5WH0Edx78 span:focus {
  outline: none;
}
.cid-v5WH0Edx78 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0Edx78 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0Edx78 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0Edx78 .mbr-section-title {
  color: #232323;
}
.cid-v5WH0Edx78 .mbr-text,
.cid-v5WH0Edx78 .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0Edx78 .item-title {
  color: #232323;
}
.cid-v5WH0Edx78 .content-head {
  max-width: 800px;
}
.cid-v5WH0EM7dg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0EM7dg .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0EM7dg img,
.cid-v5WH0EM7dg .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0EM7dg .item:focus,
.cid-v5WH0EM7dg span:focus {
  outline: none;
}
.cid-v5WH0EM7dg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0EM7dg .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0EM7dg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0EM7dg .mbr-section-title {
  color: #232323;
}
.cid-v5WH0EM7dg .mbr-text,
.cid-v5WH0EM7dg .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0EM7dg .item-title {
  color: #232323;
}
.cid-v5WH0EM7dg .content-head {
  max-width: 800px;
}
.cid-v5WH0Fp0v1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0Fp0v1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0Fp0v1 img,
.cid-v5WH0Fp0v1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0Fp0v1 .item:focus,
.cid-v5WH0Fp0v1 span:focus {
  outline: none;
}
.cid-v5WH0Fp0v1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0Fp0v1 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0Fp0v1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0Fp0v1 .mbr-section-title {
  color: #232323;
}
.cid-v5WH0Fp0v1 .mbr-text,
.cid-v5WH0Fp0v1 .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0Fp0v1 .item-title {
  color: #232323;
}
.cid-v5WH0Fp0v1 .content-head {
  max-width: 800px;
}
.cid-v5WH0FYflP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0FYflP .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0FYflP img,
.cid-v5WH0FYflP .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0FYflP .item:focus,
.cid-v5WH0FYflP span:focus {
  outline: none;
}
.cid-v5WH0FYflP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0FYflP .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0FYflP .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0FYflP .mbr-section-title {
  color: #232323;
}
.cid-v5WH0FYflP .mbr-text,
.cid-v5WH0FYflP .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0FYflP .item-title {
  color: #232323;
}
.cid-v5WH0FYflP .content-head {
  max-width: 800px;
}
.cid-v5WH0GvqSs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0GvqSs .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0GvqSs img,
.cid-v5WH0GvqSs .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0GvqSs .item:focus,
.cid-v5WH0GvqSs span:focus {
  outline: none;
}
.cid-v5WH0GvqSs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0GvqSs .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0GvqSs .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0GvqSs .mbr-section-title {
  color: #232323;
}
.cid-v5WH0GvqSs .mbr-text,
.cid-v5WH0GvqSs .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0GvqSs .item-title {
  color: #232323;
}
.cid-v5WH0GvqSs .content-head {
  max-width: 800px;
}
.cid-v5WH0H1qed {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0H1qed .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0H1qed img,
.cid-v5WH0H1qed .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0H1qed .item:focus,
.cid-v5WH0H1qed span:focus {
  outline: none;
}
.cid-v5WH0H1qed .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0H1qed .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0H1qed .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0H1qed .mbr-section-title {
  color: #232323;
}
.cid-v5WH0H1qed .mbr-text,
.cid-v5WH0H1qed .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0H1qed .item-title {
  color: #232323;
}
.cid-v5WH0H1qed .content-head {
  max-width: 800px;
}
.cid-v5WH0fkEKQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH0fkEKQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH0fkEKQ img,
.cid-v5WH0fkEKQ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH0fkEKQ .item:focus,
.cid-v5WH0fkEKQ span:focus {
  outline: none;
}
.cid-v5WH0fkEKQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH0fkEKQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH0fkEKQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH0fkEKQ .mbr-section-title {
  color: #232323;
}
.cid-v5WH0fkEKQ .mbr-text,
.cid-v5WH0fkEKQ .mbr-section-btn {
  color: #232323;
}
.cid-v5WH0fkEKQ .item-title {
  color: #232323;
}
.cid-v5WH0fkEKQ .content-head {
  max-width: 800px;
}
.cid-v5Wh669qfM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5Wh669qfM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5Wh669qfM .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WH6XaRsr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH6XaRsr .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH6XaRsr img,
.cid-v5WH6XaRsr .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH6XaRsr .item:focus,
.cid-v5WH6XaRsr span:focus {
  outline: none;
}
.cid-v5WH6XaRsr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH6XaRsr .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH6XaRsr .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH6XaRsr .mbr-section-title {
  color: #232323;
}
.cid-v5WH6XaRsr .mbr-text,
.cid-v5WH6XaRsr .mbr-section-btn {
  color: #232323;
}
.cid-v5WH6XaRsr .item-title {
  color: #232323;
}
.cid-v5WH6XaRsr .content-head {
  max-width: 800px;
}
.cid-v5WH77DyZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH77DyZH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH77DyZH img,
.cid-v5WH77DyZH .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH77DyZH .item:focus,
.cid-v5WH77DyZH span:focus {
  outline: none;
}
.cid-v5WH77DyZH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH77DyZH .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH77DyZH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH77DyZH .mbr-section-title {
  color: #232323;
}
.cid-v5WH77DyZH .mbr-text,
.cid-v5WH77DyZH .mbr-section-btn {
  color: #232323;
}
.cid-v5WH77DyZH .item-title {
  color: #232323;
}
.cid-v5WH77DyZH .content-head {
  max-width: 800px;
}
.cid-v5WH7SRCcF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH7SRCcF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH7SRCcF img,
.cid-v5WH7SRCcF .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH7SRCcF .item:focus,
.cid-v5WH7SRCcF span:focus {
  outline: none;
}
.cid-v5WH7SRCcF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH7SRCcF .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH7SRCcF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH7SRCcF .mbr-section-title {
  color: #232323;
}
.cid-v5WH7SRCcF .mbr-text,
.cid-v5WH7SRCcF .mbr-section-btn {
  color: #232323;
}
.cid-v5WH7SRCcF .item-title {
  color: #232323;
}
.cid-v5WH7SRCcF .content-head {
  max-width: 800px;
}
.cid-v5WH86qOwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH86qOwY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH86qOwY img,
.cid-v5WH86qOwY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH86qOwY .item:focus,
.cid-v5WH86qOwY span:focus {
  outline: none;
}
.cid-v5WH86qOwY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH86qOwY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH86qOwY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH86qOwY .mbr-section-title {
  color: #232323;
}
.cid-v5WH86qOwY .mbr-text,
.cid-v5WH86qOwY .mbr-section-btn {
  color: #232323;
}
.cid-v5WH86qOwY .item-title {
  color: #232323;
}
.cid-v5WH86qOwY .content-head {
  max-width: 800px;
}
.cid-v5WH8prw9k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH8prw9k .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH8prw9k img,
.cid-v5WH8prw9k .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH8prw9k .item:focus,
.cid-v5WH8prw9k span:focus {
  outline: none;
}
.cid-v5WH8prw9k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH8prw9k .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH8prw9k .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH8prw9k .mbr-section-title {
  color: #232323;
}
.cid-v5WH8prw9k .mbr-text,
.cid-v5WH8prw9k .mbr-section-btn {
  color: #232323;
}
.cid-v5WH8prw9k .item-title {
  color: #232323;
}
.cid-v5WH8prw9k .content-head {
  max-width: 800px;
}
.cid-v5WH8JqFBa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH8JqFBa .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH8JqFBa img,
.cid-v5WH8JqFBa .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH8JqFBa .item:focus,
.cid-v5WH8JqFBa span:focus {
  outline: none;
}
.cid-v5WH8JqFBa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH8JqFBa .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH8JqFBa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH8JqFBa .mbr-section-title {
  color: #232323;
}
.cid-v5WH8JqFBa .mbr-text,
.cid-v5WH8JqFBa .mbr-section-btn {
  color: #232323;
}
.cid-v5WH8JqFBa .item-title {
  color: #232323;
}
.cid-v5WH8JqFBa .content-head {
  max-width: 800px;
}
.cid-v5WH8XRAxh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH8XRAxh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH8XRAxh img,
.cid-v5WH8XRAxh .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH8XRAxh .item:focus,
.cid-v5WH8XRAxh span:focus {
  outline: none;
}
.cid-v5WH8XRAxh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH8XRAxh .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH8XRAxh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH8XRAxh .mbr-section-title {
  color: #232323;
}
.cid-v5WH8XRAxh .mbr-text,
.cid-v5WH8XRAxh .mbr-section-btn {
  color: #232323;
}
.cid-v5WH8XRAxh .item-title {
  color: #232323;
}
.cid-v5WH8XRAxh .content-head {
  max-width: 800px;
}
.cid-v5WH9kTLkh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH9kTLkh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH9kTLkh img,
.cid-v5WH9kTLkh .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH9kTLkh .item:focus,
.cid-v5WH9kTLkh span:focus {
  outline: none;
}
.cid-v5WH9kTLkh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH9kTLkh .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH9kTLkh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH9kTLkh .mbr-section-title {
  color: #232323;
}
.cid-v5WH9kTLkh .mbr-text,
.cid-v5WH9kTLkh .mbr-section-btn {
  color: #232323;
}
.cid-v5WH9kTLkh .item-title {
  color: #232323;
}
.cid-v5WH9kTLkh .content-head {
  max-width: 800px;
}
.cid-v5WH9DD1p5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WH9DD1p5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WH9DD1p5 img,
.cid-v5WH9DD1p5 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WH9DD1p5 .item:focus,
.cid-v5WH9DD1p5 span:focus {
  outline: none;
}
.cid-v5WH9DD1p5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WH9DD1p5 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WH9DD1p5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WH9DD1p5 .mbr-section-title {
  color: #232323;
}
.cid-v5WH9DD1p5 .mbr-text,
.cid-v5WH9DD1p5 .mbr-section-btn {
  color: #232323;
}
.cid-v5WH9DD1p5 .item-title {
  color: #232323;
}
.cid-v5WH9DD1p5 .content-head {
  max-width: 800px;
}
.cid-v5Wh7OFCz6 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5Wh7OFCz6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5Wh7OFCz6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5Wh7Sg8Xb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7Sg8Xb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7Sg8Xb img,
.cid-v5Wh7Sg8Xb .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7Sg8Xb .item:focus,
.cid-v5Wh7Sg8Xb span:focus {
  outline: none;
}
.cid-v5Wh7Sg8Xb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7Sg8Xb .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7Sg8Xb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7Sg8Xb .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7Sg8Xb .mbr-text,
.cid-v5Wh7Sg8Xb .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7Sg8Xb .item-title {
  color: #232323;
}
.cid-v5Wh7Sg8Xb .content-head {
  max-width: 800px;
}
.cid-v5Wh7T4aBB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7T4aBB .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7T4aBB img,
.cid-v5Wh7T4aBB .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7T4aBB .item:focus,
.cid-v5Wh7T4aBB span:focus {
  outline: none;
}
.cid-v5Wh7T4aBB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7T4aBB .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7T4aBB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7T4aBB .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7T4aBB .mbr-text,
.cid-v5Wh7T4aBB .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7T4aBB .item-title {
  color: #232323;
}
.cid-v5Wh7T4aBB .content-head {
  max-width: 800px;
}
.cid-v5Wh7TUjDy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7TUjDy .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7TUjDy img,
.cid-v5Wh7TUjDy .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7TUjDy .item:focus,
.cid-v5Wh7TUjDy span:focus {
  outline: none;
}
.cid-v5Wh7TUjDy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7TUjDy .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7TUjDy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7TUjDy .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7TUjDy .mbr-text,
.cid-v5Wh7TUjDy .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7TUjDy .item-title {
  color: #232323;
}
.cid-v5Wh7TUjDy .content-head {
  max-width: 800px;
}
.cid-v5Wh7USMyu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7USMyu .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7USMyu img,
.cid-v5Wh7USMyu .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7USMyu .item:focus,
.cid-v5Wh7USMyu span:focus {
  outline: none;
}
.cid-v5Wh7USMyu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7USMyu .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7USMyu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7USMyu .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7USMyu .mbr-text,
.cid-v5Wh7USMyu .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7USMyu .item-title {
  color: #232323;
}
.cid-v5Wh7USMyu .content-head {
  max-width: 800px;
}
.cid-v5Wh7VNqZC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7VNqZC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7VNqZC img,
.cid-v5Wh7VNqZC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7VNqZC .item:focus,
.cid-v5Wh7VNqZC span:focus {
  outline: none;
}
.cid-v5Wh7VNqZC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7VNqZC .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7VNqZC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7VNqZC .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7VNqZC .mbr-text,
.cid-v5Wh7VNqZC .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7VNqZC .item-title {
  color: #232323;
}
.cid-v5Wh7VNqZC .content-head {
  max-width: 800px;
}
.cid-v5Wh7WJ7OE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7WJ7OE .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7WJ7OE img,
.cid-v5Wh7WJ7OE .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7WJ7OE .item:focus,
.cid-v5Wh7WJ7OE span:focus {
  outline: none;
}
.cid-v5Wh7WJ7OE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7WJ7OE .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7WJ7OE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7WJ7OE .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7WJ7OE .mbr-text,
.cid-v5Wh7WJ7OE .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7WJ7OE .item-title {
  color: #232323;
}
.cid-v5Wh7WJ7OE .content-head {
  max-width: 800px;
}
.cid-v5Wh7XMlyz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh7XMlyz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh7XMlyz img,
.cid-v5Wh7XMlyz .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh7XMlyz .item:focus,
.cid-v5Wh7XMlyz span:focus {
  outline: none;
}
.cid-v5Wh7XMlyz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh7XMlyz .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh7XMlyz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh7XMlyz .mbr-section-title {
  color: #232323;
}
.cid-v5Wh7XMlyz .mbr-text,
.cid-v5Wh7XMlyz .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh7XMlyz .item-title {
  color: #232323;
}
.cid-v5Wh7XMlyz .content-head {
  max-width: 800px;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5Wh9chY9R {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5Wh9chY9R .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5Wh9chY9R .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5Wh9cGNor {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9cGNor .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9cGNor img,
.cid-v5Wh9cGNor .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9cGNor .item:focus,
.cid-v5Wh9cGNor span:focus {
  outline: none;
}
.cid-v5Wh9cGNor .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9cGNor .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9cGNor .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9cGNor .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9cGNor .mbr-text,
.cid-v5Wh9cGNor .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9cGNor .item-title {
  color: #232323;
}
.cid-v5Wh9cGNor .content-head {
  max-width: 800px;
}
.cid-v5Wh9doJr8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9doJr8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9doJr8 img,
.cid-v5Wh9doJr8 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9doJr8 .item:focus,
.cid-v5Wh9doJr8 span:focus {
  outline: none;
}
.cid-v5Wh9doJr8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9doJr8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9doJr8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9doJr8 .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9doJr8 .mbr-text,
.cid-v5Wh9doJr8 .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9doJr8 .item-title {
  color: #232323;
}
.cid-v5Wh9doJr8 .content-head {
  max-width: 800px;
}
.cid-v5Wh9eea6L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9eea6L .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9eea6L img,
.cid-v5Wh9eea6L .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9eea6L .item:focus,
.cid-v5Wh9eea6L span:focus {
  outline: none;
}
.cid-v5Wh9eea6L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9eea6L .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9eea6L .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9eea6L .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9eea6L .mbr-text,
.cid-v5Wh9eea6L .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9eea6L .item-title {
  color: #232323;
}
.cid-v5Wh9eea6L .content-head {
  max-width: 800px;
}
.cid-v5Wh9eZMoW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9eZMoW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9eZMoW img,
.cid-v5Wh9eZMoW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9eZMoW .item:focus,
.cid-v5Wh9eZMoW span:focus {
  outline: none;
}
.cid-v5Wh9eZMoW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9eZMoW .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9eZMoW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9eZMoW .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9eZMoW .mbr-text,
.cid-v5Wh9eZMoW .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9eZMoW .item-title {
  color: #232323;
}
.cid-v5Wh9eZMoW .content-head {
  max-width: 800px;
}
.cid-v5Wh9fMiPW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9fMiPW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9fMiPW img,
.cid-v5Wh9fMiPW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9fMiPW .item:focus,
.cid-v5Wh9fMiPW span:focus {
  outline: none;
}
.cid-v5Wh9fMiPW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9fMiPW .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9fMiPW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9fMiPW .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9fMiPW .mbr-text,
.cid-v5Wh9fMiPW .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9fMiPW .item-title {
  color: #232323;
}
.cid-v5Wh9fMiPW .content-head {
  max-width: 800px;
}
.cid-v5Wh9gFFSz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9gFFSz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9gFFSz img,
.cid-v5Wh9gFFSz .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9gFFSz .item:focus,
.cid-v5Wh9gFFSz span:focus {
  outline: none;
}
.cid-v5Wh9gFFSz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9gFFSz .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9gFFSz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9gFFSz .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9gFFSz .mbr-text,
.cid-v5Wh9gFFSz .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9gFFSz .item-title {
  color: #232323;
}
.cid-v5Wh9gFFSz .content-head {
  max-width: 800px;
}
.cid-v5Wh9hvqZr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9hvqZr .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9hvqZr img,
.cid-v5Wh9hvqZr .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9hvqZr .item:focus,
.cid-v5Wh9hvqZr span:focus {
  outline: none;
}
.cid-v5Wh9hvqZr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9hvqZr .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9hvqZr .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9hvqZr .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9hvqZr .mbr-text,
.cid-v5Wh9hvqZr .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9hvqZr .item-title {
  color: #232323;
}
.cid-v5Wh9hvqZr .content-head {
  max-width: 800px;
}
.cid-v5Wh9inpKL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9inpKL .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9inpKL img,
.cid-v5Wh9inpKL .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9inpKL .item:focus,
.cid-v5Wh9inpKL span:focus {
  outline: none;
}
.cid-v5Wh9inpKL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9inpKL .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9inpKL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9inpKL .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9inpKL .mbr-text,
.cid-v5Wh9inpKL .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9inpKL .item-title {
  color: #232323;
}
.cid-v5Wh9inpKL .content-head {
  max-width: 800px;
}
.cid-v5Wh9jhSua {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9jhSua .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9jhSua img,
.cid-v5Wh9jhSua .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9jhSua .item:focus,
.cid-v5Wh9jhSua span:focus {
  outline: none;
}
.cid-v5Wh9jhSua .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9jhSua .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9jhSua .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9jhSua .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9jhSua .mbr-text,
.cid-v5Wh9jhSua .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9jhSua .item-title {
  color: #232323;
}
.cid-v5Wh9jhSua .content-head {
  max-width: 800px;
}
.cid-v5Wh9khJoa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9khJoa .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9khJoa img,
.cid-v5Wh9khJoa .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9khJoa .item:focus,
.cid-v5Wh9khJoa span:focus {
  outline: none;
}
.cid-v5Wh9khJoa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9khJoa .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9khJoa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9khJoa .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9khJoa .mbr-text,
.cid-v5Wh9khJoa .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9khJoa .item-title {
  color: #232323;
}
.cid-v5Wh9khJoa .content-head {
  max-width: 800px;
}
.cid-v5Wh9lgekj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Wh9lgekj .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Wh9lgekj img,
.cid-v5Wh9lgekj .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Wh9lgekj .item:focus,
.cid-v5Wh9lgekj span:focus {
  outline: none;
}
.cid-v5Wh9lgekj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Wh9lgekj .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Wh9lgekj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Wh9lgekj .mbr-section-title {
  color: #232323;
}
.cid-v5Wh9lgekj .mbr-text,
.cid-v5Wh9lgekj .mbr-section-btn {
  color: #232323;
}
.cid-v5Wh9lgekj .item-title {
  color: #232323;
}
.cid-v5Wh9lgekj .content-head {
  max-width: 800px;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WhaCrZU6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5WhaCrZU6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WhaCrZU6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5WhaCSdqK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaCSdqK .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaCSdqK img,
.cid-v5WhaCSdqK .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaCSdqK .item:focus,
.cid-v5WhaCSdqK span:focus {
  outline: none;
}
.cid-v5WhaCSdqK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaCSdqK .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaCSdqK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaCSdqK .mbr-section-title {
  color: #232323;
}
.cid-v5WhaCSdqK .mbr-text,
.cid-v5WhaCSdqK .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaCSdqK .item-title {
  color: #232323;
}
.cid-v5WhaCSdqK .content-head {
  max-width: 800px;
}
.cid-v5WhaDBqSs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaDBqSs .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaDBqSs img,
.cid-v5WhaDBqSs .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaDBqSs .item:focus,
.cid-v5WhaDBqSs span:focus {
  outline: none;
}
.cid-v5WhaDBqSs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaDBqSs .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaDBqSs .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaDBqSs .mbr-section-title {
  color: #232323;
}
.cid-v5WhaDBqSs .mbr-text,
.cid-v5WhaDBqSs .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaDBqSs .item-title {
  color: #232323;
}
.cid-v5WhaDBqSs .content-head {
  max-width: 800px;
}
.cid-v5WhaEmZm8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaEmZm8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaEmZm8 img,
.cid-v5WhaEmZm8 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaEmZm8 .item:focus,
.cid-v5WhaEmZm8 span:focus {
  outline: none;
}
.cid-v5WhaEmZm8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaEmZm8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaEmZm8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaEmZm8 .mbr-section-title {
  color: #232323;
}
.cid-v5WhaEmZm8 .mbr-text,
.cid-v5WhaEmZm8 .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaEmZm8 .item-title {
  color: #232323;
}
.cid-v5WhaEmZm8 .content-head {
  max-width: 800px;
}
.cid-v5WhaFcRtG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaFcRtG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaFcRtG img,
.cid-v5WhaFcRtG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaFcRtG .item:focus,
.cid-v5WhaFcRtG span:focus {
  outline: none;
}
.cid-v5WhaFcRtG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaFcRtG .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaFcRtG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaFcRtG .mbr-section-title {
  color: #232323;
}
.cid-v5WhaFcRtG .mbr-text,
.cid-v5WhaFcRtG .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaFcRtG .item-title {
  color: #232323;
}
.cid-v5WhaFcRtG .content-head {
  max-width: 800px;
}
.cid-v5WhaFXixO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaFXixO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaFXixO img,
.cid-v5WhaFXixO .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaFXixO .item:focus,
.cid-v5WhaFXixO span:focus {
  outline: none;
}
.cid-v5WhaFXixO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaFXixO .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaFXixO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaFXixO .mbr-section-title {
  color: #232323;
}
.cid-v5WhaFXixO .mbr-text,
.cid-v5WhaFXixO .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaFXixO .item-title {
  color: #232323;
}
.cid-v5WhaFXixO .content-head {
  max-width: 800px;
}
.cid-v5WhaGLGtX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaGLGtX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaGLGtX img,
.cid-v5WhaGLGtX .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaGLGtX .item:focus,
.cid-v5WhaGLGtX span:focus {
  outline: none;
}
.cid-v5WhaGLGtX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaGLGtX .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaGLGtX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaGLGtX .mbr-section-title {
  color: #232323;
}
.cid-v5WhaGLGtX .mbr-text,
.cid-v5WhaGLGtX .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaGLGtX .item-title {
  color: #232323;
}
.cid-v5WhaGLGtX .content-head {
  max-width: 800px;
}
.cid-v5WhaHBpyu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaHBpyu .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaHBpyu img,
.cid-v5WhaHBpyu .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaHBpyu .item:focus,
.cid-v5WhaHBpyu span:focus {
  outline: none;
}
.cid-v5WhaHBpyu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaHBpyu .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaHBpyu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaHBpyu .mbr-section-title {
  color: #232323;
}
.cid-v5WhaHBpyu .mbr-text,
.cid-v5WhaHBpyu .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaHBpyu .item-title {
  color: #232323;
}
.cid-v5WhaHBpyu .content-head {
  max-width: 800px;
}
.cid-v5WhaIzO9c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaIzO9c .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaIzO9c img,
.cid-v5WhaIzO9c .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaIzO9c .item:focus,
.cid-v5WhaIzO9c span:focus {
  outline: none;
}
.cid-v5WhaIzO9c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaIzO9c .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaIzO9c .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaIzO9c .mbr-section-title {
  color: #232323;
}
.cid-v5WhaIzO9c .mbr-text,
.cid-v5WhaIzO9c .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaIzO9c .item-title {
  color: #232323;
}
.cid-v5WhaIzO9c .content-head {
  max-width: 800px;
}
.cid-v5WhaJtCal {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaJtCal .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaJtCal img,
.cid-v5WhaJtCal .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaJtCal .item:focus,
.cid-v5WhaJtCal span:focus {
  outline: none;
}
.cid-v5WhaJtCal .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaJtCal .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaJtCal .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaJtCal .mbr-section-title {
  color: #232323;
}
.cid-v5WhaJtCal .mbr-text,
.cid-v5WhaJtCal .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaJtCal .item-title {
  color: #232323;
}
.cid-v5WhaJtCal .content-head {
  max-width: 800px;
}
.cid-v5WhaKnHP7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaKnHP7 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaKnHP7 img,
.cid-v5WhaKnHP7 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaKnHP7 .item:focus,
.cid-v5WhaKnHP7 span:focus {
  outline: none;
}
.cid-v5WhaKnHP7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaKnHP7 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaKnHP7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaKnHP7 .mbr-section-title {
  color: #232323;
}
.cid-v5WhaKnHP7 .mbr-text,
.cid-v5WhaKnHP7 .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaKnHP7 .item-title {
  color: #232323;
}
.cid-v5WhaKnHP7 .content-head {
  max-width: 800px;
}
.cid-v5WhaLpQBT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhaLpQBT .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhaLpQBT img,
.cid-v5WhaLpQBT .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhaLpQBT .item:focus,
.cid-v5WhaLpQBT span:focus {
  outline: none;
}
.cid-v5WhaLpQBT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhaLpQBT .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhaLpQBT .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhaLpQBT .mbr-section-title {
  color: #232323;
}
.cid-v5WhaLpQBT .mbr-text,
.cid-v5WhaLpQBT .mbr-section-btn {
  color: #232323;
}
.cid-v5WhaLpQBT .item-title {
  color: #232323;
}
.cid-v5WhaLpQBT .content-head {
  max-width: 800px;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5Whcb2igC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-v5Whcb2igC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5Whcb2igC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5Whcbsd54 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Whcbsd54 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Whcbsd54 img,
.cid-v5Whcbsd54 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Whcbsd54 .item:focus,
.cid-v5Whcbsd54 span:focus {
  outline: none;
}
.cid-v5Whcbsd54 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Whcbsd54 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Whcbsd54 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Whcbsd54 .mbr-section-title {
  color: #232323;
}
.cid-v5Whcbsd54 .mbr-text,
.cid-v5Whcbsd54 .mbr-section-btn {
  color: #232323;
}
.cid-v5Whcbsd54 .item-title {
  color: #232323;
}
.cid-v5Whcbsd54 .content-head {
  max-width: 800px;
}
.cid-v5Whcc9Xcj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Whcc9Xcj .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Whcc9Xcj img,
.cid-v5Whcc9Xcj .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Whcc9Xcj .item:focus,
.cid-v5Whcc9Xcj span:focus {
  outline: none;
}
.cid-v5Whcc9Xcj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Whcc9Xcj .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Whcc9Xcj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Whcc9Xcj .mbr-section-title {
  color: #232323;
}
.cid-v5Whcc9Xcj .mbr-text,
.cid-v5Whcc9Xcj .mbr-section-btn {
  color: #232323;
}
.cid-v5Whcc9Xcj .item-title {
  color: #232323;
}
.cid-v5Whcc9Xcj .content-head {
  max-width: 800px;
}
.cid-v5WhccXgRC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhccXgRC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhccXgRC img,
.cid-v5WhccXgRC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhccXgRC .item:focus,
.cid-v5WhccXgRC span:focus {
  outline: none;
}
.cid-v5WhccXgRC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhccXgRC .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhccXgRC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhccXgRC .mbr-section-title {
  color: #232323;
}
.cid-v5WhccXgRC .mbr-text,
.cid-v5WhccXgRC .mbr-section-btn {
  color: #232323;
}
.cid-v5WhccXgRC .item-title {
  color: #232323;
}
.cid-v5WhccXgRC .content-head {
  max-width: 800px;
}
.cid-v5WhcdJEv2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhcdJEv2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhcdJEv2 img,
.cid-v5WhcdJEv2 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhcdJEv2 .item:focus,
.cid-v5WhcdJEv2 span:focus {
  outline: none;
}
.cid-v5WhcdJEv2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhcdJEv2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhcdJEv2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhcdJEv2 .mbr-section-title {
  color: #232323;
}
.cid-v5WhcdJEv2 .mbr-text,
.cid-v5WhcdJEv2 .mbr-section-btn {
  color: #232323;
}
.cid-v5WhcdJEv2 .item-title {
  color: #232323;
}
.cid-v5WhcdJEv2 .content-head {
  max-width: 800px;
}
.cid-v5WhcexCMH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhcexCMH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhcexCMH img,
.cid-v5WhcexCMH .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhcexCMH .item:focus,
.cid-v5WhcexCMH span:focus {
  outline: none;
}
.cid-v5WhcexCMH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhcexCMH .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhcexCMH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhcexCMH .mbr-section-title {
  color: #232323;
}
.cid-v5WhcexCMH .mbr-text,
.cid-v5WhcexCMH .mbr-section-btn {
  color: #232323;
}
.cid-v5WhcexCMH .item-title {
  color: #232323;
}
.cid-v5WhcexCMH .content-head {
  max-width: 800px;
}
.cid-v5WhcfpihQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhcfpihQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhcfpihQ img,
.cid-v5WhcfpihQ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhcfpihQ .item:focus,
.cid-v5WhcfpihQ span:focus {
  outline: none;
}
.cid-v5WhcfpihQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhcfpihQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhcfpihQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhcfpihQ .mbr-section-title {
  color: #232323;
}
.cid-v5WhcfpihQ .mbr-text,
.cid-v5WhcfpihQ .mbr-section-btn {
  color: #232323;
}
.cid-v5WhcfpihQ .item-title {
  color: #232323;
}
.cid-v5WhcfpihQ .content-head {
  max-width: 800px;
}
.cid-v5Whcgf8wT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Whcgf8wT .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Whcgf8wT img,
.cid-v5Whcgf8wT .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Whcgf8wT .item:focus,
.cid-v5Whcgf8wT span:focus {
  outline: none;
}
.cid-v5Whcgf8wT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Whcgf8wT .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Whcgf8wT .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Whcgf8wT .mbr-section-title {
  color: #232323;
}
.cid-v5Whcgf8wT .mbr-text,
.cid-v5Whcgf8wT .mbr-section-btn {
  color: #232323;
}
.cid-v5Whcgf8wT .item-title {
  color: #232323;
}
.cid-v5Whcgf8wT .content-head {
  max-width: 800px;
}
.cid-v5Whch6FlR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Whch6FlR .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Whch6FlR img,
.cid-v5Whch6FlR .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Whch6FlR .item:focus,
.cid-v5Whch6FlR span:focus {
  outline: none;
}
.cid-v5Whch6FlR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Whch6FlR .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Whch6FlR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Whch6FlR .mbr-section-title {
  color: #232323;
}
.cid-v5Whch6FlR .mbr-text,
.cid-v5Whch6FlR .mbr-section-btn {
  color: #232323;
}
.cid-v5Whch6FlR .item-title {
  color: #232323;
}
.cid-v5Whch6FlR .content-head {
  max-width: 800px;
}
.cid-v5Whci0qJV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Whci0qJV .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Whci0qJV img,
.cid-v5Whci0qJV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Whci0qJV .item:focus,
.cid-v5Whci0qJV span:focus {
  outline: none;
}
.cid-v5Whci0qJV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Whci0qJV .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Whci0qJV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Whci0qJV .mbr-section-title {
  color: #232323;
}
.cid-v5Whci0qJV .mbr-text,
.cid-v5Whci0qJV .mbr-section-btn {
  color: #232323;
}
.cid-v5Whci0qJV .item-title {
  color: #232323;
}
.cid-v5Whci0qJV .content-head {
  max-width: 800px;
}
.cid-v5Whcj0S1s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Whcj0S1s .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5Whcj0S1s img,
.cid-v5Whcj0S1s .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5Whcj0S1s .item:focus,
.cid-v5Whcj0S1s span:focus {
  outline: none;
}
.cid-v5Whcj0S1s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Whcj0S1s .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Whcj0S1s .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Whcj0S1s .mbr-section-title {
  color: #232323;
}
.cid-v5Whcj0S1s .mbr-text,
.cid-v5Whcj0S1s .mbr-section-btn {
  color: #232323;
}
.cid-v5Whcj0S1s .item-title {
  color: #232323;
}
.cid-v5Whcj0S1s .content-head {
  max-width: 800px;
}
.cid-v5WhcjX37V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5WhcjX37V .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v5WhcjX37V img,
.cid-v5WhcjX37V .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-v5WhcjX37V .item:focus,
.cid-v5WhcjX37V span:focus {
  outline: none;
}
.cid-v5WhcjX37V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5WhcjX37V .item {
    margin-bottom: 1rem;
  }
}
.cid-v5WhcjX37V .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5WhcjX37V .mbr-section-title {
  color: #232323;
}
.cid-v5WhcjX37V .mbr-text,
.cid-v5WhcjX37V .mbr-section-btn {
  color: #232323;
}
.cid-v5WhcjX37V .item-title {
  color: #232323;
}
.cid-v5WhcjX37V .content-head {
  max-width: 800px;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5WJ9S4Qmy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5WJ9S4Qmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WJ9S4Qmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5WJ9S4Qmy .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v5WJ9S4Qmy .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5WJ9S4Qmy .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v5WJ9S4Qmy .card-wrapper {
  background: #ffffff;
}
.cid-v5WJ9S4Qmy .mbr-text,
.cid-v5WJ9S4Qmy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5WJ9S4Qmy .card-title,
.cid-v5WJ9S4Qmy .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5WJ9S4gO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v5WJ9S4gO2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5WJ9S4gO2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5WJ9S4gO2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5WJ9S4gO2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5WJ9S4gO2 .content-head {
  max-width: 800px;
}
.cid-v5WjDQksBz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WjDQksBz .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;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WjDQksBz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WjDQksBz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WjDQksBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WjDQksBz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5WjDQksBz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5WjDQksBz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5WjDQksBz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WjDQksBz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WjDQksBz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WjDQksBz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5WjDQksBz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v5WjDQksBz .nav-item:focus,
.cid-v5WjDQksBz .nav-link:focus {
  outline: none;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WjDQksBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WjDQksBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WjDQksBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WjDQksBz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WjDQksBz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WjDQksBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WjDQksBz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WjDQksBz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WjDQksBz .navbar.collapsed {
  justify-content: center;
}
.cid-v5WjDQksBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WjDQksBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WjDQksBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WjDQksBz .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-v5WjDQksBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WjDQksBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WjDQksBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WjDQksBz .navbar {
    min-height: 72px;
  }
  .cid-v5WjDQksBz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WjDQksBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WjDQksBz .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-v5WjDQksBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WjDQksBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WjDQksBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WjDQksBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WjDQksBz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WjDQksBz .dropdown-item.active,
.cid-v5WjDQksBz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WjDQksBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WjDQksBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WjDQksBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WjDQksBz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WjDQksBz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WjDQksBz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WjDQksBz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WjDQksBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WjDQksBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WjDQksBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WjDQksBz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WjDQksBz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WjDQksBz .navbar {
    height: 70px;
  }
  .cid-v5WjDQksBz .navbar.opened {
    height: auto;
  }
  .cid-v5WjDQksBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WjDQksBz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WjDQksBz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WjDQksBz .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WjDQksBz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WjDQksBz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WjDQksBz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WjDQksBz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WjDQksBz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WjDQksBz .navbar-collapse {
    padding: 1rem;
  }
}
