.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.baseline-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .baseline-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .baseline-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .baseline-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .baseline-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .baseline-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #003f33 !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003f33 !important;
  border-color: #003f33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00725c !important;
  border-color: #00725c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00725c !important;
  border-color: #00725c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003f33 !important;
  border-color: #003f33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00725c !important;
  border-color: #00725c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00725c !important;
  border-color: #00725c !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !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: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !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: #003f33;
  color: #003f33;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003f33 !important;
  border-color: #003f33 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #003f33;
  color: #003f33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003f33 !important;
  border-color: #003f33 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !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: #003f33 !important;
}
.text-secondary {
  color: #003f33 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003f33;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.baseline-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.baseline-gallery-filter li a {
  border-radius: 100px !important;
}
.baseline-gallery-filter li.active .btn {
  background-color: #003f33;
  border-color: #003f33;
  color: #ffffff;
}
.baseline-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003f33;
}
.baseline-plan-header.bg-primary .baseline-plan-subtitle,
.baseline-plan-header.bg-primary .baseline-plan-price-desc {
  color: #25ffd6;
}
.baseline-plan-header.bg-success .baseline-plan-subtitle,
.baseline-plan-header.bg-success .baseline-plan-price-desc {
  color: #1fc7a6;
}
.baseline-plan-header.bg-info .baseline-plan-subtitle,
.baseline-plan-header.bg-info .baseline-plan-price-desc {
  color: #ffffff;
}
.baseline-plan-header.bg-warning .baseline-plan-subtitle,
.baseline-plan-header.bg-warning .baseline-plan-price-desc {
  color: #d4a2c0;
}
.baseline-plan-header.bg-danger .baseline-plan-subtitle,
.baseline-plan-header.bg-danger .baseline-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .baseline-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003f33 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .baseline-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #003f33;
}
/* Forms */
.baseline-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.baseline-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.baseline-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.baseline-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: #003f33;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003f33;
}
.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: #003f33;
  border-bottom-color: #003f33;
}
.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: #003f33 !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: #003f33 !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='%23003f33' %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;
}
.baseline-section-btn .btn,
.baseline-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.baseline-section-btn .btn .baseline-iconfont,
.baseline-section-btn-main .btn .baseline-iconfont {
  margin: 0 10px 0 0;
}
.baseline-section-btn .btn-primary-outline,
.baseline-section-btn-main .btn-primary-outline,
.baseline-section-btn .btn-secondary-outline,
.baseline-section-btn-main .btn-secondary-outline,
.baseline-section-btn .btn-success-outline,
.baseline-section-btn-main .btn-success-outline,
.baseline-section-btn .btn-info-outline,
.baseline-section-btn-main .btn-info-outline,
.baseline-section-btn .btn-warning-outline,
.baseline-section-btn-main .btn-warning-outline,
.baseline-section-btn .btn-danger-outline,
.baseline-section-btn-main .btn-danger-outline,
.baseline-section-btn .btn-black-outline,
.baseline-section-btn-main .btn-black-outline,
.baseline-section-btn .btn-white-outline,
.baseline-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.baseline-section-btn .btn-primary-outline .baseline-iconfont,
.baseline-section-btn-main .btn-primary-outline .baseline-iconfont,
.baseline-section-btn .btn-secondary-outline .baseline-iconfont,
.baseline-section-btn-main .btn-secondary-outline .baseline-iconfont,
.baseline-section-btn .btn-success-outline .baseline-iconfont,
.baseline-section-btn-main .btn-success-outline .baseline-iconfont,
.baseline-section-btn .btn-info-outline .baseline-iconfont,
.baseline-section-btn-main .btn-info-outline .baseline-iconfont,
.baseline-section-btn .btn-warning-outline .baseline-iconfont,
.baseline-section-btn-main .btn-warning-outline .baseline-iconfont,
.baseline-section-btn .btn-danger-outline .baseline-iconfont,
.baseline-section-btn-main .btn-danger-outline .baseline-iconfont,
.baseline-section-btn .btn-black-outline .baseline-iconfont,
.baseline-section-btn-main .btn-black-outline .baseline-iconfont,
.baseline-section-btn .btn-white-outline .baseline-iconfont,
.baseline-section-btn-main .btn-white-outline .baseline-iconfont {
  margin: 0 16px 0 0;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNHYTxgW9l {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/corteb6.jpg-896x512.jpg");
}
.XCUqL-uNHYTxgW9l .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNHYTxgW9l .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNHYTxgW9l .row {
  justify-content: center;
}
.XCUqL-uNHYTxgW9l .card {
  justify-content: flex-end;
}
.XCUqL-uNHYTxgW9l .content-wrapper .baseline-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYTxgW9l .content-wrapper .baseline-section-title {
    margin-bottom: 20px;
  }
}
.XCUqL-uNHYTxgW9l .content-wrapper .text-wrapper .baseline-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .XCUqL-uNHYTxgW9l .content-wrapper .text-wrapper .baseline-text {
    width: 100%;
  }
}
.XCUqL-uNHYTxgW9l .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .XCUqL-uNHYTxgW9l .border-wrapper {
    margin-top: 30px;
  }
}
.XCUqL-uNHYTxgW9l .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYTxgW9l .desc-wrapper {
    margin-top: 30px;
  }
}
.XCUqL-uNHYTxgW9l .desc-wrapper .baseline-desc {
  margin-bottom: 0;
}
.XCUqL-uNHYTxgW9l .baseline-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .XCUqL-uNHYTxgW9l .baseline-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.XCUqL-uNHYTxgW9l .baseline-section-btn .btn {
  margin-bottom: 0;
}
.XCUqL-uNHYTxgW9l .baseline-section-title {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNHYTxgW9l .baseline-text,
.XCUqL-uNHYTxgW9l .text-wrapper {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNHYTxgW9l .baseline-desc {
  color: #ffffff;
}
.XCUqL-uNHYTxgW9l .baseline-desc,
.XCUqL-uNHYTxgW9l .baseline-section-btn {
  color: #000000;
}
.XCUqL-uNI0Cd9gzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNI0Cd9gzd .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI0Cd9gzd .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI0Cd9gzd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.XCUqL-uNI0Cd9gzd .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .XCUqL-uNI0Cd9gzd .title-wrapper {
    margin-bottom: 48px;
  }
}
.XCUqL-uNI0Cd9gzd .title-wrapper .baseline-section-title {
  margin-bottom: 24px;
}
.XCUqL-uNI0Cd9gzd .title-wrapper .text-wrapper .baseline-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNI0Cd9gzd .title-wrapper .text-wrapper .baseline-text {
    width: 100%;
  }
}
.XCUqL-uNI0Cd9gzd .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .XCUqL-uNI0Cd9gzd .image-wrapper img {
    height: 350px;
  }
}
.XCUqL-uNI0Cd9gzd .baseline-section-title {
  color: #ffffff;
}
.XCUqL-uNI0Cd9gzd .baseline-text,
.XCUqL-uNI0Cd9gzd .text-wrapper {
  color: #000000;
}
.XCUqL-uNI0Cd9gzd .baseline-section-title,
.XCUqL-uNI0Cd9gzd .baseline-section-btn {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI11hszv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.XCUqL-uNI11hszv8 .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI11hszv8 .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI11hszv8 .row {
  justify-content: center;
}
.XCUqL-uNI11hszv8 .title-wrapper .baseline-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .XCUqL-uNI11hszv8 .title-wrapper .baseline-section-title {
    margin-bottom: 35px;
  }
}
.XCUqL-uNI11hszv8 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .XCUqL-uNI11hszv8 .item {
    margin-bottom: 16px;
  }
}
.XCUqL-uNI11hszv8 .item:hover .item-wrapper .item-img img,
.XCUqL-uNI11hszv8 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.XCUqL-uNI11hszv8 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .XCUqL-uNI11hszv8 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.XCUqL-uNI11hszv8 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNI11hszv8 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.XCUqL-uNI11hszv8 .item .item-wrapper .card-box .icon-wrapper .baseline-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #003f33;
  color: #ffffff;
  font-size: 60px;
}
.XCUqL-uNI11hszv8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.XCUqL-uNI11hszv8 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.XCUqL-uNI11hszv8 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.XCUqL-uNI11hszv8 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI11hszv8 .baseline-section-title {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI11hszv8 .item-title {
  color: #000000;
}
.XCUqL-uNI11hszv8 .list {
  color: #000000;
}
.XCUqL-uNI11hszv8 .item-title,
.XCUqL-uNI11hszv8 .icon-wrapper,
.XCUqL-uNI11hszv8 .baseline-section-btn {
  text-align: center;
}
.XCUqL-uNI11hszv8 .item-title,
.XCUqL-uNI11hszv8 .baseline-section-btn,
.XCUqL-uNI11hszv8 .icon-wrapper {
  color: #003f33;
}
.XCUqL-uNI11hszv8 .list,
.XCUqL-uNI11hszv8 .item-wrap {
  text-align: center;
}
.XCUqL-uNI1OFHANf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.XCUqL-uNI1OFHANf .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI1OFHANf .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI1OFHANf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .XCUqL-uNI1OFHANf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI1OFHANf .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI1OFHANf .container {
    padding: 0 22px;
  }
}
.XCUqL-uNI1OFHANf .card {
  justify-content: center;
}
.XCUqL-uNI1OFHANf .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .XCUqL-uNI1OFHANf .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.XCUqL-uNI1OFHANf .content-wrapper .baseline-section-title {
  margin-bottom: 10px;
}
.XCUqL-uNI1OFHANf .content-wrapper .baseline-text {
  margin-bottom: 0;
}
.XCUqL-uNI1OFHANf .image-wrapper {
  display: flex;
  justify-content: center;
}
.XCUqL-uNI1OFHANf .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #003f33;
}
@media (max-width: 1440px) {
  .XCUqL-uNI1OFHANf .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .XCUqL-uNI1OFHANf .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI1OFHANf .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .XCUqL-uNI1OFHANf .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.XCUqL-uNI1OFHANf .baseline-section-title {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI1OFHANf .baseline-text {
  color: #000000;
  text-align: center;
}
.XCUqL-uNI4YGLfys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.XCUqL-uNI4YGLfys .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI4YGLfys .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI4YGLfys .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .XCUqL-uNI4YGLfys .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI4YGLfys .container {
    padding: 0 24px;
  }
}
.XCUqL-uNI4YGLfys .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .XCUqL-uNI4YGLfys .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.XCUqL-uNI4YGLfys .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .XCUqL-uNI4YGLfys .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.XCUqL-uNI4YGLfys .form-wrapper .title-wrapper .baseline-desc {
  margin-bottom: 24px;
}
.XCUqL-uNI4YGLfys .form-wrapper .title-wrapper .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .XCUqL-uNI4YGLfys .form-wrapper .form-wrap {
    width: 100%;
  }
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .baseline-section-title {
  margin-bottom: 16px !important;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .baseline-text {
  margin-bottom: 16px;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #003f33 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #003f33;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #003f33;
  border-color: #003f33;
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .baseline-section-btn .btn::before {
  background-image: linear-gradient(90deg, #003f33 0%, transparent 100%);
}
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .baseline-section-btn .btn:hover,
.XCUqL-uNI4YGLfys .form-wrapper .form-wrap .dragArea.row .baseline-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #3f897b !important;
  border-color: #3f897b !important;
}
.XCUqL-uNI4YGLfys .baseline-section-title {
  color: #141414;
}
.XCUqL-uNI4YGLfys .baseline-desc {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI4YGLfys label {
  color: #141414;
}
.XCUqL-uNI4YGLfys .baseline-section-title,
.XCUqL-uNI4YGLfys .baseline-section-btn {
  text-align: center;
}
.XCUqL-uNI3Z5Azki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNI3Z5Azki .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI3Z5Azki .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI3Z5Azki .row {
  margin: 0 !important;
  row-gap: 40px;
}
.XCUqL-uNI3Z5Azki .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.XCUqL-uNI3Z5Azki .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .XCUqL-uNI3Z5Azki .item-img {
    width: 100%;
  }
}
.XCUqL-uNI3Z5Azki .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .XCUqL-uNI3Z5Azki .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .XCUqL-uNI3Z5Azki .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .XCUqL-uNI3Z5Azki .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.XCUqL-uNI3Z5Azki .card-title {
  color: #003f33;
}
.XCUqL-uNI3Z5Azki .card-text {
  margin-top: 25px;
  color: #131313;
}
.XCUqL-uNI3Z5Azki .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .XCUqL-uNI3Z5Azki .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.XCUqL-uNI3Z5Azki .list-item {
  width: 100%;
}
.XCUqL-uNI3Z5Azki .list-text {
  color: #003f33;
}
.XCUqL-uNI3Z5Azki .baseline-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .XCUqL-uNI3Z5Azki .baseline-section-btn {
    margin-top: 15px;
  }
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNHUyWC6IH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNHUyWC6IH .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNHUyWC6IH .baseline-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.XCUqL-uNHUyWC6IH .baseline-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #3f897b;
  z-index: -1;
}
.XCUqL-uNHUyWC6IH img {
  border-radius: 1rem;
}
.XCUqL-uNHUyWC6IH .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNHUyWC6IH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .XCUqL-uNHUyWC6IH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHUyWC6IH .text-wrapper {
    padding: 0 2rem;
  }
}
.XCUqL-uNHUyWC6IH .baseline-section-title {
  color: #c57d00;
  text-align: center;
}
.XCUqL-uNHUyWC6IH .baseline-section-subtitle,
.XCUqL-uNHUyWC6IH .subtitle-wrap {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNHUyWC6IH .baseline-text,
.XCUqL-uNHUyWC6IH .baseline-section-btn {
  color: #000000;
  text-align: left;
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNHUA9h8Aq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNHUA9h8Aq .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNHUA9h8Aq .baseline-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.XCUqL-uNHUA9h8Aq .baseline-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #3f897b;
  z-index: -1;
}
.XCUqL-uNHUA9h8Aq img {
  border-radius: 1rem;
}
.XCUqL-uNHUA9h8Aq .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNHUA9h8Aq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .XCUqL-uNHUA9h8Aq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHUA9h8Aq .text-wrapper {
    padding: 0 2rem;
  }
}
.XCUqL-uNHUA9h8Aq .baseline-section-title {
  color: #c57d00;
  text-align: center;
}
.XCUqL-uNHUA9h8Aq .baseline-section-subtitle,
.XCUqL-uNHUA9h8Aq .subtitle-wrap {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNHUA9h8Aq .baseline-text,
.XCUqL-uNHUA9h8Aq .baseline-section-btn {
  color: #000000;
  text-align: left;
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNI5vJ9Ds0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f6f6;
}
.XCUqL-uNI5vJ9Ds0 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffffff;
}
.XCUqL-uNI5vJ9Ds0 img {
  width: 100%;
}
.XCUqL-uNI5vJ9Ds0 p {
  margin-top: 6rem;
}
.XCUqL-uNI5vJ9Ds0 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.XCUqL-uNI5vJ9Ds0 .content-wrapper {
  padding-top: 6rem;
}
.XCUqL-uNI5vJ9Ds0 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .XCUqL-uNI5vJ9Ds0 .content-wrapper {
    padding-top: 0rem;
  }
  .XCUqL-uNI5vJ9Ds0 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI5vJ9Ds0 .back {
    width: 100%;
    height: 75%;
  }
  .XCUqL-uNI5vJ9Ds0 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .XCUqL-uNI5vJ9Ds0 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .XCUqL-uNI5vJ9Ds0 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .XCUqL-uNI5vJ9Ds0 h4 {
    right: 2rem;
  }
}
.XCUqL-uNI5vJ9Ds0 .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI5vJ9Ds0 .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI5vJ9Ds0 H1 {
  color: #003f33;
}
.XCUqL-uNI5vJ9Ds0 H3 {
  color: #003f33;
  text-align: left;
}
.XCUqL-uNI5Mb93BM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.XCUqL-uNI5Mb93BM .baseline-section-title {
  margin: 20px 0;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI5Mb93BM .main_header {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 8rem 2.75rem;
}
@media (max-width: 991px) {
  .XCUqL-uNI5Mb93BM .main_header {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .XCUqL-uNI5Mb93BM .main_header {
    padding: 3.5rem .75rem 4rem;
  }
}
.XCUqL-uNI5Mb93BM .shape {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 20px;
  max-width: 160px;
}
.XCUqL-uNI5Mb93BM .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .XCUqL-uNI5Mb93BM .shape {
    max-width: 80px;
  }
}
.XCUqL-uNI5Mb93BM .shape2 {
  width: 185px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.XCUqL-uNI5Mb93BM .shape2 img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .XCUqL-uNI5Mb93BM .shape2 {
    width: 95px;
    bottom: -20px;
  }
}
.XCUqL-uNI5Mb93BM .baseline-text {
  text-align: center;
}
.XCUqL-uNI66YUvWS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .XCUqL-uNI66YUvWS .baseline-text {
    text-align: center;
  }
}
.XCUqL-uNI66YUvWS .container-fluid {
  padding: 0;
}
.XCUqL-uNI66YUvWS .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.XCUqL-uNI66YUvWS img {
  height: 100%;
  object-fit: cover;
}
.XCUqL-uNI66YUvWS .baseline-figure {
  height: 100%;
}
.XCUqL-uNI66YUvWS .col-lg-6 {
  padding: 0;
}
.XCUqL-uNI66YUvWS .row {
  margin: 0;
}
.XCUqL-uNI66YUvWS .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI66YUvWS .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI66YUvWS H1 {
  color: #003f33;
}
.XCUqL-uNI66YUvWS .baseline-text,
.XCUqL-uNI66YUvWS .baseline-section-btn {
  color: #000000;
}
.XCUqL-uNI6xkDF9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.XCUqL-uNI6xkDF9l blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.XCUqL-uNI6xkDF9l .baseline-section-title {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI6xkDF9l .baseline-text {
  text-align: center;
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNI774T5ww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.XCUqL-uNI774T5ww .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI774T5ww .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI774T5ww .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .XCUqL-uNI774T5ww .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI774T5ww .container {
    padding: 0 24px;
  }
}
.XCUqL-uNI774T5ww .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .XCUqL-uNI774T5ww .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.XCUqL-uNI774T5ww .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .XCUqL-uNI774T5ww .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.XCUqL-uNI774T5ww .form-wrapper .title-wrapper .baseline-desc {
  margin-bottom: 24px;
}
.XCUqL-uNI774T5ww .form-wrapper .title-wrapper .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .XCUqL-uNI774T5ww .form-wrapper .form-wrap {
    width: 100%;
  }
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .baseline-section-title {
  margin-bottom: 16px !important;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .baseline-text {
  margin-bottom: 16px;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #003f33 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #003f33;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #003f33;
  border-color: #003f33;
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .baseline-section-btn .btn::before {
  background-image: linear-gradient(90deg, #003f33 0%, transparent 100%);
}
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .baseline-section-btn .btn:hover,
.XCUqL-uNI774T5ww .form-wrapper .form-wrap .dragArea.row .baseline-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #3f897b !important;
  border-color: #3f897b !important;
}
.XCUqL-uNI774T5ww .baseline-section-title {
  color: #141414;
}
.XCUqL-uNI774T5ww .baseline-desc {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI774T5ww label {
  color: #141414;
}
.XCUqL-uNI774T5ww .baseline-section-title,
.XCUqL-uNI774T5ww .baseline-section-btn {
  text-align: center;
}
.XCUqL-uNI77hBKLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNI77hBKLE .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI77hBKLE .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI77hBKLE .row {
  margin: 0 !important;
  row-gap: 40px;
}
.XCUqL-uNI77hBKLE .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.XCUqL-uNI77hBKLE .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .XCUqL-uNI77hBKLE .item-img {
    width: 100%;
  }
}
.XCUqL-uNI77hBKLE .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .XCUqL-uNI77hBKLE .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .XCUqL-uNI77hBKLE .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .XCUqL-uNI77hBKLE .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.XCUqL-uNI77hBKLE .card-title {
  color: #003f33;
}
.XCUqL-uNI77hBKLE .card-text {
  margin-top: 25px;
  color: #131313;
}
.XCUqL-uNI77hBKLE .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .XCUqL-uNI77hBKLE .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.XCUqL-uNI77hBKLE .list-item {
  width: 100%;
}
.XCUqL-uNI77hBKLE .list-text {
  color: #003f33;
}
.XCUqL-uNI77hBKLE .baseline-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .XCUqL-uNI77hBKLE .baseline-section-btn {
    margin-top: 15px;
  }
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNI7pOY0o0 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.XCUqL-uNI7pOY0o0 .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI7pOY0o0 .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI7pOY0o0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .XCUqL-uNI7pOY0o0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .XCUqL-uNI7pOY0o0 .container {
    padding: 0 14px;
  }
}
.XCUqL-uNI7pOY0o0 .title-wrapper .baseline-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .title-wrapper .baseline-section-title {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI7pOY0o0 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.XCUqL-uNI7pOY0o0 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #003f33;
  transform: rotate(5deg);
  pointer-events: none;
}
.XCUqL-uNI7pOY0o0 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .image-wrapper img {
    height: 300px;
  }
}
.XCUqL-uNI7pOY0o0 .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .content-wrapper {
    margin: 0;
  }
}
.XCUqL-uNI7pOY0o0 .content-wrapper .baseline-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .content-wrapper .baseline-name {
    margin-bottom: 22px;
  }
}
.XCUqL-uNI7pOY0o0 .content-wrapper .text-wrapper .baseline-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .XCUqL-uNI7pOY0o0 .content-wrapper .text-wrapper .baseline-text {
    width: 100%;
  }
}
.XCUqL-uNI7pOY0o0 .baseline-section-title {
  color: #01004c;
  text-align: center;
}
.XCUqL-uNI7pOY0o0 .baseline-name {
  color: #187468;
}
.XCUqL-uNI7pOY0o0 .baseline-text {
  color: #01004c;
}
.XCUqL-uNI7pOY0o0 .baseline-section-title,
.XCUqL-uNI7pOY0o0 .baseline-section-btn {
  color: #003f33;
}
.XCUqL-uNI7pOY0o0 .baseline-text,
.XCUqL-uNI7pOY0o0 .text-wrapper {
  color: #000000;
}
.XCUqL-uNI7Tmwaxt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.XCUqL-uNI7Tmwaxt .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI7Tmwaxt ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.XCUqL-uNI7Tmwaxt .item-menu-overlay {
  top: -40px;
}
.XCUqL-uNI7Tmwaxt li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.XCUqL-uNI7Tmwaxt .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.XCUqL-uNI7Tmwaxt .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.XCUqL-uNI7Tmwaxt .item {
  margin-bottom: 2rem !important;
}
.XCUqL-uNI7Tmwaxt .card-wrapper {
  border: 1px solid #003f33;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .XCUqL-uNI7Tmwaxt .card-wrapper {
    padding: 1rem;
  }
}
.XCUqL-uNI7Tmwaxt .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI7Tmwaxt .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .XCUqL-uNI7Tmwaxt .card-company-row {
    margin-top: 0.5em;
  }
}
.XCUqL-uNI7Tmwaxt .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.XCUqL-uNI7Tmwaxt .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.XCUqL-uNI7Tmwaxt .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #003f33;
}
@media (max-width: 991px) {
  .XCUqL-uNI7Tmwaxt .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .XCUqL-uNI7Tmwaxt .image-wrapper {
    padding: 1rem;
  }
}
.XCUqL-uNI7Tmwaxt .baseline-section-title {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI7Tmwaxt .baseline-text,
.XCUqL-uNI7Tmwaxt .baseline-section-btn {
  color: #221b35;
  text-align: center;
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNHUkFCYGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNHUkFCYGW .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNHUkFCYGW .baseline-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.XCUqL-uNHUkFCYGW .baseline-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #3f897b;
  z-index: -1;
}
.XCUqL-uNHUkFCYGW img {
  border-radius: 1rem;
}
.XCUqL-uNHUkFCYGW .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNHUkFCYGW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .XCUqL-uNHUkFCYGW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHUkFCYGW .text-wrapper {
    padding: 0 2rem;
  }
}
.XCUqL-uNHUkFCYGW .baseline-section-title {
  color: #c57d00;
  text-align: center;
}
.XCUqL-uNHUkFCYGW .baseline-section-subtitle,
.XCUqL-uNHUkFCYGW .subtitle-wrap {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNHUkFCYGW .baseline-text,
.XCUqL-uNHUkFCYGW .baseline-section-btn {
  color: #000000;
  text-align: left;
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}
.XCUqL-uNHYxM69Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.XCUqL-uNHYxM69Qn nav.navbar {
  position: fixed;
}
.XCUqL-uNHYxM69Qn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.XCUqL-uNHYxM69Qn .dropdown-item:before {
  font-family: usability2 !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;
}
.XCUqL-uNHYxM69Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.XCUqL-uNHYxM69Qn .dropdown-item {
  border: none !important;
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover,
.XCUqL-uNHYxM69Qn .dropdown-item:focus {
  background: #cdcdd0 !important;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item:hover span {
  color: white;
}
.XCUqL-uNHYxM69Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.XCUqL-uNHYxM69Qn .nav-link {
  position: relative;
}
.XCUqL-uNHYxM69Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .container {
    flex-wrap: nowrap;
  }
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.XCUqL-uNHYxM69Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.XCUqL-uNHYxM69Qn .dropdown-menu,
.XCUqL-uNHYxM69Qn .navbar.opened {
  background: #cdcdd0 !important;
}
.XCUqL-uNHYxM69Qn .nav-item:focus,
.XCUqL-uNHYxM69Qn .nav-link:focus {
  outline: none;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.XCUqL-uNHYxM69Qn .dropdown .dropdown-menu .dropdown-item .baseline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.XCUqL-uNHYxM69Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cdcdd0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn .navbar.opened {
  transition: all 0.3s;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed {
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.XCUqL-uNHYxM69Qn .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%;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.XCUqL-uNHYxM69Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .XCUqL-uNHYxM69Qn .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%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .XCUqL-uNHYxM69Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .XCUqL-uNHYxM69Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .XCUqL-uNHYxM69Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.XCUqL-uNHYxM69Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.XCUqL-uNHYxM69Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .dropdown-item.active,
.XCUqL-uNHYxM69Qn .dropdown-item:active {
  background-color: transparent;
}
.XCUqL-uNHYxM69Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.XCUqL-uNHYxM69Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cdcdd0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.XCUqL-uNHYxM69Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.XCUqL-uNHYxM69Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.XCUqL-uNHYxM69Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .XCUqL-uNHYxM69Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.XCUqL-uNHYxM69Qn .navbar-buttons .btn .baseline-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .XCUqL-uNHYxM69Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.XCUqL-uNHYxM69Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #cdcdd0 !important;
  border: none !important;
  box-shadow: none !important;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #003f33;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.XCUqL-uNHYxM69Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.XCUqL-uNHYxM69Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.XCUqL-uNHYxM69Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.XCUqL-uNHYxM69Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XCUqL-uNHYxM69Qn .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) {
  .XCUqL-uNHYxM69Qn .navbar {
    height: 70px;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    height: auto;
  }
  .XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.XCUqL-uNHYxM69Qn .navbar-nav {
  margin: 0 auto;
}
.XCUqL-uNHYxM69Qn .nav-item {
  padding: 0;
  margin: 0;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #003f33 !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link:hover::after,
.XCUqL-uNHYxM69Qn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.XCUqL-uNHYxM69Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.XCUqL-uNHYxM69Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .XCUqL-uNHYxM69Qn .navbar {
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .XCUqL-uNHYxM69Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHYxM69Qn .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.XCUqL-uNHYxM69Qn .content-wrap {
  min-height: 110px;
}
.XCUqL-uNHUyjzeMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.XCUqL-uNHUyjzeMg .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNHUyjzeMg .baseline-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.XCUqL-uNHUyjzeMg .baseline-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #3f897b;
  z-index: -1;
}
.XCUqL-uNHUyjzeMg img {
  border-radius: 1rem;
}
.XCUqL-uNHUyjzeMg .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNHUyjzeMg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .XCUqL-uNHUyjzeMg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .XCUqL-uNHUyjzeMg .text-wrapper {
    padding: 0 2rem;
  }
}
.XCUqL-uNHUyjzeMg .baseline-section-title {
  color: #c57d00;
  text-align: center;
}
.XCUqL-uNHUyjzeMg .baseline-section-subtitle,
.XCUqL-uNHUyjzeMg .subtitle-wrap {
  color: #003f33;
  text-align: center;
}
.XCUqL-uNHUyjzeMg .baseline-text,
.XCUqL-uNHUyjzeMg .baseline-section-btn {
  color: #000000;
  text-align: left;
}
.XCUqL-uNI9MUJbfa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #d8d8de;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image.disabled {
  display: none;
}
.XCUqL-uNI9MUJbfa .baseline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.XCUqL-uNI9MUJbfa .content-wrap {
  padding: 60px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .content-wrap {
    padding: 30px 20px;
  }
}
.XCUqL-uNI9MUJbfa .content-wrap .row {
  justify-content: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .title-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.XCUqL-uNI9MUJbfa .title-wrapper .title-wrap .baseline-section-title {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .nav-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .nav-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:hover,
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:focus {
  color: #163300;
}
.XCUqL-uNI9MUJbfa .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.XCUqL-uNI9MUJbfa .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .XCUqL-uNI9MUJbfa .social-wrapper {
    margin-bottom: 40px;
  }
}
.XCUqL-uNI9MUJbfa .social-wrapper .baseline-section-subtitle {
  margin-bottom: 20px;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont,
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a:hover .baseline-iconfont {
  transform: scale(1.1);
}
.XCUqL-uNI9MUJbfa .social-wrapper .social-wrap .soc-item a .baseline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.XCUqL-uNI9MUJbfa .baseline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #003f33;
  text-align: center;
}
.XCUqL-uNI9MUJbfa .baseline-section-title {
  color: #ed463f;
}
.XCUqL-uNI9MUJbfa .baseline-section-subtitle {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .list {
  color: #404349;
}
.XCUqL-uNI9MUJbfa .baseline-section-title,
.XCUqL-uNI9MUJbfa .title-wrapper {
  color: #6c5855;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: bounceOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes colorChange {
    0% {
        color: red;
    }
    50% {
        color: blue;
    }
    100% {
        color: green;
    }
}

.navbar-brand {
    animation: colorChange 3s alternate;
}
/* endlogoanimations */

/* mainanimations */
/* Style 8: skew slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: skewX(5deg);
}
/* endmainanimations */
