.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 11.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 14.5rem;
}
.display-2 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 8.12rem;
    font-size: calc( 4.71rem + (11.6 - 4.71) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.71rem + (11.6 - 4.71) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 8.12rem;
    font-size: calc( 4.71rem + (11.6 - 4.71) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.71rem + (11.6 - 4.71) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 9.28rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 6.96rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #000000 !important;
}
.bg-success {
  background-color: #007cc1 !important;
}
.bg-info {
  background-color: #0b6196 !important;
}
.bg-warning {
  background-color: #20802b !important;
}
.bg-danger {
  background-color: #9c9c9c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27a22d !important;
  border-color: #27a22d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #31cb38 !important;
  border-color: #31cb38 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #31cb38 !important;
  border-color: #31cb38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0b6196 !important;
  border-color: #0b6196 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0e80c6 !important;
  border-color: #0e80c6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e80c6 !important;
  border-color: #0e80c6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #007cc1 !important;
  border-color: #007cc1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #009df4 !important;
  border-color: #009df4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #009df4 !important;
  border-color: #009df4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #20802b !important;
  border-color: #20802b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2aa939 !important;
  border-color: #2aa939 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2aa939 !important;
  border-color: #2aa939 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b6b6b6 !important;
  border-color: #b6b6b6 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b6b6b6 !important;
  border-color: #b6b6b6 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #27a22d;
  color: #27a22d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #165c1a !important;
  background-color: transparent !important;
  border-color: #165c1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #27a22d !important;
  border-color: #27a22d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0b6196;
  color: #0b6196;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #052d45 !important;
  background-color: transparent !important;
  border-color: #052d45 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b6196 !important;
  border-color: #0b6196 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #007cc1;
  color: #007cc1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00446a !important;
  background-color: transparent !important;
  border-color: #00446a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #007cc1 !important;
  border-color: #007cc1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #20802b;
  color: #20802b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0f3b14 !important;
  background-color: transparent !important;
  border-color: #0f3b14 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #20802b !important;
  border-color: #20802b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #717171 !important;
  background-color: transparent !important;
  border-color: #717171 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #000000 !important;
}
.text-secondary {
  color: #27a22d !important;
}
.text-success {
  color: #007cc1 !important;
}
.text-info {
  color: #0b6196 !important;
}
.text-warning {
  color: #20802b !important;
}
.text-danger {
  color: #9c9c9c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #135016 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003a5b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #042437 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0c2e10 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #696969 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0b6196;
}
.alert-warning {
  background-color: #20802b;
}
.alert-danger {
  background-color: #9c9c9c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #42bbff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #31a7f0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4dd35c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dcdcdc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #27a22d !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='%23000000' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5wPtPWjiC {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v5wPtPWjiC .carousel {
  width: 100%;
}
.cid-v5wPtPWjiC .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v5wPtPWjiC .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v5wPtPWjiC img,
.cid-v5wPtPWjiC .item-wrapper {
  border-radius: 0 !important;
}
.cid-v5wPtPWjiC .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-v5wPtPWjiC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5wPtPWjiC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5wPtPWjiC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5wPtPWjiC .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v5wPtPWjiC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5wPtPWjiC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5wPtPWjiC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5wPtPWjiC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5wPtPWjiC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5wPtPWjiC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5wPtPWjiC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5wPtPWjiC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5wPtPWjiC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5wPtPWjiC .carousel-indicators li.active,
.cid-v5wPtPWjiC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5wPtPWjiC .carousel-indicators li::after,
.cid-v5wPtPWjiC .carousel-indicators li::before {
  content: none;
}
.cid-v5wPtPWjiC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5wPtPWjiC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5wPtPWjiC .mbr-section-subtitle,
  .cid-v5wPtPWjiC .mbr-section-text,
  .cid-v5wPtPWjiC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5wPtPWjiC .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5wPtPWjiC .mbr-section-text,
.cid-v5wPtPWjiC .mbr-section-btn {
  text-align: justify;
}
.cid-v5K590ORbU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-v5K590ORbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5K590ORbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v5K590ORbU b,
.cid-v5K590ORbU strong {
  font-weight: 900;
}
.cid-v5K590ORbU .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v5K590ORbU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v5K590ORbU img {
    padding-bottom: 2rem;
  }
}
.cid-v5K590ORbU .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v5K590ORbU .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v5K590ORbU .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v5K590ORbU .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v5K590ORbU .row {
  align-items: center;
}
.cid-v5K590ORbU .mbr-section-title {
  color: #007cc1;
}
.cid-v5K590ORbU .mbr-text,
.cid-v5K590ORbU .mbr-section-btn {
  color: #ffffff;
}
.cid-v5K590ORbU .mbr-link,
.cid-v5K590ORbU .link-wrapper {
  color: #ffffff;
}
.cid-v5K590ORbU .mbr-text,
.cid-v5K590ORbU .text-wrapper {
  color: #000000;
}
.cid-v5K590ORbU .mbr-link,
.cid-v5K590ORbU .text-wrapper,
.cid-v5K590ORbU path {
  color: #17003b;
}
.cid-v8VCHII4Ra {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8VCHII4Ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VCHII4Ra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v8VCHII4Ra b,
.cid-v8VCHII4Ra strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v8VCHII4Ra img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v8VCHII4Ra img {
    padding-bottom: 2rem;
  }
}
.cid-v8VCHII4Ra .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v8VCHII4Ra .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v8VCHII4Ra .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v8VCHII4Ra .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v8VCHII4Ra .row {
  align-items: center;
}
.cid-v8VCHII4Ra .mbr-section-title {
  color: #007cc1;
  text-align: center;
}
.cid-v8VCHII4Ra .mbr-text,
.cid-v8VCHII4Ra .mbr-section-btn {
  color: #ffffff;
}
.cid-v8VCHII4Ra .mbr-link,
.cid-v8VCHII4Ra .link-wrapper {
  color: #ffffff;
}
.cid-v8VCHII4Ra .mbr-text,
.cid-v8VCHII4Ra .text-wrapper {
  color: #000000;
}
.cid-v8VCHII4Ra .mbr-link,
.cid-v8VCHII4Ra .text-wrapper,
.cid-v8VCHII4Ra path {
  color: #17003b;
}
.cid-v5IFlvcDZ5 {
  background-image: url("../../../assets/images/chemoboden-head-pic-1305x866.webp");
}
.cid-v5IFlvcDZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IFlvcDZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IFlvcDZ5 .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5IFlvcDZ5 .image-wrap {
    height: 300px;
  }
}
.cid-v4FiQZzKhT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4FiQZzKhT .item:focus,
.cid-v4FiQZzKhT span:focus {
  outline: none;
}
.cid-v4FiQZzKhT .item {
  cursor: pointer;
}
.cid-v4FiQZzKhT .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v4FiQZzKhT .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v4FiQZzKhT .grid-container-1,
.cid-v4FiQZzKhT .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v4FiQZzKhT .grid-container-1,
  .cid-v4FiQZzKhT .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v4FiQZzKhT .mbr-section-title {
  margin-bottom: 44px;
  color: #007cc1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4FiQZzKhT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4FiQZzKhT .content-head {
  max-width: 800px;
}
.cid-v4FiQZzKhT .container,
.cid-v4FiQZzKhT .container-fluid {
  overflow: hidden;
}
.cid-v4FiQZzKhT .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v4FiQZzKhT .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4FiQZzKhT .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v4FiQZzKhT .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v4FiQZzKhT .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v4FiQZzKhT .grid-item img {
    height: 140px;
  }
}
.cid-v4FiQZzKhT .grid-container-1,
.cid-v4FiQZzKhT .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v4FiQZzKhT .grid-container-1 {
  align-items: flex-end;
}
.cid-v4FiQZzKhT .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-ugMAjIfy4N {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugMAjIfy4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMAjIfy4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMAjIfy4N .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMAjIfy4N .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugMAjIfy4N .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-ugMAjIfy4N .card-text {
    padding-top: 5rem;
  }
}
.cid-ugMAjIfy4N .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #000000;
  transition: all ease-in-out 0.3s;
}
.cid-ugMAjIfy4N .item-wrapper:hover {
  background-color: #007cc1;
  transition: all ease-in-out 0.3s;
}
.cid-ugMAjIfy4N .item-wrapper:hover .card-title,
.cid-ugMAjIfy4N .item-wrapper:hover .card-text,
.cid-ugMAjIfy4N .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMAjIfy4N .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMAjIfy4N .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-ugMAjIfy4N .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-ugMAjIfy4N .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #007cc1;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1600px) {
  .cid-ugMAjIfy4N .mbr-iconfont {
    font-size: 3rem;
  }
}
.cid-ugMAjIfy4N .mbr-section-title {
  color: #221b35;
}
.cid-ugMAjIfy4N .mbr-section-subtitle {
  color: #221b35;
}
.cid-ugMAjIfy4N .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ugMAjIfy4N .card-box .item-footer {
  margin-top: auto;
}
.cid-ugMAjIfy4N .content-head {
  max-width: 800px;
}
.cid-ugMAjIfy4N .card-title,
.cid-ugMAjIfy4N .iconfont-wrapper {
  color: #000000;
}
.cid-ugMAjIfy4N .card-text,
.cid-ugMAjIfy4N .item .mbr-section-btn {
  color: #221b35;
}
.cid-v4FiH0sU3k {
  background-image: url("../../../assets/images/whatsapp20image202025-06-1520at2010.50.382-1200x1600.webp");
}
.cid-v4FiH0sU3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4FiH0sU3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4FiH0sU3k .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v4FiH0sU3k .image-wrap {
    height: 300px;
  }
}
.cid-ugI9nmPE5b {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-ugI9nmPE5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9nmPE5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9nmPE5b .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugI9nmPE5b .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9nmPE5b .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ugI9nmPE5b .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9nmPE5b .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ugI9nmPE5b .google-map {
  height: 100%;
  position: relative;
}
.cid-ugI9nmPE5b .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugI9nmPE5b .google-map iframe {
    min-height: 350px;
  }
}
.cid-ugI9nmPE5b .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-ugI9nmPE5b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugI9nmPE5b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugI9nmPE5b ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ugI9nmPE5b .content-head {
  max-width: 800px;
}
.cid-ugI9nmPE5b .mbr-section-title {
  color: #007cc1;
}
.cid-ugI9nmPE5b .cardTitle {
  color: #000000;
}
.cid-ugI9nmPE5b .list,
.cid-ugI9nmPE5b .item-wrap {
  color: #221b35;
}
.cid-v4MbF6QlKK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v4MbF6QlKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MbF6QlKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MbF6QlKK .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4MbF6QlKK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MbF6QlKK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-v4MbF6QlKK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MbF6QlKK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v4MbF6QlKK .google-map {
  height: 100%;
  position: relative;
}
.cid-v4MbF6QlKK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v4MbF6QlKK .google-map iframe {
    min-height: 350px;
  }
}
.cid-v4MbF6QlKK .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-v4MbF6QlKK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4MbF6QlKK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v4MbF6QlKK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4MbF6QlKK .content-head {
  max-width: 800px;
}
.cid-v4MbF6QlKK .mbr-section-title {
  color: #221b35;
}
.cid-v4MbF6QlKK .cardTitle {
  color: #000000;
}
.cid-v4MbF6QlKK .list,
.cid-v4MbF6QlKK .item-wrap {
  color: #221b35;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5wQK3XoJO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5wQK3XoJO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5wQK3XoJO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wQK3XoJO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5wQK3XoJO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5wQK3XoJO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5wQK3XoJO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5wQK3XoJO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5wQK3XoJO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5wQK3XoJO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5wQK3XoJO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5wQK3XoJO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5wQK3XoJO .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5wQK3XoJO .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5wQK3XoJO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5wQK3XoJO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5wQK3XoJO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5wQK3XoJO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5wQK3XoJO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5wQK3XoJO .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5wQK3XoJO .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5wQK3XoJO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5wQK3XoJO .nav-item:focus,
.cid-v5wQK3XoJO .nav-link:focus {
  outline: none;
}
.cid-v5wQK3XoJO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5wQK3XoJO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5wQK3XoJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5wQK3XoJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wQK3XoJO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wQK3XoJO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar.opened {
  transition: all 0.3s;
}
.cid-v5wQK3XoJO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5wQK3XoJO .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5wQK3XoJO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5wQK3XoJO .navbar.collapsed {
  justify-content: center;
}
.cid-v5wQK3XoJO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wQK3XoJO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wQK3XoJO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5wQK3XoJO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wQK3XoJO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wQK3XoJO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5wQK3XoJO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5wQK3XoJO .navbar {
    min-height: 72px;
  }
  .cid-v5wQK3XoJO .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5wQK3XoJO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wQK3XoJO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wQK3XoJO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wQK3XoJO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5wQK3XoJO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5wQK3XoJO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5wQK3XoJO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5wQK3XoJO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5wQK3XoJO .dropdown-item.active,
.cid-v5wQK3XoJO .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wQK3XoJO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wQK3XoJO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wQK3XoJO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wQK3XoJO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5wQK3XoJO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5wQK3XoJO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5wQK3XoJO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5wQK3XoJO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5wQK3XoJO .navbar-buttons {
    text-align: left;
  }
}
.cid-v5wQK3XoJO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5wQK3XoJO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5wQK3XoJO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5wQK3XoJO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5wQK3XoJO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5wQK3XoJO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5wQK3XoJO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wQK3XoJO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5wQK3XoJO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5wQK3XoJO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wQK3XoJO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5wQK3XoJO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5wQK3XoJO .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-v5wQK3XoJO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wQK3XoJO .navbar {
    height: 70px;
  }
  .cid-v5wQK3XoJO .navbar.opened {
    height: auto;
  }
  .cid-v5wQK3XoJO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wQK3XoJO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5wQK3XoJO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5wQK3XoJO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5wQK3XoJO .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5wQK3XoJO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5wQK3XoJO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5wQK3XoJO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5wQK3XoJO .navbar-brand {
    margin-right: auto;
  }
  .cid-v5wQK3XoJO .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5wQK3XoJO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5wQK3XoJO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5wQK3XoJO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5wQK3XoJO .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5wQK3XoJO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5wQK3XoJO .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-v5wQK3XoJO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5wQK3XoJO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5wTsgQCwu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/photo-2025-06-15-10-36-38204-1036x1381.webp");
}
.cid-v5wTsgQCwu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-v5wTsgQCwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wTsgQCwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wTsgQCwu .card {
  justify-content: flex-end;
}
.cid-v5wTsgQCwu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v5wTsgQCwu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5wTsgQCwu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5wTsgQCwu .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v5wTsgQCwu .mbr-label {
  color: #ffffff;
}
.cid-v5wTsgQCwu .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-v5wTsgQCwu .mbr-text {
  color: #ffffff;
}
.cid-v5xvCmhxkl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ededed;
}
.cid-v5xvCmhxkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xvCmhxkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xvCmhxkl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #007cc1, #007cc1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5xvCmhxkl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5xvCmhxkl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #000000, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5xvCmhxkl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5xvCmhxkl .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5xvCmhxkl .mbr-section-title {
  color: #000000;
}
.cid-v5xvCmhxkl .mbr-text,
.cid-v5xvCmhxkl .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5xvCmhxkl .mbr-section-title,
.cid-v5xvCmhxkl .title-wrapper,
.cid-v5xvCmhxkl .mbr-section-btn {
  text-align: center;
  color: #007cc1;
}
.cid-v5wYH2AWfc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5wYH2AWfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wYH2AWfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5wYH2AWfc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5wYH2AWfc .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5wYH2AWfc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5wYH2AWfc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5wYH2AWfc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5wYH2AWfc .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v5wYH2AWfc .image-wrapper img {
    height: 300px;
  }
}
.cid-v5wYH2AWfc .mbr-label {
  color: #be0000;
}
.cid-v5wYH2AWfc .mbr-section-title {
  color: #000000;
}
.cid-v5wYH2AWfc .mbr-text {
  color: #000000;
}
.cid-v5wYH2AWfc .mbr-section-title,
.cid-v5wYH2AWfc .mbr-section-btn {
  color: #007cc1;
}
.cid-v5IFWMKnZU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5IFWMKnZU .item:focus,
.cid-v5IFWMKnZU span:focus {
  outline: none;
}
.cid-v5IFWMKnZU .item {
  cursor: pointer;
}
.cid-v5IFWMKnZU .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v5IFWMKnZU .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v5IFWMKnZU .grid-container-1,
.cid-v5IFWMKnZU .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v5IFWMKnZU .grid-container-1,
  .cid-v5IFWMKnZU .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v5IFWMKnZU .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v5IFWMKnZU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5IFWMKnZU .content-head {
  max-width: 800px;
}
.cid-v5IFWMKnZU .container,
.cid-v5IFWMKnZU .container-fluid {
  overflow: hidden;
}
.cid-v5IFWMKnZU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5IFWMKnZU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5IFWMKnZU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v5IFWMKnZU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5IFWMKnZU .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v5IFWMKnZU .grid-item img {
    height: 140px;
  }
}
.cid-v5IFWMKnZU .grid-container-1,
.cid-v5IFWMKnZU .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5IFWMKnZU .grid-container-1 {
  align-items: flex-end;
}
.cid-v5IFWMKnZU .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v8VPvR2waG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8VPvR2waG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VPvR2waG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8VPvR2waG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8VPvR2waG .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v8VPvR2waG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v8VPvR2waG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8VPvR2waG .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8VPvR2waG .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v8VPvR2waG .image-wrapper img {
    height: 300px;
  }
}
.cid-v8VPvR2waG .mbr-label {
  color: #be0000;
}
.cid-v8VPvR2waG .mbr-section-title {
  color: #000000;
}
.cid-v8VPvR2waG .mbr-text {
  color: #000000;
}
.cid-v8VPvR2waG .mbr-section-title,
.cid-v8VPvR2waG .mbr-section-btn {
  color: #007cc1;
}
.cid-v5IHoUmGzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5IHoUmGzy .item:focus,
.cid-v5IHoUmGzy span:focus {
  outline: none;
}
.cid-v5IHoUmGzy .item {
  cursor: pointer;
}
.cid-v5IHoUmGzy .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v5IHoUmGzy .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v5IHoUmGzy .grid-container-1,
.cid-v5IHoUmGzy .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v5IHoUmGzy .grid-container-1,
  .cid-v5IHoUmGzy .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v5IHoUmGzy .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v5IHoUmGzy .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5IHoUmGzy .content-head {
  max-width: 800px;
}
.cid-v5IHoUmGzy .container,
.cid-v5IHoUmGzy .container-fluid {
  overflow: hidden;
}
.cid-v5IHoUmGzy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5IHoUmGzy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5IHoUmGzy .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v5IHoUmGzy .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5IHoUmGzy .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v5IHoUmGzy .grid-item img {
    height: 140px;
  }
}
.cid-v5IHoUmGzy .grid-container-1,
.cid-v5IHoUmGzy .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5IHoUmGzy .grid-container-1 {
  align-items: flex-end;
}
.cid-v5IHoUmGzy .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v5xs7H9LSD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5xs7H9LSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xs7H9LSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5xs7H9LSD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5xs7H9LSD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5xs7H9LSD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5xs7H9LSD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xs7H9LSD .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5xs7H9LSD .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v5xs7H9LSD .image-wrapper img {
    height: 300px;
  }
}
.cid-v5xs7H9LSD .mbr-label {
  color: #be0000;
}
.cid-v5xs7H9LSD .mbr-section-title {
  color: #000000;
}
.cid-v5xs7H9LSD .mbr-text {
  color: #000000;
}
.cid-v5xs7H9LSD .mbr-section-title,
.cid-v5xs7H9LSD .mbr-section-btn {
  color: #007cc1;
}
.cid-v8VQsvGJNV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8VQsvGJNV .item:focus,
.cid-v8VQsvGJNV span:focus {
  outline: none;
}
.cid-v8VQsvGJNV .item {
  cursor: pointer;
}
.cid-v8VQsvGJNV .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v8VQsvGJNV .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v8VQsvGJNV .grid-container-1,
.cid-v8VQsvGJNV .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v8VQsvGJNV .grid-container-1,
  .cid-v8VQsvGJNV .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v8VQsvGJNV .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v8VQsvGJNV .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v8VQsvGJNV .content-head {
  max-width: 800px;
}
.cid-v8VQsvGJNV .container,
.cid-v8VQsvGJNV .container-fluid {
  overflow: hidden;
}
.cid-v8VQsvGJNV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v8VQsvGJNV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8VQsvGJNV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v8VQsvGJNV .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v8VQsvGJNV .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v8VQsvGJNV .grid-item img {
    height: 140px;
  }
}
.cid-v8VQsvGJNV .grid-container-1,
.cid-v8VQsvGJNV .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v8VQsvGJNV .grid-container-1 {
  align-items: flex-end;
}
.cid-v8VQsvGJNV .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v5xv11iPNw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5xv11iPNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xv11iPNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5xv11iPNw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5xv11iPNw .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5xv11iPNw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5xv11iPNw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xv11iPNw .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5xv11iPNw .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v5xv11iPNw .image-wrapper img {
    height: 300px;
  }
}
.cid-v5xv11iPNw .mbr-label {
  color: #be0000;
}
.cid-v5xv11iPNw .mbr-section-title {
  color: #000000;
}
.cid-v5xv11iPNw .mbr-text {
  color: #000000;
}
.cid-v5xv11iPNw .mbr-section-title,
.cid-v5xv11iPNw .mbr-section-btn {
  color: #007cc1;
}
.cid-v5IMLLOXWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5IMLLOXWf .item:focus,
.cid-v5IMLLOXWf span:focus {
  outline: none;
}
.cid-v5IMLLOXWf .item {
  cursor: pointer;
}
.cid-v5IMLLOXWf .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v5IMLLOXWf .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v5IMLLOXWf .grid-container-1,
.cid-v5IMLLOXWf .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v5IMLLOXWf .grid-container-1,
  .cid-v5IMLLOXWf .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v5IMLLOXWf .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v5IMLLOXWf .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5IMLLOXWf .content-head {
  max-width: 800px;
}
.cid-v5IMLLOXWf .container,
.cid-v5IMLLOXWf .container-fluid {
  overflow: hidden;
}
.cid-v5IMLLOXWf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5IMLLOXWf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5IMLLOXWf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v5IMLLOXWf .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5IMLLOXWf .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v5IMLLOXWf .grid-item img {
    height: 140px;
  }
}
.cid-v5IMLLOXWf .grid-container-1,
.cid-v5IMLLOXWf .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5IMLLOXWf .grid-container-1 {
  align-items: flex-end;
}
.cid-v5IMLLOXWf .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v5xv5veIBA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5xv5veIBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xv5veIBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5xv5veIBA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5xv5veIBA .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5xv5veIBA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5xv5veIBA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xv5veIBA .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5xv5veIBA .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v5xv5veIBA .image-wrapper img {
    height: 300px;
  }
}
.cid-v5xv5veIBA .mbr-label {
  color: #be0000;
}
.cid-v5xv5veIBA .mbr-section-title {
  color: #000000;
}
.cid-v5xv5veIBA .mbr-text {
  color: #000000;
}
.cid-v5xv5veIBA .mbr-section-title,
.cid-v5xv5veIBA .mbr-section-btn {
  color: #007cc1;
}
.cid-v5INMZBOcJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5INMZBOcJ .item:focus,
.cid-v5INMZBOcJ span:focus {
  outline: none;
}
.cid-v5INMZBOcJ .item {
  cursor: pointer;
}
.cid-v5INMZBOcJ .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v5INMZBOcJ .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v5INMZBOcJ .grid-container-1,
.cid-v5INMZBOcJ .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v5INMZBOcJ .grid-container-1,
  .cid-v5INMZBOcJ .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v5INMZBOcJ .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v5INMZBOcJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5INMZBOcJ .content-head {
  max-width: 800px;
}
.cid-v5INMZBOcJ .container,
.cid-v5INMZBOcJ .container-fluid {
  overflow: hidden;
}
.cid-v5INMZBOcJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5INMZBOcJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5INMZBOcJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v5INMZBOcJ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5INMZBOcJ .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v5INMZBOcJ .grid-item img {
    height: 140px;
  }
}
.cid-v5INMZBOcJ .grid-container-1,
.cid-v5INMZBOcJ .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5INMZBOcJ .grid-container-1 {
  align-items: flex-end;
}
.cid-v5INMZBOcJ .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5x202E7ec {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5x202E7ec .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-v5x202E7ec .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5x202E7ec .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-v5x202E7ec .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5x202E7ec .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5x202E7ec .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5x202E7ec .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5x202E7ec .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5x202E7ec .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5x202E7ec .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5x202E7ec .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5x202E7ec .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5x202E7ec .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5x202E7ec .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5x202E7ec .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5x202E7ec .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5x202E7ec .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5x202E7ec .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5x202E7ec .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5x202E7ec .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5x202E7ec .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5x202E7ec .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x202E7ec .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5x202E7ec .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5x202E7ec .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5x202E7ec .nav-item:focus,
.cid-v5x202E7ec .nav-link:focus {
  outline: none;
}
.cid-v5x202E7ec .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5x202E7ec .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5x202E7ec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5x202E7ec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5x202E7ec .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5x202E7ec .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5x202E7ec .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-v5x202E7ec .navbar.opened {
  transition: all 0.3s;
}
.cid-v5x202E7ec .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5x202E7ec .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5x202E7ec .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5x202E7ec .navbar.collapsed {
  justify-content: center;
}
.cid-v5x202E7ec .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5x202E7ec .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5x202E7ec .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5x202E7ec .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5x202E7ec .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5x202E7ec .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-v5x202E7ec .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5x202E7ec .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5x202E7ec .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5x202E7ec .navbar {
    min-height: 72px;
  }
  .cid-v5x202E7ec .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5x202E7ec .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5x202E7ec .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5x202E7ec .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5x202E7ec .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5x202E7ec .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-v5x202E7ec .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5x202E7ec .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5x202E7ec .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5x202E7ec .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5x202E7ec .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5x202E7ec .dropdown-item.active,
.cid-v5x202E7ec .dropdown-item:active {
  background-color: transparent;
}
.cid-v5x202E7ec .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5x202E7ec .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5x202E7ec .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5x202E7ec .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5x202E7ec .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5x202E7ec .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5x202E7ec ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5x202E7ec .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5x202E7ec .navbar-buttons {
    text-align: left;
  }
}
.cid-v5x202E7ec button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5x202E7ec button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5x202E7ec button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5x202E7ec button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5x202E7ec button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5x202E7ec button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5x202E7ec nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5x202E7ec nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5x202E7ec nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5x202E7ec nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5x202E7ec .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5x202E7ec a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5x202E7ec .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-v5x202E7ec .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5x202E7ec .navbar {
    height: 70px;
  }
  .cid-v5x202E7ec .navbar.opened {
    height: auto;
  }
  .cid-v5x202E7ec .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5x202E7ec .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5x202E7ec .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5x202E7ec .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5x202E7ec .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5x202E7ec .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5x202E7ec .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5x202E7ec .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5x202E7ec .navbar-brand {
    margin-right: auto;
  }
  .cid-v5x202E7ec .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5x202E7ec .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5x202E7ec .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5x202E7ec .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-v5x202E7ec .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5x202E7ec .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5x202E7ec .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5x202E7ec .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5x202E7ec .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-v5x202E7ec .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5x202E7ec .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5x204kliJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/chemoboden-head-pic-1305x866.webp");
}
.cid-v5x204kliJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x204kliJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x204kliJ .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5x204kliJ .image-wrap {
    height: 300px;
  }
}
.cid-v5K3GozpNJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5K3GozpNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5K3GozpNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v5K3GozpNJ b,
.cid-v5K3GozpNJ strong {
  font-weight: 900;
}
.cid-v5K3GozpNJ .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v5K3GozpNJ img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v5K3GozpNJ img {
    padding-bottom: 2rem;
  }
}
.cid-v5K3GozpNJ .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v5K3GozpNJ .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v5K3GozpNJ .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v5K3GozpNJ .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v5K3GozpNJ .row {
  align-items: center;
}
.cid-v5K3GozpNJ .mbr-section-title {
  color: #007cc1;
}
.cid-v5K3GozpNJ .mbr-text,
.cid-v5K3GozpNJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v5K3GozpNJ .mbr-link,
.cid-v5K3GozpNJ .link-wrapper {
  color: #ffffff;
}
.cid-v5K3GozpNJ .mbr-text,
.cid-v5K3GozpNJ .text-wrapper {
  color: #000000;
}
.cid-v5K3GozpNJ .mbr-link,
.cid-v5K3GozpNJ .text-wrapper,
.cid-v5K3GozpNJ path {
  color: #17003b;
}
.cid-v9RmkmaSlX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-v9RmkmaSlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9RmkmaSlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v9RmkmaSlX b,
.cid-v9RmkmaSlX strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v9RmkmaSlX img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v9RmkmaSlX img {
    padding-bottom: 2rem;
  }
}
.cid-v9RmkmaSlX .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v9RmkmaSlX .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v9RmkmaSlX .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v9RmkmaSlX .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v9RmkmaSlX .row {
  align-items: center;
}
.cid-v9RmkmaSlX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v9RmkmaSlX .mbr-text,
.cid-v9RmkmaSlX .mbr-section-btn {
  color: #ffffff;
}
.cid-v9RmkmaSlX .mbr-link,
.cid-v9RmkmaSlX .link-wrapper {
  color: #ffffff;
}
.cid-v9RmkmaSlX .mbr-text,
.cid-v9RmkmaSlX .text-wrapper {
  color: #000000;
}
.cid-v9RmkmaSlX .mbr-link,
.cid-v9RmkmaSlX .text-wrapper,
.cid-v9RmkmaSlX path {
  color: #17003b;
}
.cid-v5x204E8JS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5x204E8JS .item:focus,
.cid-v5x204E8JS span:focus {
  outline: none;
}
.cid-v5x204E8JS .item {
  cursor: pointer;
}
.cid-v5x204E8JS .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v5x204E8JS .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v5x204E8JS .grid-container-1,
.cid-v5x204E8JS .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v5x204E8JS .grid-container-1,
  .cid-v5x204E8JS .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v5x204E8JS .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v5x204E8JS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5x204E8JS .content-head {
  max-width: 800px;
}
.cid-v5x204E8JS .container,
.cid-v5x204E8JS .container-fluid {
  overflow: hidden;
}
.cid-v5x204E8JS .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5x204E8JS .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5x204E8JS .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v5x204E8JS .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5x204E8JS .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v5x204E8JS .grid-item img {
    height: 140px;
  }
}
.cid-v5x204E8JS .grid-container-1,
.cid-v5x204E8JS .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5x204E8JS .grid-container-1 {
  align-items: flex-end;
}
.cid-v5x204E8JS .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v5x206dr2F {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v5x206dr2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x206dr2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x206dr2F .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5x206dr2F .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x206dr2F .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-v5x206dr2F .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x206dr2F .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v5x206dr2F .google-map {
  height: 100%;
  position: relative;
}
.cid-v5x206dr2F .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5x206dr2F .google-map iframe {
    min-height: 350px;
  }
}
.cid-v5x206dr2F .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-v5x206dr2F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5x206dr2F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5x206dr2F ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v5x206dr2F .content-head {
  max-width: 800px;
}
.cid-v5x206dr2F .mbr-section-title {
  color: #007cc1;
}
.cid-v5x206dr2F .cardTitle {
  color: #000000;
}
.cid-v5x206dr2F .list,
.cid-v5x206dr2F .item-wrap {
  color: #221b35;
}
.cid-v5x206RHUP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-v5x206RHUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x206RHUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x206RHUP .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5x206RHUP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x206RHUP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-v5x206RHUP .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x206RHUP .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v5x206RHUP .google-map {
  height: 100%;
  position: relative;
}
.cid-v5x206RHUP .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5x206RHUP .google-map iframe {
    min-height: 350px;
  }
}
.cid-v5x206RHUP .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-v5x206RHUP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5x206RHUP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5x206RHUP ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v5x206RHUP .content-head {
  max-width: 800px;
}
.cid-v5x206RHUP .mbr-section-title {
  color: #221b35;
}
.cid-v5x206RHUP .cardTitle {
  color: #000000;
}
.cid-v5x206RHUP .list,
.cid-v5x206RHUP .item-wrap {
  color: #221b35;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5x4obsjxH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5x4obsjxH .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-v5x4obsjxH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5x4obsjxH .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-v5x4obsjxH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5x4obsjxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5x4obsjxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5x4obsjxH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5x4obsjxH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5x4obsjxH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5x4obsjxH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5x4obsjxH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5x4obsjxH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5x4obsjxH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5x4obsjxH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5x4obsjxH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5x4obsjxH .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5x4obsjxH .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5x4obsjxH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5x4obsjxH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5x4obsjxH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5x4obsjxH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5x4obsjxH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x4obsjxH .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5x4obsjxH .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5x4obsjxH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5x4obsjxH .nav-item:focus,
.cid-v5x4obsjxH .nav-link:focus {
  outline: none;
}
.cid-v5x4obsjxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5x4obsjxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5x4obsjxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5x4obsjxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5x4obsjxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5x4obsjxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5x4obsjxH .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-v5x4obsjxH .navbar.opened {
  transition: all 0.3s;
}
.cid-v5x4obsjxH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5x4obsjxH .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5x4obsjxH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5x4obsjxH .navbar.collapsed {
  justify-content: center;
}
.cid-v5x4obsjxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5x4obsjxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5x4obsjxH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5x4obsjxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5x4obsjxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5x4obsjxH .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-v5x4obsjxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5x4obsjxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5x4obsjxH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5x4obsjxH .navbar {
    min-height: 72px;
  }
  .cid-v5x4obsjxH .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5x4obsjxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5x4obsjxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5x4obsjxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5x4obsjxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5x4obsjxH .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-v5x4obsjxH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5x4obsjxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5x4obsjxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5x4obsjxH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5x4obsjxH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5x4obsjxH .dropdown-item.active,
.cid-v5x4obsjxH .dropdown-item:active {
  background-color: transparent;
}
.cid-v5x4obsjxH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5x4obsjxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5x4obsjxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5x4obsjxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5x4obsjxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5x4obsjxH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5x4obsjxH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5x4obsjxH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5x4obsjxH .navbar-buttons {
    text-align: left;
  }
}
.cid-v5x4obsjxH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5x4obsjxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5x4obsjxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5x4obsjxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5x4obsjxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5x4obsjxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5x4obsjxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5x4obsjxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5x4obsjxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5x4obsjxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5x4obsjxH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5x4obsjxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5x4obsjxH .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-v5x4obsjxH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5x4obsjxH .navbar {
    height: 70px;
  }
  .cid-v5x4obsjxH .navbar.opened {
    height: auto;
  }
  .cid-v5x4obsjxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5x4obsjxH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5x4obsjxH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5x4obsjxH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5x4obsjxH .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5x4obsjxH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5x4obsjxH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5x4obsjxH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5x4obsjxH .navbar-brand {
    margin-right: auto;
  }
  .cid-v5x4obsjxH .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5x4obsjxH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5x4obsjxH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5x4obsjxH .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-v5x4obsjxH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5x4obsjxH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5x4obsjxH .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5x4obsjxH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5x4obsjxH .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-v5x4obsjxH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5x4obsjxH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5x4oaycRE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp20image202025-06-1520at2010.50.382-1200x1600.webp");
}
.cid-v5x4oaycRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x4oaycRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x4oaycRE .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5x4oaycRE .image-wrap {
    height: 300px;
  }
}
.cid-v5x4oeQOKj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v5x4oeQOKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x4oeQOKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x4oeQOKj .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5x4oeQOKj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x4oeQOKj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-v5x4oeQOKj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x4oeQOKj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v5x4oeQOKj .google-map {
  height: 100%;
  position: relative;
}
.cid-v5x4oeQOKj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5x4oeQOKj .google-map iframe {
    min-height: 350px;
  }
}
.cid-v5x4oeQOKj .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-v5x4oeQOKj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5x4oeQOKj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5x4oeQOKj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v5x4oeQOKj .content-head {
  max-width: 800px;
}
.cid-v5x4oeQOKj .mbr-section-title {
  color: #007cc1;
}
.cid-v5x4oeQOKj .cardTitle {
  color: #000000;
}
.cid-v5x4oeQOKj .list,
.cid-v5x4oeQOKj .item-wrap {
  color: #221b35;
}
.cid-v5x4ofxdtp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-v5x4ofxdtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x4ofxdtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x4ofxdtp .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5x4ofxdtp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x4ofxdtp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-v5x4ofxdtp .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5x4ofxdtp .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v5x4ofxdtp .google-map {
  height: 100%;
  position: relative;
}
.cid-v5x4ofxdtp .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5x4ofxdtp .google-map iframe {
    min-height: 350px;
  }
}
.cid-v5x4ofxdtp .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-v5x4ofxdtp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5x4ofxdtp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5x4ofxdtp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v5x4ofxdtp .content-head {
  max-width: 800px;
}
.cid-v5x4ofxdtp .mbr-section-title {
  color: #221b35;
}
.cid-v5x4ofxdtp .cardTitle {
  color: #000000;
}
.cid-v5x4ofxdtp .list,
.cid-v5x4ofxdtp .item-wrap {
  color: #221b35;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5xh8pFVCh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5xh8pFVCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5xh8pFVCh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5xh8pFVCh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5xh8pFVCh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5xh8pFVCh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5xh8pFVCh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5xh8pFVCh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5xh8pFVCh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5xh8pFVCh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5xh8pFVCh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5xh8pFVCh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5xh8pFVCh .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5xh8pFVCh .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5xh8pFVCh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5xh8pFVCh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5xh8pFVCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5xh8pFVCh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5xh8pFVCh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5xh8pFVCh .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5xh8pFVCh .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5xh8pFVCh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5xh8pFVCh .nav-item:focus,
.cid-v5xh8pFVCh .nav-link:focus {
  outline: none;
}
.cid-v5xh8pFVCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5xh8pFVCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5xh8pFVCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5xh8pFVCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xh8pFVCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5xh8pFVCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar.opened {
  transition: all 0.3s;
}
.cid-v5xh8pFVCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5xh8pFVCh .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5xh8pFVCh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5xh8pFVCh .navbar.collapsed {
  justify-content: center;
}
.cid-v5xh8pFVCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5xh8pFVCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5xh8pFVCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5xh8pFVCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5xh8pFVCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5xh8pFVCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5xh8pFVCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5xh8pFVCh .navbar {
    min-height: 72px;
  }
  .cid-v5xh8pFVCh .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5xh8pFVCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5xh8pFVCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5xh8pFVCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5xh8pFVCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5xh8pFVCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5xh8pFVCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5xh8pFVCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5xh8pFVCh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5xh8pFVCh .dropdown-item.active,
.cid-v5xh8pFVCh .dropdown-item:active {
  background-color: transparent;
}
.cid-v5xh8pFVCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5xh8pFVCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5xh8pFVCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5xh8pFVCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5xh8pFVCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5xh8pFVCh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5xh8pFVCh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5xh8pFVCh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5xh8pFVCh .navbar-buttons {
    text-align: left;
  }
}
.cid-v5xh8pFVCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5xh8pFVCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5xh8pFVCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5xh8pFVCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5xh8pFVCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5xh8pFVCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5xh8pFVCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xh8pFVCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5xh8pFVCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5xh8pFVCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xh8pFVCh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5xh8pFVCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5xh8pFVCh .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-v5xh8pFVCh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5xh8pFVCh .navbar {
    height: 70px;
  }
  .cid-v5xh8pFVCh .navbar.opened {
    height: auto;
  }
  .cid-v5xh8pFVCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5xh8pFVCh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5xh8pFVCh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5xh8pFVCh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5xh8pFVCh .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5xh8pFVCh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5xh8pFVCh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5xh8pFVCh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5xh8pFVCh .navbar-brand {
    margin-right: auto;
  }
  .cid-v5xh8pFVCh .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5xh8pFVCh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5xh8pFVCh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5xh8pFVCh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5xh8pFVCh .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5xh8pFVCh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5xh8pFVCh .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-v5xh8pFVCh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5xh8pFVCh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5xh8oWv2l {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2025-06-15-10-36-38204-1036x1381.webp");
}
.cid-v5xh8oWv2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xh8oWv2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xh8oWv2l .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5xh8oWv2l .image-wrap {
    height: 300px;
  }
}
.cid-v5xiRVtifJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-v5xiRVtifJ .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-v5xiRVtifJ .mbr-section-title {
  color: #007cc1;
  text-align: justify;
}
.cid-v5xiRVtifJ .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: justify;
}
.cid-v5xiRVtifJ .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-v5xiRVtifJ .items-row {
    margin: 0 -15px;
  }
  .cid-v5xiRVtifJ .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5xiRVtifJ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-v5xiRVtifJ .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v5xiRVtifJ .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v5xiRVtifJ .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-v5xiRVtifJ .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-v5xiRVtifJ .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v5xiRVtifJ .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-v5xiRVtifJ .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v5xiRVtifJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-v5xiRVtifJ .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v5xiRVtifJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-v5xiRVtifJ .soc-item:hover .mbr-iconfont {
  color: #007cc1 !important;
}
.cid-v5xiRVtifJ .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-v5xiRVtifJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5xmRi3RKI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-v5xmRi3RKI .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-v5xmRi3RKI .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v5xmRi3RKI .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: justify;
}
.cid-v5xmRi3RKI .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-v5xmRi3RKI .items-row {
    margin: 0 -15px;
  }
  .cid-v5xmRi3RKI .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5xmRi3RKI .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-v5xmRi3RKI .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v5xmRi3RKI .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v5xmRi3RKI .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-v5xmRi3RKI .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-v5xmRi3RKI .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v5xmRi3RKI .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-v5xmRi3RKI .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v5xmRi3RKI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-v5xmRi3RKI .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v5xmRi3RKI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-v5xmRi3RKI .soc-item:hover .mbr-iconfont {
  color: #007cc1 !important;
}
.cid-v5xmRi3RKI .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-v5xmRi3RKI .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5xpox5h17 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-v5xpox5h17 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-v5xpox5h17 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v5xpox5h17 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: justify;
}
.cid-v5xpox5h17 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-v5xpox5h17 .items-row {
    margin: 0 -15px;
  }
  .cid-v5xpox5h17 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5xpox5h17 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-v5xpox5h17 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v5xpox5h17 .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v5xpox5h17 .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-v5xpox5h17 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-v5xpox5h17 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v5xpox5h17 .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-v5xpox5h17 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v5xpox5h17 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-v5xpox5h17 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v5xpox5h17 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-v5xpox5h17 .soc-item:hover .mbr-iconfont {
  color: #007cc1 !important;
}
.cid-v5xpox5h17 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-v5xpox5h17 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5xh8qvXVs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5xh8qvXVs .item:focus,
.cid-v5xh8qvXVs span:focus {
  outline: none;
}
.cid-v5xh8qvXVs .item {
  cursor: pointer;
}
.cid-v5xh8qvXVs .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v5xh8qvXVs .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v5xh8qvXVs .grid-container-1,
.cid-v5xh8qvXVs .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v5xh8qvXVs .grid-container-1,
  .cid-v5xh8qvXVs .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v5xh8qvXVs .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-v5xh8qvXVs .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5xh8qvXVs .content-head {
  max-width: 800px;
}
.cid-v5xh8qvXVs .container,
.cid-v5xh8qvXVs .container-fluid {
  overflow: hidden;
}
.cid-v5xh8qvXVs .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5xh8qvXVs .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5xh8qvXVs .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v5xh8qvXVs .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5xh8qvXVs .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v5xh8qvXVs .grid-item img {
    height: 140px;
  }
}
.cid-v5xh8qvXVs .grid-container-1,
.cid-v5xh8qvXVs .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5xh8qvXVs .grid-container-1 {
  align-items: flex-end;
}
.cid-v5xh8qvXVs .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5zWHgTudD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zWHgTudD .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-v5zWHgTudD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zWHgTudD .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-v5zWHgTudD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5zWHgTudD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zWHgTudD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zWHgTudD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zWHgTudD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5zWHgTudD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5zWHgTudD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zWHgTudD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zWHgTudD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5zWHgTudD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zWHgTudD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zWHgTudD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zWHgTudD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zWHgTudD .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5zWHgTudD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zWHgTudD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zWHgTudD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5zWHgTudD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5zWHgTudD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zWHgTudD .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5zWHgTudD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zWHgTudD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5zWHgTudD .nav-item:focus,
.cid-v5zWHgTudD .nav-link:focus {
  outline: none;
}
.cid-v5zWHgTudD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zWHgTudD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zWHgTudD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zWHgTudD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zWHgTudD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zWHgTudD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zWHgTudD .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-v5zWHgTudD .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zWHgTudD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zWHgTudD .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5zWHgTudD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zWHgTudD .navbar.collapsed {
  justify-content: center;
}
.cid-v5zWHgTudD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zWHgTudD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zWHgTudD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5zWHgTudD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zWHgTudD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zWHgTudD .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-v5zWHgTudD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zWHgTudD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zWHgTudD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zWHgTudD .navbar {
    min-height: 72px;
  }
  .cid-v5zWHgTudD .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zWHgTudD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zWHgTudD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zWHgTudD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zWHgTudD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zWHgTudD .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-v5zWHgTudD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zWHgTudD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zWHgTudD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zWHgTudD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zWHgTudD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zWHgTudD .dropdown-item.active,
.cid-v5zWHgTudD .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zWHgTudD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zWHgTudD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zWHgTudD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zWHgTudD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5zWHgTudD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zWHgTudD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zWHgTudD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zWHgTudD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zWHgTudD .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zWHgTudD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zWHgTudD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5zWHgTudD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zWHgTudD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zWHgTudD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zWHgTudD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zWHgTudD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zWHgTudD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zWHgTudD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zWHgTudD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zWHgTudD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zWHgTudD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zWHgTudD .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-v5zWHgTudD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zWHgTudD .navbar {
    height: 70px;
  }
  .cid-v5zWHgTudD .navbar.opened {
    height: auto;
  }
  .cid-v5zWHgTudD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zWHgTudD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zWHgTudD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zWHgTudD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zWHgTudD .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5zWHgTudD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zWHgTudD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zWHgTudD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zWHgTudD .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zWHgTudD .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5zWHgTudD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zWHgTudD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zWHgTudD .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-v5zWHgTudD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zWHgTudD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zWHgTudD .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5zWHgTudD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zWHgTudD .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-v5zWHgTudD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zWHgTudD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5zWHhCtwY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp20image202025-06-1520at2010.50.382-1200x1600.webp");
}
.cid-v5zWHhCtwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zWHhCtwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zWHhCtwY .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5zWHhCtwY .image-wrap {
    height: 300px;
  }
}
.cid-v8WAzHOEGF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8WAzHOEGF .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v8WAzHOEGF .display-1 {
    font-size: 5rem;
  }
}
.cid-v8WAzHOEGF .mbr-section-title {
  line-height: 1;
  text-align: justify;
  color: #007cc1;
}
@media (max-width: 767px) {
  .cid-v8WAzHOEGF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8WAzHOEGF .display-1 {
    font-size: 2.8rem;
  }
  .cid-v8WAzHOEGF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8WAzHOEGF .content-wrap {
    width: 100%;
  }
}
.cid-v8WAzHOEGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WAzHOEGF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v8WAzHOEGF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v8WAzHOEGF {
    align-items: center;
  }
  .cid-v8WAzHOEGF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8WAzHOEGF .content-wrap {
    min-width: 50%;
  }
}
.cid-v8WAzHOEGF .mbr-text,
.cid-v8WAzHOEGF .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5A03XcYEr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5A03XcYEr .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-v5A03XcYEr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5A03XcYEr .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-v5A03XcYEr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5A03XcYEr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5A03XcYEr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5A03XcYEr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5A03XcYEr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5A03XcYEr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5A03XcYEr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5A03XcYEr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5A03XcYEr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5A03XcYEr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5A03XcYEr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5A03XcYEr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5A03XcYEr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5A03XcYEr .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5A03XcYEr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5A03XcYEr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5A03XcYEr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5A03XcYEr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5A03XcYEr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5A03XcYEr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5A03XcYEr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5A03XcYEr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5A03XcYEr .nav-item:focus,
.cid-v5A03XcYEr .nav-link:focus {
  outline: none;
}
.cid-v5A03XcYEr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5A03XcYEr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5A03XcYEr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5A03XcYEr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5A03XcYEr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5A03XcYEr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5A03XcYEr .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-v5A03XcYEr .navbar.opened {
  transition: all 0.3s;
}
.cid-v5A03XcYEr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5A03XcYEr .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5A03XcYEr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5A03XcYEr .navbar.collapsed {
  justify-content: center;
}
.cid-v5A03XcYEr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5A03XcYEr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5A03XcYEr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5A03XcYEr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5A03XcYEr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5A03XcYEr .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-v5A03XcYEr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5A03XcYEr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5A03XcYEr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5A03XcYEr .navbar {
    min-height: 72px;
  }
  .cid-v5A03XcYEr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5A03XcYEr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5A03XcYEr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5A03XcYEr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5A03XcYEr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5A03XcYEr .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-v5A03XcYEr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5A03XcYEr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5A03XcYEr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5A03XcYEr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5A03XcYEr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5A03XcYEr .dropdown-item.active,
.cid-v5A03XcYEr .dropdown-item:active {
  background-color: transparent;
}
.cid-v5A03XcYEr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5A03XcYEr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5A03XcYEr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5A03XcYEr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5A03XcYEr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5A03XcYEr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5A03XcYEr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5A03XcYEr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5A03XcYEr .navbar-buttons {
    text-align: left;
  }
}
.cid-v5A03XcYEr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5A03XcYEr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5A03XcYEr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5A03XcYEr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5A03XcYEr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5A03XcYEr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5A03XcYEr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5A03XcYEr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5A03XcYEr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5A03XcYEr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5A03XcYEr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5A03XcYEr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5A03XcYEr .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-v5A03XcYEr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5A03XcYEr .navbar {
    height: 70px;
  }
  .cid-v5A03XcYEr .navbar.opened {
    height: auto;
  }
  .cid-v5A03XcYEr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5A03XcYEr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5A03XcYEr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5A03XcYEr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5A03XcYEr .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5A03XcYEr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5A03XcYEr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5A03XcYEr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5A03XcYEr .navbar-brand {
    margin-right: auto;
  }
  .cid-v5A03XcYEr .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5A03XcYEr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5A03XcYEr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5A03XcYEr .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-v5A03XcYEr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5A03XcYEr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5A03XcYEr .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5A03XcYEr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5A03XcYEr .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-v5A03XcYEr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5A03XcYEr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5A03Y0H3r {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp20image202025-06-1520at2010.50.382-1200x1600.webp");
}
.cid-v5A03Y0H3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5A03Y0H3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5A03Y0H3r .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5A03Y0H3r .image-wrap {
    height: 300px;
  }
}
.cid-v8Wzs8Bhsn {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Wzs8Bhsn .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v8Wzs8Bhsn .display-1 {
    font-size: 5rem;
  }
}
.cid-v8Wzs8Bhsn .mbr-section-title {
  line-height: 1;
  text-align: justify;
  color: #007cc1;
}
@media (max-width: 767px) {
  .cid-v8Wzs8Bhsn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8Wzs8Bhsn .display-1 {
    font-size: 2.8rem;
  }
  .cid-v8Wzs8Bhsn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8Wzs8Bhsn .content-wrap {
    width: 100%;
  }
}
.cid-v8Wzs8Bhsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Wzs8Bhsn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v8Wzs8Bhsn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v8Wzs8Bhsn {
    align-items: center;
  }
  .cid-v8Wzs8Bhsn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8Wzs8Bhsn .content-wrap {
    min-width: 50%;
  }
}
.cid-v8Wzs8Bhsn .mbr-text,
.cid-v8Wzs8Bhsn .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
.cid-v5IPt31vKQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5IPt31vKQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5IPt31vKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5IPt31vKQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5IPt31vKQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5IPt31vKQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5IPt31vKQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5IPt31vKQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5IPt31vKQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5IPt31vKQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5IPt31vKQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5IPt31vKQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5IPt31vKQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5IPt31vKQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5IPt31vKQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5IPt31vKQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5IPt31vKQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5IPt31vKQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5IPt31vKQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5IPt31vKQ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v5IPt31vKQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5IPt31vKQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v5IPt31vKQ .nav-item:focus,
.cid-v5IPt31vKQ .nav-link:focus {
  outline: none;
}
.cid-v5IPt31vKQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5IPt31vKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5IPt31vKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5IPt31vKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5IPt31vKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5IPt31vKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5IPt31vKQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5IPt31vKQ .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-v5IPt31vKQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5IPt31vKQ .navbar.collapsed {
  justify-content: center;
}
.cid-v5IPt31vKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5IPt31vKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5IPt31vKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5IPt31vKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5IPt31vKQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5IPt31vKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5IPt31vKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5IPt31vKQ .navbar {
    min-height: 72px;
  }
  .cid-v5IPt31vKQ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5IPt31vKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5IPt31vKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5IPt31vKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5IPt31vKQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5IPt31vKQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5IPt31vKQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5IPt31vKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5IPt31vKQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5IPt31vKQ .dropdown-item.active,
.cid-v5IPt31vKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5IPt31vKQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5IPt31vKQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5IPt31vKQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5IPt31vKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5IPt31vKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5IPt31vKQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5IPt31vKQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5IPt31vKQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5IPt31vKQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v5IPt31vKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5IPt31vKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007cc1;
}
.cid-v5IPt31vKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5IPt31vKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5IPt31vKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5IPt31vKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5IPt31vKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5IPt31vKQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5IPt31vKQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5IPt31vKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5IPt31vKQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5IPt31vKQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5IPt31vKQ .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-v5IPt31vKQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5IPt31vKQ .navbar {
    height: 70px;
  }
  .cid-v5IPt31vKQ .navbar.opened {
    height: auto;
  }
  .cid-v5IPt31vKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5IPt31vKQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5IPt31vKQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5IPt31vKQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5IPt31vKQ .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5IPt31vKQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5IPt31vKQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5IPt31vKQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5IPt31vKQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v5IPt31vKQ .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5IPt31vKQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5IPt31vKQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5IPt31vKQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5IPt31vKQ .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5IPt31vKQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5IPt31vKQ .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-v5IPt31vKQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5IPt31vKQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5J4kF0sxV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/chemoboden-head-pic-1305x866.webp");
}
.cid-v5J4kF0sxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J4kF0sxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J4kF0sxV .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v5J4kF0sxV .image-wrap {
    height: 300px;
  }
}
.cid-v5IPt4D7WK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-v5IPt4D7WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IPt4D7WK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IPt4D7WK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #007cc1, #007cc1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5IPt4D7WK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5IPt4D7WK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #000000, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5IPt4D7WK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5IPt4D7WK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5IPt4D7WK .mbr-section-title {
  color: #000000;
}
.cid-v5IPt4D7WK .mbr-text,
.cid-v5IPt4D7WK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5IPt4D7WK .mbr-section-title,
.cid-v5IPt4D7WK .title-wrapper,
.cid-v5IPt4D7WK .mbr-section-btn {
  text-align: center;
}
.cid-v5J6Fop4BD {
  padding-top: 15px;
  padding-bottom: 105px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ededed;
}
.cid-v5J6Fop4BD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5J6Fop4BD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5J6Fop4BD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5J6Fop4BD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5J6Fop4BD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #27a22d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #27a22d, #007cc1);
}
.cid-v5J6Fop4BD .icon-focus,
.cid-v5J6Fop4BD .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-v5J6Fop4BD .icon-focus:before,
.cid-v5J6Fop4BD .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5J6Fop4BD .icon-video {
  font-size: 1.5rem !important;
}
.cid-v5J6Fop4BD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-v5J6Fop4BD ul {
  font-size: 0;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul {
  text-align: left;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #007cc1 !important;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-v5J6Fop4BD .mbr-gallery-filter ul li.active .btn:after {
  border-color: #007cc1;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li:first-child,
.cid-v5J6Fop4BD .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-v5J6Fop4BD .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-v5J6Fop4BD .mbr-gallery-item > div:hover:before {
  opacity: 0.9 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-v5J6Fop4BD .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: center;
}
.cid-v5J6Fop4BD .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v5J6Fop4BD .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-v5J6Fop4BD .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-v5J6Fop4BD .mbr-gallery-item > div > span {
  color: #ffffff;
  text-align: center;
}
.cid-v5J6Fop4BD .mbr-section-title,
.cid-v5J6Fop4BD .mbr-gallery-filter ul {
  text-align: center;
}
.cid-v5J6Fop4BD .mbr-section-subtitle {
  text-align: center;
}
.cid-v8WOS4jrgT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8WOS4jrgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WOS4jrgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v8WOS4jrgT b,
.cid-v8WOS4jrgT strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v8WOS4jrgT img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v8WOS4jrgT img {
    padding-bottom: 2rem;
  }
}
.cid-v8WOS4jrgT .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v8WOS4jrgT .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v8WOS4jrgT .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v8WOS4jrgT .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v8WOS4jrgT .row {
  align-items: center;
}
.cid-v8WOS4jrgT .mbr-section-title {
  color: #007cc1;
  text-align: center;
}
.cid-v8WOS4jrgT .mbr-text,
.cid-v8WOS4jrgT .mbr-section-btn {
  color: #ffffff;
}
.cid-v8WOS4jrgT .mbr-link,
.cid-v8WOS4jrgT .link-wrapper {
  color: #ffffff;
}
.cid-v8WOS4jrgT .mbr-text,
.cid-v8WOS4jrgT .text-wrapper {
  color: #000000;
}
.cid-v8WOS4jrgT .mbr-link,
.cid-v8WOS4jrgT .text-wrapper,
.cid-v8WOS4jrgT path {
  color: #17003b;
}
.cid-v8WRh0u5d8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-v8WRh0u5d8 .mbr-media {
  position: relative;
}
.cid-v8WRh0u5d8 .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-v8WRh0u5d8 a:hover {
  background-image: none !important;
}
.cid-v8WRh0u5d8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v8WRh0u5d8 .card-wrapper {
  border: 1px solid #000000;
  padding: 0;
  overflow: hidden;
}
.cid-v8WRh0u5d8 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #000000;
}
.cid-v8WRh0u5d8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v8WRh0u5d8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v8WRh0u5d8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v8WRh0u5d8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8WRh0u5d8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8WRh0u5d8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WRh0u5d8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WRh0u5d8 .mbr-section-title {
  color: #007cc1;
}
.cid-va73TNdRhA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va73TNdRhA .column-wrapper {
  padding-left: 1.5rem;
}
.cid-va73TNdRhA .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-va73TNdRhA .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-va73TNdRhA .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #007cc1;
}
.cid-va73TNdRhA .mbr-text,
.cid-va73TNdRhA .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va73TNdRhA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-va73TNdRhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-va73TNdRhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va74Bi4uVJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-va74Bi4uVJ .column-wrapper {
  padding-left: 1.5rem;
}
.cid-va74Bi4uVJ .row {
  flex-direction: row-reverse;
}
.cid-va74Bi4uVJ .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-va74Bi4uVJ .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-va74Bi4uVJ .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-va74Bi4uVJ .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #007cc1;
}
.cid-va74Bi4uVJ .mbr-text,
.cid-va74Bi4uVJ .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va74Bi4uVJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-va74Bi4uVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-va74Bi4uVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WJDPP0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WJDPP0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WJDPP0B8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v8WJDPP0B8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8WJDPP0B8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8WJDPP0B8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-v8WJDPP0B8 img {
  border-radius: 0 !important;
}
.cid-v8WJDPP0B8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v8WJDPP0B8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8WJDPP0B8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8WJDPP0B8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WJDPP0B8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .copyright {
  color: #9c9c9c;
}
.cid-v8WJDPP0B8 .mbr-card-title {
  color: #ffffff;
}
.cid-v8WJDPP0B8 .list {
  color: #ffffff;
}
.cid-v9YZGUf40q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007cc1;
  overflow: hidden;
}
