/*

breakpoint:
0 - 600px: phone
600 - 900px: tab-port
900 - 1200px: tab-land
1200 - 1800px: desktop

ALL EMs IS CONVERTING PXs
(default browser. for media querys setting default root font size is NOT WORKING)
so it here it will be 1em = 16px



*/
@keyframes moveAndFade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(50px);
    display: none;
    opacity: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

@media only screen and (width <= 76em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (width <= 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (width >= 112.5em) {
  html {
    font-size: 62.5%;
  }
}
body {
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: black;
}

@font-face {
  font-family: PFBaselinePro;
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/fonts/PFBaselinePro-Bold.woff") format("woff"), url("../../assets/fonts/PFBaselinePro-Bold.woff2") format("woff2");
}
body {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.heading-primary {
  font-family: Roboto, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 9.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (width <= 1440px) {
  .heading-primary {
    font-size: 7.5rem;
    line-height: 8.8rem;
  }
}
@media (width <= 768px) {
  .heading-primary {
    font-size: 5.8rem;
    line-height: 6.8rem;
  }
}
@media (width <= 428px) {
  .heading-primary {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
.heading-secondary {
  font-family: PFBaselinePro, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.4rem;
  color: #00ff46;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (width <= 1440px) {
  .heading-secondary {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
@media (width <= 768px) {
  .heading-secondary {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (width <= 428px) {
  .heading-secondary {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.heading-tertiary {
  font-family: PFBaselinePro, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  color: #00ff46;
}

@media (width <= 1440px) {
  .heading-tertiary {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (width <= 768px) {
  .heading-tertiary {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (width <= 428px) {
  .heading-tertiary {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.paragraph {
  font-family: Manrope, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  color: #fff;
}

@media (width <= 1440px) {
  .paragraph {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
@media (width <= 768px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
@media (width <= 428px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.justify {
  text-align: justify;
}

.text-light {
  font-weight: 300;
}

.line-height {
  line-height: 50px;
}

@media (max-width: 768px) {
  .line-height {
    line-height: 20px;
  }
}
.bold {
  font-weight: bold;
}

.bold-bigger {
  font-size: 27px;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 1440px) {
  .bold-bigger {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .bold-bigger {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .bold-bigger {
    font-size: 11px;
  }
}
.uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

@media only screen and (width <= 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}
.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

@media only screen and (width <= 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 3rem !important;
  }
}
.u-margin-bottom-top {
  margin-bottom: 8rem !important;
}

.u-margin-bottom-huge {
  margin-bottom: 10rem !important;
}

.body-fullscreen {
  height: 100vh;
}

.footer-404-page {
  position: fixed;
  right: 0;
  bottom: 0;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0 5.6rem;
}

.header__logo {
  transform: translateY(-1.5rem);
  max-width: 100%;
  height: auto;
  margin-right: 15px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
}

@media (width <= 436px) {
  .header__logo {
    max-width: 40%;
  }
}
.header__menu {
  display: flex;
}

.header__menu-list {
  display: flex;
  gap: 3rem;
  align-items: center;
  font-family: PFBaselinePro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}

@media (width <= 1250px) {
  .header__menu-list {
    gap: 2rem;
    font-size: 1.4rem;
  }
}
.header__menu-buttons {
  display: flex;
  gap: 1.6rem;
  margin-left: 1.6rem;
}

@media (width <= 1150px) {
  .header__menu {
    display: none;
  }
}
.header__menu--mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transform: translateY(-100rem);
  -webkit-transform: translateY(-100rem);
  -moz-transform: translateY(-100rem);
  -ms-transform: translateY(-100rem);
  -o-transform: translateY(-100rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5.6rem;
  background-color: rgba(8, 0, 39, 0.8);
  -webkit-clip-path: polygon(29% 0, 100% 0, 100% 19%, 75% 100%, 0 100%, 14% 50%);
  clip-path: polygon(29% 0, 100% 0, 100% 19%, 75% 100%, 0 100%, 14% 50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.header__menu--mobile-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: flex-end;
  width: 70%;
  font-family: PFBaselinePro, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}

@media (width <= 768px) {
  .header__menu--mobile-list li {
    font-size: 2.5rem;
  }
}
.header__menu--mobile-list li:nth-child(2) {
  margin-right: 6rem;
}

.header__menu--mobile-list li:nth-child(3) {
  margin-right: 11rem;
}

.header__menu--mobile-list li:nth-child(4) {
  margin-right: 16rem;
}

.header__menu--mobile-list li:nth-child(5) {
  margin-right: 21rem;
}

.header__menu--mobile-list li:nth-child(6) {
  margin-right: 28rem;
}

.header__menu--mobile-list li:nth-child(7) {
  margin-right: 32rem;
}

@media (width <= 580px) {
  .header__menu--mobile-list li:nth-child(2) {
    margin-right: 3rem;
  }
  .header__menu--mobile-list li:nth-child(3) {
    margin-right: 5rem;
  }
  .header__menu--mobile-list li:nth-child(4) {
    margin-right: 10rem;
  }
  .header__menu--mobile-list li:nth-child(5) {
    margin-right: 15rem;
  }
  .header__menu--mobile-list li:nth-child(6) {
    margin-right: 20rem;
  }
  .header__menu--mobile-list li:nth-child(7) {
    margin-right: 25rem;
  }
}
@media (width <= 500px) {
  .header__menu--mobile-list li:nth-child(2) {
    margin-right: 2rem;
  }
  .header__menu--mobile-list li:nth-child(3) {
    margin-right: 3rem;
  }
  .header__menu--mobile-list li:nth-child(4) {
    margin-right: 5rem;
  }
  .header__menu--mobile-list li:nth-child(5) {
    margin-right: 7rem;
  }
  .header__menu--mobile-list li:nth-child(6) {
    margin-right: 10rem;
  }
  .header__menu--mobile-list li:nth-child(7) {
    margin-right: 13rem;
  }
}
@media (width <= 430px) {
  .header__menu--mobile-list li {
    font-size: 2rem;
  }
}
@media (width <= 500px) {
  .header__menu--mobile-list {
    gap: 3rem;
  }
}
.header__menu--mobile.open {
  transform: translateY(0);
  display: flex;
}

.menu-burger {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  right: 0;
  display: none;
  padding: 0;
}

@media (width <= 1150px) {
  .menu-burger {
    display: block;
  }
}
.wrapper {
  padding: 0 16rem;
}

@media (width <= 1600px) {
  .wrapper {
    padding: 0 6rem;
  }
}
@media (width <= 768px) {
  .wrapper {
    padding: 0 4.3rem;
  }
}
@media (width <= 428px) {
  .wrapper {
    padding: 0 4rem;
  }
}
.wrapper--left {
  padding-left: 16rem;
}

@media (width <= 1600px) {
  .wrapper--left {
    padding-left: 6rem;
  }
}
@media (width <= 768px) {
  .wrapper--left {
    padding-left: 4.3rem;
  }
}
@media (width <= 428px) {
  .wrapper--left {
    padding-left: 4rem;
  }
}
.wrapper--right {
  padding-right: 16rem;
}

@media (width <= 1600px) {
  .wrapper--right {
    padding-right: 6rem;
  }
}
@media (width <= 768px) {
  .wrapper--right {
    padding-right: 4.3rem;
  }
}
@media (width <= 428px) {
  .wrapper--right {
    padding-right: 4rem;
  }
}
.mb4 {
  margin-bottom: 4rem;
}

.mb-middle {
  margin-bottom: 6rem;
}

@media (width <= 768px) {
  .mb-middle {
    margin-bottom: 4.5rem;
  }
}
@media (width <= 436px) {
  .mb-middle {
    margin-bottom: 3.5rem;
  }
}
.mb7 {
  margin-bottom: 7rem;
}

.mb-big {
  margin-bottom: 8rem;
}

@media (width <= 768px) {
  .mb-big {
    margin-bottom: 4.5rem;
  }
}
@media (width <= 436px) {
  .mb-big {
    margin-bottom: 3.5rem;
  }
}
.mr6 {
  margin-right: 6rem;
}

.footer {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
}

.footer div {
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.footer a {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}

@media (width <= 625px) {
  .footer a {
    font-size: 7px;
  }
}
.ta-right {
  text-align: right;
}

.hero__content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (width <= 768px) {
  .hero__content {
    margin-bottom: 5rem;
  }
}
@media (width <= 570px) {
  .hero__content {
    display: block;
  }
}
.hero__img {
  position: relative;
  transform: translate(22rem, -5.5rem);
  max-width: 100%;
  height: auto;
}

@media (width <= 1600px) {
  .hero__img {
    transform: translate(17rem, -8.5rem);
  }
}
@media (width <= 650px) {
  .hero__img {
    display: none;
    /* transform: translate(0); */
  }
}
/* @media (width <= 570px) {
  .hero__img {
    max-width: 50%;
    margin: 0 auto;
  }
} */
.about__phrase {
  margin-top: 0.6rem;
  text-align: right;
}

.advantages__content {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}

@media (width <= 1400px) {
  .advantages__content {
    gap: 2.5rem;
  }
}
@media (width <= 1050px) {
  .advantages__content {
    display: block;
  }
}
@media (width <= 500px) {
  .advantages__content {
    text-align: center;
  }
}
.advantages__text-block {
  position: relative;
  margin-bottom: 6rem;
}

@media (width > 500px) {
  .advantages__text-block-icon {
    display: none;
  }
}
.advantages__text-block-icon-back {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width > 500px) {
  .advantages__text-block-icon-back {
    display: none;
  }
}
@media (width <= 500px) {
  .advantages__text-block p {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 500px) {
  .advantages__text-block {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 1310px) {
  .advantages__text-block {
    align-self: flex-start;
  }
}
.advantages__image {
  position: relative;
  flex: 0 0 35%;
  max-width: 100%;
  height: auto;
}

.advantages__image img {
  width: 100%;
  height: auto;
}

@media (width <= 1050px) {
  .advantages__image {
    float: left;
    max-width: 60%;
  }
}
@media (width <= 500px) {
  .advantages__image {
    display: none;
  }
}
.contacts__content {
  display: flex;
  gap: 10rem;
  align-items: center;
}

@media (width <= 960px) {
  .contacts__content {
    flex-direction: column;
  }
}
@media (width <= 600px) {
  .contacts__content {
    gap: 4rem;
  }
}
.contacts__text {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.contacts__text div {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (width <= 960px) {
  .contacts__text {
    width: 100%;
    text-align: left;
  }
  .contacts__text:nth-child(2) {
    flex: 2;
  }
  .contacts__text:nth-child(3) {
    flex: 2;
  }
}
.contacts__items {
  display: flex;
  flex: 1 0 53%;
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
}

@media (width <= 960px) {
  .contacts__items {
    gap: 7rem;
  }
}
@media (width <= 600px) {
  .contacts__items {
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
    width: 100%;
  }
}
.contacts__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.contacts__item-icon {
  display: none;
}

@media (width <= 600px) {
  .contacts__item-icon {
    display: block;
  }
}
.contacts__item-text {
  padding: 6px 17px;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.24px;
  border: 1px solid #fff;
  border-radius: 8px;
}

@media (width <= 600px) {
  .contacts__item-text {
    margin-left: 15px;
    padding: 0;
    border: none;
  }
}
@media (width <= 600px) {
  .contacts__item {
    gap: 0;
  }
}
@media (width <= 600px) {
  .contacts__item {
    flex-direction: row;
  }
}
@media (width <= 600px) {
  .contacts__item-qr {
    display: none;
  }
}
.write-us__text {
  margin-top: 9px;
  margin-bottom: 3.5rem;
  text-align: right;
}

@media (width <= 580px) {
  .products-hero__heading {
    order: 1;
  }
}
.products-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.products-hero__content h1 {
  margin-bottom: 5rem;
}

@media (width <= 768px) {
  .products-hero__content h1 {
    margin-bottom: 3.5rem;
  }
}
@media (width <= 428px) {
  .products-hero__content h1 {
    margin-bottom: 2rem;
  }
}
.products-hero__content h2 {
  text-wrap: wrap;
  white-space: normal;
}

@media (width <= 580px) {
  .products-hero__content {
    flex-direction: column;
  }
}
@media (width <= 1440px) {
  .products-hero__content {
    margin-bottom: 6rem;
  }
}
@media (width <= 768px) {
  .products-hero__content {
    margin-bottom: 4.6rem;
  }
}
@media (width <= 436px) {
  .products-hero__content {
    margin-bottom: 1.7rem;
  }
}
@media (width <= 720px) {
  .products-hero__content {
    align-items: flex-start;
  }
}
@media (width <= 580px) {
  .products-hero__content {
    gap: 1.5rem;
  }
}
.products-hero__image {
  flex: 0 0 33%;
  max-width: 100%;
  height: auto;
  text-align: center;
}

@media (width <= 580px) {
  .products-hero__image {
    order: 2;
    max-width: 50%;
    margin: 3rem auto 0;
  }
}
.products-hero img {
  max-width: 100%;
  height: auto;
}

.products-hero__text p::before {
  content: url("../../assets/img/ok.png");
}

.products-hero__main {
  display: flex;
  justify-content: space-between;
}

.products-hero__main p::before {
  content: url("../../assets/img/ok.png");
}

.products-hero__main-img {
  flex: 0 0 35%;
  max-width: 100%;
  height: auto;
}

@media (width <= 768px) {
  .products-hero__main-img {
    flex: 0 0 50%;
  }
}
.products-hero__main img {
  max-width: 100%;
  height: auto;
}

.products-hero__main--center {
  align-items: center;
}

@media (width <= 768px) {
  .products-hero__main {
    flex-direction: column;
  }
}
@media (width <= 1550px) {
  .products-hero__content--modified {
    flex-direction: column-reverse;
  }
}
@media (width <= 580px) {
  .products-hero__content--modified {
    flex-direction: column;
  }
}
@media (width <= 650px) {
  .heading-primary--modified {
    font-size: 3.5rem;
    line-height: normal;
  }
}
@media (width <= 410px) {
  .heading-primary--modified {
    font-size: 2.5rem;
  }
}
.certificate {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.certificate img {
  pointer-events: none;
}

.cases__section {
  margin-bottom: 8rem;
}

.cases__section .heading-secondary {
  margin-top: 2rem;
  white-space: normal;
}

.cases__section--mb-big {
  margin-bottom: 16rem;
}

.cases__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
}

.cases__container h5 {
  margin-bottom: 4.8rem;
}

.cases__container-sites--text-right {
  grid-template-columns: auto 1fr;
}

.cases__container-sites--text-left {
  grid-template-columns: 1fr auto;
}

@media (width <= 1220px) {
  .cases__container {
    grid-template-columns: 1fr;
  }
}
.cases__heading {
  text-transform: uppercase;
  white-space: nowrap;
}

.cases__text-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: space-between;
  height: 100%;
}

.cases__text-container .paragraph {
  margin-top: 1rem;
  text-indent: 8rem;
}

@media (width <= 1220px) {
  .cases__text-container {
    gap: 2rem;
  }
}
.cases__buttons {
  display: flex;
  gap: 4.44rem;
  justify-content: flex-end;
}

.cases__buttons button {
  padding: 1.5rem 2.62rem;
  text-decoration-line: underline;
}

.cases__buttons--left {
  justify-content: flex-start;
}

@media (width <= 410px) {
  .cases__buttons {
    flex-direction: column;
    gap: 2rem;
  }
}
.cases__mark {
  max-width: 90%;
  margin-top: 1.87rem;
  font-family: PFBaselinePro, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.3rem;
  color: #00ff46;
  text-align: left;
}

.cases__img {
  max-width: 45vw;
}

.cases__img img {
  width: 100%;
}

@media (width <= 1220px) {
  .cases__img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.cases__video video {
  cursor: pointer;
  max-width: 43vw;
}

@media (width <= 1220px) {
  .cases__video video {
    max-width: 100%;
  }
}
.swiper {
  max-width: 39vw;
}

.swiper--start {
  align-self: flex-start;
}

@media (width <= 1220px) {
  .swiper {
    max-width: 100%;
  }
}
@media (width <= 1220px) {
  .cases__container--reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.data-science__hero-container {
  display: flex;
}

.data-science__hero-container div:first-child {
  flex: 1;
}

@media (width <= 1250px) {
  .data-science__hero-container div:first-child {
    text-align: justify;
  }
}
.data-science__hero-container div:last-child {
  flex: 0.9;
}

@media (width <= 1250px) {
  .data-science__hero-container div:last-child {
    text-align: center;
  }
}
@media (width <= 1250px) {
  .data-science__hero-container {
    flex-direction: column-reverse;
  }
}
@media (width > 1250px) {
  .data-science__hero-button--mobile {
    display: none;
  }
}
@media (width <= 1250px) {
  .data-science__hero-button {
    display: none;
  }
}
.data-science__hero-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 71px;
}

@media (width <= 1750px) {
  .data-science__hero-info {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (width <= 1710px) {
  .data-science__hero-info {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (width <= 1250px) {
  .data-science__hero-info {
    width: 90%;
    margin-bottom: 55px;
    margin-inline: auto;
  }
}
@media (width <= 760px) {
  .data-science__hero-info {
    width: 100%;
  }
}
.data-science__hero-info-item {
  display: flex;
  gap: 37px;
}

@media (width <= 1520px) {
  .data-science__hero-info-item img {
    max-width: 47px;
    max-height: 47px;
  }
}
@media (width <= 1250px) {
  .data-science__hero-info-item img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media (width <= 760px) {
  .data-science__hero-info-item img {
    max-width: 40px;
    max-height: 30px;
  }
}
.data-science__hero-info-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (width <= 1250px) {
  .data-science__hero-info-item__text {
    text-align: start;
  }
}
@media (width <= 760px) {
  .data-science__hero-info-item {
    gap: 10px;
  }
}
.data-science__program {
  margin-bottom: 10rem;
}

@media (width <= 768px) {
  .data-science__program {
    margin-bottom: 5rem;
  }
}
.data-science__program__info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.data-science__parents-info__container {
  display: flex;
  align-items: center;
}

.data-science__parents-info__container div:first-child {
  float: left;
}

@media (width <= 1250px) {
  .data-science__parents-info__container div:first-child {
    float: none;
    flex: 1;
  }
}
.data-science__parents-info__container div:last-child {
  flex: 1;
  text-align: right;
}

@media (width <= 570px) {
  .data-science__parents-info__container div:last-child {
    text-align: left;
  }
}
@media (width > 1250px) {
  .data-science__parents-info__container-p--mobile {
    display: none;
  }
}
@media (width <= 1250px) {
  .data-science__parents-info__container-p {
    display: none;
  }
}
@media (width <= 570px) {
  .data-science__parents-info__container {
    flex-direction: column-reverse;
  }
}
.data-science__parents-info h2 {
  margin-left: auto;
}

@media (width <= 1250px) {
  .data-science__parents-info h2 {
    margin-right: auto;
    margin-left: unset;
  }
}
.data-science__write-us {
  border: 1px solid white;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  padding: 55px 69px;
}

@media (width <= 1070px) {
  .data-science__write-us {
    padding: 55px 40px;
  }
}
.data-science__write-us h2 {
	text-align: center;
  width: 100%;
}

.data-science__form {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.data-science__form input {
  width: 100% !important;
}

@media (width <= 768px) {
  .data-science__form input:last-child {
    margin-bottom: 4rem;
  }
}
.data-science__form__column {
  flex: 1;
}

@media (width <= 1070px) {
  .data-science__form {
    gap: 50px;
  }
}
@media (width <= 768px) {
  .data-science__form {
    display: block;
  }
}
.form__item-data-science {
  margin-bottom: 3rem;
}

.form__item-data-science input,
.form__item-data-science textarea {
  width: 100%;
  padding: 10px;
  font-family: Manrope, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}

.form__item-data-science input::-moz-placeholder, .form__item-data-science textarea::-moz-placeholder {
  font-family: Manrope, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4.1rem;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0;
}

.form__item-data-science input::placeholder,
.form__item-data-science textarea::placeholder {
  font-family: Manrope, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4.1rem;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0;
}

@media (width <= 1380px) {
  .form__item-data-science input::-moz-placeholder, .form__item-data-science textarea::-moz-placeholder {
    font-size: 1.8rem;
  }
  .form__item-data-science input::placeholder,
  .form__item-data-science textarea::placeholder {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .form__item-data-science input::-moz-placeholder, .form__item-data-science textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form__item-data-science input::placeholder,
  .form__item-data-science textarea::placeholder {
    font-size: 1.6rem;
  }
}
@media (width <= 428px) {
  .form__item-data-science input::-moz-placeholder, .form__item-data-science textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form__item-data-science input::placeholder,
  .form__item-data-science textarea::placeholder {
    font-size: 1.6rem;
  }
}
.form__item-data-science input:focus,
.form__item-data-science textarea:focus {
  border-bottom: #00ff46 2px solid;
}

@media (width <= 768px) {
  .form__item-data-science {
    display: block;
    margin-bottom: 1rem;
  }
}
.heading-primary--data-science {
  font-size: 60px;
}

@media (width <= 672px) {
  .heading-primary--data-science {
    font-size: 40px;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

@media (width <= 805px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-item:nth-child(3n) {
  border-top: none;
  border-right: none;
}

.grid-item:nth-child(n) {
  border-top: none;
  border-left: none;
}

.grid-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.grid-item:nth-last-child(n+3) {
  border-top: none;
}

.grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
  color: white;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #00ff46, #0029ff) 1;
  border-image: linear-gradient(to right, #00ff46, #0029ff) 1;
}

@media (max-width: 805px) {
  .grid-item {
    padding: 10px;
    border: none; /* Remove all borders */
  }
  .grid-item:nth-child(2n+1) {
    border-right: 1px solid transparent;
    -o-border-image: linear-gradient(to bottom, #00ff46, #0029ff) 1;
    border-image: linear-gradient(to bottom, #00ff46, #0029ff) 1;
  }
}
@media (max-width: 805px) {
  .grid-item:last-child {
    -o-border-image: linear-gradient(to right, #00ff46, #0029ff) 1;
    border-image: linear-gradient(to right, #00ff46, #0029ff) 1;
    border-right: none;
    border-top: 1px solid transparent;
    grid-column: span 2;
  }
}
.grid-item p {
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 770px) {
  .grid-item p {
    font-size: 12px;
  }
}
@media (max-width: 570px) {
  .grid-item p {
    font-size: 9px;
  }
}
.grid-item {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.button {
  cursor: pointer;
  padding: 1.4rem 3.4rem;
  font-family: PFBaselinePro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #fff;
  letter-spacing: 0;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 1.8rem;
  box-shadow: 0 0 5px #fff;
  transition: all 0.4s ease-in-out;
}

.button:hover {
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff inset;
}

.button--green-fill {
  padding: 20px 45px;
  font-size: 2.4rem;
  color: #fff;
  text-transform: capitalize;
  background-color: #02c034;
  border: 3px solid #00ff46;
  box-shadow: 0 0 5px #00ff46;
}

.button--green-fill:hover {
  box-shadow: 0 0 10px #00ff46, 0 0 20px #00ff46, 0 0 20px #00ff46 inset;
}

.button--full {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.button--green {
  color: #00ff46;
  border: 3px solid #00ff46;
  box-shadow: 0 0 5px #00ff46;
}

.button--green:hover {
  box-shadow: 0 0 10px #00ff46, 0 0 20px #00ff46, 0 0 20px #00ff46 inset;
}

@media (width <= 1440px) {
  .button {
    padding: 1.5rem 2rem;
  }
}
@media (width <= 428px) {
  .button {
    padding: 1rem 2dvb;
    font-size: 12px;
  }
}
.menu-burger {
  --button-color: #fff;
  overflow: hidden;
  background-color: transparent;
  border: none;
  outline: none;
}

.menu-burger .hamburger {
  transition: translate 1s, rotate 1s;
}

.menu-burger[aria-expanded=true] .hamburger {
  translate: 10px -10px;
  rotate: 0.125turn;
}

.menu-burger .line {
  stroke-dasharray: 60 31 60 300;
  transition: 1s;
}

.menu-burger[aria-expanded=true] .line {
  stroke-dasharray: 60 105 60 300;
  stroke-dashoffset: -90;
}

.heading-block {
  display: flex;
  gap: 1.7rem;
  align-items: center;
}

.heading-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.heading-line--blue {
  background-color: #4d58ff;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.carousel {
  overflow: hidden;
  white-space: nowrap;
}

.carousel__container {
  display: inline-block;
  animation: slide 35s linear infinite;
}

.carousel__container img {
  cursor: pointer;
  max-width: unset;
  height: unset;
}

@media (width <= 1100px) {
  .carousel__container img {
    width: 23rem;
  }
}
@media (width <= 428px) {
  .carousel__container img {
    width: 16rem;
  }
}
.form__row {
  display: flex;
  gap: 9rem;
  align-items: center;
  margin-bottom: 20px;
}

.form__row:nth-child(2) {
  margin-bottom: 8rem;
}

.form__row:last-child {
  gap: 2rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #fff;
}

@media (width <= 1220px) {
  .form__row:not(:last-child) {
    flex-direction: column;
    gap: 2rem;
  }
}
.form__item {
  display: flex;
  flex: 1;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.form__item input {
  width: 100%;
  padding: 10px;
  font-family: Manrope, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}

.form__item input::-moz-placeholder {
  font-family: Manrope, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.1rem;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0;
}

.form__item input::placeholder {
  font-family: Manrope, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.1rem;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0;
}

@media (width <= 768px) {
  .form__item input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form__item input::placeholder {
    font-size: 1.6rem;
  }
}
@media (width <= 428px) {
  .form__item input::-moz-placeholder {
    font-size: 1.1rem;
  }
  .form__item input::placeholder {
    font-size: 1.1rem;
  }
}
.form__item input:focus {
  border-bottom: #00ff46 2px solid;
}

.form__item input[type=file] {
  display: none;
  border: none;
}

.form__item:first-child input {
  width: 85%;
}

@media (width <= 1220px) {
  .form__item:first-child input {
    width: 100%;
  }
}
.form__item label {
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  color: #fff;
  text-align: left;
  text-wrap: nowrap;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (width <= 1440px) {
  .form__item label {
    font-size: 2.5rem;
  }
}
@media (width <= 768px) {
  .form__item label {
    font-size: 2rem;
  }
}
@media (width <= 428px) {
  .form__item label {
    font-size: 1.4rem;
  }
}
@media (width <= 1220px) {
  .form__item {
    justify-self: unset;
    width: 100%;
  }
}
.form .form__item--custom {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.form .form__item--custom label {
  cursor: pointer;
  width: 100%;
  padding-bottom: 15px;
}

@media (width <= 768px) {
  .form .form__item--custom label {
    padding-bottom: 5px;
  }
}
@media (width <= 450px) {
  .form .form__item--custom label {
    font-size: 1.4rem;
  }
}
@media (width <= 360px) {
  .form .form__item--custom label {
    font-size: 1.3rem;
  }
}
.form .custom-icon {
  cursor: pointer;
  content: url("../../assets/img/attach.png");
  transform: translateY(-5px);
  display: block;
}

@media (width <= 500px) {
  .form .custom-icon {
    width: 18px;
  }
}
.form .custom-field {
  cursor: auto;
  position: absolute;
  top: 7rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  text-align: left;
}

@media (width <= 768px) {
  .form .custom-field {
    top: 5rem;
    font-size: 1.4rem;
  }
}
@media (width <= 428px) {
  .form .custom-field {
    font-size: 8px;
  }
}
.form:last-child {
  margin-bottom: 0;
}

.form .checkbox-label {
  display: flex;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}

.form .checkbox-label input {
  margin-right: 10px;
}

@media (width <= 510px) {
  .form .checkbox-label {
    font-size: 8px;
    line-height: 15px;
  }
}
.hero__content {
  margin-top: 2rem;
}

@media (width <= 1080px) {
  .hero__content {
    margin-top: 4rem;
  }
}
.hero__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50vw;
  font-size: 2rem;
  color: #fff;
}

@media (width <= 880px) {
  .hero__list {
    gap: 2rem;
  }
}
.hero__list-item {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 29.5rem;
  height: 6.6rem;
  padding: 2rem 3rem;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: right;
  border: 2px solid #fff;
  border-radius: 4rem;
  transition: all 0.6s ease-in-out;
}

.hero__list-item:nth-child(1) {
  top: -45rem;
  right: 0;
}

.hero__list-item:nth-child(2) {
  top: -36rem;
  right: 6rem;
}

.hero__list-item:nth-child(3) {
  top: -27rem;
  right: 9.7rem;
}

.hero__list-item:nth-child(4) {
  top: -18rem;
  right: 11rem;
}

.hero__list-item:nth-child(5) {
  top: -9rem;
  right: 11rem;
}

.hero__list-item:nth-child(6) {
  top: 0;
  right: 9.5rem;
}

.hero__list-item:nth-child(7) {
  top: 9rem;
  right: 5.3rem;
}

.hero__list-item:nth-child(8) {
  top: 18rem;
  right: 0;
}

.hero__list-item:nth-child(9) {
  top: 27rem;
  right: -7.5rem;
}

.hero__list-item:hover {
  transform: translateX(20rem);
  width: 70rem;
  height: 15rem;
}

.hero__list-item:hover .hero__list-text {
  max-width: 100%;
  opacity: 1;
}

.hero__list-item:nth-child(1)::before {
  content: url("../../assets/img/web-app.svg.svg");
}

.hero__list-item:nth-child(2)::before {
  content: url("../../assets/img/Vector (1).svg");
}

.hero__list-item:nth-child(3)::before {
  content: url("../../assets/img/learn.svg.svg");
}

.hero__list-item:nth-child(4)::before {
  content: url("../../assets/img/Group 1143.svg");
}

.hero__list-item:nth-child(5)::before {
  content: url("../../assets/img/Group 1144.svg");
}

.hero__list-item:nth-child(6)::before {
  content: url("../../assets/img/bot_icon_215703 1.svg");
}

.hero__list-item:nth-child(7)::before {
  content: url("../../assets/img/Vector.svg");
}

.hero__list-item:nth-child(8)::before {
  content: url("../../assets/img/Vector (2).svg");
}

.hero__list-item:nth-child(9)::before {
  content: url("../../assets/img/Group 1145.svg");
}

.hero__list-item:nth-child(1)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(2)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(3)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(4)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(5)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(6)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(7)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(8)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:nth-child(9)::after {
  content: url("../../assets/img/Arrow 1.svg");
  margin-left: auto;
}

.hero__list-item:hover::after {
  display: none;
}

@media (width <= 1280px) {
  .hero__list-item:hover::after {
    display: block;
  }
}
@media (width <= 880px) {
  .hero__list-item {
    position: unset;
    width: 31rem;
  }
}
@media (width <= 1280px) {
  .hero__list-item:hover {
    transform: translateX(0);
    width: 29.5rem;
    height: 6.6rem;
  }
  .hero__list-item:hover .hero__list-icon:last-of-type {
    display: block;
  }
  .hero__list-item:hover .hero__list-text {
    max-width: 0;
    opacity: 0;
  }
}
.hero__list-link {
  margin-right: 10px;
  margin-left: 20px;
  text-align: left;
}

.hero__list-link--more {
  cursor: pointer;
  position: absolute;
  right: 4rem;
  bottom: -3rem;
  font-family: PFBaselinePro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #00ff46;
  text-align: left;
  letter-spacing: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.hero__list-link--more::after {
  content: url("../../assets/img/arrow-small.svg");
  width: 80%;
  padding-left: 5px;
}

.hero__list-text {
  overflow: hidden;
  display: inline-block;
  max-width: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
  opacity: 0;
  transition: all 0.4s ease;
}

.hero__list-item:hover .hero__list-icon:last-of-type {
  display: none;
}

.hero__list-item:hover:hover .hero__list-link--more {
  bottom: 0.7rem;
  opacity: 1;
}

@media (width <= 1280px) {
  .hero__list-item:hover:hover .hero__list-link--more {
    opacity: 0;
  }
}
.hero__list-item.active ~ .hero__list-item {
  transform: translateY(8.4rem);
}

.hero__list-item:hover:not(.active) ~ .hero__list-item {
  transform: none;
}

/* Add this to your CSS file */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
}

.modal-dialog {
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  background-image: url("../../assets/img/background_pages-left-small@0.25x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  border-radius: 0.3rem;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}

.modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  flex-grow: 1;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: inherit;
  color: #000;
}

/* Add this to your CSS file */
#loadingSpinner {
  position: fixed;
  inset: 0;
  max-width: 40%;
  margin: auto;
}

.spinner-none {
  display: none;
}



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