.box-item {
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #46BFF5;
  background: #F2FAFD;
}
@media (max-width: 450px) {
  .box-item {
    padding: 24px !important;
    border: none;
  }
}
.box-item .box-item__image {
  display: flex;
  width: 96px;
  height: 96px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
}
@media (max-width: 450px) {
  .box-item .box-item__image {
    width: 96px !important;
    text-align: center !important;
  }
}
.box-item .box-item__title {
  color: #203740;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 450px) {
  .box-item .box-item__title {
    font-size: 20px;
    text-align: center !important;
  }
}
.box-item .box-item__title a {
  text-decoration: none !important;
}
.box-item-preview {
  margin: 0 auto;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 450px) {
  .box-item-preview {
    flex-direction: row;
    gap: 16px;
  }
}
@media (max-width: 450px) {
  .box-item-preview .box-item__image {
    width: fit-content !important;
  }
}
@media (max-width: 450px) {
  .box-item-preview .box-item__title {
    color: #203740;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.contact-item {
  gap: 16px;
}
.contact-item__text a {
  text-decoration: underline 1px #203740 !important;
}
@media (max-width: 450px) {
  .contact-item__text {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .contact-item__icon {
    width: fit-content !important;
  }
}

.full-width-image-with-boxes .full-width-image-with-boxes__image img {
  background: lightgray 50%/cover no-repeat;
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.full-width-image-with-boxes .full-width-image-with-boxes__boxes {
  transform: translateY(-50%);
  width: 80%;
  gap: 20px;
}
@media (max-width: 450px) {
  .full-width-image-with-boxes .full-width-image-with-boxes__boxes {
    flex-direction: column;
    padding: 0 15px !important;
    transform: translateY(-8%);
  }
}

.icons-set-with-cta-button {
  margin-bottom: 3rem;
  padding: 0 17%;
}
@media (max-width: 450px) {
  .icons-set-with-cta-button {
    padding: 0 15px !important;
  }
}
@media (max-width: 450px) {
  .icons-set-with-cta-button {
    gap: 24px;
    padding: 0 15px !important;
  }
}
.icons-set-with-cta-button__header {
  gap: 48px;
}
@media (max-width: 450px) {
  .icons-set-with-cta-button__header {
    gap: 24px;
  }
}
.icons-set-with-cta-button__button {
  display: flex;
  height: fit-content;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #FFF;
  border: 1px solid #4B6773;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  width: fit-content;
}
.icons-set-with-cta-button__button a {
  text-decoration: none !important;
}
.icons-set-with-cta-button__title {
  color: #203740;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 450px) {
  .icons-set-with-cta-button__title {
    color: #203740;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
  }
}
.icons-set-with-cta-button__body {
  margin: 0 auto;
  text-align: center;
}
.icons-set-with-cta-button__body p {
  color: #4B6773;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.icons-set-with-cta-button__body p:not(:last-child) {
  margin-bottom: 16px !important;
}
.icons-set-with-cta-button__body p:last-child {
  margin: 0;
}
@media (max-width: 450px) {
  .icons-set-with-cta-button__body {
    text-align: center !important;
  }
}
.icons-set-with-cta-button__boxes {
  padding: 40px 0;
}
.icons-set-with-cta-button__boxes-preview {
  margin: 0 auto;
  gap: 48px;
  padding: 40px 0;
}
@media (max-width: 450px) {
  .icons-set-with-cta-button__boxes-preview {
    padding: 24px 0 !important;
    flex-direction: column;
  }
}
.icons-set-with-cta-button__boxes-preview .box-item__title {
  color: #203740;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.icons-set-with-cta-button__boxes-preview .box-item__title a {
  text-decoration: none !important;
}

.page-title {
  margin: 16px 0;
}

@media (max-width: 450px) {
  .bionext-component:not(:last-child) {
    margin-bottom: 50px !important;
  }
}

.questions {
  max-width: 1200px;
  gap: 48px;
  margin: 0 auto;
  padding-bottom: 4%;
}
@media (max-width: 450px) {
  .questions {
    padding: 0 15px !important;
  }
}
.questions__title {
  color: #203740;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 450px) {
  .questions__title {
    color: #203740;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
  }
}
.questions .questions-item:not(:first-child) .accordion-header {
  border-top: 1px solid #C3D3D9;
  padding-top: 16px;
}
.questions .accordion-body {
  font-size: 16px;
}
.questions .accordion-header {
  margin: 0;
}
.questions .accordion-header button {
  color: #203740;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 16px 0;
}
.questions .accordion-collapse .accordion-body {
  background: none;
  padding: 0 0 16px 0;
}
.questions .accordion .accordion-button[aria-expanded=true]::after {
  background: url(/themes/custom/bionext/public/images/icon/arrow-top.svg) right center/18px no-repeat;
}
.questions .accordion .accordion-button:not([aria-expanded])::after,
.questions .accordion .accordion-button[aria-expanded=false]::after {
  background: url(/themes/custom/bionext/public/images/icon/arrow-bottom.svg) right center/18px no-repeat;
}

.slider-item {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 40px 24px 24px;
  background-color: #F2FAFD;
  border-radius: 16px;
}
.slider-item__wrapper {
  gap: 40px;
}
@media (max-width: 450px) {
  .slider-item__wrapper {
    flex-direction: column;
    padding: 16px !important;
  }
}
.slider-item__content {
  gap: 20px;
}
.slider-item .slider-item__title {
  color: #203740;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}
.slider {
  margin-bottom: 12%;
  padding: 0 20%;
}
@media (max-width: 450px) {
  .slider {
    padding: 0 15px !important;
  }
}
.slider__items {
  margin-bottom: 20px !important;
}
@media (max-width: 450px) {
  .slider__items {
    grid-area: slider;
  }
}
.slider__container {
  position: relative;
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.slider__container .slider-arrows__prev,
.slider__container .slider-arrows__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.slider__container .slider-arrows__prev {
  left: -68px;
}
@media (max-width: 450px) {
  .slider__container .slider-arrows__prev {
    top: 100%;
    transform: none;
    left: 0;
    margin-top: 20px !important;
  }
}
.slider__container .slider-arrows__next {
  right: -68px;
}
@media (max-width: 450px) {
  .slider__container .slider-arrows__next {
    top: 100%;
    right: 0;
    transform: translateX(86%);
    margin-top: 20px !important;
  }
}
.slider ul.slick-dots {
  position: initial !important;
}
@media (max-width: 450px) {
  .slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }
}
.slider ul.slick-dots li {
  padding: 0;
  margin: 0;
}
.slider ul.slick-dots li.slick-active:before {
  color: #46BFF5;
}
.slider ul.slick-dots li:before {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 8px;
  color: #d9d9d9;
}
.slider ul.slick-dots li button:before {
  content: none;
  padding: 0 !important;
  margin: 0 !important;
}
.slider__header {
  gap: 48px;
  margin-bottom: 80px;
}
@media (max-width: 450px) {
  .slider__header {
    gap: 24px;
  }
}
@media (max-width: 450px) {
  .slider__header {
    margin-bottom: 24px !important;
  }
}
.slider__title {
  color: #203740;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 450px) {
  .slider__title {
    color: #203740;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
  }
}
.slider__body {
  margin: 0 auto;
  text-align: center;
}
.slider__body p {
  color: #4B6773;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.slider__body p:not(:last-child) {
  margin-bottom: 16px !important;
}
.slider__body p:last-child {
  margin: 0;
}
@media (max-width: 450px) {
  .slider__body {
    text-align: center !important;
  }
}

.text-with-cta-button {
  gap: 24px;
  padding: 0 15% 24px 15%;
}
@media (max-width: 450px) {
  .text-with-cta-button {
    padding: 0 15px !important;
  }
}
.text-with-cta-button__title {
  color: #203740;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.text-with-cta-button__body p {
  margin: 0;
  color: #4B6773;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
.text-with-cta-button__body p:not(:last-child) {
  margin-bottom: 16px;
}
.text-with-cta-button__button {
  display: flex;
  width: 300px;
  height: 60px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #46BFF5;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.text-with-cta-button__button a {
  text-decoration: none !important;
}
.text-with-cta-button__button:hover {
  background: #42B5E8;
}
.text-with-cta-button__button:active {
  background: linear-gradient(0deg, rgba(32, 55, 64, 0.3) 0%, rgba(32, 55, 64, 0.3) 100%), #46BFF5;
}
@media (max-width: 450px) {
  .text-with-cta-button {
    padding: 0 15px !important;
  }
}
.text-with-cta-button.columns-2 {
  gap: 48px;
  background: #F2FAFD;
  padding: 3% 10%;
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-2 {
    padding: 50px 15px !important;
  }
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-2 {
    flex-direction: column;
  }
}
.text-with-cta-button.columns-2 .text-with-cta-button__title {
  color: #203740;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-2 .text-with-cta-button__title {
    color: #203740;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
  }
}
.text-with-cta-button.columns-2 .text-with-cta-button__body {
  text-align: left;
  margin-bottom: 3rem !important;
}
.text-with-cta-button.columns-3 {
  background-color: #F2FAFD;
  padding: 5% 10%;
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-3 {
    padding: 50px 15px !important;
  }
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-3 {
    flex-direction: column;
  }
}
.text-with-cta-button.columns-3 .text-with-cta-button__left-sidebar {
  gap: 48px;
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-3 .text-with-cta-button__left-sidebar {
    flex-direction: column;
  }
}
.text-with-cta-button.columns-3 .text-with-cta-button__left-column {
  max-width: 765px;
}
.text-with-cta-button.columns-3 .text-with-cta-button__title {
  margin: 0 auto 24px auto;
  text-align: left;
}
@media (max-width: 450px) {
  .text-with-cta-button.columns-3 .text-with-cta-button__title {
    margin-bottom: 24px !important;
    color: #203740;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
  }
}
.text-with-cta-button.columns-3 .text-with-cta-button__body p {
  text-align: left;
}
.text-with-cta-button.columns-3 .text-with-cta-button__contact-items {
  gap: 24px;
}
.text-with-cta-button.columns-3 .text-with-cta-button__header {
  font-size: 16px;
}
.text-with-cta-button.columns-3 .text-with-cta-button__button {
  text-align: center !important;
}

.text {
  gap: 48px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .text {
    gap: 24px;
    padding: 0 15px;
  }
}
.text__title {
  color: #203740;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width: 450px) {
  .text__title {
    color: #203740;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important;
  }
}
.text__body {
  width: 80%;
  margin: 0 auto;
}
.text__body p {
  color: #4B6773;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.text__body p:not(:last-child) {
  margin-bottom: 16px;
}

/*# sourceMappingURL=components.css.map */
