.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;
}
.imagine-section {
  margin-top: 72px;
  margin-bottom: 80px;
}
@media (min-width: 660px) {
  .imagine-section {
    margin-bottom: 72px;
  }
}
@media (min-width: 970px) {
  .imagine-section {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.imagine-section .section__title {
  margin-bottom: 24px;
}
.imagine-section .description {
  max-width: 570px;
  margin-bottom: 48px;
}
.imagine-section .list {
  gap: 30px;
}
@media (min-width: 970px) {
  .imagine-section .list {
    margin-top: 48px;
  }
}
.imagine-section .list .item .inner {
  padding: 32px 32px 40px;
  border-radius: 8px;
  background: rgba(69, 214, 173, 0.15);
  height: 100%;
}
.imagine-section .list .item h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 970px) {
  .imagine-section .list .item h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.imagine-section .list:not(.slick-initialized) {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
.imagine-section .list:not(.slick-initialized) + .navigation {
  display: none;
}
@media (min-width: 660px) {
  .imagine-section .list:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 970px) {
  .imagine-section .list:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
  .imagine-section .list:not(.slick-initialized).dots:after {
    position: absolute;
    content: "";
    width: 292px;
    height: 136px;
    top: auto;
    right: 15px;
    bottom: 25px;
    left: auto;
    z-index: -1;
    background-image: radial-gradient(
      circle at 3px 3px,
      #8f8f8f 3%,
      transparent 8%
    );
    background-size: 26px 26px;
  }
}
.imagine-section .fw-slider .slick-dots {
  position: relative;
  bottom: 0;
}
.imagine-section .fw-slider .slick-dots li:after {
  background: #e6e6e6;
  border: unset;
}
.imagine-section .fw-slider .slick-dots li.slick-active:after {
  background: #000;
}
.imagine-section .slick-hidden + .dots-bar {
  display: none;
}
.imagine-section .slick-track {
  display: flex !important;
}
.imagine-section .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.imagine-section .fw-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}
.imagine-section .fw-slider__arrows .next-arrow,
.imagine-section .fw-slider__arrows .prev-arrow {
  position: relative;
  background: none;
  border: 1px solid #000;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  box-shadow: unset;
}
.imagine-section .fw-slider__arrows .next-arrow svg,
.imagine-section .fw-slider__arrows .prev-arrow svg {
  opacity: 1;
  width: auto;
  height: auto;
}
.imagine-section .slick-arrow.slick-disabled {
  visibility: visible;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.2s;
}
.imagine-section.dark {
  margin-top: 0;
  margin-bottom: 0;
}
.imagine-section.dark .list .item .inner {
  border: 1px solid #2b2b2b;
  background: #212121;
}
.imagine-section.dark .fw-slider__arrows .next-arrow,
.imagine-section.dark .fw-slider__arrows .prev-arrow {
  border-color: #787878;
}
.imagine-section.dark .fw-slider__arrows .next-arrow svg path,
.imagine-section.dark .fw-slider__arrows .prev-arrow svg path {
  fill: #787878;
}
.imagine-section.dark .fw-slider .slick-dots li:after {
  background: rgba(237, 237, 237, 0.3);
}
.imagine-section.dark .fw-slider .slick-dots li.slick-active:after {
  background: #fff;
}
.section-get-in-touch {
  margin: 72px 0;
  background: rgba(69, 214, 173, 0.2);
}
.section-get-in-touch.gray {
  background: rgba(237, 237, 237, 0.3);
}
.section-get-in-touch.blue {
  background: rgba(95, 180, 229, 0.2);
}
.section-get-in-touch.orange {
  background: rgba(255, 128, 65, 0.2);
}
.section-get-in-touch.purple {
  background: rgba(162, 94, 181, 0.2);
}
@media (min-width: 970px) {
  .section-get-in-touch {
    margin: 130px 0;
  }
}
.section-get-in-touch .container {
  padding-top: 24px;
  padding-bottom: 36px;
}
@media (min-width: 660px) {
  .section-get-in-touch .container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 660px) {
  .section-get-in-touch .container .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section-get-in-touch .container .content .text-block {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 660px) {
  .section-get-in-touch .container .content .text-block {
    padding-right: 15px;
    margin-bottom: 0;
    text-align: start;
  }
}
.section-get-in-touch .container .content .button-block {
  text-align: center;
}
.section-get-in-touch .container .content .button-block .btn-black {
  width: 100%;
}
.section-get-in-touch.cta-2 .container {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (min-width: 660px) {
  .section-get-in-touch.cta-2 .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section-get-in-touch.cta-3 {
  background: none;
}
.section-get-in-touch.cta-3 .container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-get-in-touch.cta-3 .wrapper {
  width: 100%;
  border-radius: 8px;
  padding: 24px 9px 32px 9px;
  background: rgba(69, 214, 173, 0.2);
}
@media (min-width: 660px) {
  .section-get-in-touch.cta-3 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px 12px 24px;
  }
}
@media (min-width: 970px) {
  .section-get-in-touch.cta-3 .wrapper {
    padding: 28px 36px 28px 43px;
  }
}
@media (min-width: 660px) {
  .section-get-in-touch.cta-3 .wrapper .text-block {
    flex-basis: 62%;
  }
}
@media (min-width: 970px) {
  .section-get-in-touch.cta-3 .wrapper .text-block {
    flex-basis: 100%;
  }
}
.section-get-in-touch.cta-3 .button-block .btn-black {
  max-width: 282px;
  margin: 0 auto;
}
.section-get-in-touch.cta-3.gray .wrapper {
  background: rgba(237, 237, 237, 0.3);
}
.section-get-in-touch.cta-3.blue .wrapper {
  background: rgba(95, 180, 229, 0.2);
}
.section-get-in-touch.cta-3.orange .wrapper {
  background: rgba(255, 128, 65, 0.2);
}
.section-get-in-touch.cta-3.purple .wrapper {
  background: rgba(162, 94, 181, 0.2);
}
.step-section {
  background: rgba(237, 237, 237, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
}
.step-section .section__title {
  margin-bottom: 24px;
}
.step-section .title-wrap {
  margin-bottom: 64px;
}
.step-section .step-list {
  row-gap: 32px;
  counter-reset: section;
}
.step-section .step-list .step .dot {
  position: relative;
}
.step-section .step-list .step .dot:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(0, 0, 0) 1px,
    rgba(255, 255, 255, 0) 2px,
    rgb(255, 255, 255) 0px,
    rgb(255, 255, 255) 10px,
    #45d6ad 11px
  );
}
@media (min-width: 660px) {
  .step-section .step-list .step .dot .line {
    position: absolute;
    left: 15px;
    top: 12px;
    width: calc(100% + 15px);
    height: 1px;
    background: #afafaf;
    z-index: -1;
  }
}
.step-section .step-list .step .text {
  margin-top: 16px;
}
.step-section .step-list .step .text h3 {
  margin-bottom: 8px;
}
.step-section .step-list .step .text:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  color: #45d6ad;
  text-transform: uppercase;
}
@media (min-width: 970px) {
  .step-section .step-list .step .text:before {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 660px) {
  .step-section .step-list .step .text {
    margin-top: 32px;
  }
}
.step-section .step-list .step:first-child .dot:before,
.step-section .step-list .step:last-child .dot:before {
  background: radial-gradient(
    circle,
    rgb(0, 0, 0) 2px,
    rgba(255, 255, 255, 0) 3px,
    rgb(255, 255, 255) 0px,
    rgb(255, 255, 255) 10px,
    #45d6ad 11px
  );
}
.step-section .step-list .step:nth-last-child(2) .line {
  background: linear-gradient(to right, #afafaf, transparent);
}
.step-section .step-list .step:last-child .line {
  display: none;
}
@media (min-width: 660px) and (max-width: 969px) {
  .step-section .step-list .step:nth-child(2n + 2) .line {
    display: none;
  }
}
.step-section .logos-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 40px;
}
.step-section .logo-items {
  justify-content: center;
  row-gap: 40px;
}
@media (min-width: 970px) {
  .step-section .logo-items {
    row-gap: 84px;
  }
}
.step-section .logo-items .icon {
  text-align: center;
  margin-bottom: 32px;
}
.step-section .logo-items .icon img {
  height: auto;
}
.step-section .logo-items p {
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 970px) {
  .step-section .logo-items p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 970px) {
  .step-section .logo-items .item {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.step-section + .styled {
  margin-top: 0;
}
.step-section-custom {
  margin-top: 72px;
  margin-bottom: 80px;
}
@media (min-width: 660px) {
  .step-section-custom {
    margin-bottom: 72px;
  }
}
@media (min-width: 970px) {
  .step-section-custom {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.step-section-custom .title {
  margin-bottom: 24px;
}
.step-section-custom .title-wrap {
  margin-bottom: 64px;
}
.step-section-custom .step-list {
  row-gap: 32px;
  counter-reset: section;
}
.step-section-custom .step-list .desktop-view {
  display: none;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .desktop-view {
    display: block;
    padding-right: 16px;
    width: 100%;
  }
  .step-section-custom .step-list .desktop-view .top {
    display: flex;
    gap: 8px;
  }
  .step-section-custom .step-list .desktop-view .top .text {
    flex: 0 1 270px;
  }
  .step-section-custom .step-list .desktop-view .top .text h3 {
    display: block;
  }
}
.step-section-custom .step-list .mobile-view {
  display: block;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .mobile-view {
    display: none;
  }
}
.step-section-custom .step-list .mobile-view .text:nth-child(3):before {
  content: "03 - 04";
}
.step-section-custom .step-list .step {
  position: relative;
}
.step-section-custom .step-list .step .text {
  display: block;
  margin-top: 16px;
}
.step-section-custom .step-list .step .text:before {
  display: block;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 32px;
  color: #787878;
  font-weight: 900;
  line-height: 40px;
  opacity: 0.15;
  margin-bottom: 16px;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .step .text:before {
    font-size: 56px;
    line-height: 56px;
  }
}
.step-section-custom .step-list .step .text h3,
.step-section-custom .step-list .step .text p {
  position: relative;
  display: inline-block;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 28px;
}
.step-section-custom .step-list .step .text h3:after,
.step-section-custom .step-list .step .text p:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 16px;
  border-radius: 16px;
  opacity: 0.3;
  background: #45d6ad;
}
@media (min-width: 660px) {
  .step-section-custom .step-list .step .text {
    margin-top: 32px;
  }
}
.step-section-custom .step-list .step ul li {
  position: relative;
  display: inline-block;
  background: rgba(69, 214, 173, 0.15);
  padding: 0 16px 0 29px;
  border-radius: 8px;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .step-section-custom .step-list .step ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.step-section-custom .step-list .step ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #393939;
}
.step-section-custom .step-list .step.weeks p {
  max-width: 270px;
  display: block;
}
.step-section-custom .step-list .step.output .text:before {
  opacity: 0;
}
.step-section-custom .step-list .step.output .text h3:after {
  background: #ffcd00;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .step {
    display: flex;
    justify-content: center;
  }
  .step-section-custom .step-list .step .text {
    display: inline-block;
  }
  .step-section-custom .step-list .step:not(:nth-last-child(1)):after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    content: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGQ9Ik0xLjUgMXYxNDIuNjRMMTUgMTYwLjRjLjMuMzcuMy44OC4wMSAxLjI1TDEuNSAxNzguOTdWMzI1IiBzdHJva2U9InVybCgjYSkiIHN0cm9rZS13aWR0aD0iMS41Ig0KICAgICAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3Ljk3IiB5MT0iMSIgeDI9IjguNSIgeTI9IjMyNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI2ZmZiIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIuMDkiIHN0b3AtY29sb3I9IiNFOEY5RjYiLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iLjIxIiBzdG9wLWNvbG9yPSIjNDVkNmFkIi8+DQogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9Ii43NyIgc3RvcC1jb2xvcj0iIzQ1ZDZhZCIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIuODgiIHN0b3AtY29sb3I9IiNGNUYxRjkiLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDwvZGVmcz4NCjwvc3ZnPg==");
  }
}
@media (min-width: 1280px) {
  .step-section-custom .step-list .step:not(:nth-last-child(1)):after {
    right: -10px;
  }
}
.left-icon-link {
  margin: 72px 0;
}
@media (min-width: 480px) {
  .left-icon-link {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .left-icon-link {
    margin: 160px 0;
  }
}
.left-icon-link .section__title {
  margin-bottom: 24px;
}
.left-icon-link .title-wrap {
  margin-bottom: 32px;
}
@media (min-width: 970px) {
  .left-icon-link .title-wrap {
    margin-bottom: 64px;
  }
}
.left-icon-link .title-wrap .description {
  max-width: 670px;
}
.left-icon-link .items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 56px;
}
@media (min-width: 660px) {
  .left-icon-link .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 48px;
  }
}
@media (min-width: 970px) {
  .left-icon-link .items {
    gap: 56px 30px;
  }
}
.left-icon-link .item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
@media (min-width: 970px) {
  .left-icon-link .item {
    flex-direction: row;
  }
}
.left-icon-link .item .wrap {
  position: relative;
  flex: 1;
}
.left-icon-link .item .wrap .description *:last-child {
  margin-bottom: 0;
}
.left-icon-link .item h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}
.left-icon-link .item p {
  font-size: 16px;
  color: #393939;
}
.left-icon-link .item:hover .arrow {
  filter: brightness(0);
}
.left-icon-link .item .arrow {
  width: 65px;
  height: 16px;
  margin: 16px 0 0 auto;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat;
}
.left-icon-link a.item {
  position: relative;
  border-radius: 12px;
}
.left-icon-link a.item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.left-icon-link a.item:hover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #45d6ad;
  border-radius: inherit;
  z-index: 1;
}
.left-icon-link a.item:hover:before {
  top: -16px;
  bottom: -24px;
  left: -16px;
  right: -16px;
}
.left-icon-link .icon {
  flex: 0 auto;
}
.left-icon-link .icon.bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.left-icon-link .icon.mint {
  background: rgba(69, 214, 173, 0.3);
}
.left-icon-link .icon.blue {
  background: rgba(95, 180, 229, 0.3);
}
.left-icon-link .icon.orange {
  background: rgba(255, 128, 65, 0.3);
}
.left-icon-link .icon.purple {
  background: rgba(162, 94, 181, 0.3);
}
.left-icon-link .icon.green-light {
  background: rgba(138, 221, 102, 0.3);
}
.left-icon-link .icon.violet {
  background: rgba(102, 94, 199, 0.3);
}
.left-icon-link .icon.yellow {
  background: rgba(255, 205, 0, 0.3);
}
.left-icon-link.dark .item:not(:hover) .arrow {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.left-icon-link.dark .item:hover .arrow {
  filter: brightness(1);
}
.left-icon-link.dark .item .icon.mint {
  background: #45d6ad;
}
.left-icon-link.dark .item .icon.blue {
  background: #5fb4e5;
}
.left-icon-link.dark .item .icon.orange {
  background: #ff8041;
}
.left-icon-link.dark .item .icon.purple {
  background: #a25eb5;
}
.left-icon-link.dark .item .icon.green-light {
  background: #8add66;
}
.left-icon-link.dark .item .icon.violet {
  background: #665ec7;
}
.left-icon-link.dark .item .icon.yellow {
  background: #ffcd00;
}
.left-icon-link.dark .item ul {
  opacity: 0.8;
}
.left-icon-link.dark .item .simple-list li:before {
  background: #fff;
}
.left-icon-link.mint_to_purple .item p,
.left-icon-link.blue_to_green .item p {
  color: #1c1c1c;
}
.left-icon-link.mint_to_purple .item .arrow,
.left-icon-link.blue_to_green .item .arrow {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.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);
}
.step-section .step-list .step .text:before {
  display: inline-block;
  margin-bottom: 18px;
}
@media (min-width: 970px) {
  .step-section .step-list {
    row-gap: 56px;
  }
  .step-section .step-list .step {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.section-get-in-touch {
  margin-bottom: 0;
}
