.elementor-kit-10{--e-global-color-primary:#322C65;--e-global-color-secondary:#E6E4F7;--e-global-color-text:#0D0B21;--e-global-color-accent:#A6CE39;--e-global-color-2bedfd9:#F6F5FB;--e-global-color-c2ca45d:#E7F2CA;--e-global-color-ae6b82c:#FFFFFF;--e-global-typography-primary-font-family:"Source Sans 3";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bio-readmore {
  position: relative;
}

.bio-readmore-text {
  max-height: 120px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.35s ease;
}

.bio-readmore-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 85%);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.bio-toggle {
  display: inline-flex;
  margin-top: 12px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  z-index: 50;
  pointer-events: auto;
}

.bio-check {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.bio-less {
  display: none;
}

.bio-readmore:has(.bio-check:checked) .bio-readmore-text {
  max-height: 1000px;
}

.bio-readmore:has(.bio-check:checked) .bio-readmore-text::after {
  opacity: 0;
}

.bio-readmore:has(.bio-check:checked) .bio-more {
  display: none;
}

.bio-readmore:has(.bio-check:checked) .bio-less {
  display: inline;
}

/* Кнопка піднятися вгору */
.scroll-to-top,
.back-to-top,
#back-to-top,
.elementor-scroll-top,
.eael-ext-scroll-to-top,
#ast-scroll-top {
  background-color: #322C65 !important;
  border-radius: 100px !important;
}/* End custom CSS */