body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 1.3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #063e87 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #063e87 !important;
}
.bg-warning {
  background-color: #ffd009 !important;
}
.bg-danger {
  background-color: #e70000 !important;
}
.btn-primary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-primary,
.btn-primary:active {
  background-color: #063e87 !important;
  border-color: #063e87 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #063e87 !important;
  border-color: #063e87 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #063e87 !important;
  border-color: #063e87 !important;
}
.btn-primary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-primary:hover {
  color: black !important;
}
.btn-primary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-secondary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8f0202 !important;
  border-color: #8f0202 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8f0202 !important;
  border-color: #8f0202 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8f0202 !important;
  border-color: #8f0202 !important;
}
.btn-secondary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-secondary:hover {
  color: black !important;
}
.btn-secondary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-info {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-info,
.btn-info:active {
  background-color: #063e87 !important;
  border-color: #063e87 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #063e87 !important;
  border-color: #063e87 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #063e87 !important;
  border-color: #063e87 !important;
}
.btn-info:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-info:hover {
  color: black !important;
}
.btn-info:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-success {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-success:hover {
  color: black !important;
}
.btn-success:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-warning {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd009 !important;
  border-color: #ffd009 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffd009 !important;
  border-color: #ffd009 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd009 !important;
  border-color: #ffd009 !important;
}
.btn-warning:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-warning:hover {
  color: black !important;
}
.btn-warning:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-danger {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-danger,
.btn-danger:active {
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
}
.btn-danger:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-danger:hover {
  color: black !important;
}
.btn-danger:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-white,
.btn-white:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover {
  color: black !important;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #063e87;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-black {
  position: relative;
  z-index: 1;
  border: 0;
}
.btn-black,
.btn-black:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-black:hover {
  color: black !important;
}
.btn-black:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #063e87;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #021834 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #063e87 !important;
  border-color: #063e87 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8f0202;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #390101 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8f0202 !important;
  border-color: #8f0202 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #063e87;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #021834 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #063e87 !important;
  border-color: #063e87 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd009;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b18f00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #090700 !important;
  background-color: #ffd009 !important;
  border-color: #ffd009 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #900000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #272727;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #063e87 !important;
}
.text-secondary {
  color: #8f0202 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #063e87 !important;
}
.text-warning {
  color: #ffd009 !important;
}
.text-danger {
  color: #e70000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #063e87 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2a0101 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #021125 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a28300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #810000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #063e87;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #063e87;
}
.alert-warning {
  background-color: #ffd009;
}
.alert-danger {
  background-color: #e70000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #063e87;
  border-color: #063e87;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #063e87;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1878f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1878f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff7d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffb4b4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #063e87 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #063e87;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #063e87;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #063e87;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #063e87;
  border-bottom-color: #063e87;
}
.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: #063e87 !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: #8f0202 !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='%23063e87' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tN15MYE9Qf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN15MYE9Qf .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tN15MYE9Qf .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #063e87;
  z-index: -1;
}
.cid-tN15MYE9Qf nav.navbar {
  position: fixed;
}
.cid-tN15MYE9Qf .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-item {
    border: 0;
  }
}
.cid-tN15MYE9Qf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tN15MYE9Qf .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tN15MYE9Qf .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tN15MYE9Qf .title-wrap:hover span {
  color: white;
}
.cid-tN15MYE9Qf .title-wrap:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .dropdown-menu {
  padding: 0;
  border-top: 4px solid #063e87;
}
.cid-tN15MYE9Qf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN15MYE9Qf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN15MYE9Qf .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN15MYE9Qf .nav-link {
  position: relative;
}
.cid-tN15MYE9Qf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .container {
    flex-wrap: nowrap;
  }
}
.cid-tN15MYE9Qf .dropdown-menu,
.cid-tN15MYE9Qf .navbar.opened {
  background: #ffffff !important;
}
.cid-tN15MYE9Qf .nav-item:focus,
.cid-tN15MYE9Qf .nav-link:focus {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN15MYE9Qf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN15MYE9Qf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.opened {
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN15MYE9Qf .navbar .navbar-logo img {
  width: auto;
}
.cid-tN15MYE9Qf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN15MYE9Qf .navbar.collapsed {
  justify-content: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN15MYE9Qf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN15MYE9Qf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN15MYE9Qf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN15MYE9Qf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN15MYE9Qf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN15MYE9Qf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN15MYE9Qf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN15MYE9Qf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN15MYE9Qf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown-item.active,
.cid-tN15MYE9Qf .dropdown-item:active {
  background-color: transparent;
}
.cid-tN15MYE9Qf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN15MYE9Qf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN15MYE9Qf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN15MYE9Qf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN15MYE9Qf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN15MYE9Qf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN15MYE9Qf .navbar {
    height: 70px;
  }
  .cid-tN15MYE9Qf .navbar.opened {
    height: auto;
  }
  .cid-tN15MYE9Qf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN15MYE9Qf .navbar-caption-wrap,
.cid-tN15MYE9Qf .title-wrap {
  color: #e17021;
}
.cid-u7hq9RNCea {
  background-image: url("../../../assets/images/img-20240905-wa0003-1496x1496.webp");
}
.cid-u7hq9RNCea .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hq9RNCea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hq9RNCea .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7hq9RNCea .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-ubjyBl8hxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubjyBl8hxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubjyBl8hxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubjyBl8hxs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ubjyBl8hxs .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ubjyBl8hxs .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ubjyBl8hxs .container {
    padding: 0 22px;
  }
}
.cid-ubjyBl8hxs .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ubjyBl8hxs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ubjyBl8hxs .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ubjyBl8hxs .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #242424;
  border-radius: 0 !important;
}
.cid-ubjyBl8hxs .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-ubjyBl8hxs .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-ubjyBl8hxs .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-ubjyBl8hxs .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ubjyBl8hxs .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-ubjyBl8hxs .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-ubjyBl8hxs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubjyBl8hxs .card-title {
  color: #92db36;
}
.cid-ubjyBl8hxs .card-text {
  color: #fafafa;
}
.cid-ubjyBl8hxs .mbr-section-title,
.cid-ubjyBl8hxs .mbr-section-btn {
  color: #373f46;
}
.cid-qZ8LtSQx95 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #92db36, #242424);
}
.cid-qZ8LtSQx95 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qZ8LtSQx95 p {
  color: #767676;
  text-align: left;
}
.cid-qZ8LtSQx95 .card-box {
  padding-top: 2rem;
}
.cid-qZ8LtSQx95 .card-wrapper {
  height: 100%;
}
.cid-qZ8LtSQx95 .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-qZ8LtSQx95 .container3 figure {
  background-image: url("../../../assets/images/adobestock-211093455-2000x1333.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-qZ8LtSQx95 .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-qZ8LtSQx95 .container4 figure {
  background-image: url("../../../assets/images/adobestock-317812810-2000x1334.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-qZ8LtSQx95 .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-qZ8LtSQx95 .container5 figure {
  background-image: url("../../../assets/images/adobestock-576043672-2000x1333.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-qZ8LtSQx95 #compare3 {
  background-image: url("../../../assets/images/adobestock-211093454-2000x1333.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-qZ8LtSQx95 #compare4 {
  background-image: url("../../../assets/images/adobestock-317812809-2000x1334.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-qZ8LtSQx95 #compare5 {
  background-image: url("../../../assets/images/adobestock-576043671-2000x1333.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-qZ8LtSQx95 input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-qZ8LtSQx95 input#slider3::-moz-range-track {
  background: transparent;
}
.cid-qZ8LtSQx95 input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-qZ8LtSQx95 input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-qZ8LtSQx95 input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider::-ms-tooltip {
  display: none;
}
.cid-qZ8LtSQx95 #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-qZ8LtSQx95 input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-qZ8LtSQx95 input#slider4::-moz-range-track {
  background: transparent;
}
.cid-qZ8LtSQx95 input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-qZ8LtSQx95 input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-qZ8LtSQx95 input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider4::-ms-tooltip {
  display: none;
}
.cid-qZ8LtSQx95 #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-qZ8LtSQx95 input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-qZ8LtSQx95 input#slider5::-moz-range-track {
  background: transparent;
}
.cid-qZ8LtSQx95 input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-qZ8LtSQx95 input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-qZ8LtSQx95 input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-qZ8LtSQx95 input#slider5::-ms-tooltip {
  display: none;
}
.cid-qZ8LtSQx95 #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-qZ8LtSQx95 .card-title {
  color: #ffffff;
}
.cid-qZ8LtSQx95 P {
  color: #ffffff;
}
.cid-tW9Z3jNjAH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #242424;
}
@media (min-width: 1400px) {
  .cid-tW9Z3jNjAH .container {
    max-width: 1000px;
  }
}
.cid-tW9Z3jNjAH .item-img,
.cid-tW9Z3jNjAH img {
  height: 100%;
  object-fit: cover;
}
.cid-tW9Z3jNjAH .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #063e87;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-tW9Z3jNjAH .card-wrapper {
  margin-bottom: 2rem;
}
.cid-tW9Z3jNjAH .row {
  justify-content: center;
}
.cid-tW9Z3jNjAH .card-text {
  color: #ffffff;
}
.cid-tW9Z3jNjAH .card-title,
.cid-tW9Z3jNjAH .iconfont-wrapper {
  color: #92db36;
}
.cid-tW9ZNYHPOM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tW9ZNYHPOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW9ZNYHPOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tW9ZNYHPOM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tW9ZNYHPOM img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tW9ZNYHPOM img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tW9ZNYHPOM .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tW9ZNYHPOM .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tW9ZNYHPOM .card-link:hover a {
  background-image: none !important;
}
.cid-tW9ZNYHPOM .card-link:hover {
  cursor: pointer;
}
.cid-tW9ZNYHPOM .card-link:hover:before {
  width: 0%;
}
.cid-tW9ZNYHPOM .card {
  margin-bottom: 3rem;
}
.cid-tW9ZNYHPOM .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tW9ZNYHPOM .row {
  justify-content: center;
}
.cid-tW9ZNYHPOM .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tW9ZNYHPOM .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tW9ZNYHPOM .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tW9ZNYHPOM .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tW9ZNYHPOM .card-text {
  color: #232323;
}
.cid-tW9ZNYHPOM .card-title,
.cid-tW9ZNYHPOM .iconfont-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tW9ZNYHPOM .mbr-section-title {
  text-align: left;
  color: #1c3894;
}
.cid-tW9ZNYHPOM .card-link,
.cid-tW9ZNYHPOM .link-icon,
.cid-tW9ZNYHPOM .link-align {
  color: #232323;
}
.cid-u0dIIhellU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0dIIhellU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u0dIIhellU .card-title {
  margin-bottom: 26px;
  color: #8f0202;
}
.cid-u0dIIhellU .mbr-text {
  margin-bottom: 30px;
}
.cid-u0dIIhellU .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-u0dIIhellU .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u0dIIhellU .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u0dIIhellU .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u0dIIhellU .btn_link:hover {
  cursor: pointer;
}
.cid-u0dIIhellU .btn_link:hover a {
  color: #063e87 !important;
}
.cid-u0dIIhellU .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u0dIIhellU .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0dIIhellU .text-wrapper {
    text-align: center;
  }
  .cid-u0dIIhellU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u0dIIhellU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u0dIIhellU .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u0dIIhellU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dIIhellU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dIIhellU .card-title,
.cid-u0dIIhellU .icon_block {
  color: #92db36;
}
.cid-tWanmHqLcb {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/adobestock-192205468-2000x1333.webp");
}
.cid-tWanmHqLcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWanmHqLcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWanmHqLcb .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tWanmHqLcb .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWanmHqLcb .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWanmHqLcb .card {
    margin-bottom: 2rem;
  }
  .cid-tWanmHqLcb .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tWanmHqLcb .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWanmHqLcb .card-title,
.cid-tWanmHqLcb .card-box {
  color: #242424;
}
.cid-tN0M1SveHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3894;
}
.cid-tN0M1SveHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0M1SveHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0M1SveHw .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tN0M1SveHw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tN0M1SveHw .container {
    padding: 0 26px;
  }
}
.cid-tN0M1SveHw .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN0M1SveHw .image-wrapper img {
    height: 300px;
  }
}
.cid-tN0M1SveHw .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tN0M1SveHw .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tN0M1SveHw .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tN0M1SveHw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tN0M1SveHw .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tN0M1SveHw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0M1SveHw .mbr-section-title {
  color: #92db36;
}
.cid-tN0M1SveHw .mbr-section-subtitle {
  color: #e49f3f;
}
.cid-tN0M1SveHw .mbr-text {
  color: #ffffff;
}
.cid-tLHgZhbopT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLHgZhbopT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLHgZhbopT .card-title {
  margin-bottom: 26px;
  color: #8f0202;
}
.cid-tLHgZhbopT .mbr-text {
  margin-bottom: 30px;
}
.cid-tLHgZhbopT .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tLHgZhbopT .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tLHgZhbopT .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tLHgZhbopT .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tLHgZhbopT .btn_link:hover {
  cursor: pointer;
}
.cid-tLHgZhbopT .btn_link:hover a {
  color: #063e87 !important;
}
.cid-tLHgZhbopT .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tLHgZhbopT .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLHgZhbopT .text-wrapper {
    text-align: center;
  }
  .cid-tLHgZhbopT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tLHgZhbopT .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tLHgZhbopT .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tLHgZhbopT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHgZhbopT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHgZhbopT .card-title,
.cid-tLHgZhbopT .icon_block {
  color: #000000;
  text-align: left;
}
.cid-tWapB4Z1Bc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #92db36);
}
.cid-tWapB4Z1Bc .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tWapB4Z1Bc .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tWapB4Z1Bc .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #fafafa;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tWapB4Z1Bc .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tWapB4Z1Bc .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tWapB4Z1Bc .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tWapB4Z1Bc .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tWapB4Z1Bc .card-days {
  background-color: #1c3894;
  border-radius: 5px;
}
.cid-tWapB4Z1Bc .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tWapB4Z1Bc .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tWapB4Z1Bc .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tWapB4Z1Bc .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tWapB4Z1Bc .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tWapB4Z1Bc .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWapB4Z1Bc .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tWapB4Z1Bc .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tWapB4Z1Bc .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tWapB4Z1Bc .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWapB4Z1Bc .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tWapB4Z1Bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWapB4Z1Bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWapB4Z1Bc DIV {
  color: #000000;
}
.cid-tWapB4Z1Bc .card-title {
  color: #fafafa;
}
.cid-tWapB4Z1Bc .mbr-text {
  color: #fafafa;
}
.cid-tN15Q1LyYx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tN15Q1LyYx img {
  width: 80px;
  object-fit: contain;
}
.cid-tN15Q1LyYx .image-block {
  width: 80px;
  margin: auto;
}
.cid-tN15Q1LyYx .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tN15Q1LyYx .text {
    padding-bottom: 2rem;
  }
}
.cid-tN15MYE9Qf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN15MYE9Qf .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tN15MYE9Qf .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #063e87;
  z-index: -1;
}
.cid-tN15MYE9Qf nav.navbar {
  position: fixed;
}
.cid-tN15MYE9Qf .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-item {
    border: 0;
  }
}
.cid-tN15MYE9Qf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tN15MYE9Qf .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tN15MYE9Qf .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tN15MYE9Qf .title-wrap:hover span {
  color: white;
}
.cid-tN15MYE9Qf .title-wrap:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .dropdown-menu {
  padding: 0;
  border-top: 4px solid #063e87;
}
.cid-tN15MYE9Qf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN15MYE9Qf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN15MYE9Qf .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN15MYE9Qf .nav-link {
  position: relative;
}
.cid-tN15MYE9Qf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .container {
    flex-wrap: nowrap;
  }
}
.cid-tN15MYE9Qf .dropdown-menu,
.cid-tN15MYE9Qf .navbar.opened {
  background: #ffffff !important;
}
.cid-tN15MYE9Qf .nav-item:focus,
.cid-tN15MYE9Qf .nav-link:focus {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN15MYE9Qf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN15MYE9Qf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.opened {
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN15MYE9Qf .navbar .navbar-logo img {
  width: auto;
}
.cid-tN15MYE9Qf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN15MYE9Qf .navbar.collapsed {
  justify-content: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN15MYE9Qf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN15MYE9Qf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN15MYE9Qf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN15MYE9Qf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN15MYE9Qf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN15MYE9Qf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN15MYE9Qf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN15MYE9Qf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN15MYE9Qf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown-item.active,
.cid-tN15MYE9Qf .dropdown-item:active {
  background-color: transparent;
}
.cid-tN15MYE9Qf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN15MYE9Qf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN15MYE9Qf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN15MYE9Qf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN15MYE9Qf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN15MYE9Qf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN15MYE9Qf .navbar {
    height: 70px;
  }
  .cid-tN15MYE9Qf .navbar.opened {
    height: auto;
  }
  .cid-tN15MYE9Qf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN15MYE9Qf .navbar-caption-wrap,
.cid-tN15MYE9Qf .title-wrap {
  color: #e17021;
}
.cid-tKyXCZ6FEM {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tKyXCZ6FEM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKyXCZ6FEM .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tKyXCZ6FEM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tKyXCZ6FEM .label-text {
    text-align: center !important;
  }
}
.cid-tKyXCZ6FEM .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKyXCZ6FEM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tKyXCZ6FEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyXCZ6FEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKyXCZ6FEM .mbr-section-title,
.cid-tKyXCZ6FEM .mbr-section-btn {
  color: #000000;
}
.cid-tN15Q1LyYx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tN15Q1LyYx img {
  width: 80px;
  object-fit: contain;
}
.cid-tN15Q1LyYx .image-block {
  width: 80px;
  margin: auto;
}
.cid-tN15Q1LyYx .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tN15Q1LyYx .text {
    padding-bottom: 2rem;
  }
}
.cid-tN15MYE9Qf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN15MYE9Qf .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tN15MYE9Qf .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #063e87;
  z-index: -1;
}
.cid-tN15MYE9Qf nav.navbar {
  position: fixed;
}
.cid-tN15MYE9Qf .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-item {
    border: 0;
  }
}
.cid-tN15MYE9Qf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tN15MYE9Qf .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tN15MYE9Qf .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tN15MYE9Qf .title-wrap:hover span {
  color: white;
}
.cid-tN15MYE9Qf .title-wrap:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .dropdown-menu {
  padding: 0;
  border-top: 4px solid #063e87;
}
.cid-tN15MYE9Qf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN15MYE9Qf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN15MYE9Qf .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN15MYE9Qf .nav-link {
  position: relative;
}
.cid-tN15MYE9Qf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .container {
    flex-wrap: nowrap;
  }
}
.cid-tN15MYE9Qf .dropdown-menu,
.cid-tN15MYE9Qf .navbar.opened {
  background: #ffffff !important;
}
.cid-tN15MYE9Qf .nav-item:focus,
.cid-tN15MYE9Qf .nav-link:focus {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN15MYE9Qf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN15MYE9Qf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.opened {
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN15MYE9Qf .navbar .navbar-logo img {
  width: auto;
}
.cid-tN15MYE9Qf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN15MYE9Qf .navbar.collapsed {
  justify-content: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN15MYE9Qf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN15MYE9Qf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN15MYE9Qf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN15MYE9Qf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN15MYE9Qf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN15MYE9Qf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN15MYE9Qf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN15MYE9Qf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN15MYE9Qf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown-item.active,
.cid-tN15MYE9Qf .dropdown-item:active {
  background-color: transparent;
}
.cid-tN15MYE9Qf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN15MYE9Qf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN15MYE9Qf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN15MYE9Qf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN15MYE9Qf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN15MYE9Qf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN15MYE9Qf .navbar {
    height: 70px;
  }
  .cid-tN15MYE9Qf .navbar.opened {
    height: auto;
  }
  .cid-tN15MYE9Qf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN15MYE9Qf .navbar-caption-wrap,
.cid-tN15MYE9Qf .title-wrap {
  color: #e17021;
}
.cid-tKyZ2a3T62 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tKyZ2a3T62 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKyZ2a3T62 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tKyZ2a3T62 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKyZ2a3T62 .label-text {
    text-align: center !important;
  }
}
.cid-tKyZ2a3T62 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKyZ2a3T62 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tKyZ2a3T62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyZ2a3T62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKyZ2a3T62 .mbr-section-title,
.cid-tKyZ2a3T62 .mbr-section-btn {
  color: #000000;
}
.cid-tN15Q1LyYx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tN15Q1LyYx img {
  width: 80px;
  object-fit: contain;
}
.cid-tN15Q1LyYx .image-block {
  width: 80px;
  margin: auto;
}
.cid-tN15Q1LyYx .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tN15Q1LyYx .text {
    padding-bottom: 2rem;
  }
}
.cid-tN15MYE9Qf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN15MYE9Qf .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tN15MYE9Qf .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tN15MYE9Qf .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #063e87;
  z-index: -1;
}
.cid-tN15MYE9Qf nav.navbar {
  position: fixed;
}
.cid-tN15MYE9Qf .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-item {
    border: 0;
  }
}
.cid-tN15MYE9Qf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tN15MYE9Qf .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tN15MYE9Qf .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tN15MYE9Qf .title-wrap:hover span {
  color: white;
}
.cid-tN15MYE9Qf .title-wrap:hover:before {
  height: 100%;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .dropdown-menu {
  padding: 0;
  border-top: 4px solid #063e87;
}
.cid-tN15MYE9Qf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN15MYE9Qf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN15MYE9Qf .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tN15MYE9Qf .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN15MYE9Qf .nav-link {
  position: relative;
}
.cid-tN15MYE9Qf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .container {
    flex-wrap: nowrap;
  }
}
.cid-tN15MYE9Qf .dropdown-menu,
.cid-tN15MYE9Qf .navbar.opened {
  background: #ffffff !important;
}
.cid-tN15MYE9Qf .nav-item:focus,
.cid-tN15MYE9Qf .nav-link:focus {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN15MYE9Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN15MYE9Qf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN15MYE9Qf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN15MYE9Qf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.opened {
  transition: all 0.3s;
}
.cid-tN15MYE9Qf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN15MYE9Qf .navbar .navbar-logo img {
  width: auto;
}
.cid-tN15MYE9Qf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN15MYE9Qf .navbar.collapsed {
  justify-content: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN15MYE9Qf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN15MYE9Qf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN15MYE9Qf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN15MYE9Qf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN15MYE9Qf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN15MYE9Qf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN15MYE9Qf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN15MYE9Qf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN15MYE9Qf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN15MYE9Qf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN15MYE9Qf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN15MYE9Qf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN15MYE9Qf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN15MYE9Qf .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-tN15MYE9Qf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN15MYE9Qf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN15MYE9Qf .dropdown-item.active,
.cid-tN15MYE9Qf .dropdown-item:active {
  background-color: transparent;
}
.cid-tN15MYE9Qf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN15MYE9Qf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN15MYE9Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN15MYE9Qf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN15MYE9Qf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN15MYE9Qf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN15MYE9Qf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN15MYE9Qf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN15MYE9Qf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN15MYE9Qf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN15MYE9Qf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN15MYE9Qf .navbar {
    height: 70px;
  }
  .cid-tN15MYE9Qf .navbar.opened {
    height: auto;
  }
  .cid-tN15MYE9Qf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN15MYE9Qf .navbar-caption-wrap,
.cid-tN15MYE9Qf .title-wrap {
  color: #e17021;
}
.cid-tN040DN7IE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN040DN7IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN040DN7IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN040DN7IE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tN040DN7IE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tN040DN7IE .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tN040DN7IE .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tN040DN7IE .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN040DN7IE .image-wrapper img {
    height: 300px;
  }
}
.cid-tN040DN7IE .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tN040DN7IE .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tN040DN7IE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tN040DN7IE .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tN040DN7IE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN040DN7IE .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tN040DN7IE .cards-wrapper {
    margin: 0;
  }
}
.cid-tN040DN7IE .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tN040DN7IE .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tN040DN7IE .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tN040DN7IE .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tN040DN7IE .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tN040DN7IE .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tN040DN7IE .mbr-section-title {
  color: #000000;
}
.cid-tN040DN7IE .mbr-section-subtitle {
  color: #000000;
}
.cid-tN040DN7IE .mbr-text {
  color: #000000;
}
.cid-tN040DN7IE .mbr-card-title {
  color: #ffffff;
}
.cid-tN040DN7IE .mbr-card-title,
.cid-tN040DN7IE .cards-wrapper {
  color: #000000;
}
.cid-tN041plElY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tN041plElY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN041plElY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN041plElY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN041plElY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN041plElY .container {
    padding: 0;
  }
}
.cid-tN041plElY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN041plElY .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tN041plElY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN041plElY .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tN041plElY .mbr-section-title {
  color: #000000;
}
.cid-tN041plElY .mbr-text {
  color: #263652;
}
.cid-tN15Q1LyYx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tN15Q1LyYx img {
  width: 80px;
  object-fit: contain;
}
.cid-tN15Q1LyYx .image-block {
  width: 80px;
  margin: auto;
}
.cid-tN15Q1LyYx .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tN15Q1LyYx .text {
    padding-bottom: 2rem;
  }
}
