* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
  background-color: #080B3B;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1086px;
  padding: 0 36px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .header {
    padding: 24px 0;
  }
}
.header__inner .logo {
  max-width: 118px;
}
@media (max-width: 768px) {
  .header__inner .logo {
    max-width: 78px;
  }
}

.hero {
  padding: 143px 0 205px;
  background-image: url(/images/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero {
    padding: 89px 0 65px;
  }
}
.hero__inner h1 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 1.1px;
  margin-bottom: 9px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .hero__inner h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 18px;
  }
}
.hero__inner p {
  color: #FFF;
  font-size: 28px;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: 0.72px;
  margin-bottom: 37px;
  max-width: 620px;
}
@media (max-width: 768px) {
  .hero__inner p {
    font-size: 20px;
    line-height: 37px;
  }
}
.hero__inner a {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  min-width: 175px;
  justify-content: flex-start;
  gap: 30px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.71px;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.industries {
  padding: 80px 0;
  background-image: url(/images/industries-bg-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 950px) {
  .industries {
    padding: 20px 0;
  }
}
.industries__inner h2 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.1px;
  margin-bottom: 1px;
  position: relative;
}
@media (max-width: 950px) {
  .industries__inner h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.industries__inner h2:before {
  content: "";
  background-image: url(/images/Faded-Periwinkle-Blob.svg.png);
  background-position: center;
  width: 200px;
  height: 200px;
  min-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  filter: blur(34px);
  z-index: 2;
  transform: translate(-50%, -25%);
}
.industries__inner .description {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 31.2px;
  letter-spacing: 0.72px;
  margin-bottom: 41px;
}
@media (max-width: 950px) {
  .industries__inner .description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 21px;
  }
}
.industries__inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 950px) {
  .industries__inner .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.industries__inner .items .item {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 21px 21px 49px;
  backdrop-filter: blur(1000px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.industries__inner .items .item img {
  border-radius: 20px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 8px;
}
.industries__inner .items .item h4 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.1px;
}
@media (max-width: 950px) {
  .industries__inner .items .item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.industries__inner .items .item p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  letter-spacing: 0.72px;
  margin-bottom: 9px;
}
@media (max-width: 950px) {
  .industries__inner .items .item p {
    font-size: 14px;
    line-height: 16px;
  }
}
.industries__inner .items .item hr {
  width: 100%;
  margin: auto 0 0 0;
}

.case-studies {
  padding: 80px 0;
  background-image: url(/images/case-bg.svg);
  background-repeat: no-repeat;
  background-position: top 268px center;
  background-size: contain;
}
.case-studies__inner h2 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.1px;
  margin-bottom: 1px;
  position: relative;
}
@media (max-width: 950px) {
  .case-studies__inner h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.case-studies__inner .description {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 31.2px;
  letter-spacing: 0.72px;
  margin-bottom: 41px;
}
@media (max-width: 950px) {
  .case-studies__inner .description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 21px;
  }
}
.case-studies__inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 43px;
}
@media (max-width: 950px) {
  .case-studies__inner .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-studies__inner .items .item {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 21px 21px 49px;
  backdrop-filter: blur(1000px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.case-studies__inner .items .item img {
  border-radius: 20px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 8px;
}
.case-studies__inner .items .item h4 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.1px;
  margin-bottom: 13px;
}
@media (max-width: 950px) {
  .case-studies__inner .items .item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.case-studies__inner .items .item p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  letter-spacing: 0.72px;
  margin-bottom: 36px;
}
@media (max-width: 950px) {
  .case-studies__inner .items .item p {
    font-size: 14px;
    line-height: 16px;
  }
}
.case-studies__inner .items .item span {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 29.71px;
  letter-spacing: 0.72px;
  margin-bottom: 7px;
  margin-top: auto;
}
.case-studies__inner .items .item .progressbar {
  height: auto;
  border-radius: 0;
  margin-bottom: 8px;
}
.case-studies__inner .items .item hr {
  width: 100%;
}
.case-studies__inner .text-der {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 17px 22px;
  max-width: 806px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url(/images/der-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}
@media (max-width: 768px) {
  .case-studies__inner .text-der {
    flex-direction: column;
  }
}
.case-studies__inner .text-der img {
  max-width: 152px;
  height: 152px;
  width: 152px;
}
.case-studies__inner .text-der .content {
  display: flex;
  flex-direction: column;
}
.case-studies__inner .text-der .content p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 29.71px;
  letter-spacing: 0.72px;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .case-studies__inner .text-der .content p {
    font-size: 12px;
    line-height: 22.71px;
  }
}
.case-studies__inner .text-der .content .name {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  .case-studies__inner .text-der .content .name {
    font-size: 16px;
    line-height: 20px;
  }
}
.case-studies__inner .text-der .content .prof {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .case-studies__inner .text-der .content .prof {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
}

.how-we-work {
  background: #FFF;
  padding: 112px 0 205px;
  background-image: url(/images/bg-line-1.svg), url(/images/bg-line-2.svg);
  background-repeat: no-repeat;
  background-position: center top -2px, center bottom -2px;
  background-size: contain;
}
@media (max-width: 768px) {
  .how-we-work {
    padding: 50px 0 100px;
  }
}
.how-we-work__inner h2 {
  font-family: "Red Hat Display", sans-serif;
  color: #080B3B;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.1px;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  .how-we-work__inner h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.how-we-work__inner .description {
  color: #080B3B;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 31.2px;
  letter-spacing: 0.72px;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .how-we-work__inner .description {
    font-size: 18px;
    line-height: 23.2px;
    margin-bottom: 21px;
  }
}
.how-we-work__inner .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 46px;
}
@media (max-width: 768px) {
  .how-we-work__inner .items {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.how-we-work__inner .items .top {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.how-we-work__inner .items .top svg {
  min-width: 65px;
}
.how-we-work__inner .items .top h3 {
  font-family: "Red Hat Display", sans-serif;
  color: #080B3B;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  .how-we-work__inner .items .top h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.how-we-work__inner .items p {
  color: #080B3B;
  font-size: 16px;
  font-weight: 300;
  line-height: 29.71px;
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .how-we-work__inner .items p {
    font-size: 12px;
    line-height: 22px;
  }
}

.our-products {
  padding: 57px 0 320px;
  background-image: url(/images/circle-lines-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 950px) {
  .our-products {
    padding: 13px 0 16px;
  }
}
.our-products__inner h2 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.1px;
  margin-bottom: 1px;
  position: relative;
}
@media (max-width: 950px) {
  .our-products__inner h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.our-products__inner .description {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 31.2px;
  letter-spacing: 0.72px;
  margin-bottom: 41px;
}
@media (max-width: 950px) {
  .our-products__inner .description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 21px;
  }
}
.our-products__inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 950px) {
  .our-products__inner .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.our-products__inner .items .item {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 21px 21px 49px;
  backdrop-filter: blur(1000px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.our-products__inner .items .item img {
  border-radius: 20px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 8px;
}
.our-products__inner .items .item h4 {
  font-family: "Red Hat Display", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.1px;
  margin-bottom: 13px;
}
@media (max-width: 950px) {
  .our-products__inner .items .item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.our-products__inner .items .item p {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 29.71px;
  letter-spacing: 0.72px;
}
@media (max-width: 950px) {
  .our-products__inner .items .item p {
    font-size: 14px;
    line-height: 16px;
  }
}
.our-products__inner .items .item hr {
  width: 100%;
  margin: auto 0 0 0;
}

.clients {
  padding: 140px 0;
  background-color: #FFF;
  background-image: url(/images/bg-line-1.svg), url(/images/bg-line-2.svg);
  background-repeat: no-repeat;
  background-position: center top -2px, center bottom -2px;
  background-size: contain;
}
@media (max-width: 768px) {
  .clients {
    padding: 64px 0;
    overflow: hidden;
  }
}
.clients__inner h2 {
  color: #080B3B;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .clients__inner h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.clients__inner .scroll-container {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.clients__inner .scroll-container::-webkit-scrollbar {
  display: none;
}
.clients__inner .images {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .clients__inner .images {
    width: max-content;
  }
}
.clients__inner .images img {
  max-width: 173px;
}

.footer {
  padding: 45px 0 35px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 193px;
}
@media (max-width: 768px) {
  .footer__inner {
    gap: 77px;
    padding: 0 15px;
  }
}
.footer__inner .footer-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .footer__inner .footer-top {
    flex-direction: column;
    gap: 50px;
  }
}
.footer__inner .footer-top .logo {
  max-width: 157px;
  height: max-content;
}
@media (max-width: 768px) {
  .footer__inner .footer-top .logo {
    max-width: 78px;
  }
}
.footer__inner .footer-top .col-contacts-info {
  display: flex;
  max-width: 770px;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer__inner .footer-top .col-contacts-info {
    gap: 16px;
    flex-direction: column;
  }
}
.footer__inner .footer-top .col-contacts-info .col-address ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 432px;
}
.footer__inner .footer-top .col-contacts-info .col-address ul li {
  display: flex;
  gap: 8px;
}
.footer__inner .footer-top .col-contacts-info .col-address ul li svg {
  min-width: 18px;
}
.footer__inner .footer-top .col-contacts-info .col-address ul li p {
  color: #C9CED6;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.footer__inner .footer-top .col-contacts-info .col-address ul li p span {
  font-weight: 700;
}
.footer__inner .footer-top .col-contacts-info .col-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__inner .footer-top .col-contacts-info .col-contacts ul li {
  display: flex;
  gap: 8px;
}
.footer__inner .footer-top .col-contacts-info .col-contacts ul li span {
  color: #C9CED6;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.footer__inner .footer-top .col-contacts-info .col-contacts ul li span a {
  text-decoration: underline;
  color: #C9CED6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footer__inner .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__inner .footer-bottom .copiright, .footer__inner .footer-bottom .powered {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 22.29px;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .footer__inner .footer-bottom .copiright, .footer__inner .footer-bottom .powered {
    font-size: 8px;
    line-height: 14px;
  }
}

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