@media (max-width: 768px) {
  .solutions-template .top-section {
    padding: 103px 16px 30px;
    margin: 10px;
  }
  .solutions-template .top-section .top-section-buttons {
    flex-direction: column;
    row-gap: 16px;
    width: 100%;
  }
  .solutions-template .top-section .top-section-buttons a {
    width: 100%;
  }
}
.solutions-template .top-section h1 {
  width: 645px;
}
@media (max-width: 768px) {
  .solutions-template .top-section h1 {
    width: 337px;
    font-size: 44px;
    margin-bottom: 16px;
  }
}
.solutions-template .top-section .top-section-text {
  width: 551px;
}
@media (max-width: 768px) {
  .solutions-template .top-section .top-section-text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.solutions-template .process {
  max-width: 1400px;
  margin: 73px auto 123px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  column-gap: 22px;
  position: relative;
}
@media (max-width: 768px) {
  .solutions-template .process {
    margin: 70px 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 0 10px;
  }
}
.solutions-template .process .arrow-top {
  position: absolute;
  top: 18px;
  left: 434px;
  z-index: 1;
}
@media (max-width: 768px) {
  .solutions-template .process .arrow-top {
    display: none;
  }
}
.solutions-template .process .arrow-bottom {
  position: absolute;
  bottom: -59px;
  right: 188px;
  z-index: 1;
}
@media (max-width: 768px) {
  .solutions-template .process .arrow-bottom {
    display: none;
  }
}
.solutions-template .process .item {
  padding: 37px 24px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .solutions-template .process .item {
    padding: 24px;
    width: 100%;
  }
}
.solutions-template .process .item:first-of-type::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(81.38deg, rgba(255, 255, 255, 0) 64.92%, #00ADD7 97.36%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.solutions-template .process .item:nth-of-type(2) {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .solutions-template .process .item:nth-of-type(2) {
    margin: 0;
  }
}
.solutions-template .process .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(154.77deg, rgba(255, 255, 255, 0) 52.14%, #00ADD7 94.28%), linear-gradient(351.08deg, rgba(255, 255, 255, 0) 74.49%, #00ADD7 92.41%);
  background-blend-mode: screen;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.solutions-template .process .item:nth-of-type(3) {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .solutions-template .process .item:nth-of-type(3) {
    margin: 0;
  }
}
.solutions-template .process .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(181.55deg, rgba(255, 255, 255, 0) 69.4%, #00ADD7 98.55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.solutions-template .process .item .title {
  text-align: center;
  font-size: 42px;
  line-height: 0.72;
  margin-bottom: 17px;
}
.solutions-template .process .item .text {
  text-align: center;
  width: 300px;
}
.solutions-template .core {
  width: 1400px;
  margin: 127px auto 150px;
  border-radius: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 0 40px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solutions-template .core {
    margin: 70px 10px;
    width: unset;
    padding: 30px 16px;
    flex-direction: column;
  }
}
.solutions-template .core .content {
  color: #FFFFFF;
  padding-bottom: 40px;
  width: 616px;
}
@media (max-width: 768px) {
  .solutions-template .core .content {
    width: 100%;
  }
}
.solutions-template .core .content h2 {
  font-size: 62px;
  line-height: 0.72;
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .solutions-template .core .content h2 {
    margin-bottom: 30px;
    font-size: 52px;
    text-align: center;
  }
}
.solutions-template .core .content .list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.solutions-template .core .content .list .item {
  display: flex;
  align-items: flex-start;
  column-gap: 22px;
}
@media (max-width: 768px) {
  .solutions-template .core .content .list .item {
    column-gap: 14px;
  }
}
.solutions-template .core .content .list .item .img img {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .solutions-template .core .content .list .item .img img {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.solutions-template .core .content .list .item .col {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.solutions-template .core .content .list .item .col h3 {
  font-size: 42px;
  line-height: 0.72;
}
@media (max-width: 768px) {
  .solutions-template .core .content .list .item .col h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solutions-template .core .content .list .item .col .text {
    font-size: 14px;
    line-height: 19px;
  }
}
.solutions-template .core .images {
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 768px) {
  .solutions-template .core .images {
    height: 220px;
    width: 100%;
  }
}
.solutions-template .core .images .front {
  width: 766px;
  position: absolute;
  bottom: 0;
  right: 22px;
  max-width: unset;
}
@media (max-width: 768px) {
  .solutions-template .core .images .front {
    width: unset;
    height: 140px;
    right: 0;
    bottom: -30px;
  }
}
.solutions-template .core .images .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 609px;
  max-width: unset;
}
@media (max-width: 768px) {
  .solutions-template .core .images .back {
    width: 300px;
    bottom: -30px;
    right: -16px;
  }
}
.solutions-template .case-study {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 150px;
  display: flex;
  flex-direction: column;
  row-gap: 47px;
  align-items: center;
}
@media (max-width: 768px) {
  .solutions-template .case-study {
    width: 100%;
    padding: 0 16px;
    row-gap: 40px;
    margin-bottom: 70px;
  }
}
.solutions-template .case-study .content {
  display: flex;
  width: 100%;
}
.solutions-template .case-study .content h2 {
  font-size: 62px;
  line-height: 0.72;
  width: 203px;
  margin-right: auto;
}
.solutions-template .case-study .content .list {
  display: flex;
  align-items: center;
  column-gap: 66px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .solutions-template .case-study .content .list {
    width: 338px;
    flex-direction: column;
    row-gap: 40px;
    margin: 0;
  }
}
.solutions-template .case-study .content .list .item {
  display: flex;
  align-items: flex-start;
  column-gap: 22px;
}
@media (max-width: 768px) {
  .solutions-template .case-study .content .list .item {
    column-gap: 14px;
  }
}
.solutions-template .case-study .content .list .item .img img {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .solutions-template .case-study .content .list .item .img img {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.solutions-template .case-study .content .list .item .col {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media (max-width: 768px) {
  .solutions-template .case-study .content .list .item .col {
    row-gap: 14px;
  }
}
.solutions-template .case-study .content .list .item .col h3 {
  font-size: 42px;
  line-height: 0.72;
}
@media (max-width: 768px) {
  .solutions-template .case-study .content .list .item .col h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .solutions-template .case-study .content .list .item .col .text {
    font-size: 14px;
    line-height: 19px;
  }
  .solutions-template .case-study .content .list .item .col .text br {
    display: none;
  }
}
.solutions-template .case-study .image {
  width: 950px;
}
@media (max-width: 768px) {
  .solutions-template .case-study .image {
    width: 120%;
  }
}
.solutions-template .cta-banner .cta-banner-text {
  width: 530px;
}
@media (max-width: 768px) {
  .solutions-template .cta-banner .cta-banner-text {
    width: 338px;
  }
}
.solutions-template .cta-banner .cta-banner-buttons .button-secondary {
  width: 350px;
}
@media (max-width: 768px) {
  .solutions-template .cta-banner .cta-banner-buttons .button-secondary {
    width: 100%;
  }
}
