.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9e0a0a !important;
}
.bg-success {
  background-color: #dbf5d1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f9f3c2 !important;
}
.bg-danger {
  background-color: #072465 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9e0a0a !important;
  border-color: #9e0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ce0d0d !important;
  border-color: #ce0d0d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ce0d0d !important;
  border-color: #ce0d0d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9e0a0a !important;
  border-color: #9e0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ce0d0d !important;
  border-color: #ce0d0d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ce0d0d !important;
  border-color: #ce0d0d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dbf5d1 !important;
  border-color: #dbf5d1 !important;
  color: #47a324 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fcfefb !important;
  border-color: #fcfefb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #47a324 !important;
  background-color: #fcfefb !important;
  border-color: #fcfefb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
  color: #ab9a11 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ab9a11 !important;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #072465 !important;
  border-color: #072465 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0a3595 !important;
  border-color: #0a3595 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a3595 !important;
  border-color: #0a3595 !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: #9e0a0a;
  color: #9e0a0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c0505 !important;
  background-color: transparent !important;
  border-color: #4c0505 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e0a0a !important;
  border-color: #9e0a0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9e0a0a;
  color: #9e0a0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4c0505 !important;
  background-color: transparent !important;
  border-color: #4c0505 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e0a0a !important;
  border-color: #9e0a0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dbf5d1;
  color: #dbf5d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a3e68a !important;
  background-color: transparent !important;
  border-color: #a3e68a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #47a324 !important;
  background-color: #dbf5d1 !important;
  border-color: #dbf5d1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9f3c2;
  color: #f9f3c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f1e373 !important;
  background-color: transparent !important;
  border-color: #f1e373 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ab9a11 !important;
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #072465;
  color: #072465;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010714 !important;
  background-color: transparent !important;
  border-color: #010714 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #072465 !important;
  border-color: #072465 !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: #9e0a0a !important;
}
.text-secondary {
  color: #9e0a0a !important;
}
.text-success {
  color: #dbf5d1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f9f3c2 !important;
}
.text-danger {
  color: #072465 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3e0404 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e0404 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99e37d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f0e165 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000206 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9e0a0a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f9f3c2;
}
.alert-danger {
  background-color: #072465;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9e0a0a;
  border-color: #9e0a0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9e0a0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f23535;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0f4edc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #9e0a0a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #9e0a0a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9e0a0a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9e0a0a;
}
.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: #9e0a0a;
  border-bottom-color: #9e0a0a;
}
.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: #9e0a0a !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: #9e0a0a !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='%239e0a0a' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all .5s ease;
  z-index: 2;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border-radius: 1rem 1rem 1rem 0 !important;
  padding: 12px 25px;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #9e0a0a !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  color: #9e0a0a !important;
  flex-direction: row-reverse;
  padding: 0 20px;
  margin: 16px 10px;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .5s ease;
  z-index: -1;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  position: absolute;
  left: 14px;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all .5s ease;
  margin: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  padding: 0 14px 0 70px;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(0);
  opacity: 1;
  display: inline-flex;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  transform: scale(1.25);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #9e0a0a !important;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #9e0a0a !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #dbf5d1 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #f9f3c2 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #072465 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff !important;
}
img {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uIrL80s7sD {
  z-index: 1000;
  width: 100%;
}
.cid-uIrL80s7sD nav.navbar {
  position: fixed;
}
.cid-uIrL80s7sD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrL80s7sD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIrL80s7sD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIrL80s7sD .dropdown-item:hover,
.cid-uIrL80s7sD .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIrL80s7sD .dropdown-item:hover span {
  color: white;
}
.cid-uIrL80s7sD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIrL80s7sD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIrL80s7sD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIrL80s7sD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIrL80s7sD .nav-link {
  position: relative;
}
.cid-uIrL80s7sD .container {
  display: flex;
  margin: auto;
}
.cid-uIrL80s7sD .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIrL80s7sD .dropdown-menu,
.cid-uIrL80s7sD .navbar.opened {
  background: #ffffff !important;
}
.cid-uIrL80s7sD .nav-item:focus,
.cid-uIrL80s7sD .nav-link:focus {
  outline: none;
}
.cid-uIrL80s7sD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrL80s7sD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrL80s7sD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrL80s7sD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrL80s7sD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrL80s7sD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrL80s7sD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIrL80s7sD .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrL80s7sD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIrL80s7sD .navbar .navbar-logo img {
  width: auto;
}
.cid-uIrL80s7sD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIrL80s7sD .navbar.collapsed {
  justify-content: center;
}
.cid-uIrL80s7sD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrL80s7sD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIrL80s7sD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIrL80s7sD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrL80s7sD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrL80s7sD .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-uIrL80s7sD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrL80s7sD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIrL80s7sD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIrL80s7sD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrL80s7sD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrL80s7sD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrL80s7sD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIrL80s7sD .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-uIrL80s7sD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIrL80s7sD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIrL80s7sD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIrL80s7sD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIrL80s7sD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrL80s7sD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIrL80s7sD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIrL80s7sD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIrL80s7sD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIrL80s7sD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIrL80s7sD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIrL80s7sD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrL80s7sD .dropdown-item.active,
.cid-uIrL80s7sD .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrL80s7sD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIrL80s7sD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrL80s7sD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrL80s7sD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIrL80s7sD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIrL80s7sD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIrL80s7sD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIrL80s7sD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIrL80s7sD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIrL80s7sD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIrL80s7sD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIrL80s7sD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrL80s7sD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrL80s7sD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIrL80s7sD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrL80s7sD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrL80s7sD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrL80s7sD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrL80s7sD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIrL80s7sD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrL80s7sD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIrL80s7sD .navbar {
    height: 70px;
  }
  .cid-uIrL80s7sD .navbar.opened {
    height: auto;
  }
  .cid-uIrL80s7sD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4nrCxQQ3w {
  background-image: url("../../../assets/images/pierwszy-z-logo2-l-kopia3-2000x1333.jpg");
}
.cid-u4nrCxQQ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nrCxQQ3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nrCxQQ3w .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4nrCxQQ3w .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u4nrCxQQ3w .container {
    padding: 0 30px;
  }
}
.cid-u4nrCxQQ3w .row {
  justify-content: center;
}
.cid-u4nrCxQQ3w .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-u4nrCxQQ3w .content-wrapper {
    padding: 80px 0;
  }
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u4nrCxQQ3w .mbr-desc {
  color: #072465;
}
.cid-u4nrCxQQ3w .mbr-section-title {
  color: #ffffff;
}
.cid-u4nrCxQQ3w .mbr-text {
  color: #ffffff;
}
.cid-u4nrCxQQ3w .mbr-section-title,
.cid-u4nrCxQQ3w .mbr-section-btn {
  color: #9e0a0a;
}
.cid-uOR26VRQWa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-uOR26VRQWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR26VRQWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR26VRQWa .card {
  justify-content: center;
}
.cid-uOR26VRQWa .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uOR26VRQWa .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uOR26VRQWa .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .item {
    margin-bottom: 35px;
  }
}
.cid-uOR26VRQWa .item:hover .item-wrapper .item-img img,
.cid-uOR26VRQWa .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uOR26VRQWa .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uOR26VRQWa .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOR26VRQWa .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uOR26VRQWa .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOR26VRQWa .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uOR26VRQWa .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uOR26VRQWa .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uOR26VRQWa .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOR26VRQWa .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uOR26VRQWa .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uOR26VRQWa .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uOR26VRQWa .mbr-section-title {
  color: #000000;
}
.cid-uOR26VRQWa .item-desc {
  color: #000000;
}
.cid-uOR26VRQWa .item-text {
  color: #000000;
}
.cid-uOR26VRQWa .item-date {
  color: #000000;
}
.cid-uOR26VRQWa .item-date,
.cid-uOR26VRQWa .date-wrapper {
  color: #9e0a0a;
}
.cid-uOR26VRQWa .mbr-section-title,
.cid-uOR26VRQWa .mbr-section-btn {
  color: #072465;
}
.cid-v17KT2Mesm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-v17KT2Mesm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17KT2Mesm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17KT2Mesm .card {
  justify-content: center;
}
.cid-v17KT2Mesm .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v17KT2Mesm .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-v17KT2Mesm .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .item {
    margin-bottom: 35px;
  }
}
.cid-v17KT2Mesm .item:hover .item-wrapper .item-img img,
.cid-v17KT2Mesm .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v17KT2Mesm .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-v17KT2Mesm .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v17KT2Mesm .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-v17KT2Mesm .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v17KT2Mesm .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-v17KT2Mesm .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v17KT2Mesm .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-v17KT2Mesm .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v17KT2Mesm .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-v17KT2Mesm .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-v17KT2Mesm .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-v17KT2Mesm .mbr-section-title {
  color: #000000;
}
.cid-v17KT2Mesm .item-desc {
  color: #000000;
}
.cid-v17KT2Mesm .item-text {
  color: #000000;
}
.cid-v17KT2Mesm .item-date {
  color: #000000;
}
.cid-v17KT2Mesm .item-date,
.cid-v17KT2Mesm .date-wrapper {
  color: #9e0a0a;
}
.cid-v17KT2Mesm .mbr-section-title,
.cid-v17KT2Mesm .mbr-section-btn {
  color: #072465;
}
.cid-v17M5Pk8N7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-v17M5Pk8N7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17M5Pk8N7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17M5Pk8N7 .card {
  justify-content: center;
}
.cid-v17M5Pk8N7 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v17M5Pk8N7 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-v17M5Pk8N7 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .item {
    margin-bottom: 35px;
  }
}
.cid-v17M5Pk8N7 .item:hover .item-wrapper .item-img img,
.cid-v17M5Pk8N7 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v17M5Pk8N7 .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-v17M5Pk8N7 .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v17M5Pk8N7 .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v17M5Pk8N7 .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-v17M5Pk8N7 .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-v17M5Pk8N7 .mbr-section-title {
  color: #000000;
}
.cid-v17M5Pk8N7 .item-desc {
  color: #000000;
}
.cid-v17M5Pk8N7 .item-text {
  color: #000000;
}
.cid-v17M5Pk8N7 .item-date {
  color: #000000;
}
.cid-v17M5Pk8N7 .item-date,
.cid-v17M5Pk8N7 .date-wrapper {
  color: #9e0a0a;
}
.cid-v17M5Pk8N7 .mbr-section-title,
.cid-v17M5Pk8N7 .mbr-section-btn {
  color: #072465;
}
.cid-uXJ7aTgH4A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-uXJ7aTgH4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJ7aTgH4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJ7aTgH4A .card {
  justify-content: center;
}
.cid-uXJ7aTgH4A .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uXJ7aTgH4A .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uXJ7aTgH4A .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .item {
    margin-bottom: 35px;
  }
}
.cid-uXJ7aTgH4A .item:hover .item-wrapper .item-img img,
.cid-uXJ7aTgH4A .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uXJ7aTgH4A .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uXJ7aTgH4A .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXJ7aTgH4A .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXJ7aTgH4A .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uXJ7aTgH4A .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uXJ7aTgH4A .mbr-section-title {
  color: #000000;
}
.cid-uXJ7aTgH4A .item-desc {
  color: #000000;
}
.cid-uXJ7aTgH4A .item-text {
  color: #000000;
}
.cid-uXJ7aTgH4A .item-date {
  color: #000000;
}
.cid-uXJ7aTgH4A .item-date,
.cid-uXJ7aTgH4A .date-wrapper {
  color: #9e0a0a;
}
.cid-uXJ7aTgH4A .mbr-section-title,
.cid-uXJ7aTgH4A .mbr-section-btn {
  color: #072465;
}
.cid-uXDxnI8U4K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-uXDxnI8U4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDxnI8U4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDxnI8U4K .card {
  justify-content: center;
}
.cid-uXDxnI8U4K .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uXDxnI8U4K .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uXDxnI8U4K .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .item {
    margin-bottom: 35px;
  }
}
.cid-uXDxnI8U4K .item:hover .item-wrapper .item-img img,
.cid-uXDxnI8U4K .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uXDxnI8U4K .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uXDxnI8U4K .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXDxnI8U4K .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uXDxnI8U4K .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXDxnI8U4K .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uXDxnI8U4K .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uXDxnI8U4K .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uXDxnI8U4K .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXDxnI8U4K .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uXDxnI8U4K .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uXDxnI8U4K .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uXDxnI8U4K .mbr-section-title {
  color: #000000;
}
.cid-uXDxnI8U4K .item-desc {
  color: #000000;
}
.cid-uXDxnI8U4K .item-text {
  color: #000000;
}
.cid-uXDxnI8U4K .item-date {
  color: #000000;
}
.cid-uXDxnI8U4K .item-date,
.cid-uXDxnI8U4K .date-wrapper {
  color: #9e0a0a;
}
.cid-uXDxnI8U4K .mbr-section-title,
.cid-uXDxnI8U4K .mbr-section-btn {
  color: #072465;
}
.cid-uIrRA2plID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-uIrRA2plID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrRA2plID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrRA2plID .card {
  justify-content: center;
}
.cid-uIrRA2plID .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIrRA2plID .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uIrRA2plID .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .item {
    margin-bottom: 35px;
  }
}
.cid-uIrRA2plID .item:hover .item-wrapper .item-img img,
.cid-uIrRA2plID .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uIrRA2plID .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uIrRA2plID .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIrRA2plID .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uIrRA2plID .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uIrRA2plID .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uIrRA2plID .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uIrRA2plID .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uIrRA2plID .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIrRA2plID .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uIrRA2plID .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uIrRA2plID .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uIrRA2plID .mbr-section-title {
  color: #000000;
}
.cid-uIrRA2plID .item-desc {
  color: #000000;
}
.cid-uIrRA2plID .item-text {
  color: #000000;
}
.cid-uIrRA2plID .item-date {
  color: #000000;
}
.cid-uIrRA2plID .item-date,
.cid-uIrRA2plID .date-wrapper {
  color: #9e0a0a;
}
.cid-uIrRA2plID .mbr-section-title,
.cid-uIrRA2plID .mbr-section-btn {
  color: #072465;
}
.cid-uIswt2SLfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-uIswt2SLfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIswt2SLfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIswt2SLfO .card {
  justify-content: center;
}
.cid-uIswt2SLfO .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIswt2SLfO .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uIswt2SLfO .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .item {
    margin-bottom: 35px;
  }
}
.cid-uIswt2SLfO .item:hover .item-wrapper .item-img img,
.cid-uIswt2SLfO .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uIswt2SLfO .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uIswt2SLfO .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIswt2SLfO .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uIswt2SLfO .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uIswt2SLfO .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uIswt2SLfO .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uIswt2SLfO .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uIswt2SLfO .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIswt2SLfO .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uIswt2SLfO .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uIswt2SLfO .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uIswt2SLfO .mbr-section-title {
  color: #000000;
}
.cid-uIswt2SLfO .item-desc {
  color: #000000;
}
.cid-uIswt2SLfO .item-text {
  color: #000000;
}
.cid-uIswt2SLfO .item-date {
  color: #000000;
}
.cid-uIswt2SLfO .item-date,
.cid-uIswt2SLfO .date-wrapper {
  color: #9e0a0a;
}
.cid-uIswt2SLfO .mbr-section-title,
.cid-uIswt2SLfO .mbr-section-btn {
  color: #072465;
}
.cid-uIrUxjgTp4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfecfb;
}
.cid-uIrUxjgTp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrUxjgTp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrUxjgTp4 .card {
  justify-content: center;
}
.cid-uIrUxjgTp4 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIrUxjgTp4 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uIrUxjgTp4 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .item {
    margin-bottom: 35px;
  }
}
.cid-uIrUxjgTp4 .item:hover .item-wrapper .item-img img,
.cid-uIrUxjgTp4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uIrUxjgTp4 .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uIrUxjgTp4 .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIrUxjgTp4 .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uIrUxjgTp4 .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uIrUxjgTp4 .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uIrUxjgTp4 .mbr-section-title {
  color: #000000;
}
.cid-uIrUxjgTp4 .item-desc {
  color: #000000;
}
.cid-uIrUxjgTp4 .item-text {
  color: #000000;
}
.cid-uIrUxjgTp4 .item-date {
  color: #000000;
}
.cid-uIrUxjgTp4 .item-date,
.cid-uIrUxjgTp4 .date-wrapper {
  color: #9e0a0a;
}
.cid-uIrUxjgTp4 .mbr-section-title,
.cid-uIrUxjgTp4 .mbr-section-btn {
  color: #072465;
}
.cid-uIrVAIf9a5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #dfecfb;
}
.cid-uIrVAIf9a5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrVAIf9a5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrVAIf9a5 .card {
  justify-content: center;
}
.cid-uIrVAIf9a5 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIrVAIf9a5 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uIrVAIf9a5 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .item {
    margin-bottom: 35px;
  }
}
.cid-uIrVAIf9a5 .item:hover .item-wrapper .item-img img,
.cid-uIrVAIf9a5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uIrVAIf9a5 .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uIrVAIf9a5 .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIrVAIf9a5 .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uIrVAIf9a5 .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uIrVAIf9a5 .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uIrVAIf9a5 .mbr-section-title {
  color: #000000;
}
.cid-uIrVAIf9a5 .item-desc {
  color: #000000;
}
.cid-uIrVAIf9a5 .item-text {
  color: #000000;
}
.cid-uIrVAIf9a5 .item-date {
  color: #000000;
}
.cid-uIrVAIf9a5 .item-date,
.cid-uIrVAIf9a5 .date-wrapper {
  color: #9e0a0a;
}
.cid-uIrVAIf9a5 .mbr-section-title,
.cid-uIrVAIf9a5 .mbr-section-btn {
  color: #072465;
}
.cid-uIrX1zMZmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #07444e;
}
.cid-uIrX1zMZmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrX1zMZmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrX1zMZmO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIrX1zMZmO .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uIrX1zMZmO .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIrX1zMZmO .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uIrX1zMZmO .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIrX1zMZmO .content-wrapper .list .item-wrap:hover,
.cid-uIrX1zMZmO .content-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-uIrX1zMZmO .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uIrX1zMZmO .border-wrap {
    margin-top: 32px;
  }
}
.cid-uIrX1zMZmO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIrX1zMZmO .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uIrWHYloHU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIrWHYloHU .mbr-text {
  color: #747474;
}
.cid-uIrWHYloHU .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uIsaazF3xG {
  z-index: 1000;
  width: 100%;
}
.cid-uIsaazF3xG nav.navbar {
  position: fixed;
}
.cid-uIsaazF3xG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsaazF3xG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsaazF3xG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsaazF3xG .dropdown-item:hover,
.cid-uIsaazF3xG .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIsaazF3xG .dropdown-item:hover span {
  color: white;
}
.cid-uIsaazF3xG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsaazF3xG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsaazF3xG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsaazF3xG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsaazF3xG .nav-link {
  position: relative;
}
.cid-uIsaazF3xG .container {
  display: flex;
  margin: auto;
}
.cid-uIsaazF3xG .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIsaazF3xG .dropdown-menu,
.cid-uIsaazF3xG .navbar.opened {
  background: #ffffff !important;
}
.cid-uIsaazF3xG .nav-item:focus,
.cid-uIsaazF3xG .nav-link:focus {
  outline: none;
}
.cid-uIsaazF3xG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsaazF3xG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsaazF3xG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsaazF3xG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsaazF3xG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsaazF3xG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsaazF3xG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIsaazF3xG .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsaazF3xG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsaazF3xG .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsaazF3xG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsaazF3xG .navbar.collapsed {
  justify-content: center;
}
.cid-uIsaazF3xG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsaazF3xG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsaazF3xG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIsaazF3xG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsaazF3xG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsaazF3xG .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-uIsaazF3xG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsaazF3xG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIsaazF3xG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIsaazF3xG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsaazF3xG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsaazF3xG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsaazF3xG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsaazF3xG .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-uIsaazF3xG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsaazF3xG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsaazF3xG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsaazF3xG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsaazF3xG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIsaazF3xG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIsaazF3xG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsaazF3xG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsaazF3xG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsaazF3xG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsaazF3xG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsaazF3xG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsaazF3xG .dropdown-item.active,
.cid-uIsaazF3xG .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsaazF3xG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsaazF3xG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsaazF3xG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsaazF3xG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIsaazF3xG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsaazF3xG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsaazF3xG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsaazF3xG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsaazF3xG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsaazF3xG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIsaazF3xG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsaazF3xG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsaazF3xG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsaazF3xG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsaazF3xG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsaazF3xG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsaazF3xG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsaazF3xG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsaazF3xG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsaazF3xG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIsaazF3xG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsaazF3xG .navbar {
    height: 70px;
  }
  .cid-uIsaazF3xG .navbar.opened {
    height: auto;
  }
  .cid-uIsaazF3xG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsaazXMzK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pierwszy-z-logo2-l-kopia3-2000x1333.jpg");
}
.cid-uIsaazXMzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsaazXMzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsaazXMzK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIsaazXMzK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIsaazXMzK .container {
    padding: 0 30px;
  }
}
.cid-uIsaazXMzK .row {
  justify-content: center;
}
.cid-uIsaazXMzK .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uIsaazXMzK .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uIsaazXMzK .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIsaazXMzK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIsaazXMzK .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uIsaazXMzK .mbr-desc {
  color: #072465;
}
.cid-uIsaazXMzK .mbr-section-title {
  color: #ffffff;
}
.cid-uIsaazXMzK .mbr-text {
  color: #072465;
}
.cid-uIsaazXMzK .mbr-section-title,
.cid-uIsaazXMzK .mbr-section-btn {
  color: #9e0a0a;
}
.cid-uIsaWMmlQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uIsaWMmlQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsaWMmlQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsaWMmlQc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uIsaWMmlQc .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uIsaWMmlQc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uIsaWMmlQc .container {
    padding: 0 16px;
  }
}
.cid-uIsaWMmlQc .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIsaWMmlQc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIsaWMmlQc .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uIsaWMmlQc .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uIsaWMmlQc .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uIsaWMmlQc .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uIsaWMmlQc .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uIsaWMmlQc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsaWMmlQc .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uIsaWMmlQc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsaWMmlQc .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uIsaWMmlQc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIsaWMmlQc .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uIsaWMmlQc .mbr-section-title {
  color: #1c1c1c;
}
.cid-uIsaWMmlQc .mbr-desc {
  color: #1c1c1c;
}
.cid-uIsaWMmlQc .mbr-text {
  color: #1c1c1c;
}
.cid-uIsaaBHFpw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIsaaBHFpw .mbr-text {
  color: #747474;
}
.cid-uIsaaBHFpw .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uIsbQGjLCZ {
  z-index: 1000;
  width: 100%;
}
.cid-uIsbQGjLCZ nav.navbar {
  position: fixed;
}
.cid-uIsbQGjLCZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsbQGjLCZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsbQGjLCZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsbQGjLCZ .dropdown-item:hover,
.cid-uIsbQGjLCZ .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIsbQGjLCZ .dropdown-item:hover span {
  color: white;
}
.cid-uIsbQGjLCZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsbQGjLCZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsbQGjLCZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsbQGjLCZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsbQGjLCZ .nav-link {
  position: relative;
}
.cid-uIsbQGjLCZ .container {
  display: flex;
  margin: auto;
}
.cid-uIsbQGjLCZ .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIsbQGjLCZ .dropdown-menu,
.cid-uIsbQGjLCZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uIsbQGjLCZ .nav-item:focus,
.cid-uIsbQGjLCZ .nav-link:focus {
  outline: none;
}
.cid-uIsbQGjLCZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsbQGjLCZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsbQGjLCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsbQGjLCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsbQGjLCZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsbQGjLCZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsbQGjLCZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIsbQGjLCZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsbQGjLCZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsbQGjLCZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsbQGjLCZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsbQGjLCZ .navbar.collapsed {
  justify-content: center;
}
.cid-uIsbQGjLCZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsbQGjLCZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsbQGjLCZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIsbQGjLCZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsbQGjLCZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsbQGjLCZ .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-uIsbQGjLCZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsbQGjLCZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIsbQGjLCZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIsbQGjLCZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsbQGjLCZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsbQGjLCZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsbQGjLCZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsbQGjLCZ .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-uIsbQGjLCZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsbQGjLCZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsbQGjLCZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsbQGjLCZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsbQGjLCZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIsbQGjLCZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIsbQGjLCZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsbQGjLCZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsbQGjLCZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsbQGjLCZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsbQGjLCZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsbQGjLCZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsbQGjLCZ .dropdown-item.active,
.cid-uIsbQGjLCZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsbQGjLCZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsbQGjLCZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsbQGjLCZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsbQGjLCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIsbQGjLCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsbQGjLCZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsbQGjLCZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsbQGjLCZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsbQGjLCZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsbQGjLCZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIsbQGjLCZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsbQGjLCZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsbQGjLCZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsbQGjLCZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsbQGjLCZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsbQGjLCZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsbQGjLCZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsbQGjLCZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsbQGjLCZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsbQGjLCZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIsbQGjLCZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsbQGjLCZ .navbar {
    height: 70px;
  }
  .cid-uIsbQGjLCZ .navbar.opened {
    height: auto;
  }
  .cid-uIsbQGjLCZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsbQGBuS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pierwszy-z-logo2-l-kopia3-2000x1333.jpg");
}
.cid-uIsbQGBuS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsbQGBuS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsbQGBuS7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIsbQGBuS7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIsbQGBuS7 .container {
    padding: 0 30px;
  }
}
.cid-uIsbQGBuS7 .row {
  justify-content: center;
}
.cid-uIsbQGBuS7 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uIsbQGBuS7 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uIsbQGBuS7 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIsbQGBuS7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIsbQGBuS7 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uIsbQGBuS7 .mbr-desc {
  color: #072465;
}
.cid-uIsbQGBuS7 .mbr-section-title {
  color: #ffffff;
}
.cid-uIsbQGBuS7 .mbr-text {
  color: #072465;
}
.cid-uIsbQGBuS7 .mbr-section-title,
.cid-uIsbQGBuS7 .mbr-section-btn {
  color: #9e0a0a;
}
.cid-uIscmzAA8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIscmzAA8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIscmzAA8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIscmzAA8D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIscmzAA8D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIscmzAA8D .container {
    padding: 0 24px;
  }
}
.cid-uIscmzAA8D .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uIscmzAA8D .image-wrapper {
  height: 100%;
}
.cid-uIscmzAA8D .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIscmzAA8D .image-wrapper img {
    height: 350px;
  }
}
.cid-uIscmzAA8D .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIscmzAA8D .content-wrapper {
    padding: 24px;
  }
}
.cid-uIscmzAA8D .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uIscmzAA8D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIscmzAA8D .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uIscmzAA8D .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIscmzAA8D .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uIscmzAA8D .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIscmzAA8D .mbr-section-title {
  color: #141414;
}
.cid-uIscmzAA8D .mbr-text {
  color: #141414;
}
.cid-uIscpnovE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIscpnovE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIscpnovE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIscpnovE6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIscpnovE6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIscpnovE6 .container {
    padding: 0 24px;
  }
}
.cid-uIscpnovE6 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uIscpnovE6 .image-wrapper {
  height: 100%;
}
.cid-uIscpnovE6 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIscpnovE6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uIscpnovE6 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIscpnovE6 .content-wrapper {
    padding: 24px;
  }
}
.cid-uIscpnovE6 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uIscpnovE6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIscpnovE6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uIscpnovE6 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIscpnovE6 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uIscpnovE6 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIscpnovE6 .mbr-section-title {
  color: #141414;
}
.cid-uIscpnovE6 .mbr-text {
  color: #141414;
}
.cid-uIscpX9yxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIscpX9yxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIscpX9yxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIscpX9yxA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIscpX9yxA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIscpX9yxA .container {
    padding: 0 24px;
  }
}
.cid-uIscpX9yxA .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uIscpX9yxA .image-wrapper {
  height: 100%;
}
.cid-uIscpX9yxA .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIscpX9yxA .image-wrapper img {
    height: 350px;
  }
}
.cid-uIscpX9yxA .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIscpX9yxA .content-wrapper {
    padding: 24px;
  }
}
.cid-uIscpX9yxA .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uIscpX9yxA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIscpX9yxA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uIscpX9yxA .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIscpX9yxA .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uIscpX9yxA .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIscpX9yxA .mbr-section-title {
  color: #141414;
}
.cid-uIscpX9yxA .mbr-text {
  color: #141414;
}
.cid-uIscqkvQWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIscqkvQWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIscqkvQWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIscqkvQWh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIscqkvQWh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIscqkvQWh .container {
    padding: 0 24px;
  }
}
.cid-uIscqkvQWh .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uIscqkvQWh .image-wrapper {
  height: 100%;
}
.cid-uIscqkvQWh .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIscqkvQWh .image-wrapper img {
    height: 350px;
  }
}
.cid-uIscqkvQWh .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIscqkvQWh .content-wrapper {
    padding: 24px;
  }
}
.cid-uIscqkvQWh .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uIscqkvQWh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIscqkvQWh .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uIscqkvQWh .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIscqkvQWh .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uIscqkvQWh .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIscqkvQWh .mbr-section-title {
  color: #141414;
}
.cid-uIscqkvQWh .mbr-text {
  color: #141414;
}
.cid-uIscqTPmLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIscqTPmLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIscqTPmLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIscqTPmLS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIscqTPmLS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIscqTPmLS .container {
    padding: 0 24px;
  }
}
.cid-uIscqTPmLS .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uIscqTPmLS .image-wrapper {
  height: 100%;
}
.cid-uIscqTPmLS .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIscqTPmLS .image-wrapper img {
    height: 350px;
  }
}
.cid-uIscqTPmLS .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIscqTPmLS .content-wrapper {
    padding: 24px;
  }
}
.cid-uIscqTPmLS .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uIscqTPmLS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIscqTPmLS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uIscqTPmLS .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIscqTPmLS .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uIscqTPmLS .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIscqTPmLS .mbr-section-title {
  color: #141414;
}
.cid-uIscqTPmLS .mbr-text {
  color: #141414;
}
.cid-uIsbQGZkHm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIsbQGZkHm .mbr-text {
  color: #747474;
}
.cid-uIsbQGZkHm .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uIseIHlpqy {
  z-index: 1000;
  width: 100%;
}
.cid-uIseIHlpqy nav.navbar {
  position: fixed;
}
.cid-uIseIHlpqy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIseIHlpqy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIseIHlpqy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIseIHlpqy .dropdown-item:hover,
.cid-uIseIHlpqy .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIseIHlpqy .dropdown-item:hover span {
  color: white;
}
.cid-uIseIHlpqy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIseIHlpqy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIseIHlpqy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIseIHlpqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIseIHlpqy .nav-link {
  position: relative;
}
.cid-uIseIHlpqy .container {
  display: flex;
  margin: auto;
}
.cid-uIseIHlpqy .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIseIHlpqy .dropdown-menu,
.cid-uIseIHlpqy .navbar.opened {
  background: #ffffff !important;
}
.cid-uIseIHlpqy .nav-item:focus,
.cid-uIseIHlpqy .nav-link:focus {
  outline: none;
}
.cid-uIseIHlpqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIseIHlpqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIseIHlpqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIseIHlpqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIseIHlpqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIseIHlpqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIseIHlpqy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIseIHlpqy .navbar.opened {
  transition: all 0.3s;
}
.cid-uIseIHlpqy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIseIHlpqy .navbar .navbar-logo img {
  width: auto;
}
.cid-uIseIHlpqy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIseIHlpqy .navbar.collapsed {
  justify-content: center;
}
.cid-uIseIHlpqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIseIHlpqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIseIHlpqy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIseIHlpqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIseIHlpqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIseIHlpqy .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-uIseIHlpqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIseIHlpqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIseIHlpqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIseIHlpqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIseIHlpqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIseIHlpqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIseIHlpqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIseIHlpqy .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-uIseIHlpqy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIseIHlpqy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIseIHlpqy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIseIHlpqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIseIHlpqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIseIHlpqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIseIHlpqy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIseIHlpqy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIseIHlpqy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIseIHlpqy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIseIHlpqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIseIHlpqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIseIHlpqy .dropdown-item.active,
.cid-uIseIHlpqy .dropdown-item:active {
  background-color: transparent;
}
.cid-uIseIHlpqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIseIHlpqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIseIHlpqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIseIHlpqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIseIHlpqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIseIHlpqy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIseIHlpqy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIseIHlpqy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIseIHlpqy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIseIHlpqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIseIHlpqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIseIHlpqy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIseIHlpqy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIseIHlpqy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIseIHlpqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIseIHlpqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIseIHlpqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIseIHlpqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIseIHlpqy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIseIHlpqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIseIHlpqy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIseIHlpqy .navbar {
    height: 70px;
  }
  .cid-uIseIHlpqy .navbar.opened {
    height: auto;
  }
  .cid-uIseIHlpqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIseIHFJ0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pierwszy-z-logo2-l-kopia3-2000x1333.jpg");
}
.cid-uIseIHFJ0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIseIHFJ0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIseIHFJ0q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIseIHFJ0q .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIseIHFJ0q .container {
    padding: 0 30px;
  }
}
.cid-uIseIHFJ0q .row {
  justify-content: center;
}
.cid-uIseIHFJ0q .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uIseIHFJ0q .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uIseIHFJ0q .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIseIHFJ0q .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIseIHFJ0q .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uIseIHFJ0q .mbr-desc {
  color: #072465;
}
.cid-uIseIHFJ0q .mbr-section-title {
  color: #ffffff;
}
.cid-uIseIHFJ0q .mbr-text {
  color: #072465;
}
.cid-uIseIHFJ0q .mbr-section-title,
.cid-uIseIHFJ0q .mbr-section-btn {
  color: #9e0a0a;
}
.cid-uIsf3Oh0Rl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uIsf3Oh0Rl .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uIsf3Oh0Rl .mbr-section-title {
  color: #072465;
}
.cid-uIsf3Oh0Rl .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uIsf3Oh0Rl .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uIsf3Oh0Rl .items-row {
    margin: 0 -15px;
  }
  .cid-uIsf3Oh0Rl .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uIsf3Oh0Rl .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uIsf3Oh0Rl .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uIsf3Oh0Rl .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #000000;
}
.cid-uIsf3Oh0Rl .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-uIsf3Oh0Rl .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uIsf3Oh0Rl .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uIsf3Oh0Rl .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uIsf3Oh0Rl .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIsf3Oh0Rl .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-uIsf3Oh0Rl .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-uIsf3Oh0Rl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uIsf3Oh0Rl .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uIsf3Oh0Rl .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uIsf3Oh0Rl .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIseIIYTgm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIseIIYTgm .mbr-text {
  color: #747474;
}
.cid-uIseIIYTgm .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uIsitaSIZs {
  z-index: 1000;
  width: 100%;
}
.cid-uIsitaSIZs nav.navbar {
  position: fixed;
}
.cid-uIsitaSIZs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsitaSIZs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsitaSIZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsitaSIZs .dropdown-item:hover,
.cid-uIsitaSIZs .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIsitaSIZs .dropdown-item:hover span {
  color: white;
}
.cid-uIsitaSIZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsitaSIZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsitaSIZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsitaSIZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsitaSIZs .nav-link {
  position: relative;
}
.cid-uIsitaSIZs .container {
  display: flex;
  margin: auto;
}
.cid-uIsitaSIZs .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIsitaSIZs .dropdown-menu,
.cid-uIsitaSIZs .navbar.opened {
  background: #ffffff !important;
}
.cid-uIsitaSIZs .nav-item:focus,
.cid-uIsitaSIZs .nav-link:focus {
  outline: none;
}
.cid-uIsitaSIZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsitaSIZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsitaSIZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsitaSIZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsitaSIZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsitaSIZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsitaSIZs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIsitaSIZs .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsitaSIZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsitaSIZs .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsitaSIZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsitaSIZs .navbar.collapsed {
  justify-content: center;
}
.cid-uIsitaSIZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsitaSIZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsitaSIZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIsitaSIZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsitaSIZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsitaSIZs .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-uIsitaSIZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsitaSIZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIsitaSIZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIsitaSIZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsitaSIZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsitaSIZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsitaSIZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsitaSIZs .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-uIsitaSIZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsitaSIZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsitaSIZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsitaSIZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsitaSIZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIsitaSIZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIsitaSIZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsitaSIZs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsitaSIZs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsitaSIZs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsitaSIZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsitaSIZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsitaSIZs .dropdown-item.active,
.cid-uIsitaSIZs .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsitaSIZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsitaSIZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsitaSIZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsitaSIZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIsitaSIZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsitaSIZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsitaSIZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsitaSIZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsitaSIZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsitaSIZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIsitaSIZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsitaSIZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsitaSIZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsitaSIZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsitaSIZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsitaSIZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsitaSIZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsitaSIZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsitaSIZs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsitaSIZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIsitaSIZs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsitaSIZs .navbar {
    height: 70px;
  }
  .cid-uIsitaSIZs .navbar.opened {
    height: auto;
  }
  .cid-uIsitaSIZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsitbcjpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pierwszy-z-logo2-l-kopia3-2000x1333.jpg");
}
.cid-uIsitbcjpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsitbcjpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsitbcjpO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIsitbcjpO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIsitbcjpO .container {
    padding: 0 30px;
  }
}
.cid-uIsitbcjpO .row {
  justify-content: center;
}
.cid-uIsitbcjpO .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uIsitbcjpO .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uIsitbcjpO .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIsitbcjpO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIsitbcjpO .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uIsitbcjpO .mbr-desc {
  color: #072465;
}
.cid-uIsitbcjpO .mbr-section-title {
  color: #ffffff;
}
.cid-uIsitbcjpO .mbr-text {
  color: #072465;
}
.cid-uIsitbcjpO .mbr-section-title,
.cid-uIsitbcjpO .mbr-section-btn {
  color: #9e0a0a;
}
.cid-uIsjubgLdQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uIsjubgLdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsjubgLdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsjubgLdQ .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uIsjubgLdQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uIsjubgLdQ .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uIsjubgLdQ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uIsjubgLdQ .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uIsjubgLdQ .social-row {
  text-align: center;
}
.cid-uIsjubgLdQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uIsjubgLdQ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uIsjubgLdQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uIsjubgLdQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uIsjubgLdQ .mbr-role,
.cid-uIsjubgLdQ .social-row {
  color: #072465;
}
.cid-uIsjubgLdQ .mbr-section-maintitle {
  color: #072465;
}
.cid-uIskejZjy9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uIskejZjy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIskejZjy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIskejZjy9 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uIskejZjy9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uIskejZjy9 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uIskejZjy9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uIskejZjy9 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uIskejZjy9 .social-row {
  text-align: center;
}
.cid-uIskejZjy9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uIskejZjy9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uIskejZjy9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uIskejZjy9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uIskejZjy9 .mbr-role,
.cid-uIskejZjy9 .social-row {
  color: #9e0a0a;
}
.cid-uIskejZjy9 .mbr-section-maintitle {
  color: #072465;
}
.cid-uIsllou8Jh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uIsllou8Jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsllou8Jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsllou8Jh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIsllou8Jh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIsllou8Jh .container {
    padding: 0 30px;
  }
}
.cid-uIsllou8Jh .row {
  justify-content: center;
}
.cid-uIsllou8Jh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIsllou8Jh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIsllou8Jh .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIsllou8Jh .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uIsllou8Jh .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uIsllou8Jh .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uIsllou8Jh .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIsllou8Jh .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #072465;
}
.cid-uIsllou8Jh .mbr-section-title {
  color: #072465;
}
.cid-uIsllou8Jh .mbr-text {
  color: #144031;
}
.cid-uIsllou8Jh .list,
.cid-uIsllou8Jh .item-wrap {
  color: #000000;
}
.cid-uIsitbFAru {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIsitbFAru .mbr-text {
  color: #747474;
}
.cid-uIsitbFAru .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uIs4HBIIUC {
  z-index: 1000;
  width: 100%;
}
.cid-uIs4HBIIUC nav.navbar {
  position: fixed;
}
.cid-uIs4HBIIUC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIs4HBIIUC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIs4HBIIUC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIs4HBIIUC .dropdown-item:hover,
.cid-uIs4HBIIUC .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIs4HBIIUC .dropdown-item:hover span {
  color: white;
}
.cid-uIs4HBIIUC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIs4HBIIUC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIs4HBIIUC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIs4HBIIUC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIs4HBIIUC .nav-link {
  position: relative;
}
.cid-uIs4HBIIUC .container {
  display: flex;
  margin: auto;
}
.cid-uIs4HBIIUC .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIs4HBIIUC .dropdown-menu,
.cid-uIs4HBIIUC .navbar.opened {
  background: #ffffff !important;
}
.cid-uIs4HBIIUC .nav-item:focus,
.cid-uIs4HBIIUC .nav-link:focus {
  outline: none;
}
.cid-uIs4HBIIUC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIs4HBIIUC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIs4HBIIUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIs4HBIIUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIs4HBIIUC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIs4HBIIUC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIs4HBIIUC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIs4HBIIUC .navbar.opened {
  transition: all 0.3s;
}
.cid-uIs4HBIIUC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIs4HBIIUC .navbar .navbar-logo img {
  width: auto;
}
.cid-uIs4HBIIUC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIs4HBIIUC .navbar.collapsed {
  justify-content: center;
}
.cid-uIs4HBIIUC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIs4HBIIUC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIs4HBIIUC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIs4HBIIUC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIs4HBIIUC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIs4HBIIUC .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-uIs4HBIIUC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIs4HBIIUC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIs4HBIIUC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIs4HBIIUC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIs4HBIIUC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIs4HBIIUC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIs4HBIIUC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIs4HBIIUC .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-uIs4HBIIUC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIs4HBIIUC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIs4HBIIUC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIs4HBIIUC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIs4HBIIUC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIs4HBIIUC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIs4HBIIUC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIs4HBIIUC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIs4HBIIUC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIs4HBIIUC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIs4HBIIUC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIs4HBIIUC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIs4HBIIUC .dropdown-item.active,
.cid-uIs4HBIIUC .dropdown-item:active {
  background-color: transparent;
}
.cid-uIs4HBIIUC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIs4HBIIUC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIs4HBIIUC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIs4HBIIUC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIs4HBIIUC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIs4HBIIUC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIs4HBIIUC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIs4HBIIUC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIs4HBIIUC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIs4HBIIUC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIs4HBIIUC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIs4HBIIUC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIs4HBIIUC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIs4HBIIUC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIs4HBIIUC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIs4HBIIUC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIs4HBIIUC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIs4HBIIUC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIs4HBIIUC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIs4HBIIUC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIs4HBIIUC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIs4HBIIUC .navbar {
    height: 70px;
  }
  .cid-uIs4HBIIUC .navbar.opened {
    height: auto;
  }
  .cid-uIs4HBIIUC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIshavq8nh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uIshavq8nh .blue {
  color: blue;
}
.cid-uIshavq8nh H3 {
  color: #000000;
}
.cid-uIshavq8nh .mbr-text,
.cid-uIshavq8nh .mbr-section-btn {
  text-align: left;
  color: #072465;
}
.cid-uIsgX0zl4k {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uIsgX0zl4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsgX0zl4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsgX0zl4k .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIsgX0zl4k .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uIsgX0zl4k .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIsgX0zl4k .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIsgX0zl4k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsgX0zl4k .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIsgX0zl4k .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIsgX0zl4k .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uIsgX0zl4k .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIsgX0zl4k .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uIsgX0zl4k .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uIsgX0zl4k .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uIsgX0zl4k .mbr-section-title {
  color: #050f0f;
}
.cid-uIsgX0zl4k .mbr-text {
  color: #050f0f;
}
.cid-uIsgX0zl4k .mbr-section-title,
.cid-uIsgX0zl4k .mbr-section-btn {
  color: #072465;
}
.cid-uIsuvojQmG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIsuvojQmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsuvojQmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsuvojQmG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uIsuvojQmG .mbr-section-title {
  color: #072465;
}
.cid-uIsuvojQmG .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uIsuvojQmG .items-row {
  row-gap: 32px;
}
.cid-uIsuvojQmG .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uIsuvojQmG .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uIsuvojQmG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uIsuvojQmG .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uIsuvojQmG .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uIsuvojQmG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uIsuvojQmG .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uIsuvojQmG .carousel-control,
.cid-uIsuvojQmG .close {
  background: #1b1b1b;
}
.cid-uIsuvojQmG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIsuvojQmG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uIsuvojQmG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIsuvojQmG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uIsuvojQmG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIsuvojQmG .close::before {
  content: '\e91a';
}
.cid-uIsuvojQmG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIsuvojQmG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uIsuvojQmG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIsuvojQmG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIsuvojQmG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uIsuvojQmG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uIsuvojQmG .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-uIsuvojQmG .carousel-indicators li.active,
.cid-uIsuvojQmG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uIsuvojQmG .carousel-indicators li::after,
.cid-uIsuvojQmG .carousel-indicators li::before {
  content: none;
}
.cid-uIsuvojQmG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uIsuvojQmG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uIsuvojQmG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsuvojQmG .carousel-indicators {
    display: none;
  }
}
.cid-uIsuvojQmG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uIsuvojQmG .carousel-inner > .active {
  display: block;
}
.cid-uIsuvojQmG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIsuvojQmG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIsuvojQmG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIsuvojQmG .carousel-control,
  .cid-uIsuvojQmG .carousel-indicators,
  .cid-uIsuvojQmG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIsuvojQmG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIsuvojQmG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIsuvojQmG .carousel-indicators .active,
.cid-uIsuvojQmG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uIsuvojQmG .carousel-indicators .active {
  background: #fff;
}
.cid-uIsuvojQmG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIsuvojQmG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIsuvojQmG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIsuvojQmG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIsuvojQmG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIsuvojQmG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIsuvojQmG .carousel {
  width: 100%;
}
.cid-uIsuvojQmG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIsuvojQmG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uIsuvojQmG .modal.fade .modal-dialog,
.cid-uIsuvojQmG .modal.in .modal-dialog {
  transform: none;
}
.cid-uIsuvojQmG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIsuvojQmG H6 {
  text-align: center;
}
.cid-uIs4HDkjmz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIs4HDkjmz .mbr-text {
  color: #747474;
}
.cid-uIs4HDkjmz .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uIsvpunzql {
  z-index: 1000;
  width: 100%;
}
.cid-uIsvpunzql nav.navbar {
  position: fixed;
}
.cid-uIsvpunzql .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsvpunzql .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsvpunzql .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsvpunzql .dropdown-item:hover,
.cid-uIsvpunzql .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uIsvpunzql .dropdown-item:hover span {
  color: white;
}
.cid-uIsvpunzql .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsvpunzql .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsvpunzql .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsvpunzql .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsvpunzql .nav-link {
  position: relative;
}
.cid-uIsvpunzql .container {
  display: flex;
  margin: auto;
}
.cid-uIsvpunzql .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIsvpunzql .dropdown-menu,
.cid-uIsvpunzql .navbar.opened {
  background: #ffffff !important;
}
.cid-uIsvpunzql .nav-item:focus,
.cid-uIsvpunzql .nav-link:focus {
  outline: none;
}
.cid-uIsvpunzql .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsvpunzql .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsvpunzql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsvpunzql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsvpunzql .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsvpunzql .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsvpunzql .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uIsvpunzql .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsvpunzql .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsvpunzql .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsvpunzql .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsvpunzql .navbar.collapsed {
  justify-content: center;
}
.cid-uIsvpunzql .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsvpunzql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsvpunzql .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uIsvpunzql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsvpunzql .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsvpunzql .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-uIsvpunzql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsvpunzql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIsvpunzql .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIsvpunzql .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsvpunzql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsvpunzql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsvpunzql .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsvpunzql .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-uIsvpunzql .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsvpunzql .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsvpunzql .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsvpunzql .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsvpunzql .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIsvpunzql .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIsvpunzql .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsvpunzql .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsvpunzql .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsvpunzql .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsvpunzql .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsvpunzql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsvpunzql .dropdown-item.active,
.cid-uIsvpunzql .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsvpunzql .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsvpunzql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsvpunzql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsvpunzql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIsvpunzql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsvpunzql .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsvpunzql ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsvpunzql .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsvpunzql button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsvpunzql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uIsvpunzql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsvpunzql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsvpunzql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsvpunzql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsvpunzql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsvpunzql nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsvpunzql nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsvpunzql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsvpunzql .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsvpunzql a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIsvpunzql .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsvpunzql .navbar {
    height: 70px;
  }
  .cid-uIsvpunzql .navbar.opened {
    height: auto;
  }
  .cid-uIsvpunzql .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsvpuAvCG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uIsvpuAvCG .blue {
  color: blue;
}
.cid-uIsvpuAvCG H3 {
  color: #000000;
}
.cid-uIsvpuAvCG .mbr-text,
.cid-uIsvpuAvCG .mbr-section-btn {
  text-align: left;
  color: #072465;
}
.cid-uIsvpuH335 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uIsvpuH335 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsvpuH335 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsvpuH335 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIsvpuH335 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uIsvpuH335 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIsvpuH335 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIsvpuH335 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsvpuH335 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uIsvpuH335 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIsvpuH335 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uIsvpuH335 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIsvpuH335 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uIsvpuH335 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uIsvpuH335 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uIsvpuH335 .mbr-section-title {
  color: #050f0f;
}
.cid-uIsvpuH335 .mbr-text {
  color: #050f0f;
}
.cid-uIsvpuH335 .mbr-section-title,
.cid-uIsvpuH335 .mbr-section-btn {
  color: #072465;
}
.cid-uIsvpvEr7u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uIsvpvEr7u .mbr-text {
  color: #747474;
}
.cid-uIsvpvEr7u .media-container-row .mbr-text {
  color: #dfecfb;
}
.cid-uOR4LphQJZ {
  z-index: 1000;
  width: 100%;
}
.cid-uOR4LphQJZ nav.navbar {
  position: fixed;
}
.cid-uOR4LphQJZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOR4LphQJZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOR4LphQJZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOR4LphQJZ .dropdown-item:hover,
.cid-uOR4LphQJZ .dropdown-item:focus {
  background: #9e0a0a !important;
  color: white !important;
}
.cid-uOR4LphQJZ .dropdown-item:hover span {
  color: white;
}
.cid-uOR4LphQJZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOR4LphQJZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOR4LphQJZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOR4LphQJZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOR4LphQJZ .nav-link {
  position: relative;
}
.cid-uOR4LphQJZ .container {
  display: flex;
  margin: auto;
}
.cid-uOR4LphQJZ .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOR4LphQJZ .dropdown-menu,
.cid-uOR4LphQJZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uOR4LphQJZ .nav-item:focus,
.cid-uOR4LphQJZ .nav-link:focus {
  outline: none;
}
.cid-uOR4LphQJZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOR4LphQJZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOR4LphQJZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOR4LphQJZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOR4LphQJZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOR4LphQJZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOR4LphQJZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uOR4LphQJZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uOR4LphQJZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOR4LphQJZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOR4LphQJZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOR4LphQJZ .navbar.collapsed {
  justify-content: center;
}
.cid-uOR4LphQJZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOR4LphQJZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOR4LphQJZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uOR4LphQJZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOR4LphQJZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOR4LphQJZ .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-uOR4LphQJZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOR4LphQJZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOR4LphQJZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOR4LphQJZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOR4LphQJZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOR4LphQJZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOR4LphQJZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOR4LphQJZ .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-uOR4LphQJZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOR4LphQJZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOR4LphQJZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOR4LphQJZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOR4LphQJZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOR4LphQJZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOR4LphQJZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOR4LphQJZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOR4LphQJZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOR4LphQJZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOR4LphQJZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOR4LphQJZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOR4LphQJZ .dropdown-item.active,
.cid-uOR4LphQJZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOR4LphQJZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOR4LphQJZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOR4LphQJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOR4LphQJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOR4LphQJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOR4LphQJZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOR4LphQJZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOR4LphQJZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOR4LphQJZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOR4LphQJZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uOR4LphQJZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOR4LphQJZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOR4LphQJZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOR4LphQJZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOR4LphQJZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOR4LphQJZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOR4LphQJZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOR4LphQJZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOR4LphQJZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOR4LphQJZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOR4LphQJZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOR4LphQJZ .navbar {
    height: 70px;
  }
  .cid-uOR4LphQJZ .navbar.opened {
    height: auto;
  }
  .cid-uOR4LphQJZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOR4LpsKk3 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uOR4LpsKk3 .blue {
  color: blue;
}
.cid-uOR4LpsKk3 H3 {
  color: #000000;
}
.cid-uOR4LpsKk3 .mbr-text,
.cid-uOR4LpsKk3 .mbr-section-btn {
  text-align: left;
  color: #072465;
}
.cid-uOR4LpyCSN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uOR4LpyCSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR4LpyCSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR4LpyCSN .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOR4LpyCSN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOR4LpyCSN .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOR4LpyCSN .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOR4LpyCSN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOR4LpyCSN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOR4LpyCSN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOR4LpyCSN .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOR4LpyCSN .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOR4LpyCSN .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOR4LpyCSN .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOR4LpyCSN .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOR4LpyCSN .mbr-section-title {
  color: #050f0f;
}
.cid-uOR4LpyCSN .mbr-text {
  color: #050f0f;
}
.cid-uOR4LpyCSN .mbr-section-title,
.cid-uOR4LpyCSN .mbr-section-btn {
  color: #072465;
}
.cid-uOR6LRX1Rq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uOR6LRX1Rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR6LRX1Rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR6LRX1Rq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uOR6LRX1Rq .mbr-section-title {
  color: #072465;
}
.cid-uOR6LRX1Rq .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uOR6LRX1Rq .items-row {
  row-gap: 32px;
}
.cid-uOR6LRX1Rq .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uOR6LRX1Rq .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uOR6LRX1Rq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uOR6LRX1Rq .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uOR6LRX1Rq .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uOR6LRX1Rq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uOR6LRX1Rq .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uOR6LRX1Rq .carousel-control,
.cid-uOR6LRX1Rq .close {
  background: #1b1b1b;
}
.cid-uOR6LRX1Rq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOR6LRX1Rq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOR6LRX1Rq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOR6LRX1Rq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOR6LRX1Rq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOR6LRX1Rq .close::before {
  content: '\e91a';
}
.cid-uOR6LRX1Rq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOR6LRX1Rq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOR6LRX1Rq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOR6LRX1Rq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOR6LRX1Rq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOR6LRX1Rq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOR6LRX1Rq .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-uOR6LRX1Rq .carousel-indicators li.active,
.cid-uOR6LRX1Rq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOR6LRX1Rq .carousel-indicators li::after,
.cid-uOR6LRX1Rq .carousel-indicators li::before {
  content: none;
}
.cid-uOR6LRX1Rq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOR6LRX1Rq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOR6LRX1Rq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOR6LRX1Rq .carousel-indicators {
    display: none;
  }
}
.cid-uOR6LRX1Rq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOR6LRX1Rq .carousel-inner > .active {
  display: block;
}
.cid-uOR6LRX1Rq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOR6LRX1Rq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOR6LRX1Rq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOR6LRX1Rq .carousel-control,
  .cid-uOR6LRX1Rq .carousel-indicators,
  .cid-uOR6LRX1Rq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOR6LRX1Rq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOR6LRX1Rq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOR6LRX1Rq .carousel-indicators .active,
.cid-uOR6LRX1Rq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOR6LRX1Rq .carousel-indicators .active {
  background: #fff;
}
.cid-uOR6LRX1Rq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOR6LRX1Rq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOR6LRX1Rq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOR6LRX1Rq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOR6LRX1Rq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOR6LRX1Rq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOR6LRX1Rq .carousel {
  width: 100%;
}
.cid-uOR6LRX1Rq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOR6LRX1Rq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOR6LRX1Rq .modal.fade .modal-dialog,
.cid-uOR6LRX1Rq .modal.in .modal-dialog {
  transform: none;
}
.cid-uOR6LRX1Rq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOR6LRX1Rq H6 {
  text-align: center;
}
.cid-uOR4LpGARm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072465;
}
.cid-uOR4LpGARm .mbr-text {
  color: #747474;
}
.cid-uOR4LpGARm .media-container-row .mbr-text {
  color: #dfecfb;
}
