.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.fw-slider {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.fw-slider .item {
  position: relative;
}
.fw-slider .item img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fw-slider .slick-dots {
  position: absolute;
  bottom: -33px;
  width: 100%;
  text-align: center;
}
.fw-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 20px;
  cursor: pointer;
  vertical-align: bottom;
}
.fw-slider .slick-dots li:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #e6e6e6;
  box-sizing: border-box;
  border-radius: 6px;
  transition: 0.2s;
}
.fw-slider .slick-dots li.slick-active:after {
  border: 0;
  background: #45d6ad;
}
.fw-slider .slick-dots li button {
  display: none;
}
.fw-slider__arrows {
  position: relative;
}
.fw-slider__arrows .next-arrow,
.fw-slider__arrows .prev-arrow {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
}
.fw-slider__arrows .next-arrow svg,
.fw-slider__arrows .prev-arrow svg {
  opacity: 0.6;
  transition: 0.2s all;
}
@media (max-width: 969px) {
  .fw-slider__arrows .next-arrow svg,
  .fw-slider__arrows .prev-arrow svg {
    width: 8px;
    height: 18px;
  }
}
.fw-slider__arrows .next-arrow:hover svg,
.fw-slider__arrows .prev-arrow:hover svg {
  opacity: 1;
}
@media (min-width: 660px) {
  .fw-slider__arrows .next-arrow,
  .fw-slider__arrows .prev-arrow {
    box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.15);
    background: #fff;
  }
}
.fw-slider__arrows .next-arrow {
  right: 0;
}
.fw-slider__arrows .prev-arrow {
  left: 0;
}
@media (min-width: 660px) {
  .fw-slider__arrows .prev-arrow {
    left: -50px;
  }
  .fw-slider__arrows .next-arrow {
    right: -50px;
  }
}
.fw-slider__arrows--sm-green {
  top: calc(50% - 30px);
}
[aria-describedby^="slick-slide"] {
  outline: 0;
}
.mobile-menu-btn {
  cursor: pointer;
}
.mobile-menu-btn span {
  width: 26px;
  height: 1px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #000;
  display: block;
  margin-top: 5px;
}
.mobile-menu-btn span:first-child {
  margin-top: 0;
}
.mobile-menu-btn.active span {
  transition: 0.3s all ease;
}
.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-btn.active span:nth-child(2) {
  transform: translate(300%, 0);
  opacity: 0;
}
.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-list li,
.simple-list > div {
  position: relative;
  padding: 0 0 8px 16px;
}
.simple-list li:before,
.simple-list > div:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #393939;
}
.simple-list li:last-child,
.simple-list > div:last-child {
  padding: 0 0 0 16px;
}
@media (min-width: 480px) {
  .list-two-cols {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 660px) {
  .list-two-cols {
    -moz-column-gap: 47px;
    column-gap: 47px;
  }
}
.article {
  margin-top: 70px;
}
@media (min-width: 970px) {
  .article {
    margin-top: 90px;
  }
}
.section__title {
  margin-bottom: 32px;
}
@media (min-width: 660px) {
  .section__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 970px) {
  .section__title {
    margin-bottom: 72px;
  }
}
.search-popup {
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.search-popup.open {
  visibility: visible;
  opacity: 1;
  width: 100% !important;
  height: auto !important;
  margin-top: 12px;
  margin-bottom: -13px;
}
.search-form {
  position: relative;
  margin-bottom: 0;
}
.search-form__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.search-form__input {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #000;
  border-radius: 8px 0 0 8px;
  background: none;
  box-shadow: none;
}
.search-form__input:-moz-placeholder {
  color: #787878;
}
.search-form__input::-moz-placeholder {
  color: #787878;
}
.search-form__input::-webkit-input-placeholder {
  color: #787878;
}
@media (min-width: 970px) {
  .search-form__input {
    padding: 0 24px;
  }
}
.search-form__submit {
  height: 44px;
  width: 48px;
  padding: 0;
  background: none;
  border: 1px solid #000;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}
.search-form__submit:hover {
  background: #45d6ad;
  font-weight: 600;
}
.search-form__submit .icon-svg {
  width: 20px;
  height: 20px;
  fill: currentColor !important;
}
.search-form__submit .search-text {
  display: none;
}
@media (min-width: 970px) {
  .search-form__submit {
    display: flex;
    justify-content: center;
    min-width: 223px;
    align-items: center;
  }
  .search-form__submit .search-text {
    display: block;
    margin-left: 16px;
  }
}
.search-focus.mobile-active .header-menu,
.search-focus .mobile-menu,
.search-focus .mobile-sidebar-footer {
  opacity: 0.1;
  pointer-events: none;
}
.slider-top .item .description p:last-child {
  margin-bottom: 0;
}
.slider-top .btn-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.slider-top .btn-wrap .btn-clear {
  display: inline-flex;
  padding: 0 20px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  min-width: 226px;
  color: #fff;
}
@media (max-width: 479px) {
  .slider-top .btn-wrap .btn-clear--big {
    width: 100%;
    height: 48px;
  }
}
@media (min-width: 970px) {
  .slider-top .btn-wrap {
    margin-top: 72px;
  }
}
.slider-top .header-media-bg.video_bg:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-top .slick-track {
  display: flex !important;
}
.slider-top .slick-slide {
  height: inherit !important;
}
.slider-top ul.slick-dots {
  opacity: 0.5;
  bottom: 25px;
  z-index: 3;
}
.slider-top ul.slick-dots li {
  width: 24px;
}
.slider-top ul.slick-dots li:after {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: unset;
}
.slider-top ul.slick-dots li.slick-active:after {
  background: #fff;
}
@media (min-width: 660px) {
  .slider-top ul.slick-dots {
    bottom: 72px;
  }
}
@media (min-width: 970px) {
  .slider-top ul.slick-dots {
    bottom: 80px;
  }
}
.text-section {
  margin: 72px 0;
}
@media (max-width: 479px) {
  .text-section {
    background: rgba(69, 214, 173, 0.2);
  }
}
@media (min-width: 480px) {
  .text-section {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .text-section {
    margin: 160px 0;
  }
}
.text-section .text {
  padding: 56px 9px;
}
@media (min-width: 480px) {
  .text-section .text {
    background: rgba(69, 214, 173, 0.2);
    border-radius: 8px;
    padding: 58px 40px;
  }
}
@media (min-width: 970px) {
  .text-section .text {
    padding: 67px 40px;
  }
}
.text-section .text p,
.text-section .text h1 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 0;
}
@media (min-width: 480px) {
  .text-section .text p,
  .text-section .text h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 970px) {
  .text-section .text p,
  .text-section .text h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.text-section .text p:last-child,
.text-section .text h1:last-child {
  margin-bottom: 0;
}
.tabs-slider-expand {
  margin: 72px 0;
}
.tabs-slider-expand .section__title.descr {
  margin-bottom: 24px;
}
@media (min-width: 660px) {
  .tabs-slider-expand {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .tabs-slider-expand {
    margin: 160px 0;
  }
  .tabs-slider-expand .section__title {
    margin-bottom: 56px;
  }
}
.tabs-slider-expand .section-description {
  padding-bottom: 24px;
  max-width: 670px;
}
.tabs-slider-expand .intellias-accordion {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tabs-slider-expand .content {
  position: relative;
  min-height: 320px;
}
@media (min-width: 970px) {
  .tabs-slider-expand .content {
    display: flex;
    background: rgba(36, 55, 70, 0.7);
    min-height: 800px;
  }
}
.tabs-slider-expand .right-image {
  position: relative;
  background: #f9f9f9 center;
  background-size: cover;
  margin: 0 0 24px;
  width: auto;
  height: 320px;
  transition: linear all 0.3s;
  transition-delay: 0.2s;
}
@media (min-width: 970px) {
  .tabs-slider-expand .right-image {
    position: absolute;
    margin: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
  .tabs-slider-expand .right-image:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 970px) / 2 + 400px);
    backdrop-filter: blur(20px);
  }
}
.tabs-slider-expand .descriptions {
  position: relative;
  min-height: 182px;
}
.tabs-slider-expand .accordion-item {
  padding: 0;
}
.tabs-slider-expand .accordion-item:not(:nth-last-child(1)) {
  margin-bottom: 8px;
}
.tabs-slider-expand .active {
  padding: 0 0 19px;
}
.tabs-slider-expand .active .accordion-item__header {
  color: #45d6ad;
}
.tabs-slider-expand .active .accordion-item__header .title {
  font-weight: 700;
}
.tabs-slider-expand .active .accordion-item__header::before {
  transform: rotate(180deg) translateY(-8px);
}
.tabs-slider-expand .active .accordion-item__content {
  opacity: 1;
}
.tabs-slider-expand .accordion-item__header {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  padding: 8px 56px 8px 0;
}
@media (min-width: 970px) {
  .tabs-slider-expand .accordion-item__header {
    color: #fff;
  }
}
.tabs-slider-expand .accordion-item__header::before {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 20px;
  right: 16px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSA4LjE1IDhMMTcgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
@media (min-width: 970px) {
  .tabs-slider-expand .accordion-item__header::before {
    filter: invert(1);
  }
}
.tabs-slider-expand .accordion-item__header:hover {
  color: #45d6ad;
  transition: 0.2s;
}
.tabs-slider-expand .accordion-item__content {
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: 0.3s;
}
@media (min-width: 970px) {
  .tabs-slider-expand .accordion-item__content {
    color: #fff;
  }
}
.tabs-slider-expand .accordion-item__content .btn-clear {
  margin-top: 16px;
}
.tabs-slider-expand .link-wrap {
  text-align: center;
  margin-top: 32px;
}
.tabs-slider-expand .link-wrap .btn-filled {
  display: inline-flex;
}
.related {
  margin: 72px 0;
}
.related .section__title {
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .related {
    margin: 88px 0;
  }
  .related .section__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 970px) {
  .related {
    margin: 160px 0;
  }
  .related .section__title {
    position: relative;
    margin-bottom: 72px;
  }
}
.related .description {
  margin-bottom: 32px;
}
.related .news {
  position: relative;
  row-gap: 30px;
}
@media (min-width: 970px) {
  .related .news:after {
    position: absolute;
    content: "";
    width: 292px;
    height: 136px;
    top: auto;
    right: 16px;
    bottom: 100px;
    left: auto;
    z-index: -1;
    background-image: radial-gradient(
      circle at 3px 3px,
      #8f8f8f 3%,
      transparent 8%
    );
    background-size: 26px 26px;
  }
}
.related .news__item.news .cat,
.related .news__item.neuigkeiten .cat {
  color: #ff8041;
}
.related .news__item.case-study .cat,
.related .news__item.fallstudie .cat {
  color: #73c651;
}
.related .news__item.webinar_landing .cat {
  color: #ffcd00;
}
.related .news__item.whitepapers_landing_new .cat {
  color: #a25eb5;
}
.related .news__item.blog-post .cat,
.related .news__item.blogeintrag .cat {
  color: #45d6ad;
}
.related .news__item.ebook-lending .cat {
  color: #665ec7;
}
.related .news__item.showcase-dkv .cat,
.related .news__item.showcase-db .cat {
  color: #00a888;
}
@media (min-width: 970px) {
  .related .news__item.big .news__item-inner {
    flex-direction: row;
  }
  .related .news__item.big .news__item-inner .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 8px 8px 0;
    border-width: 1px 1px 1px 0;
    padding-left: 72px;
    padding-right: 106px;
  }
  .related .news__item.big .image-wrap {
    flex: 0 1 58.33333333%;
    height: 380px;
    border-radius: 8px 0 0 8px;
  }
  .related .news__item.big .news__item-link {
    position: initial;
  }
}
.related .news__item-inner {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.related .news__item-inner .content {
  padding: 24px;
  border-radius: 0 0 8px 8px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background: #fff;
  flex: 1;
}
.related .news__item-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #45d6ad;
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  transition: 0.2s all;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.related .news__item-inner:hover:before {
  opacity: 1;
}
.related .news__item-inner:hover .news__item-link {
  transition: 0.3s;
  filter: brightness(0);
}
.related .news__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related .news__item-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 32px;
}
@media (min-width: 660px) and (max-width: 969px) {
  .related .news__item-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.related .news__item-link {
  position: absolute;
  display: block;
  width: 65px;
  height: 16px;
  right: 24px;
  bottom: 24px;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat;
}
.related .news .image-wrap {
  height: 172px;
  background-color: #f9f9f9;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.related .news .cat {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #5fb4e5;
  margin-bottom: 8px;
}
.related.grey,
.related.lite_gradient {
  margin-bottom: 0 !important;
}
.related.grey + .cta,
.related.lite_gradient + .cta {
  margin-top: 0;
}
.related.dark {
  margin-bottom: 0 !important;
}
.related.dark + .cta {
  margin-top: 0;
}
.related.dark .news__item-inner .content {
  background: #212121;
  border-color: #2b2b2b;
}
.related.dark .news__item-inner:not(:hover) .news__item-link {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.related.dark .news__item-inner:hover .content {
  background: #151515;
}
.related.dark .news__item-inner:hover .news__item-link {
  filter: brightness(1);
}
.home-our-story {
  margin: 72px 0;
}
@media (min-width: 480px) {
  .home-our-story {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .home-our-story {
    margin: 160px 0;
  }
}
.home-our-story .bg {
  background-size: cover;
  background-position: center;
  background-color: #f9f9f9;
  height: 560px;
}
@media (min-width: 660px) {
  .home-our-story .bg {
    height: 909px;
  }
}
@media (min-width: 970px) {
  .home-our-story .bg {
    height: 768px;
  }
}
.home-our-story__content {
  position: relative;
}
.home-our-story .text-block {
  padding: 26px 0 6px;
  width: 100%;
  max-width: 100%;
}
.home-our-story .text-block .content {
  margin-bottom: 34px;
}
.home-our-story .text-block .btn-filled {
  margin-left: auto;
}
.home-our-story .text-block .section__title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 660px) {
  .home-our-story .text-block {
    position: absolute;
    padding: 31px 55px;
    width: 100%;
    max-width: 465px;
    left: 15px;
    bottom: 70px;
    background-color: #fff;
    border-radius: 8px;
  }
  .home-our-story .text-block .section__title {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .home-our-story .text-block {
    max-width: 470px;
    padding: 32px 50px 30px 48px;
  }
}
.clients-stories {
  margin: 72px 0;
}
@media (min-width: 970px) {
  .clients-stories {
    margin: 160px 0;
  }
}
.clients-stories .section__title {
  margin-bottom: 32px;
}
@media (min-width: 660px) {
  .clients-stories .section__title {
    margin-bottom: 56px;
  }
}
.clients-stories .items {
  row-gap: 24px;
}
.clients-stories .item {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  border-radius: 8px;
  transition: 0.2s;
}
.clients-stories .item .img {
  height: 205px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px 8px 0 0;
}
.clients-stories .item .client-name {
  display: none;
}
.clients-stories .item .inner {
  display: grid;
  padding: 24px 24px 32px;
  border: 1px solid #d3dde6;
  border-radius: 0 0 8px 8px;
}
.clients-stories .item .inner .title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 660px) {
  .clients-stories .item .inner {
    padding: 16px 16px 22px;
  }
  .clients-stories .item .inner .title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 970px) {
  .clients-stories .item .inner {
    padding: 24px 24px 32px;
  }
  .clients-stories .item .inner .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.clients-stories .item .link {
  display: block;
  width: 65px;
  height: 16px;
  right: 0;
  bottom: 0;
  background: url("../images/arrow-mint.svg") no-repeat;
  margin: 0 0 0 auto;
}
.clients-stories .item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #45d6ad;
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  transition: 0.2s all;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.clients-stories .item:hover:before {
  opacity: 1;
}
.clients-stories .item:hover .link {
  filter: brightness(0);
}
@media (min-width: 660px) {
  .clients-stories .item .img {
    height: 150px;
  }
}
@media (min-width: 970px) {
  .clients-stories .item .client-name {
    position: absolute;
    display: flex;
    align-items: center;
    top: 32px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    height: 64px;
  }
  .clients-stories .item .client-name img {
    max-height: 50px;
    width: auto;
  }
}
.clients-stories .btn-wrap {
  margin-top: 40px;
}
.clients-stories .btn-wrap .btn-clear {
  margin: 0 auto;
}
