.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.color-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.2rem;
}
.display-1 > .color-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  letter-spacing: -0.2rem;
  line-height: 110%;
}
.display-2 > .color-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: -0.056rem;
}
.display-4 > .color-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.128rem;
}
.display-5 > .color-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
}
.display-7 > .color-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: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #202020 !important;
}
.bg-success {
  background-color: #fffa76 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #c7b1ff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
  color: #767200 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fffca9 !important;
  border-color: #fffca9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #767200 !important;
  background-color: #fffca9 !important;
  border-color: #fffca9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
  color: #767200 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fffca9 !important;
  border-color: #fffca9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #767200 !important;
  background-color: #fffca9 !important;
  border-color: #fffca9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c7b1ff !important;
  border-color: #c7b1ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ece4ff !important;
  border-color: #ece4ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ece4ff !important;
  border-color: #ece4ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #202020;
  color: #202020;
}
.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: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fffa76;
  color: #fffa76;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fff71f !important;
  background-color: transparent !important;
  border-color: #fff71f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #767200 !important;
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fffa76;
  color: #fffa76;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fff71f !important;
  background-color: transparent !important;
  border-color: #fff71f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #767200 !important;
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c7b1ff;
  color: #c7b1ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #895aff !important;
  background-color: transparent !important;
  border-color: #895aff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c7b1ff !important;
  border-color: #c7b1ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #202020 !important;
}
.text-secondary {
  color: #fffa76 !important;
}
.text-success {
  color: #fffa76 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c7b1ff !important;
}
.text-danger {
  color: #000000 !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: #fff610 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fff610 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7e4bff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #202020;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #c7b1ff;
}
.alert-danger {
  background-color: #000000;
}
.color-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.color-gallery-filter li a {
  border-radius: 100px !important;
}
.color-gallery-filter li.active .btn {
  background-color: #202020;
  border-color: #202020;
  color: #ffffff;
}
.color-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #202020;
}
.color-plan-header.bg-primary .color-plan-subtitle,
.color-plan-header.bg-primary .color-plan-price-desc {
  color: #d3d3d3;
}
.color-plan-header.bg-success .color-plan-subtitle,
.color-plan-header.bg-success .color-plan-price-desc {
  color: #ffffff;
}
.color-plan-header.bg-info .color-plan-subtitle,
.color-plan-header.bg-info .color-plan-price-desc {
  color: #ffffff;
}
.color-plan-header.bg-warning .color-plan-subtitle,
.color-plan-header.bg-warning .color-plan-price-desc {
  color: #ffffff;
}
.color-plan-header.bg-danger .color-plan-subtitle,
.color-plan-header.bg-danger .color-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .color-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: #202020 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .color-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #202020;
}
/* Forms */
.color-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.color-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.color-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.color-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: #202020;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #202020;
}
.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: #202020;
  border-bottom-color: #202020;
}
.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: #202020 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fffa76 !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='%23202020' %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;
}
.color-section-btn .btn,
.color-section-btn-main .btn {
  padding: 30px 48px;
  border-radius: .6rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1440px) {
  .color-section-btn .btn,
  .color-section-btn-main .btn {
    padding: 24px 36px;
  }
}
.color-section-btn .btn .color-iconfont,
.color-section-btn-main .btn .color-iconfont {
  margin-left: 18px;
  font-size: 24px;
}
.color-section-btn .btn-primary,
.color-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.color-section-btn .btn-primary:hover,
.color-section-btn-main .btn-primary:hover,
.color-section-btn .btn-primary:focus,
.color-section-btn-main .btn-primary:focus {
  color: #202020 !important;
  background-color: #ffffff !important;
}
.color-section-btn .btn-secondary,
.color-section-btn-main .btn-secondary {
  color: #202020 !important;
}
.color-section-btn .btn-info,
.color-section-btn-main .btn-info {
  color: #202020 !important;
}
.color-section-btn .btn-info:hover,
.color-section-btn-main .btn-info:hover,
.color-section-btn .btn-info:focus,
.color-section-btn-main .btn-info:focus {
  color: #ffffff !important;
  background-color: #202020 !important;
}
.color-section-btn .btn-primary,
.color-section-btn-main .btn-primary,
.color-section-btn .btn-secondary,
.color-section-btn-main .btn-secondary,
.color-section-btn .btn-success,
.color-section-btn-main .btn-success,
.color-section-btn .btn-info,
.color-section-btn-main .btn-info,
.color-section-btn .btn-warning,
.color-section-btn-main .btn-warning,
.color-section-btn .btn-danger,
.color-section-btn-main .btn-danger,
.color-section-btn .btn-black,
.color-section-btn-main .btn-black,
.color-section-btn .btn-white,
.color-section-btn-main .btn-white {
  border: none !important;
}
.eWPpAya-uO05g21rao {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO05g21rao .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO05g21rao .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO05g21rao .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO05g21rao .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO05g21rao .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO05g21rao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO05g21rao .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO05g21rao .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO05g21rao .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO05g21rao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO05g21rao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO05g21rao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO05g21rao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO05g21rao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO05g21rao .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%;
}
.eWPpAya-uO05g21rao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO05g21rao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO05g21rao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO05g21rao .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO05g21rao .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO05g21rao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO05g21rao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO05g21rao .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%;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO05g21rao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO05g21rao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO05g21rao .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO05g21rao .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO05g21rao .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO05g21rao .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO05g21rao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO05g21rao .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO05g21rao .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO05g21rao .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO05g21rao .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO05g21rao .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO05g21rao .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO05g21rao .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO05g21rao .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO05g21rao .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO05g21rao .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO05g21rao .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO05g21rao .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO05g21rao .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO05g21rao .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO05g21rao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO05g21rao .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO05g21rao .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO05g21rao .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO05g21rao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO05g21rao .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO05g21rao .nav-item:focus,
.eWPpAya-uO05g21rao .nav-link:focus {
  outline: none;
}
.eWPpAya-uO05g21rao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO05g21rao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO05g21rao .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO05g21rao .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO05g21rao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO05g21rao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO05g21rao .dropdown-item.active,
.eWPpAya-uO05g21rao .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO05g21rao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO05g21rao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO05g21rao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO05g21rao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO05g21rao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO05g21rao .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO05g21rao ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO05g21rao .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO05g21rao .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO05g21rao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO05g21rao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO05g21rao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO05g21rao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO05g21rao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO05g21rao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO05g21rao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO05g21rao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO05g21rao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO05g21rao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO05g21rao .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO05g21rao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO05g21rao .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO05g21rao .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO05g21rao .navbar {
    height: 70px;
  }
  .eWPpAya-uO05g21rao .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO05g21rao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO05g21rao .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO05g21rao .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO05g21rao .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO05g21rao .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO05g21rao .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO05g21rao .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO05g21rao .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO05g21rao .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO05g21rao .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO07Dw2gto {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eWPpAya-uO07Dw2gto .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO07Dw2gto .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO07Dw2gto .container {
    padding: 0 20px;
  }
}
.eWPpAya-uO07Dw2gto .content-wrapper .color-section-title {
  margin-bottom: 40px;
}
.eWPpAya-uO07Dw2gto .content-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .eWPpAya-uO07Dw2gto .content-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO07Dw2gto .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .eWPpAya-uO07Dw2gto .image-wrapper img {
    height: 350px;
  }
}
.eWPpAya-uO07Dw2gto .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO07Dw2gto .color-text {
  color: #ffffff;
}
.eWPpAya-uO07Dw2gto .color-section-title,
.eWPpAya-uO07Dw2gto .color-section-btn {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO07Dw2gto .color-text,
.eWPpAya-uO07Dw2gto .text-wrapper {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO07ZJMDM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffb9b;
}
.eWPpAya-uO07ZJMDM7 .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO07ZJMDM7 .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO07ZJMDM7 .row {
  justify-content: space-between;
}
.eWPpAya-uO07ZJMDM7 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .eWPpAya-uO07ZJMDM7 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .color-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .eWPpAya-uO07ZJMDM7 .content-wrapper .color-section-title {
    margin-bottom: 20px;
  }
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .color-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .eWPpAya-uO07ZJMDM7 .content-wrapper .color-text {
    margin-bottom: 20px;
  }
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .color-section-subtitle {
  margin-bottom: 0;
}
.eWPpAya-uO07ZJMDM7 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .color-desc {
  margin-bottom: 0;
}
.eWPpAya-uO07ZJMDM7 .color-section-title {
  color: #000000;
}
.eWPpAya-uO07ZJMDM7 .color-section-subtitle {
  color: #000000;
}
.eWPpAya-uO07ZJMDM7 .color-desc {
  color: #000000;
}
.eWPpAya-uO07ZJMDM7 .color-text {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO07ZJMDM7 .color-section-title,
.eWPpAya-uO07ZJMDM7 .color-section-btn {
  text-align: center;
  color: #000000;
}
.eWPpAya-uO07ZJMDM7 .color-section-subtitle,
.eWPpAya-uO07ZJMDM7 .logo-wrapper {
  color: #000000;
  text-align: left;
}
.eWPpAya-uO08ffw888 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.eWPpAya-uO08ffw888 .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO08ffw888 .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO08ffw888 .container {
    padding: 0 24px;
  }
}
.eWPpAya-uO08ffw888 .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .eWPpAya-uO08ffw888 .card-wrapper {
    display: block;
  }
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap {
  width: 100%;
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .title-wrap .color-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 50%;
}
@media (max-width: 1200px) {
  .eWPpAya-uO08ffw888 .card-wrapper .card-wrap .title-wrap .color-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO08ffw888 .card-wrapper .card-wrap .title-wrap .color-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fffb9b;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  border-radius: .6rem !important;
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 28px;
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 18px;
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 18px;
}
.eWPpAya-uO08ffw888 .card-wrapper .card-wrap .items-wrapper .item .color-section-btn .btn {
  margin-bottom: 0;
}
.eWPpAya-uO08ffw888 .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO08ffw888 .card-price {
  color: #202020;
  text-align: center;
}
.eWPpAya-uO08ffw888 .card-name {
  color: #202020;
}
.eWPpAya-uO08ffw888 .card-desc {
  color: #202020;
  text-align: center;
}
.eWPpAya-uO08ffw888 .card-name,
.eWPpAya-uO08ffw888 .color-section-btn {
  text-align: center;
}
.eWPpAya-uO08ffw888 .color-section-title,
.eWPpAya-uO08ffw888 .title-wrap {
  text-align: left;
}
.eWPpAya-uO09VUMwr1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffb9b;
}
.eWPpAya-uO09VUMwr1 .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO09VUMwr1 .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .container {
    padding: 0 16px;
  }
}
.eWPpAya-uO09VUMwr1 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .row {
    margin: 0 10px;
  }
}
.eWPpAya-uO09VUMwr1 .row .card {
  padding: 0;
}
.eWPpAya-uO09VUMwr1 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .row .card:first-child {
    padding: 0;
  }
}
.eWPpAya-uO09VUMwr1 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.eWPpAya-uO09VUMwr1 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.eWPpAya-uO09VUMwr1 .title-wrapper .icon-wrapper .color-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
}
.eWPpAya-uO09VUMwr1 .title-wrapper .title-wrap .color-section-title {
  margin-bottom: 0;
}
.eWPpAya-uO09VUMwr1 .title-wrapper .title-wrap .color-desc {
  margin: 10px 0 0;
}
.eWPpAya-uO09VUMwr1 .content-wrapper {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .content-wrapper {
    padding: 20px;
  }
}
.eWPpAya-uO09VUMwr1 .content-wrapper .color-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .eWPpAya-uO09VUMwr1 .content-wrapper .color-text {
    margin-bottom: 20px;
  }
}
.eWPpAya-uO09VUMwr1 .content-wrapper .color-section-btn .btn {
  margin-bottom: 0;
}
.eWPpAya-uO09VUMwr1 .color-section-title {
  color: #192227;
}
.eWPpAya-uO09VUMwr1 .color-desc {
  color: #192227;
  text-align: center;
}
.eWPpAya-uO09VUMwr1 .color-text {
  color: #fdfcfc;
}
.eWPpAya-uO09VUMwr1 .color-text,
.eWPpAya-uO09VUMwr1 .color-section-btn {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO09VUMwr1 .color-section-title,
.eWPpAya-uO09VUMwr1 .icon-wrapper {
  color: #34363a;
  text-align: center;
}
.eWPpAya-uO07ujSxLB {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.eWPpAya-uO07ujSxLB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.eWPpAya-uO07ujSxLB .card-title {
  margin-bottom: 26px;
  color: #fffa76;
}
.eWPpAya-uO07ujSxLB .color-text {
  margin-bottom: 30px;
}
.eWPpAya-uO07ujSxLB .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(142, 195, 179, 0.4);
  background-image: linear-gradient(125deg, #8ec3b3 0%, #d1e6e0 100%);
}
.eWPpAya-uO07ujSxLB .iconfont-wrapper .color-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.eWPpAya-uO07ujSxLB .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.eWPpAya-uO07ujSxLB .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.eWPpAya-uO07ujSxLB .btn_link:hover {
  cursor: pointer;
}
.eWPpAya-uO07ujSxLB .btn_link:hover a {
  color: #202020 !important;
}
.eWPpAya-uO07ujSxLB .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .eWPpAya-uO07ujSxLB .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO07ujSxLB .text-wrapper {
    text-align: center;
  }
  .eWPpAya-uO07ujSxLB .image-wrapper {
    margin-bottom: 40px;
  }
  .eWPpAya-uO07ujSxLB .color-text {
    margin-bottom: 20px;
  }
  .eWPpAya-uO07ujSxLB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.eWPpAya-uO07ujSxLB .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO07ujSxLB .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO07ujSxLB .card-title,
.eWPpAya-uO07ujSxLB .icon_block {
  color: #000000;
  text-align: right;
}
.eWPpAya-uO07ujSxLB .color-text,
.eWPpAya-uO07ujSxLB .btn_link {
  color: #000000;
  text-align: right;
}
.eWPpAya-uO0arITUSE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffb9b;
}
.eWPpAya-uO0arITUSE .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0arITUSE .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0arITUSE .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.eWPpAya-uO0arITUSE .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .eWPpAya-uO0arITUSE .container {
    max-width: 1400px;
  }
}
.eWPpAya-uO0arITUSE .color-iconfont {
  display: block;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 2rem;
}
.eWPpAya-uO0arITUSE .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.eWPpAya-uO0arITUSE .row {
  justify-content: center;
}
.eWPpAya-uO0arITUSE .card-title,
.eWPpAya-uO0arITUSE .iconfont-wrapper,
.eWPpAya-uO0arITUSE .dot {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0arITUSE .color-section-title {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}
.eWPpAya-uO064DGycZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO064DGycZ .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO064DGycZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO064DGycZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO064DGycZ .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO064DGycZ .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO064DGycZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO064DGycZ .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO064DGycZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO064DGycZ .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO064DGycZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO064DGycZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO064DGycZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO064DGycZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO064DGycZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO064DGycZ .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%;
}
.eWPpAya-uO064DGycZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO064DGycZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO064DGycZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO064DGycZ .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO064DGycZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO064DGycZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO064DGycZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO064DGycZ .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%;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO064DGycZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO064DGycZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO064DGycZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO064DGycZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO064DGycZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO064DGycZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO064DGycZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO064DGycZ .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO064DGycZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO064DGycZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO064DGycZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO064DGycZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO064DGycZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO064DGycZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO064DGycZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO064DGycZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO064DGycZ .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO064DGycZ .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO064DGycZ .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO064DGycZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO064DGycZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO064DGycZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO064DGycZ .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO064DGycZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO064DGycZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO064DGycZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO064DGycZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO064DGycZ .nav-item:focus,
.eWPpAya-uO064DGycZ .nav-link:focus {
  outline: none;
}
.eWPpAya-uO064DGycZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO064DGycZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO064DGycZ .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO064DGycZ .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO064DGycZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO064DGycZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO064DGycZ .dropdown-item.active,
.eWPpAya-uO064DGycZ .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO064DGycZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO064DGycZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO064DGycZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO064DGycZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO064DGycZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO064DGycZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO064DGycZ ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO064DGycZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO064DGycZ .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO064DGycZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO064DGycZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO064DGycZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO064DGycZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO064DGycZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO064DGycZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO064DGycZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO064DGycZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO064DGycZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO064DGycZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO064DGycZ .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO064DGycZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO064DGycZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO064DGycZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO064DGycZ .navbar {
    height: 70px;
  }
  .eWPpAya-uO064DGycZ .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO064DGycZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO064DGycZ .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO064DGycZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO064DGycZ .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO064DGycZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO064DGycZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO064DGycZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO064DGycZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO064DGycZ .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO0aJlS7dZ {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eWPpAya-uO0aJlS7dZ .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0aJlS7dZ .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0aJlS7dZ .container {
    padding: 0 20px;
  }
}
.eWPpAya-uO0aJlS7dZ .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .eWPpAya-uO0aJlS7dZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0aJlS7dZ .content-wrapper .color-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .eWPpAya-uO0aJlS7dZ .content-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0aJlS7dZ .content-wrapper .color-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .eWPpAya-uO0aJlS7dZ .content-wrapper .color-desc {
    margin: 40px 0 0 0;
  }
}
.eWPpAya-uO0aJlS7dZ .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.eWPpAya-uO0aJlS7dZ .color-section-title {
  color: #000000;
}
.eWPpAya-uO0aJlS7dZ .color-desc {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0aJlS7dZ .color-section-title,
.eWPpAya-uO0aJlS7dZ .color-section-btn {
  text-align: center;
}
.eWPpAya-uO0bhgp1xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffb9b;
}
.eWPpAya-uO0bhgp1xs .color-section-title {
  margin: 20px 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0bhgp1xs .main_header {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 8rem 2.75rem;
}
@media (max-width: 991px) {
  .eWPpAya-uO0bhgp1xs .main_header {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO0bhgp1xs .main_header {
    padding: 3.5rem .75rem 4rem;
  }
}
.eWPpAya-uO0bhgp1xs .shape {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 20px;
  max-width: 160px;
}
.eWPpAya-uO0bhgp1xs .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .eWPpAya-uO0bhgp1xs .shape {
    max-width: 80px;
  }
}
.eWPpAya-uO0bhgp1xs .shape2 {
  width: 185px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.eWPpAya-uO0bhgp1xs .shape2 img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .eWPpAya-uO0bhgp1xs .shape2 {
    width: 95px;
    bottom: -20px;
  }
}
.eWPpAya-uO0bhgp1xs .color-text {
  text-align: center;
}
.eWPpAya-uO0boKnTcr {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.eWPpAya-uO0boKnTcr .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .eWPpAya-uO0boKnTcr .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0boKnTcr .image-wrapper {
    margin-bottom: 30px;
  }
}
.eWPpAya-uO0boKnTcr .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0boKnTcr .text {
    padding-left: 1rem;
  }
}
.eWPpAya-uO0boKnTcr .text .text-wrapper .color-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .eWPpAya-uO0boKnTcr .text .text-wrapper .color-section-subtitle {
    margin-bottom: 7px;
  }
}
.eWPpAya-uO0boKnTcr .text .text-wrapper .color-section-title {
  margin-bottom: 18px;
}
.eWPpAya-uO0boKnTcr .text .text-wrapper .color-text {
  margin-bottom: 0;
}
.eWPpAya-uO0boKnTcr .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0boKnTcr .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .eWPpAya-uO0boKnTcr .text img {
    height: 294px;
  }
}
.eWPpAya-uO0boKnTcr .color-section-subtitle {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0boKnTcr .color-section-title {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0boKnTcr .color-text {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0bueNJ2M {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #fffb9b;
}
.eWPpAya-uO0bueNJ2M .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0bueNJ2M .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0bueNJ2M .row {
  justify-content: flex-start;
}
.eWPpAya-uO0bueNJ2M .container {
  max-width: 1140px;
  margin: 0 auto;
}
.eWPpAya-uO0bueNJ2M .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .eWPpAya-uO0bueNJ2M .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO0bueNJ2M .container-fluid {
    padding: 0 15px;
  }
}
.eWPpAya-uO0bueNJ2M .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fffcee;
}
@media (max-width: 767px) {
  .eWPpAya-uO0bueNJ2M .content-container {
    padding: 70px 30px;
  }
}
.eWPpAya-uO0bueNJ2M .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.eWPpAya-uO0bueNJ2M .color-section-title {
  color: #000000;
  margin-bottom: 0 !important;
  width: 100%;
}
.eWPpAya-uO0bueNJ2M .color-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.eWPpAya-uO0bueNJ2M .color-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .eWPpAya-uO0bueNJ2M .color-section-btn {
    margin-top: 30px;
  }
}
.eWPpAya-uO0bueNJ2M .color-section-subtitle,
.eWPpAya-uO0bueNJ2M .color-section-btn {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}
.eWPpAya-uO064V6NNl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO064V6NNl .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO064V6NNl .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO064V6NNl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO064V6NNl .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO064V6NNl .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO064V6NNl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO064V6NNl .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO064V6NNl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO064V6NNl .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO064V6NNl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO064V6NNl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO064V6NNl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO064V6NNl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO064V6NNl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO064V6NNl .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%;
}
.eWPpAya-uO064V6NNl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO064V6NNl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO064V6NNl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO064V6NNl .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO064V6NNl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO064V6NNl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO064V6NNl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO064V6NNl .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%;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO064V6NNl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO064V6NNl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO064V6NNl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO064V6NNl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO064V6NNl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO064V6NNl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO064V6NNl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO064V6NNl .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO064V6NNl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO064V6NNl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO064V6NNl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO064V6NNl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO064V6NNl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO064V6NNl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO064V6NNl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO064V6NNl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO064V6NNl .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO064V6NNl .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO064V6NNl .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO064V6NNl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO064V6NNl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO064V6NNl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO064V6NNl .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO064V6NNl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO064V6NNl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO064V6NNl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO064V6NNl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO064V6NNl .nav-item:focus,
.eWPpAya-uO064V6NNl .nav-link:focus {
  outline: none;
}
.eWPpAya-uO064V6NNl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO064V6NNl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO064V6NNl .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO064V6NNl .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO064V6NNl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO064V6NNl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO064V6NNl .dropdown-item.active,
.eWPpAya-uO064V6NNl .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO064V6NNl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO064V6NNl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO064V6NNl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO064V6NNl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO064V6NNl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO064V6NNl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO064V6NNl ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO064V6NNl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO064V6NNl .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO064V6NNl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO064V6NNl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO064V6NNl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO064V6NNl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO064V6NNl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO064V6NNl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO064V6NNl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO064V6NNl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO064V6NNl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO064V6NNl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO064V6NNl .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO064V6NNl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO064V6NNl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO064V6NNl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO064V6NNl .navbar {
    height: 70px;
  }
  .eWPpAya-uO064V6NNl .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO064V6NNl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO064V6NNl .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO064V6NNl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO064V6NNl .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO064V6NNl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO064V6NNl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO064V6NNl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO064V6NNl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO064V6NNl .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO0deeLd9i {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.eWPpAya-uO0deeLd9i .row {
  flex-direction: row-reverse;
}
.eWPpAya-uO0deeLd9i .justify-content-center {
  align-items: center;
}
.eWPpAya-uO0deeLd9i .color-section-title {
  text-align: center;
}
.eWPpAya-uO0deeLd9i .color-text,
.eWPpAya-uO0deeLd9i .color-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .eWPpAya-uO0deeLd9i .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eWPpAya-uO0deeLd9i .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .eWPpAya-uO0deeLd9i .item-wrapper {
    padding: 4rem;
  }
}
.eWPpAya-uO0eSukqsc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffb9b;
}
.eWPpAya-uO0eSukqsc .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0eSukqsc .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0eSukqsc .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.eWPpAya-uO0eSukqsc .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .eWPpAya-uO0eSukqsc .container {
    max-width: 1400px;
  }
}
.eWPpAya-uO0eSukqsc .color-iconfont {
  display: block;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 2rem;
}
.eWPpAya-uO0eSukqsc .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.eWPpAya-uO0eSukqsc .row {
  justify-content: center;
}
.eWPpAya-uO0eSukqsc .card-title,
.eWPpAya-uO0eSukqsc .iconfont-wrapper,
.eWPpAya-uO0eSukqsc .dot {
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0eSukqsc .color-section-title {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}
.eWPpAya-uO065a7Tk2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO065a7Tk2 .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO065a7Tk2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO065a7Tk2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO065a7Tk2 .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO065a7Tk2 .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO065a7Tk2 .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO065a7Tk2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO065a7Tk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO065a7Tk2 .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%;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO065a7Tk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO065a7Tk2 .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO065a7Tk2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO065a7Tk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO065a7Tk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO065a7Tk2 .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%;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO065a7Tk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO065a7Tk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO065a7Tk2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO065a7Tk2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO065a7Tk2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO065a7Tk2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO065a7Tk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO065a7Tk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO065a7Tk2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO065a7Tk2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO065a7Tk2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO065a7Tk2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO065a7Tk2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO065a7Tk2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO065a7Tk2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO065a7Tk2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO065a7Tk2 .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO065a7Tk2 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO065a7Tk2 .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO065a7Tk2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO065a7Tk2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO065a7Tk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO065a7Tk2 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO065a7Tk2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO065a7Tk2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO065a7Tk2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO065a7Tk2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO065a7Tk2 .nav-item:focus,
.eWPpAya-uO065a7Tk2 .nav-link:focus {
  outline: none;
}
.eWPpAya-uO065a7Tk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO065a7Tk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO065a7Tk2 .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO065a7Tk2 .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO065a7Tk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO065a7Tk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO065a7Tk2 .dropdown-item.active,
.eWPpAya-uO065a7Tk2 .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO065a7Tk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO065a7Tk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO065a7Tk2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO065a7Tk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO065a7Tk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO065a7Tk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO065a7Tk2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO065a7Tk2 .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO065a7Tk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO065a7Tk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO065a7Tk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO065a7Tk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO065a7Tk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO065a7Tk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO065a7Tk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO065a7Tk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO065a7Tk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO065a7Tk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO065a7Tk2 .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO065a7Tk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO065a7Tk2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO065a7Tk2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO065a7Tk2 .navbar {
    height: 70px;
  }
  .eWPpAya-uO065a7Tk2 .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO065a7Tk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO065a7Tk2 .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO065a7Tk2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO065a7Tk2 .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO065a7Tk2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO065a7Tk2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO065a7Tk2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO065a7Tk2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO065a7Tk2 .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO06aqbhr9 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eWPpAya-uO06aqbhr9 .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO06aqbhr9 .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO06aqbhr9 .row {
  justify-content: center;
}
.eWPpAya-uO06aqbhr9 .title-wrapper {
  padding: 71px;
  background-color: #fffb9b;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .eWPpAya-uO06aqbhr9 .title-wrapper {
    padding: 50px 25px;
  }
}
.eWPpAya-uO06aqbhr9 .title-wrapper .color-section-title {
  margin-bottom: 0;
}
.eWPpAya-uO06aqbhr9 .text-wrapper .color-text {
  margin-bottom: 25px;
}
.eWPpAya-uO06aqbhr9 .color-section-title {
  color: #ffffff;
  text-align: center;
}
.eWPpAya-uO06aqbhr9 .color-text {
  color: #747474;
}
.eWPpAya-uO06aqbhr9 .color-text,
.eWPpAya-uO06aqbhr9 .color-section-btn {
  text-align: left;
  color: #000000;
}
.eWPpAya-uO06aqbhr9 .color-section-title,
.eWPpAya-uO06aqbhr9 .color-iconfont {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}
.eWPpAya-uO06jJ8hPg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO06jJ8hPg .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jJ8hPg .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO06jJ8hPg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO06jJ8hPg .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO06jJ8hPg .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO06jJ8hPg .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO06jJ8hPg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO06jJ8hPg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO06jJ8hPg .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%;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO06jJ8hPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jJ8hPg .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO06jJ8hPg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO06jJ8hPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO06jJ8hPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO06jJ8hPg .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%;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO06jJ8hPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO06jJ8hPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO06jJ8hPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO06jJ8hPg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO06jJ8hPg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO06jJ8hPg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO06jJ8hPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO06jJ8hPg .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO06jJ8hPg .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO06jJ8hPg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO06jJ8hPg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO06jJ8hPg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO06jJ8hPg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO06jJ8hPg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO06jJ8hPg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO06jJ8hPg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO06jJ8hPg .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO06jJ8hPg .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jJ8hPg .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO06jJ8hPg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jJ8hPg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO06jJ8hPg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO06jJ8hPg .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO06jJ8hPg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO06jJ8hPg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO06jJ8hPg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO06jJ8hPg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO06jJ8hPg .nav-item:focus,
.eWPpAya-uO06jJ8hPg .nav-link:focus {
  outline: none;
}
.eWPpAya-uO06jJ8hPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO06jJ8hPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO06jJ8hPg .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO06jJ8hPg .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO06jJ8hPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO06jJ8hPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO06jJ8hPg .dropdown-item.active,
.eWPpAya-uO06jJ8hPg .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO06jJ8hPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO06jJ8hPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO06jJ8hPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO06jJ8hPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO06jJ8hPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO06jJ8hPg ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO06jJ8hPg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO06jJ8hPg .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO06jJ8hPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO06jJ8hPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO06jJ8hPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO06jJ8hPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO06jJ8hPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO06jJ8hPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO06jJ8hPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO06jJ8hPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO06jJ8hPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO06jJ8hPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO06jJ8hPg .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO06jJ8hPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO06jJ8hPg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO06jJ8hPg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO06jJ8hPg .navbar {
    height: 70px;
  }
  .eWPpAya-uO06jJ8hPg .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO06jJ8hPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO06jJ8hPg .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO06jJ8hPg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO06jJ8hPg .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO06jJ8hPg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO06jJ8hPg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO06jJ8hPg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO06jJ8hPg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO06jJ8hPg .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO06jJylXb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eWPpAya-uO06jJylXb .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO06jJylXb .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO06jJylXb .row {
  justify-content: center;
}
.eWPpAya-uO06jJylXb .title-wrapper {
  padding: 71px;
  background-color: #fffb9b;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .eWPpAya-uO06jJylXb .title-wrapper {
    padding: 50px 25px;
  }
}
.eWPpAya-uO06jJylXb .title-wrapper .color-section-title {
  margin-bottom: 0;
}
.eWPpAya-uO06jJylXb .text-wrapper .color-text {
  margin-bottom: 25px;
}
.eWPpAya-uO06jJylXb .color-section-title {
  color: #ffffff;
  text-align: center;
}
.eWPpAya-uO06jJylXb .color-text {
  color: #747474;
}
.eWPpAya-uO06jJylXb .color-text,
.eWPpAya-uO06jJylXb .color-section-btn {
  text-align: left;
  color: #000000;
}
.eWPpAya-uO06jJylXb .color-section-title,
.eWPpAya-uO06jJylXb .color-iconfont {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}
.eWPpAya-uO06jXI4LU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO06jXI4LU .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jXI4LU .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO06jXI4LU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO06jXI4LU .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO06jXI4LU .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO06jXI4LU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO06jXI4LU .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO06jXI4LU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO06jXI4LU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO06jXI4LU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO06jXI4LU .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%;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO06jXI4LU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jXI4LU .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO06jXI4LU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO06jXI4LU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO06jXI4LU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO06jXI4LU .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%;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO06jXI4LU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO06jXI4LU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO06jXI4LU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO06jXI4LU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO06jXI4LU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO06jXI4LU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO06jXI4LU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO06jXI4LU .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO06jXI4LU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO06jXI4LU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO06jXI4LU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO06jXI4LU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO06jXI4LU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO06jXI4LU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO06jXI4LU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO06jXI4LU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO06jXI4LU .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO06jXI4LU .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jXI4LU .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO06jXI4LU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO06jXI4LU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO06jXI4LU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO06jXI4LU .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO06jXI4LU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO06jXI4LU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO06jXI4LU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO06jXI4LU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO06jXI4LU .nav-item:focus,
.eWPpAya-uO06jXI4LU .nav-link:focus {
  outline: none;
}
.eWPpAya-uO06jXI4LU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO06jXI4LU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO06jXI4LU .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO06jXI4LU .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO06jXI4LU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO06jXI4LU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO06jXI4LU .dropdown-item.active,
.eWPpAya-uO06jXI4LU .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO06jXI4LU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO06jXI4LU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO06jXI4LU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO06jXI4LU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO06jXI4LU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO06jXI4LU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO06jXI4LU ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO06jXI4LU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO06jXI4LU .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO06jXI4LU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO06jXI4LU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO06jXI4LU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO06jXI4LU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO06jXI4LU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO06jXI4LU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO06jXI4LU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO06jXI4LU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO06jXI4LU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO06jXI4LU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO06jXI4LU .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO06jXI4LU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO06jXI4LU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO06jXI4LU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO06jXI4LU .navbar {
    height: 70px;
  }
  .eWPpAya-uO06jXI4LU .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO06jXI4LU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO06jXI4LU .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO06jXI4LU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO06jXI4LU .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO06jXI4LU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO06jXI4LU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO06jXI4LU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO06jXI4LU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO06jXI4LU .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO06jY3S6M {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eWPpAya-uO06jY3S6M .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO06jY3S6M .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO06jY3S6M .row {
  justify-content: center;
}
.eWPpAya-uO06jY3S6M .title-wrapper {
  padding: 71px;
  background-color: #fffb9b;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .eWPpAya-uO06jY3S6M .title-wrapper {
    padding: 50px 25px;
  }
}
.eWPpAya-uO06jY3S6M .title-wrapper .color-section-title {
  margin-bottom: 0;
}
.eWPpAya-uO06jY3S6M .text-wrapper .color-text {
  margin-bottom: 25px;
}
.eWPpAya-uO06jY3S6M .color-section-title {
  color: #ffffff;
  text-align: center;
}
.eWPpAya-uO06jY3S6M .color-text {
  color: #747474;
}
.eWPpAya-uO06jY3S6M .color-text,
.eWPpAya-uO06jY3S6M .color-section-btn {
  text-align: left;
  color: #000000;
}
.eWPpAya-uO06jY3S6M .color-section-title,
.eWPpAya-uO06jY3S6M .color-iconfont {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}
.eWPpAya-uO06keTyfZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.eWPpAya-uO06keTyfZ .dropdown-item:before {
  font-family: measure2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .eWPpAya-uO06keTyfZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.eWPpAya-uO06keTyfZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .eWPpAya-uO06keTyfZ .navbar {
    padding: 0 128px !important;
  }
}
.eWPpAya-uO06keTyfZ .navbar.opened {
  transition: all 0.3s;
}
.eWPpAya-uO06keTyfZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.eWPpAya-uO06keTyfZ .navbar .navbar-logo img {
  width: auto;
}
.eWPpAya-uO06keTyfZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed {
  justify-content: center;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .eWPpAya-uO06keTyfZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.eWPpAya-uO06keTyfZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.eWPpAya-uO06keTyfZ .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%;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.eWPpAya-uO06keTyfZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO06keTyfZ .navbar {
    min-height: 72px;
  }
  .eWPpAya-uO06keTyfZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .eWPpAya-uO06keTyfZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .eWPpAya-uO06keTyfZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .eWPpAya-uO06keTyfZ .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%;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .eWPpAya-uO06keTyfZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .eWPpAya-uO06keTyfZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .eWPpAya-uO06keTyfZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO06keTyfZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.eWPpAya-uO06keTyfZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.eWPpAya-uO06keTyfZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.eWPpAya-uO06keTyfZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.eWPpAya-uO06keTyfZ .navbar-brand .navbar-logo a {
  outline: none;
}
.eWPpAya-uO06keTyfZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.eWPpAya-uO06keTyfZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.eWPpAya-uO06keTyfZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.eWPpAya-uO06keTyfZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .eWPpAya-uO06keTyfZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.eWPpAya-uO06keTyfZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.eWPpAya-uO06keTyfZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .eWPpAya-uO06keTyfZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.eWPpAya-uO06keTyfZ .nav-link {
  width: fit-content;
  position: relative;
}
.eWPpAya-uO06keTyfZ .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .eWPpAya-uO06keTyfZ .navbar-logo {
    padding-left: 1rem;
  }
}
.eWPpAya-uO06keTyfZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .eWPpAya-uO06keTyfZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.eWPpAya-uO06keTyfZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.eWPpAya-uO06keTyfZ .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #34363a;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #fffa76;
}
@media (max-width: 992px) {
  .eWPpAya-uO06keTyfZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .eWPpAya-uO06keTyfZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.eWPpAya-uO06keTyfZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.eWPpAya-uO06keTyfZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #fffa76;
}
.eWPpAya-uO06keTyfZ .nav-item:focus,
.eWPpAya-uO06keTyfZ .nav-link:focus {
  outline: none;
}
.eWPpAya-uO06keTyfZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO06keTyfZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.eWPpAya-uO06keTyfZ .dropdown .dropdown-menu .dropdown-item .color-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.eWPpAya-uO06keTyfZ .dropdown .dropdown-menu .dropdown-item .color-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.eWPpAya-uO06keTyfZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.eWPpAya-uO06keTyfZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.eWPpAya-uO06keTyfZ .dropdown-item.active,
.eWPpAya-uO06keTyfZ .dropdown-item:active {
  background-color: transparent;
}
.eWPpAya-uO06keTyfZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.eWPpAya-uO06keTyfZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.eWPpAya-uO06keTyfZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.eWPpAya-uO06keTyfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffa76;
}
.eWPpAya-uO06keTyfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.eWPpAya-uO06keTyfZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.eWPpAya-uO06keTyfZ ul.navbar-nav {
  flex-wrap: wrap;
}
.eWPpAya-uO06keTyfZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .eWPpAya-uO06keTyfZ .navbar-buttons {
    text-align: left;
  }
}
.eWPpAya-uO06keTyfZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.eWPpAya-uO06keTyfZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.eWPpAya-uO06keTyfZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.eWPpAya-uO06keTyfZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO06keTyfZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.eWPpAya-uO06keTyfZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.eWPpAya-uO06keTyfZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO06keTyfZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.eWPpAya-uO06keTyfZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.eWPpAya-uO06keTyfZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.eWPpAya-uO06keTyfZ .navbar-dropdown {
  padding: 0 1rem;
}
.eWPpAya-uO06keTyfZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eWPpAya-uO06keTyfZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .eWPpAya-uO06keTyfZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eWPpAya-uO06keTyfZ .navbar {
    height: 70px;
  }
  .eWPpAya-uO06keTyfZ .navbar.opened {
    height: auto;
  }
  .eWPpAya-uO06keTyfZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.eWPpAya-uO06keTyfZ .color-section-btn {
  margin: -0.6rem -0.6rem;
}
.eWPpAya-uO06keTyfZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .eWPpAya-uO06keTyfZ .navbar-brand {
    margin-right: auto;
  }
  .eWPpAya-uO06keTyfZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffa76;
    backdrop-filter: blur(8px);
  }
  .eWPpAya-uO06keTyfZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .eWPpAya-uO06keTyfZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .eWPpAya-uO06keTyfZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .eWPpAya-uO06keTyfZ .navbar-collapse {
    padding: 1rem;
  }
}
.eWPpAya-uO06kff3mG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.eWPpAya-uO06kff3mG .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO06kff3mG .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO06kff3mG .row {
  justify-content: center;
}
.eWPpAya-uO06kff3mG .title-wrapper {
  padding: 71px;
  background-color: #fffb9b;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .eWPpAya-uO06kff3mG .title-wrapper {
    padding: 50px 25px;
  }
}
.eWPpAya-uO06kff3mG .title-wrapper .color-section-title {
  margin-bottom: 0;
}
.eWPpAya-uO06kff3mG .text-wrapper .color-text {
  margin-bottom: 25px;
}
.eWPpAya-uO06kff3mG .color-section-title {
  color: #ffffff;
  text-align: center;
}
.eWPpAya-uO06kff3mG .color-text {
  color: #747474;
}
.eWPpAya-uO06kff3mG .color-text,
.eWPpAya-uO06kff3mG .color-section-btn {
  text-align: left;
  color: #000000;
}
.eWPpAya-uO06kff3mG .color-section-title,
.eWPpAya-uO06kff3mG .color-iconfont {
  color: #000000;
}
.eWPpAya-uO0erZvvFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcee9c;
}
.eWPpAya-uO0erZvvFd .color-fallback-image.disabled {
  display: none;
}
.eWPpAya-uO0erZvvFd .color-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.eWPpAya-uO0erZvvFd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .container {
    padding: 0 26px;
  }
}
.eWPpAya-uO0erZvvFd .row {
  justify-content: center;
}
.eWPpAya-uO0erZvvFd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .color-section-title {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .title-wrapper .text-wrapper .color-text {
    width: 100%;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .color-iconfont {
  margin-right: 0;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont,
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .color-iconfont {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .content-wrapper .social-wrapper .social-wrap .soc-item a .color-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.eWPpAya-uO0erZvvFd .color-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.eWPpAya-uO0erZvvFd .color-section-title {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .color-text {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list {
  color: #ffffff;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .nav-wrapper,
.eWPpAya-uO0erZvvFd .social-wrapper {
  text-align: right;
}
.eWPpAya-uO0erZvvFd .list,
.eWPpAya-uO0erZvvFd .item-wrap,
.eWPpAya-uO0erZvvFd .social-wrapper {
  color: #000000;
}
.eWPpAya-uO0erZvvFd .color-text,
.eWPpAya-uO0erZvvFd .text-wrapper {
  color: #000000;
}

/* 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 */
.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.cookie-overlay.active {
	display: block;
}

.cookie-notification {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	background-color: gray;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	transform: translateY(200px);
	z-index: 1000;
}

.cookie-notification.active {
	transform: translateY(-350px);
}

.cookie-notification__content {
	max-width: 800px;
	margin: 0 auto;
	color: aliceblue;
}

.cookie-notification__content p a {
	color: aliceblue;
	transition: all 0.5s ease-in-out;
}

.cookie-notification__content p a:hover {
	color: blueviolet;
}

.cookie-notification__actions {
	margin-top: 10px;
}

.cookie-notification__button {
	margin: 5px;
	padding: 10px 15px;
	min-width: 150px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-notification__button:hover {
	filter: saturate(0.8);
}

@media (max-width: 768px) {
	.cookie-notification {
		bottom: -250px;
		padding: 15px;
		transform: translateY(150px);
	}
	.cookie-notification.active {
		transform: translateY(-250px);
	}
	.cookie-notification__content {
		max-width: 90%;
	}
	.cookie-notification__button {
		min-width: 120px;
		font-size: 12px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.cookie-notification {
		bottom: -200px;
		padding: 10px;
		transform: translateY(100px);
	}
	.cookie-notification.active {
		transform: translateY(-200px);
	}
	.cookie-notification__content {
		max-width: 95%;
	}
	.cookie-notification__button {
		min-width: 100px;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* logoanimations */
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.navbar-brand {
    animation: swing 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 12: blur filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: blur(2px);
}
/* endmainanimations */
