@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:regular,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:600&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

button {
  color: inherit;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.item-solutions__title, .benefit-card__title, .side-about__title, .title-section {
  color: #37393f;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title-section {
  font-weight: 700;
  line-height: 1.21;
}
@media (min-width: 78.125em) {
  .title-section {
    font-size: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (font-size: clamp( 1.875rem , 1.6599462366rem  +  1.0752688172vw , 2.5rem )) {
    .title-section {
      font-size: clamp( 1.875rem , 1.6599462366rem  +  1.0752688172vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.6599462366rem  +  1.0752688172vw , 2.5rem )) {
    .title-section {
      font-size: calc(1.875rem + 0.625 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .title-section {
    font-size: 1.875rem;
  }
}
.title-section--white {
  color: #fff;
}
.title-section--margin:not(:last-child) {
  margin-bottom: 0.4em;
}

.decorated-subtitle {
  color: #37393f;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  gap: 0.375rem;
}
.decorated-subtitle--white {
  color: #fff;
}
.decorated-subtitle::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  flex-shrink: 0;
  background-color: #40ddb6;
  margin-top: 0.1875rem;
}
.decorated-subtitle--margin:not(:last-child) {
  margin-bottom: 0.8888888889em;
}

.link-button {
  padding: 1.375rem 1.6875rem;
  background-color: #6b77e5;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  transition: background-color 0.2s;
}
@media (any-hover: hover) {
  .link-button:hover {
    background-color: #626dd0;
  }
}
.link-button:active {
  background-color: #515aad;
}
.link-button--black {
  background-color: #37393f;
  color: #fff;
  padding: 1.3125rem 2.6875rem;
}
@media (max-width: 25em) {
  .link-button--black {
    padding: 1.25rem;
  }
}

.green {
  color: #40ddb6;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #7d7d7d;
}
.menu-open body {
  overflow: hidden;
}

[class*=__container] {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.wrapper {
  overflow: clip;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.header {
  background-color: #fff;
  width: 100%;
  z-index: 55;
}
.header__top {
  padding: 1.1875rem 0;
  background-color: #37393f;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 68em) {
  .header__top {
    position: fixed;
    bottom: 0;
    right: 100%;
    max-height: 10.625rem;
    overflow: auto;
    transition: right 0.2s;
  }
  .menu-open .header__top {
    right: 0;
  }
}
.header__logo {
  z-index: 2;
}
.header__container {
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  padding: 2.0625rem 0.9375rem;
}
@media (max-width: 68em) {
  .header__container {
    padding: 0.9375rem;
  }
}
.header__actions {
  display: flex;
  align-items: center;
}
@media (min-width: 78.125em) {
  .header__actions {
    gap: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (gap: clamp( 0.9375rem , 0.3998655914rem  +  2.688172043vw , 2.5rem )) {
    .header__actions {
      gap: clamp( 0.9375rem , 0.3998655914rem  +  2.688172043vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.3998655914rem  +  2.688172043vw , 2.5rem )) {
    .header__actions {
      gap: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .header__actions {
    gap: 0.9375rem;
  }
}
.header__link-button {
  z-index: 2;
}
@media (max-width: 68em) {
  .header__link-button {
    padding: 0.9375rem;
  }
}
.header__menu-switch {
  z-index: 10;
}

.top-header__container {
  display: flex;
  justify-content: space-between;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.top-header__column {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 78.125em) {
  .top-header__column {
    gap: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (gap: clamp( 0.9375rem , 0.3568548387rem  +  2.9032258065vw , 2.625rem )) {
    .top-header__column {
      gap: clamp( 0.9375rem , 0.3568548387rem  +  2.9032258065vw , 2.625rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.3568548387rem  +  2.9032258065vw , 2.625rem )) {
    .top-header__column {
      gap: calc(0.9375rem + 1.6875 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .top-header__column {
    gap: 0.9375rem;
  }
}
.contact {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  color: #fff;
}
.contact__icon {
  height: 1.375rem;
  flex-shrink: 0;
}
.contact__text {
  font-size: 0.875rem;
}

.list-social {
  display: flex;
}
@media (min-width: 78.125em) {
  .list-social {
    gap: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (gap: clamp( 0.3125rem , 0.0759408602rem  +  1.1827956989vw , 1rem )) {
    .list-social {
      gap: clamp( 0.3125rem , 0.0759408602rem  +  1.1827956989vw , 1rem );
    }
  }
  @supports not (gap: clamp( 0.3125rem , 0.0759408602rem  +  1.1827956989vw , 1rem )) {
    .list-social {
      gap: calc(0.3125rem + 0.6875 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .list-social {
    gap: 0.3125rem;
  }
}
.list-social__item {
  width: 1.0625rem;
  height: 1.0625rem;
}
.list-social__link {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .list-social__link:hover {
    opacity: 0.6;
  }
}
.list-social__icon {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-position: bottom;
  object-fit: cover;
}

.logo-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #37393f;
  font-family: "Poppins", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
}
.logo-header__image {
  width: 2.625rem;
  height: 1.8125rem;
}
@media (max-width: 30.1875em) {
  .logo-header__text {
    display: none;
  }
}
.logo-header__blue {
  color: #6b77e5;
}

@media (max-width: 68em) {
  .menu__body {
    position: fixed;
    top: 0;
    right: 100%;
    padding: 5.625rem 1.25rem 10.625rem 1.25rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    overflow: auto;
    transition: right 0.2s;
  }
  .menu-open .menu__body {
    right: 0;
  }
  .menu-open .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 40;
    height: 4.875rem;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.6875rem;
}
@media (max-width: 68em) {
  .menu__list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.menu__item {
  flex-shrink: 0;
  color: #37393f;
  line-height: 1.2;
  font-size: 1.125rem;
  gap: 0.4444444444em;
}
@media (max-width: 68em) {
  .menu__item {
    font-size: 1.875rem;
  }
}
.menu__item--parent {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #ececec;
}
@media (min-width: 68em) {
  .menu__item--parent {
    cursor: pointer;
    position: relative;
    flex-direction: row;
    background-color: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s;
  }
  .menu__item--parent::after {
    content: "";
    background: url("../img/icons/submenu-arrow.svg") no-repeat center/cover;
    width: 0.5rem;
    height: 0.25rem;
  }
  .menu__item--parent:hover {
    text-decoration-color: inherit;
  }
  .menu__item--parent:hover .sub-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: all;
  }
}
.menu__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s;
}
.menu__link:hover {
  text-decoration-color: inherit;
}

.sub-list {
  position: absolute;
  top: 100%;
  padding-top: 0.625rem;
  left: 0;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transform: translateY(10%);
  visibility: hidden;
  transition: all 0.2s;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 68em) {
  .sub-list {
    background-color: inherit;
    align-items: flex-end;
    position: relative;
    transform: none;
    visibility: visible;
    transition: all 0.2s;
    pointer-events: none;
    opacity: 1;
  }
}
.sub-list__link {
  padding: 0.625rem;
  width: 100%;
}
@media (any-hover: hover) {
  .sub-list__link:hover {
    background-color: #ececec;
  }
}

.menu-switch {
  transition: transform 0.2s;
  position: relative;
  height: 1.875rem;
  width: 2.5rem;
}
@media (min-width: 68em) {
  .menu-switch {
    display: none;
  }
}
.menu-switch::before, .menu-switch::after,
.menu-switch span {
  content: "";
  height: 0.25rem;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #37393f;
  transition: all 0.2s;
}
.menu-switch::before {
  top: 0;
}
.menu-switch span {
  top: 50%;
  transform: translateY(-50%) scale(1);
}
.menu-switch::after {
  bottom: 0;
}
.menu-open .menu-switch {
  transform: rotate(180deg);
}
.menu-open .menu-switch::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.menu-open .menu-switch span {
  transform: translateY(-50%) scale(0);
}
.menu-open .menu-switch::after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

.page {
  flex-grow: 1;
}
@media (min-width: 78.125em) {
  .page__section:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.2096774194rem  +  6.4516129032vw , 6.25rem )) {
    .page__section:not(:last-child) {
      margin-bottom: clamp( 2.5rem , 1.2096774194rem  +  6.4516129032vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.2096774194rem  +  6.4516129032vw , 6.25rem )) {
    .page__section:not(:last-child) {
      margin-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .page__section:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.hero {
  min-height: calc(100svh - 11.75rem);
  position: relative;
  display: flex;
}
@media (max-width: 68em) {
  .hero {
    min-height: calc(100svh - 4.875rem);
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  flex: 0 0 51.8125rem;
  padding: 0.9375rem;
  background-color: rgba(55, 57, 63, 0.9);
}
@media (max-width: 61.99875em) {
  .hero__content {
    flex-basis: 100%;
  }
}
.hero__details {
  max-width: 33.0625rem;
}
@media (min-width: 78.125em) {
  .hero__header__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (font-size: clamp( 1.875rem , 1.2298387097rem  +  3.2258064516vw , 3.75rem )) {
    .hero__header__title {
      font-size: clamp( 1.875rem , 1.2298387097rem  +  3.2258064516vw , 3.75rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.2298387097rem  +  3.2258064516vw , 3.75rem )) {
    .hero__header__title {
      font-size: calc(1.875rem + 1.875 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .hero__header__title {
    font-size: 1.875rem;
  }
}
.hero__header__subtitle {
  margin-bottom: 0.5555555556em;
}
.hero__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hero__text {
  color: #b9b9b9;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.46;
}
.hero__text:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.hero__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  align-self: start;
}
.hero__actions:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 29.375em) {
  .hero__actions {
    align-self: center;
  }
}
.hero__link-button {
  background-color: #40ddb6;
  color: #37393f;
}
.hero__link-button:hover {
  background-color: #39c2a0;
}
.hero__link-button:active {
  background-color: #31a88b;
}

.video-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.video-link__icon {
  width: 3.75rem;
  height: 3.75rem;
  transition: transform 0.2s;
}
.video-link__text {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s;
}
.video-link:hover .video-link__icon {
  transform: scale(0.9);
}
.video-link:hover .video-link__text {
  text-decoration-color: inherit;
}

@media ((max-width: 58.75em) and ((min-width: 31.25em))) {
  .side-about {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.25rem;
  }
}
.side-about__img {
  aspect-ratio: 408/446;
  width: 100%;
  min-width: 15.625rem;
}
.side-about__img:not(:last-child) {
  margin-bottom: 1.375rem;
}
.side-about__title {
  line-height: 1.21;
  text-transform: capitalize;
}
@media (min-width: 78.125em) {
  .side-about__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (font-size: clamp( 1.25rem , 1.0349462366rem  +  1.0752688172vw , 1.875rem )) {
    .side-about__title {
      font-size: clamp( 1.25rem , 1.0349462366rem  +  1.0752688172vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.0349462366rem  +  1.0752688172vw , 1.875rem )) {
    .side-about__title {
      font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .side-about__title {
    font-size: 1.25rem;
  }
}
.side-about__title:not(:last-child) {
  margin-bottom: 0.4333333333em;
}
.side-about__text {
  line-height: 1.46;
}
.side-about__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.side-about__text:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.side-about__link {
  color: #37393f;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.side-about__link::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #37393f;
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.3s;
}
@media (any-hover: hover) {
  .side-about__link:hover::after {
    width: 0;
  }
}

.about {
  display: grid;
  grid-template-columns: 25.5rem 1fr;
}
@media (max-width: 58.75em) {
  .about {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 78.125em) {
  .about {
    gap: 8.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (gap: clamp( 1.875rem , -0.2970430108rem  +  10.8602150538vw , 8.1875rem )) {
    .about {
      gap: clamp( 1.875rem , -0.2970430108rem  +  10.8602150538vw , 8.1875rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , -0.2970430108rem  +  10.8602150538vw , 8.1875rem )) {
    .about {
      gap: calc(1.875rem + 6.3125 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .about {
    gap: 1.875rem;
  }
}
.about__main {
  max-width: 42.0625rem;
}
@media (max-width: 58.75em) {
  .about__side {
    order: 2;
  }
  .about__main {
    order: 1;
  }
}
.about__img {
  aspect-ratio: 408/446;
  width: 100%;
}
.about__img:not(:last-child) {
  margin-bottom: 1.375rem;
}
.about__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.about__text {
  line-height: 1.46;
}
.about__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.about__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (min-width: 78.125em) {
  .about__list:not(:last-child) {
    margin-bottom: 2.875rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.6908602151rem  +  2.7956989247vw , 2.875rem )) {
    .about__list:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.6908602151rem  +  2.7956989247vw , 2.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.6908602151rem  +  2.7956989247vw , 2.875rem )) {
    .about__list:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.625 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .about__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.about__benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.4375rem, 1fr));
  gap: 1.3125rem;
}
.about__benefits:not(:last-child) {
  margin-bottom: 2.3125rem;
}
.list-about__item {
  color: #37393f;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  display: flex;
  padding-top: 0.3125rem;
  gap: 0.5rem;
}
.list-about__item:not(:last-child) {
  margin-bottom: 1.8125rem;
}
.list-about__item::before {
  content: "";
  height: 1.6875rem;
  width: 1.6875rem;
  background: url("../img/icons/list-marker.svg") no-repeat center/contain;
  flex-shrink: 0;
  margin-top: -0.3125rem;
}

.benefit-card {
  padding: 2rem;
  border: 0.0625rem solid #e3e3e3;
  display: flex;
  gap: 1.1875rem;
}
.benefit-card__img {
  width: 2.4375rem;
  height: 2.4375rem;
}
.benefit-card__title {
  font-size: 1.25rem;
}
.benefit-card__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.benefit-card__text {
  font-size: 1rem;
  line-height: 1.35;
}
.benefit-card__text p:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  row-gap: 1.25rem;
  flex-wrap: wrap;
}
@media (max-width: 43.75em) {
  .logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 78.125em) {
  .logos {
    column-gap: 7.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 78.125em) {
  @supports (column-gap: clamp( 0.625rem , -1.6330645161rem  +  11.2903225806vw , 7.1875rem )) {
    .logos {
      column-gap: clamp( 0.625rem , -1.6330645161rem  +  11.2903225806vw , 7.1875rem );
    }
  }
  @supports not (column-gap: clamp( 0.625rem , -1.6330645161rem  +  11.2903225806vw , 7.1875rem )) {
    .logos {
      column-gap: calc(0.625rem + 6.5625 * (100vw - 20rem) / 58.125);
    }
  }
}
@media (max-width: 20em) {
  .logos {
    column-gap: 0.625rem;
  }
}
.logos__item {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 31.25em) {
  .logos--padding {
    padding: 0 2.3125rem;
  }
}

.solutions__header {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 25em) {
  .solutions__header {
    flex-direction: column;
  }
}
.solutions__header:not(:last-child) {
  margin-bottom: 1em;
}
.solutions__text {
  flex-grow: 1;
}
@media (max-width: 25em) {
  .solutions__text {
    text-align: center;
  }
}
.solutions__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625rem 2.25rem;
}
@media (max-width: 55.6875em) {
  .solutions__items {
    grid-template-columns: 1fr;
  }
}

.item-solutions__prewiew {
  position: relative;
}
.item-solutions__prewiew:not(:last-child) {
  margin-bottom: 1.1875rem;
}
.item-solutions__picture {
  position: relative;
}
.item-solutions__img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 592/363;
}
.item-solutions__details {
  width: 100%;
}
.item-solutions__title {
  line-height: 1.27;
  font-size: 1.875rem;
}
.item-solutions__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}
@media (max-width: 31.25em) {
  .item-solutions__title {
    font-size: 1.25rem;
  }
}
.item-solutions__text {
  line-height: 1.46;
}
.item-solutions__text:not(:last-child) {
  margin-bottom: 1.625rem;
}
.item-solutions__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-solutions__link {
  color: #6b77e5;
  font-weight: 600;
  text-transform: capitalize;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .item-solutions__link:hover {
    text-decoration: underline;
    color: #40ddb6;
  }
}

.details-item-solutions {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.details-item-solutions__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  padding: 1.375rem 0.625rem;
  background-color: #40ddb6;
}
@media (max-width: 61.99875em) {
  .details-item-solutions__item {
    font-size: 1rem;
  }
}
@media (max-width: 27.5625rem) {
  .details-item-solutions__item {
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}
.details-item-solutions__item:not(:last-child) {
  border-right: 0.125rem solid #2d9e82;
}
.details-item-solutions__item--purple {
  background-color: #6b77e5;
}
.details-item-solutions__item--purple:not(:last-child) {
  border-right: none;
}
.details-item-solutions__text {
  color: #208068;
  text-transform: capitalize;
}
.details-item-solutions__item--purple .details-item-solutions__text {
  color: #fff;
  font-weight: 600;
}
.details-item-solutions__icon {
  max-width: 0.875rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.footer {
  height: 3.125rem;
}