:root {
  --white: white;
  --peach-puff: #ebc7b5;
  --black: black;
  --dark-cyan: #0f86a1;
  --linen: #f8efe5;
  --red-peach: var(--peach-puff);
  --orangired: var(--dark-cyan);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #f8efe5;
  font-family: stratos-lights;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: filson-pro;
  font-size: 78px;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 64px;
  padding-bottom: 10px;
  font-family: filson-pro;
  font-size: 54px;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: filson-pro;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.main {
  height: 540vh;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.qcqa, .content.allworks {
  width: 100%;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  padding: 128px 60px;
  position: relative;
}

.section.mod--header {
  z-index: 90;
  width: 100%;
  margin-bottom: 110px;
  padding-top: 30px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.section.mod--hero {
  color: var(--white);
  background-color: #f0e3c5;
  background-image: url('../images/lpm_hero_4-smll.png');
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: scroll;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 190px;
  padding-bottom: 48px;
  display: flex;
}

.section.mod--courses {
  background-image: linear-gradient(105deg, #ef5554, #ef5555 21%, #fdcc4e 71%, #e3dda9 82%, #46b8ad), url('../images/bg_courses.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section.mod--courses.qcqa {
  height: auto;
}

.section.mod--steps {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-right: 100px;
  display: flex;
}

.section.mod--reviews {
  z-index: 1;
  cursor: pointer;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 19px;
  display: flex;
}

.section.mod--questions {
  color: var(--white);
  background-image: linear-gradient(131deg, #05608d, #34669c 26%, #f65e72 60%, #ffcd08);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.mod--questions.p2 {
  padding-top: 0;
  top: -100px;
}

.section.mod--footer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-height: 320px;
  padding-top: 4vh;
  padding-bottom: 0;
  display: flex;
}

.section.mod--footer.p2 {
  margin-top: -90px;
}

.section.temp {
  z-index: 1;
  cursor: pointer;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 19px;
  display: flex;
}

.section.mod--about {
  color: var(--white);
  background-color: #f0e3c5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 48px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.section.faq {
  z-index: 1;
  background-color: #f8efe5;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 100px 100px 80px 140px;
  display: flex;
}

.home__content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 174px;
  display: flex;
  position: relative;
}

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

.footer__columns.mod--top {
  margin-bottom: 4vh;
}

.header__nav-link {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 28px;
  margin-right: 28px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link.w--current {
  margin-left: 28px;
  margin-right: 28px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.header__nav-link.onpage.w--current {
  border-bottom: 2px solid #7ffffe;
  font-weight: 400;
}

.header__col {
  flex: 1;
}

.header__col.mod--2 {
  flex: none;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__col {
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--2 {
  justify-content: flex-end;
  align-items: center;
  height: 77px;
}

.footer__col.mod--copyright {
  align-items: center;
}

.footer__col.mod--2-copy {
  justify-content: flex-end;
  align-items: center;
}

.footer__col.designed-by {
  align-items: center;
}

.logo {
  width: 161px;
  max-height: 76px;
}

.header__logo-link {
  filter: brightness(0%) invert();
}

.btn {
  background-color: var(--peach-puff);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: stratos;
  text-decoration: none;
  transition-duration: .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.btn--header {
  background-color: var(--white);
  min-height: auto;
  padding-top: 17px;
  padding-bottom: 16px;
}

.btn.mod--hero {
  min-width: 260px;
  text-decoration: none;
  transition-property: none;
  overflow: hidden;
}

.btn.mod--submit {
  min-width: auto;
  margin-left: 16px;
  transition-property: none;
}

.btn.mod--submit.mod--modal {
  width: 40px;
  min-width: auto;
  height: 40px;
  min-height: auto;
  margin-left: 0;
  padding: 0;
  position: absolute;
  bottom: 16px;
  right: 0;
}

.btn.mod--submit.p2 {
  margin-left: 60%;
}

.header__search {
  cursor: pointer;
  margin-right: 24px;
  display: none;
}

.subheading {
  opacity: .7;
  font-size: 22px;
}

.subheading.mod--hero {
  opacity: 1;
  max-width: 400px;
  margin-bottom: 48px;
  font-size: 23px;
  font-weight: 500;
}

.subheading.mod--courses {
  opacity: 1;
  width: 100%;
  max-width: 540px;
  font-size: 20px;
}

.subheading.mod--courses.qcqa {
  padding-bottom: 0;
}

.hero_illustr {
  z-index: 2;
  display: none;
  position: relative;
}

.hero__logos {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero__logo {
  opacity: .62;
  mix-blend-mode: soft-light;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero__logo.sabc {
  margin-top: -30px;
}

.hero__logo.psuit {
  margin-top: -15px;
}

.hero__logo.starsat {
  max-width: none;
}

.hero__counts {
  color: #1b1b1b;
  background-color: #f8efe5;
  border-radius: 80px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.hero__numb-block {
  text-align: center;
  flex: 1;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.hero__counts-img-wrap {
  margin-bottom: 28px;
  position: relative;
}

.hero__counts-img {
  z-index: 0;
  position: relative;
}

.hero__counts-img.downsize {
  max-width: 50%;
}

.hero__counts-numb {
  z-index: 2;
  color: var(--dark-cyan);
  justify-content: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: inline-flex;
  position: absolute;
  inset: auto 0% -32%;
}

.hero__counts-p {
  color: #1b1b1bb3;
  margin-top: 25px;
  line-height: 1.5em;
}

.hero__counts-dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 83px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero__counts-dash.showcase {
  opacity: .25;
  mix-blend-mode: overlay;
  border: 3px dashed #fff;
  border-radius: 20px;
  width: 88%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: static;
  inset: 0%;
}

.hero__counts-dash.services {
  bottom: 30px;
}

.showcase__heading-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.showcase__heading-wrap.qcqa {
  display: none;
}

.heading--margin-0 {
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.heading--margin-0.qcqa {
  padding-bottom: 5px;
  font-size: 40px;
}

.showcase__columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -21px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: grid;
  overflow: scroll;
}

.showcase__columns.qcqa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 20px;
  display: grid;
  overflow: hidden;
}

.showcase__columns.allworks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 120px;
  padding-right: 120px;
  display: grid;
  overflow: hidden;
}

.showcase__col {
  flex: 1;
  min-width: 360px;
  padding-left: 0;
  padding-right: 0;
}

.showcase__col.mod--3._1st {
  margin-left: -220px;
}

.showcase__col.mod--3.last {
  margin-right: 60px;
}

.showcase__col.mod--3.last.qcqa {
  display: none;
}

.showcase__col.first {
  margin-left: auto;
  margin-right: auto;
}

.showcase__col.first.qcqa {
  min-width: 0;
  max-width: 280px;
  max-height: 300px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.showcase__col.first.allworks {
  min-width: 0;
  max-width: 140px;
  max-height: 140px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.showcase__col.qcqa {
  min-width: 0;
  max-width: 280px;
  max-height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.showcase__col.allworks {
  min-width: 0;
  height: auto;
}

.showcase__block {
  z-index: 2;
  cursor: pointer;
  background-color: #f8efe5;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase__block.qcqa {
  border-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.showcase__block.allworks {
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.sample__title {
  color: var(--dark-cyan);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
}

.sample__title.qcqa {
  color: #ff514c;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 16px;
}

.showcase__txt-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.courses__more {
  z-index: 2;
  color: var(--dark-cyan);
  letter-spacing: .01em;
  text-transform: uppercase;
  background-image: url('../images/ico_arrow-blue.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: .3s;
  display: none;
  position: relative;
}

.courses__illustr {
  z-index: 0;
  transition: all .5s;
  display: block;
  position: relative;
}

.courses__illustr.mod--2 {
  z-index: 1;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.steps__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.steps__col {
  flex: 1;
  position: relative;
}

.steps__illustr {
  z-index: 0;
  margin-left: -20px;
  display: block;
  position: relative;
}

.steps__list-item {
  margin-bottom: 60px;
  padding-left: 74px;
  padding-right: 80px;
  position: relative;
}

.steps__list-item.mod--2 {
  margin-left: 100px;
  padding-right: 0;
}

.steps__list-item.mod--2.qc {
  margin-top: 80px;
  margin-left: 80px;
}

.steps__list-item.mute {
  display: none;
}

.steps__list-item.qc {
  margin-top: 70px;
  margin-left: 40px;
}

.steps__list {
  width: 100%;
  max-width: 560px;
}

.steps__numb {
  position: absolute;
  top: -10px;
  left: 0;
}

.steps__numb-img {
  z-index: 0;
  position: relative;
}

.steps__numb-txt {
  z-index: 1;
  color: #f8efe5;
  text-align: center;
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.steps__list-title {
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

.steps__list-p {
  color: #1b1b1bb3;
  font-size: 19px;
  line-height: 1.7em;
}

.steps__list-arrow-wrap {
  position: absolute;
  inset: 10px 0 auto auto;
  overflow: hidden;
}

.steps__list-arrow-wrap.mod--2 {
  transform-style: preserve-3d;
  left: -100px;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.steps__list-arrow {
  display: block;
}

.heading--center {
  text-align: center;
  margin-bottom: 44px;
  font-family: Lexend, sans-serif;
}

.heading--center.team {
  margin-top: 60px;
  margin-bottom: -100px;
  display: none;
}

.heading--center.herstory {
  display: none;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  overflow: visible;
}

.swiper.swiper--reviews--2 {
  display: none;
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.swiper-wrapper.searvices {
  margin-bottom: 40px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--reviews {
  text-align: center;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.swiper-slide.mod--reviews.sercy {
  padding-left: 60px;
  padding-right: 60px;
}

.swiper-slide.mod--reviews.third, .swiper-slide.mod--reviews.mobile {
  display: none;
}

.swiper-slide.mod--numb {
  flex: 1;
}

.swiper__nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper__nav.mod--reviews {
  display: none;
}

.swiper__arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.swiper__arrow.arrow--prev {
  margin-right: 32px;
  transform: rotate(180deg);
}

.swiper__arrow-ico {
  background-image: url('../images/ico_arrow-right.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 42px;
  height: 42px;
  transition: all .2s;
}

.team__block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.team__block.sercy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}

.team__block.sercy.temp_hide {
  display: none;
}

.team__ava {
  z-index: 0;
  position: relative;
}

.team__ava.sercy {
  width: 100%;
}

.reviews__p {
  color: #1b1b1bb3;
  font-size: 19px;
  line-height: 1.6em;
}

.reviews__p.sercy {
  color: #1b1b1bcc;
  text-align: left;
  width: 50%;
  font-size: 19px;
  line-height: 1.6em;
}

.reviews__p.sercy.col2 {
  width: auto;
}

.reviews__dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 22%;
  position: absolute;
  top: 280px;
  bottom: auto;
  right: 0;
}

.reviews__dash.hide {
  display: none;
}

.team__member {
  font-family: Lexend, sans-serif;
  font-weight: 400;
}

.team__member.title {
  margin-top: -15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.team__member.title.sercy {
  margin-top: 0;
}

.team__member.sercy {
  text-align: center;
  margin-bottom: 0;
  margin-right: 15px;
}

.sample__info {
  color: var(--dark-cyan);
  margin-bottom: 5px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.sample__info.qcqa {
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
}

.sample__info.qcqa.client {
  color: #001f26;
}

.heading--margin-40 {
  margin-bottom: 40px;
  font-family: Lexend, sans-serif;
  font-size: 50px;
}

.questions__columns {
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.questions__col {
  flex: 1;
}

.questions__col.mod--1.p2 {
  flex: 0 auto;
  padding-top: 160px;
  padding-bottom: 54px;
}

.questions__col.art {
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  position: relative;
  bottom: -43px;
}

.questions__illustr {
  z-index: 1;
  max-width: 374px;
  display: block;
  position: relative;
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: 564px;
  margin-top: 40px;
  margin-bottom: 0;
}

.form-block.mod--modal {
  max-width: 100%;
  margin-top: 0;
}

.form {
  display: flex;
}

.input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  height: 70px;
  margin-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  transition: all .2s;
}

.input:hover {
  border-color: #fff;
}

.input:focus {
  border-color: var(--white);
}

.input::placeholder {
  color: #ffffffb3;
}

.input.mod--modal {
  color: var(--black);
  border-width: 0 0 1px;
  border-bottom-color: #0003;
  border-radius: 0;
  padding: 0;
}

.input.mod--modal::placeholder {
  color: #00000080;
}

.input.mod--modal.addnote {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  padding-top: 20px;
}

.footer__dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 72px;
  margin-left: 80px;
  margin-right: 64px;
}

.footer__dash.mod--3 {
  display: none;
}

.footer__nav-link {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link.w--current {
  font-size: 16px;
}

.footer__drop {
  z-index: 0;
  margin-right: -40px;
}

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 64px;
  margin-bottom: 0;
}

.footer__list.mod--contact {
  column-rule-style: none;
  column-rule-width: 0px;
}

.footer__drop-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer__drop-btn {
  display: none;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.footer__list-item.mobile {
  display: none;
}

.footer__list-item.services.p2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer__txt {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__copyright {
  color: #000000b3;
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.footer__copyright-logo {
  flex: none;
  margin-bottom: 0;
  margin-right: 8px;
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__soc-link {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: #4f94b2;
  border-color: #4f94b2;
}

.footer__soc-img {
  filter: invert(60%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__soc-img:hover {
  filter: invert(0%);
}

.header__humb-wrap, .header__humb {
  display: none;
}

.wrap-hide {
  overflow: hidden;
}

.wrap-hide.sercy {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 27px;
  display: flex;
}

.wrap-hide.sercy.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.hero__heading {
  font-family: Lexend, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.hero__heading.mod--1 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.hero_illustr-wrap {
  position: absolute;
  inset: -20px 0 auto auto;
}

.hero_illustr-ball {
  z-index: 0;
  display: block;
  position: absolute;
  top: 20px;
  left: 116px;
}

.hero_illustr-plane {
  z-index: 0;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.hero_illustr-leaves {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 69px;
}

.hero_illustr-leaves2 {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 40px;
  left: -7px;
}

.hero_illustr-hand {
  z-index: 0;
  display: block;
  position: absolute;
  top: 96px;
  left: 136px;
}

.swiper-pagination-bullets {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2px;
  display: flex;
}

.swiper-pagination-bullets.mod--numbs {
  display: none;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.btn__bg {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  position: relative;
}

.btn__bg.mod--invert {
  background-color: #ebc7b5;
}

.btn__bg.mod--modal {
  width: 50px;
  height: 50px;
}

.btn__txt {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn__txt.mod--submit {
  opacity: 1;
  transition: all .2s;
}

.btn__txt.mod--submit.active {
  opacity: 0;
}

.btn__bg-wrap {
  z-index: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn__bg-wrap.mod--submit {
  transition: all .2s;
}

.btn__bg-wrap.mod--submit.active {
  opacity: 0;
}

.steps__illustr-wrap {
  display: inline-block;
  position: relative;
}

.steps__illustr-smile {
  z-index: 1;
  transition: all .4s;
  display: none;
  position: absolute;
  top: 91px;
  left: 195px;
}

.steps__illustr-hand {
  z-index: 1;
  transition: all .8s;
  display: none;
  position: absolute;
  top: 128px;
  left: 121px;
}

.steps__illustr-graph-wrap {
  z-index: 1;
  width: 110px;
  height: 50px;
  display: none;
  position: absolute;
  top: 198px;
  right: 65px;
}

.steps__illustr-graph-dot {
  background-color: var(--black);
  border-radius: 100px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 44px;
  left: 2px;
}

.steps__illustr-graph-dot.mod--1 {
  transform: rotate(43deg);
}

.steps__illustr-graph-dot.mod--2 {
  top: 9px;
  left: 35px;
  transform: rotate(125deg);
}

.steps__illustr-graph-dot.mod--3 {
  top: 30px;
  left: 68px;
  transform: rotate(51deg);
}

.steps__illustr-graph-dot.mod--4 {
  top: 0;
  left: 105px;
  transform: rotate(51deg);
}

.steps__illustr-graph-line {
  z-index: -1;
  background-color: var(--dark-cyan);
  width: 1px;
  height: 50px;
  transition: all 1s;
  position: absolute;
  bottom: 1px;
  left: 1px;
}

.steps__illustr-graph-line.mod--2 {
  height: 40px;
}

.courses__illustr-wrap {
  z-index: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.courses__illustr-elem {
  transition: all .5s;
}

.courses__illustr-elem.mod--blue {
  top: 41px;
  left: 9px;
}

.courses__illustr-elem.mod--blue.mod--screen {
  max-width: 18px;
}

.courses__illustr-elem.mod--circle {
  border: 1px solid #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.courses__illustr-elem.mod--circle.mod--graph {
  border-width: 2px;
  width: 20px;
  height: 20px;
}

.courses__illustr-elem.mod--ball {
  background-color: #ebc7b5;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 109px;
}

.courses__illustr-elem.mod--ball.mod--graph {
  width: 18px;
  height: 20px;
}

.courses__illustr-elem.mod--ball.mod--screen {
  width: 14px;
  height: 14px;
}

.courses__illustr-elem.mod--dot {
  background-color: var(--black);
  border-radius: 100px;
  width: 4px;
  height: 4px;
  top: 34px;
  right: 58px;
}

.courses__illustr-elem.mod--dot.mod--graph {
  background-color: var(--black);
  width: 8px;
  height: 8px;
}

.courses__illustr-elem.mod--dot.mod--screen {
  width: 6px;
  height: 6px;
}

.courses__illustr-elem.mod--5 {
  opacity: 1;
  background-color: #9b5c8f;
  border-radius: 100px;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: 53px;
  right: 68px;
  transform: rotate(-20deg);
}

.courses__illustr-elem-wrap {
  transition: all .5s;
  position: absolute;
}

.courses__illustr-elem-wrap.mod--1 {
  bottom: 30px;
  left: 2px;
}

.courses__illustr-elem-wrap.mod--1.mod--screen {
  bottom: 16px;
  left: -1px;
}

.courses__illustr-elem-wrap.mod--2 {
  bottom: 160px;
  left: 9px;
}

.courses__illustr-elem-wrap.mod--2.mod--screen {
  bottom: 146px;
  left: 1px;
}

.courses__illustr-elem-wrap.mod--2.mod--graph {
  bottom: 135px;
  left: 21px;
}

.courses__illustr-elem-wrap.mod--3 {
  bottom: 220px;
  left: 100px;
}

.courses__illustr-elem-wrap.mod--3.mod--screen {
  bottom: 193px;
  left: 86px;
}

.courses__illustr-elem-wrap.mod--3.mod--graph {
  bottom: 181px;
  left: 116px;
}

.courses__illustr-elem-wrap.mod--4 {
  bottom: 180px;
  left: 190px;
}

.courses__illustr-elem-wrap.mod--4.mod--graph {
  bottom: 166px;
  left: 200px;
}

.courses__illustr-elem-wrap.mod--4.mod--screen {
  bottom: 170px;
  left: 170px;
}

.questions__illustr-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.questions__illustr-elem-wrap {
  z-index: 0;
  position: absolute;
}

.questions__illustr-elem-wrap.mod--1 {
  top: 53px;
  left: 22px;
}

.questions__illustr-elem-wrap.mod--2 {
  inset: auto 0% 5px;
}

.questions__illustr-elem-wrap.mod--3 {
  bottom: 206px;
  left: 35px;
}

.questions__illustr-elem-wrap.mod--4 {
  bottom: 186px;
  left: 95px;
}

.questions__illustr-elem-wrap.mod--5 {
  bottom: 354px;
  right: 106px;
}

.questions__illustr-elem.mod--bg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.questions__illustr-elem.mod--ball {
  background-color: var(--peach-puff);
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.questions__illustr-elem.mod--dot {
  background-color: var(--black);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.questions__illustr-elem.mod--circle {
  border: 1px solid #000;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.footer__list-item-anim {
  font-size: 16px;
}

.hero__logo-wrap {
  flex: 1;
}

.hero__logo-wrap.hide {
  display: none;
}

.section-slide {
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-slide.mod--4 {
  z-index: 4;
  overflow: visible;
}

.section-slide.mod--3 {
  z-index: 3;
}

.section-slide.mod--2 {
  z-index: 2;
  flex-flow: column;
  height: 150vh;
}

.section-slide.mod--2.test {
  z-index: 88;
}

.section-slide.mod--1 {
  z-index: 1;
}

.section-slide.mod--0 {
  z-index: 0;
  background-color: var(--linen);
  flex-direction: column;
  display: flex;
}

.section-slide.mod--1b {
  z-index: 1;
  height: 185vh;
}

.section-slide.mod--2b {
  z-index: 2;
  flex-flow: column;
  height: 150vh;
  display: none;
}

.section-slide.mod--2b.test {
  z-index: 88;
}

.section-slides {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.showcase__block-bg {
  z-index: -1;
  background-color: var(--white);
  border-radius: 1000px;
  width: 700px;
  height: 700px;
  position: absolute;
  inset: auto auto -100px -100px;
}

.team__ava-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team__ava-wrap.sercy {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  min-width: 200px;
  min-height: 130px;
  margin-bottom: -15px;
}

.team__ava-wrap.zo {
  margin-bottom: 38px;
}

.team__ava-wrap.jay {
  margin-top: -10px;
  margin-bottom: 53px;
}

.team__ava-circle {
  z-index: 1;
  border: 2px solid #000;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}

.team__ava-circle.mod--2 {
  width: 28px;
  height: 28px;
  top: 10px;
  left: auto;
  right: 0;
}

.team__ava-circle.mod--1.sercy {
  top: 20px;
  left: 53px;
}

.team__ava-circle.mod--3 {
  width: 20px;
  height: 20px;
  inset: auto -1px 0 auto;
}

.team__ava-dot {
  z-index: 1;
  background-color: var(--black);
  border-radius: 100px;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 15px 3px auto auto;
}

.team__ava-dot.mod--1.sercy {
  top: 30px;
  right: 30px;
}

.team__ava-dot.mod--2 {
  top: 23px;
  left: -5px;
  right: auto;
}

.team__ava-dot.mod--3 {
  top: 33px;
  left: -24px;
  right: auto;
}

.team__ava-spot {
  z-index: 1;
  position: absolute;
  inset: auto auto 4px 18px;
}

.team__ava-spot.mod--1 {
  bottom: -8px;
  left: -16px;
}

.team__ava-spot.mod--1.sercy {
  bottom: -14px;
  left: 25px;
}

.team__ava-spot.mod--2 {
  left: auto;
  right: 2px;
}

.team__ava-spot.mod--3 {
  inset: 0 12px auto auto;
}

.footer__follow-wrap {
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 4vh;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: #666666b3;
  padding-left: 35px;
  line-height: 1.5em;
  display: none;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  filter: saturate(65%) brightness(65%) hue-rotate(140deg);
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
}

.footer__follow-link {
  color: #666;
  display: inline-block;
}

.footer__follow-and {
  color: #666;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form__content {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.form__submit-result-wrap {
  z-index: 2;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  padding-left: .9rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 4.4rem;
}

.form__submit-result-wrap.active {
  opacity: 1;
}

.form__submit-result-wrap.mod--modal {
  width: 1rem;
  padding-left: 0;
  left: .75rem;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all 1s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
}

.form__submit-result-ico {
  filter: invert(80%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.remodal.remodal--global {
  color: #222736;
  text-align: left;
  background-color: #f8efe5;
  border-radius: 40px;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.remodal__close {
  z-index: 5;
  opacity: 1;
  filter: invert(50%);
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.remodal__heading {
  max-width: 13rem;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.remodal__text {
  color: #000c;
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.page-wrap {
  overflow: clip;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  top: 0;
  right: 0;
}

.form__submit-arrow {
  z-index: 1;
  filter: invert();
  width: 1rem;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  right: 1rem;
}

.heading {
  font-family: Lexend, sans-serif;
  font-weight: 500;
}

.sercy_profile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: .5fr 1.5fr;
  min-width: 100%;
}

.sample__header {
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

.sample__header.qcqa {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 14px;
  display: none;
}

.sample__header.qcqa.scope {
  font-size: 16px;
  display: none;
}

.plus-divider {
  color: #ef5554;
}

.text-span {
  color: var(--peach-puff);
}

.lightbox-link {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.funfact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fcebd9;
  border-radius: 90px 20px 20px 90px;
  width: 100%;
  height: 112px;
  margin-top: 20px;
  padding: 20px 20px 20px 10px;
  font-family: Inconsolata, monospace;
  display: none;
  overflow: hidden;
}

.image {
  margin-top: -70px;
}

.image-2 {
  display: block;
}

.fun_fact_header {
  text-align: left;
  margin-bottom: 5px;
  font-family: Lexend, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.fun_fact_header.player {
  color: #474644;
  margin-bottom: 10px;
  font-weight: 400;
}

.fun_fact_text {
  text-align: left;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.image-3 {
  margin-top: 11px;
  position: absolute;
  left: 653px;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.play-bttn {
  background-image: radial-gradient(circle at 75% 95%, #89dcde, #41a7b3 68%, #fb9b6b);
  border: 3px solid #54b5bf80;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
  display: flex;
  box-shadow: 5px 5px 6px #05356299, 20px 20px 10px #c33d001a;
}

.play-bttn:hover {
  background-image: radial-gradient(circle at 75% 95%, #89dcde, #41a7b3 60%, #fb9b6b 97%);
  box-shadow: 2px 2px 4px #053562a6, 10px 10px 10px #c33d001a;
}

.div-block-2 {
  background-image: linear-gradient(158deg, #fce3b6 6%, #f8efe5);
  width: 30px;
  height: 35px;
  margin-left: 6px;
}

.play_symbol {
  margin-top: 1px;
  margin-left: 7px;
}

.stop_symbol {
  display: none;
}

.funfact_block.text {
  margin-bottom: 36px;
}

.funfact_block.player {
  flex: 1;
}

.active-bar {
  background-color: #82d7da;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.track-name {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.audio-player-single-track-wrapper {
  background-color: #0000;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
}

.repeat {
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

.control-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
}

.stop-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stop {
  cursor: pointer;
}

.volume-bar-wrapper {
  position: relative;
}

.audio-active {
  filter: invert(70%);
  cursor: pointer;
  width: auto;
}

.pause {
  cursor: pointer;
}

.volume-up {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
}

.volume-mute-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.duration {
  color: #474644;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.volume-down {
  cursor: pointer;
  width: 15px;
  height: 40px;
  margin-right: 5px;
}

.options-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 2px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cover {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.shuffle-active {
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

.volume-bar-active {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.audio-player-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #666;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  display: none;
  overflow: hidden;
}

.shuffle {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
  display: none;
}

.current-seconds {
  color: #474644;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.play {
  cursor: pointer;
}

.mute {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.volume-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 254px;
  margin-right: 10px;
  position: relative;
}

.play-wrapper {
  cursor: pointer;
  width: auto;
  margin-right: 5px;
  display: flex;
}

.track-info-wrapper {
  background-color: #0000;
  border: 1px #0e0d0d;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: none;
}

.audio-player-volume-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-volume-wrapper.bar-wrapper-volume {
  background-color: #0a0a0a;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: static;
}

.sp-progress-bar-background {
  background-color: #666;
  width: 100%;
}

.progress-bar {
  background-color: #82d7da;
  width: 50%;
  height: 3px;
  position: relative;
}

.true-progress-head {
  background-color: #82d7da;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.single-track {
  display: none;
}

.pause-bttn {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  filter: none;
  background-image: radial-gradient(circle at 75% 95%, #ffb472 6%, #dd9551 39%, #f15441 89%);
  border: 3px solid #e8864599;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
  display: flex;
  box-shadow: 5px 5px 6px #621e0599, 20px 20px 10px #c33d001a;
}

.pause-bttn:hover {
  background-image: radial-gradient(circle at 75% 95%, #ffb472 6%, #dd9551 44%, #f15441 90%), radial-gradient(circle at 75% 95%, #89dcde, #41a7b3 60%, #fb9b6b 97%);
  box-shadow: 2px 2px 4px #621e0599, 10px 10px 10px #c33d001a;
}

.pause_symbol {
  background-image: linear-gradient(174deg, #ffc097, #ffe1cd 10%, #fff 50%);
  border-radius: 3px;
  width: 10px;
  height: 29px;
}

.audio-idle {
  border-bottom: 2px dashed #4d4d4d;
  justify-content: center;
  align-items: flex-end;
  min-width: 29px;
  min-height: 40px;
  display: none;
  position: relative;
  bottom: 0;
}

.div-block-3 {
  border-width: 1px;
  border-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: 0;
}

.image-4 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: -39px;
}

.text-block {
  font-weight: 500;
}

.hero__counts__tablet {
  color: #1b1b1b;
  background-color: #f8efe5;
  border-radius: 80px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.showcase__columns_3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -21px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: grid;
  overflow: scroll;
}

.showcase__columns_3.qcqa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 20px;
  display: grid;
  overflow: hidden;
}

.showcase__columns_3.allworks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.section-slides-copy {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.header {
  overflow: hidden;
}

.header.sercy {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 27px;
  display: flex;
}

.header.sercy.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.details__content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.details__heading {
  color: #0a3133;
  font-family: Lexend, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.details__heading.mod--1 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.details__heading.hilight {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 28px;
}

.details__heading.h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 25px;
}

.details__heading.services {
  color: #e6d9bc;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 40px;
  font-size: 54px;
}

.subheading-copy {
  opacity: .7;
  font-size: 22px;
}

.subheading-copy.mod--hero {
  opacity: 1;
  max-width: 400px;
  margin-bottom: 48px;
  font-size: 23px;
  font-weight: 500;
}

.subheading-copy.mod--courses {
  opacity: 1;
  width: 100%;
  max-width: 620px;
  padding-bottom: 10px;
}

.subheading-copy.mod--courses.qcqa {
  padding-bottom: 0;
}

.details__text {
  opacity: .7;
  color: #000;
  padding-left: 40px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.6em;
}

.details__text.mod--hero {
  opacity: 1;
  max-width: 400px;
  margin-bottom: 48px;
  font-size: 23px;
  font-weight: 500;
}

.details__text.mod--courses {
  opacity: 1;
  width: 100%;
  max-width: 620px;
  padding-bottom: 10px;
}

.details__text.mod--courses.qcqa {
  padding-bottom: 0;
}

.text {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  overflow: hidden;
}

.text.sercy {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 27px;
  display: flex;
}

.text.sercy.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.div-block-4 {
  background-color: #f8efe5;
  border-radius: 20px;
  margin-top: 40px;
  margin-right: 40%;
  padding: 20px 10px 30px;
  display: none;
}

.details__hilight {
  opacity: .7;
  color: #03191a;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lexend, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.details__hilight.mod--hero {
  opacity: 1;
  max-width: 400px;
  margin-bottom: 48px;
  font-size: 23px;
  font-weight: 500;
}

.details__hilight.mod--courses {
  opacity: 1;
  width: 100%;
  max-width: 620px;
  padding-bottom: 10px;
}

.details__hilight.mod--courses.qcqa {
  padding-bottom: 0;
}

.image-7 {
  width: 108%;
  max-width: none;
  display: none;
  position: relative;
  left: -75px;
}

.services {
  color: #1b1b1b;
  background-color: #f8efe5;
  border-radius: 80px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.services__numb-block {
  text-align: center;
  flex: 1;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.services__img-wrap {
  margin-bottom: 28px;
  position: relative;
}

.services-img {
  z-index: 0;
  max-width: 100%;
  position: relative;
}

.film-strip__container {
  width: 100vw;
}

.film-strip__wrapper {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1540px;
  display: grid;
  position: relative;
  top: 100px;
  transform: none;
}

.film-strip__wrapper.no2 {
  margin-left: 25px;
  transform: none;
}

.language__label {
  color: #54504a;
  text-align: right;
  margin-top: 11px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.film_strip__track {
  box-shadow: none;
  background-color: #fff9;
  border-radius: 6px;
  width: 15px;
  height: 17px;
  margin-top: 12px;
  margin-right: 16px;
}

.film_strip__track.top {
  background-color: #66625c;
  width: 15px;
  height: 17px;
  margin-right: 16px;
  box-shadow: inset 2px 2px 3px #0006;
}

.film_track {
  margin-left: -13px;
  display: flex;
}

.film_track.top {
  margin-bottom: -6px;
  margin-left: -10px;
}

.header__nav-link_p2 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 28px;
  margin-right: 28px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link_p2.w--current {
  margin-left: 28px;
  margin-right: 28px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.header__nav-link_p2.onpage.w--current {
  border-bottom: 2px solid #7ffffe;
  font-weight: 400;
}

.header__nav-link_2 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 28px;
  margin-right: 28px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link_2.w--current {
  margin-left: 28px;
  margin-right: 28px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.header__nav-link_2.onpage.w--current {
  border-bottom: 2px solid #7ffffe;
  font-weight: 400;
}

.body {
  background-image: none;
}

.bg__graident {
  background-image: radial-gradient(circle at 0 0, #45c6d2, #e9d5b7 46%, #fff7e7);
  width: 100vw;
  height: 290px;
  position: absolute;
  top: 0;
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

.faq-question {
  font-family: Lexend, sans-serif;
  font-size: 20px;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px solid #ceff6533;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item:hover {
  color: var(--dark-cyan);
  border-bottom-color: #0d86a133;
}

.margin-top-8 {
  margin-top: .5rem;
}

.faqs_wrap {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  display: flex;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.text-rich-text {
  font-size: 1.125rem;
}

.faqs_body {
  overflow: hidden;
}

.text-style-link {
  color: var(--dark-cyan);
  text-decoration: underline;
  display: none;
}

.text-style-link:hover {
  text-decoration: none;
}

.text-color-lightgrey {
  color: #d8d8d8;
}

.faq-answers {
  color: #9c742a;
}

.text-size-medium {
  color: #0a3133;
  font-size: 1.125rem;
}

.faqs_item-2 {
  cursor: pointer;
  border-bottom: 1px solid #ceff6533;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item-2:hover {
  color: var(--dark-cyan);
}

.faqs_wrap-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.strip-div.isizulu {
  margin-left: 0;
}

.filmstrip_track {
  z-index: 3;
  display: flex;
  position: relative;
  transform: rotate(1deg);
}

@media screen and (min-width: 1280px) {
  .section.mod--header {
    margin-bottom: 80px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.mod--hero {
    padding-top: 130px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.mod--courses {
    justify-content: flex-start;
    align-items: center;
    padding-top: 64px;
  }

  .section.mod--reviews {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .section.mod--questions.p2 {
    padding-bottom: 0;
  }

  .section.temp {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .section.mod--about {
    padding-top: 130px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .home__content {
    margin-bottom: 90px;
  }

  .footer__columns.mod--top {
    align-items: center;
  }

  .header__nav {
    font-size: 16px;
  }

  .header__nav-link.w--current {
    font-size: 13px;
  }

  .header__nav-link.onpage.w--current {
    font-size: 14px;
  }

  .footer__col.mod--1 {
    justify-content: flex-start;
    align-items: center;
  }

  .logo {
    width: 50%;
    max-width: none;
    max-height: none;
  }

  .btn.btn--header {
    min-width: 132px;
    max-height: 28px;
  }

  .btn.mod--hero {
    min-width: 190px;
    min-height: 0;
    max-height: 40px;
    font-size: 18px;
  }

  .btn.mod--submit {
    min-height: 50px;
    max-height: 50px;
  }

  .subheading.mod--hero {
    max-width: 340px;
    margin-bottom: 40px;
    font-size: 19px;
  }

  .subheading.mod--courses {
    max-width: 520px;
    font-size: 21px;
  }

  .hero__logos {
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero__logo {
    max-width: 100%;
  }

  .hero__logo.sabc {
    width: 96px;
    margin-top: -20px;
  }

  .hero__logo.psuit {
    max-width: 100%;
    height: 29px;
    margin-top: -10px;
  }

  .hero__logo.clab {
    max-width: 100%;
    height: 16px;
  }

  .hero__logo.starsat {
    width: 141px;
    margin-top: 0;
  }

  .hero__logo.netflix {
    height: 20px;
    margin-top: 5px;
  }

  .hero__counts {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .hero__counts-img {
    max-height: 90px;
  }

  .hero__counts-img.downsize {
    max-width: 35%;
    max-height: none;
  }

  .hero__counts-numb {
    font-size: 22px;
  }

  .hero__counts-p {
    margin-top: 10px;
    font-size: 14px;
  }

  .hero__counts-dash.showcase {
    border-width: 2px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .heading--margin-0 {
    font-size: 42px;
  }

  .showcase__columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .showcase__columns.qcqa {
    padding-right: 40px;
  }

  .showcase__col, .showcase__col.first {
    min-width: 240px;
  }

  .showcase__col.qcqa {
    max-width: 200px;
    max-height: 208px;
  }

  .showcase__col.last {
    margin-right: 20px;
  }

  .showcase__block {
    cursor: ew-resize;
    padding-top: 26px;
    padding-bottom: 15px;
  }

  .sample__title {
    padding-left: 26px;
    font-size: 14px;
  }

  .sample__title.qcqa {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 17px;
  }

  .showcase__txt-wrap {
    justify-content: flex-start;
  }

  .steps__columns {
    justify-content: space-between;
    align-items: flex-start;
  }

  .steps__illustr {
    max-width: 90%;
  }

  .steps__list {
    max-width: 520px;
  }

  .steps__list-title {
    margin-bottom: 14px;
    font-size: 23px;
  }

  .steps__list-p {
    font-size: 17px;
    line-height: 1.4em;
  }

  .heading--center.team {
    margin-top: 40px;
    margin-bottom: -80px;
    font-size: 48px;
  }

  .swiper-wrapper.team {
    margin-bottom: 40px;
  }

  .team__block.sercy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .team__ava.sercy {
    width: 90%;
  }

  .reviews__p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .reviews__p.sercy {
    font-size: 15px;
    line-height: 1.6em;
  }

  .reviews__dash {
    inset: auto 0% 4% auto;
  }

  .team__member {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .team__member.title {
    font-size: 14px;
  }

  .team__member.title.sercy {
    font-size: 16px;
  }

  .team__member.sercy {
    font-size: 20px;
  }

  .sample__info {
    font-size: 10px;
    line-height: 15px;
  }

  .sample__info.qcqa {
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .heading--margin-40 {
    font-size: 48px;
  }

  .questions__columns {
    justify-content: center;
    align-items: center;
  }

  .questions__col.art {
    width: 290px;
    bottom: -10px;
  }

  .questions__illustr {
    max-width: 374px;
  }

  .form-block {
    width: 90%;
  }

  .input {
    height: 50px;
  }

  .footer__dash, .footer__dash.mod--1 {
    height: 62px;
    margin-left: 64px;
  }

  .footer__nav-link, .footer__nav-link.w--current, .footer__txt {
    font-size: 11px;
  }

  .footer__copyright {
    font-size: 9px;
  }

  .footer__soc-link {
    width: 26px;
    height: 26px;
  }

  .wrap-hide {
    max-width: 520px;
  }

  .wrap-hide.sercy.columns {
    max-width: none;
    margin-top: -20px;
  }

  .hero__heading {
    margin-bottom: 30px;
    font-size: 55px;
  }

  .hero__heading.mod--1 {
    padding-bottom: 4px;
  }

  .btn__txt {
    font-size: 13px;
  }

  .section-slide.mod--2 {
    height: 180vh;
  }

  .section-slide.mod--2._1280x720 {
    height: 190vh;
    display: block;
  }

  .section-slide.mod--2b {
    height: 190vh;
  }

  .section-slide.mod--2b._1280x720 {
    display: block;
  }

  .team__ava-wrap {
    margin-bottom: 20px;
  }

  .team__ava-wrap.sercy {
    width: 310px;
  }

  .team__ava-wrap.zo {
    margin-bottom: 24px;
  }

  .team__ava-wrap.jay {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .heading {
    font-size: 46px;
  }

  .sample__header {
    font-size: 12px;
  }

  .funfact {
    height: 100px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fun_fact_header {
    font-size: 14px;
  }

  .fun_fact_text {
    font-size: 11px;
    line-height: 21px;
  }

  .play-bttn {
    min-width: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .play_symbol {
    max-width: 46%;
  }

  .pause-bttn {
    min-width: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .pause_symbol {
    width: 7px;
    height: 23px;
  }

  .hero__counts__tablet {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .details {
    height: auto;
  }

  .header.sercy.columns {
    margin-top: -20px;
  }

  .details__heading {
    margin-bottom: 30px;
  }

  .details__heading.mod--1 {
    padding-bottom: 4px;
  }

  .subheading-copy.mod--hero {
    max-width: 340px;
    margin-bottom: 40px;
    font-size: 19px;
  }

  .subheading-copy.mod--courses {
    max-width: 520px;
    font-size: 16px;
  }

  .details__text.mod--hero {
    max-width: 340px;
    margin-bottom: 40px;
    font-size: 19px;
  }

  .details__text.mod--courses {
    max-width: 520px;
    font-size: 16px;
  }

  .text.sercy.columns {
    margin-top: -20px;
  }

  .details__hilight.mod--hero {
    max-width: 340px;
    margin-bottom: 40px;
    font-size: 19px;
  }

  .details__hilight.mod--courses {
    max-width: 520px;
    font-size: 16px;
  }

  .image-7 {
    padding-top: 0;
  }

  .services {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .services-img {
    max-height: 90px;
  }

  .film-strip__wrapper {
    width: 1540px;
  }

  .language__label {
    font-size: 14px;
  }

  .film_track.top {
    margin-left: -10px;
  }

  .header__nav-link_p2.w--current {
    font-size: 13px;
  }

  .header__nav-link_p2.onpage.w--current {
    font-size: 14px;
  }

  .header__nav-link_2.w--current {
    font-size: 13px;
  }

  .header__nav-link_2.onpage.w--current {
    font-size: 14px;
  }

  .faq-answers {
    line-height: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .section.mod--header {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.mod--hero {
    padding-top: 160px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.mod--steps {
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 100px;
  }

  .section.mod--about {
    padding-top: 150px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.faq {
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 100px;
  }

  .home__content {
    margin-bottom: 100px;
  }

  .header__nav-link.w--current, .header__nav-link.onpage.w--current {
    font-size: 18px;
  }

  .logo {
    width: 161px;
  }

  .btn.btn--header {
    max-height: 36px;
  }

  .subheading.mod--hero {
    max-width: 490px;
    margin-bottom: 50px;
    font-size: 23px;
  }

  .hero__logos {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__logo.sabc {
    width: 120px;
  }

  .hero__logo.psuit {
    height: 39px;
  }

  .hero__logo.clab {
    height: 19px;
  }

  .hero__logo.starsat {
    width: 178px;
    max-width: 100%;
  }

  .hero__logo.netflix {
    height: 26px;
  }

  .hero__counts {
    padding-top: 40px;
  }

  .hero__counts-img {
    max-height: 120px;
  }

  .hero__counts-img.downsize {
    max-width: 46%;
  }

  .hero__counts-numb {
    font-size: 27px;
  }

  .hero__counts-p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .showcase__columns.qcqa {
    padding-right: 40px;
  }

  .showcase__col.qcqa {
    max-height: 220px;
  }

  .showcase__block.qcqa {
    padding-bottom: 0;
  }

  .showcase__block.allworks {
    justify-content: space-between;
    align-items: center;
  }

  .sample__title {
    font-size: 14px;
  }

  .sample__title.qcqa {
    font-size: 13px;
  }

  .steps__list-p, .reviews__p, .reviews__p.sercy {
    font-size: 18px;
  }

  .sample__info {
    font-size: 11px;
  }

  .sample__info.qcqa.client {
    justify-content: flex-start;
    align-items: baseline;
    padding-top: 0;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .questions__col.mod--1.p2 {
    padding-right: 20px;
  }

  .footer__nav-link, .footer__txt {
    font-size: 13px;
  }

  .hero__heading {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .hero__heading.mod--1 {
    padding-bottom: 10px;
  }

  .btn__txt {
    font-size: 16px;
  }

  .section-slide.mod--2 {
    height: 136vh;
  }

  .section-slide.mod--1b {
    height: 140vh;
  }

  .section-slide.mod--2b {
    display: none;
  }

  .page-wrap {
    overflow: clip;
  }

  .sample__header {
    font-size: 13px;
  }

  .hero__counts__tablet {
    padding-top: 40px;
  }

  .showcase__columns_3.qcqa {
    padding-right: 40px;
  }

  .details__heading {
    font-size: 70px;
  }

  .details__heading.mod--1 {
    padding-bottom: 10px;
  }

  .subheading-copy.mod--hero, .details__text.mod--hero {
    max-width: 490px;
    margin-bottom: 50px;
    font-size: 27px;
  }

  .text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .details__hilight.mod--hero {
    max-width: 490px;
    margin-bottom: 50px;
    font-size: 27px;
  }

  .services {
    padding-top: 40px;
  }

  .services-img {
    max-height: 120px;
  }

  .film-strip__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 1720px;
  }

  .film_strip__track, .film_strip__track.top {
    width: 16px;
    height: 18px;
    margin-right: 18px;
  }

  .header__nav-link_p2.w--current, .header__nav-link_p2.onpage.w--current, .header__nav-link_2.w--current, .header__nav-link_2.onpage.w--current {
    font-size: 18px;
  }

  .faq-question {
    font-family: Lexend, sans-serif;
  }

  .faq-question:hover, .faqs_item:hover {
    color: var(--dark-cyan);
  }

  .faqs_item:active {
    border-bottom-color: var(--dark-cyan);
  }

  .faqs_item:focus {
    border-bottom-color: #0f86a1bf;
  }

  .faqs_wrap {
    flex-flow: column;
  }

  .faq-answers {
    color: #b36b24;
    font-family: Merriweather, serif;
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .content.allworks {
    max-width: none;
  }

  .section.mod--header {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.mod--hero {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 180px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.mod--about {
    background-image: none;
    padding-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .home__content {
    margin-bottom: 230px;
  }

  .header__nav-link.w--current {
    font-weight: 400;
  }

  .logo {
    width: 161px;
  }

  .btn.btn--header {
    min-width: 170px;
    max-height: 50px;
  }

  .btn.mod--hero {
    min-width: 200px;
    max-height: 60px;
  }

  .subheading.mod--hero {
    max-width: 470px;
    margin-bottom: 60px;
    font-size: 34px;
  }

  .hero__logos {
    max-width: 1100px;
  }

  .hero__logo.sabc {
    width: 124px;
  }

  .hero__logo.psuit {
    height: 42px;
  }

  .hero__logo.clab {
    height: 22px;
  }

  .hero__logo.starsat {
    width: auto;
    max-width: 200px;
  }

  .hero__logo.netflix {
    height: 29px;
  }

  .hero__counts-img.downsize {
    max-width: 46%;
  }

  .showcase__col.allworks {
    height: auto;
  }

  .showcase__block.allworks {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .hero__heading {
    margin-bottom: 40px;
    font-size: 80px;
  }

  .hero__heading.mod--1 {
    font-size: 80px;
  }

  .btn__txt {
    font-size: 18px;
  }

  .image-4 {
    margin-left: 0;
  }

  .image-5 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 81px;
  }

  .details {
    height: auto;
  }

  .details__content {
    margin-bottom: 230px;
  }

  .details__heading {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .details__heading.mod--1 {
    font-size: 80px;
  }

  .subheading-copy.mod--hero, .details__text.mod--hero, .details__hilight.mod--hero {
    max-width: 470px;
    margin-bottom: 60px;
    font-size: 34px;
  }

  .image-7 {
    padding-top: 0;
    transform: rotate(4deg);
  }

  .film-strip__container {
    margin-top: 20px;
  }

  .film-strip__wrapper {
    transform: none;
  }

  .film-strip__wrapper.no2 {
    margin-left: 10px;
  }

  .header__nav-link_p2.w--current, .header__nav-link_2.w--current {
    font-weight: 400;
  }

  .filmstrip_track {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .content {
    flex: 1;
    width: 100%;
    max-width: none;
  }

  .section.mod--header {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.mod--hero {
    background-image: url('../images/lpm_hero_Tablet.jpg');
    background-position: 35% 0;
    background-repeat: no-repeat;
    background-size: 1140px;
    background-attachment: scroll;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.mod--courses {
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.mod--steps {
    padding-top: 100px;
  }

  .section.mod--reviews {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.mod--questions {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .section.mod--footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.mod--footer.p2 {
    max-height: none;
  }

  .section.temp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.mod--about {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.faq {
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .home__content {
    background-image: none;
    margin-bottom: 340px;
  }

  .footer__columns.mod--top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header__col.mod--2 {
    display: none;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col.mod--2 {
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .footer__col.mod--1 {
    width: auto;
  }

  .logo {
    max-width: 80%;
    max-height: none;
  }

  .btn.btn--header {
    display: none;
  }

  .btn.mod--hero {
    min-width: 200px;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header__search {
    max-width: 16px;
  }

  .subheading.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 10%, #fcc95c33 95%);
    border-radius: 16px;
    max-width: 460px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 25px;
  }

  .hero__logos {
    width: auto;
    max-width: none;
    margin-bottom: 30px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero__logo.sabc {
    width: 105px;
    margin-top: -25px;
  }

  .hero__logo.psuit {
    height: 36px;
  }

  .hero__logo.starsat {
    width: 136px;
    margin-top: -2px;
  }

  .hero__logo.netflix {
    height: 25px;
    margin-top: 3px;
  }

  .hero__counts {
    width: 96vw;
    margin-left: -48vw;
    margin-right: auto;
    position: relative;
    left: 50%;
  }

  .hero__numb-block {
    width: 100%;
    max-width: none;
    display: inline-block;
  }

  .hero__counts-img {
    max-height: 100px;
  }

  .hero__counts-numb {
    font-size: 23px;
  }

  .hero__counts-p {
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }

  .hero__counts-dash.showcase {
    border-width: 2px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero__counts-dash.services {
    display: none;
  }

  .showcase__heading-wrap {
    display: block;
  }

  .showcase__columns {
    flex-wrap: wrap;
    justify-content: start;
    padding-left: 20px;
  }

  .showcase__columns.qcqa {
    padding-left: 20px;
    overflow: scroll;
  }

  .showcase__columns.allworks {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase__col {
    flex: 0 auto;
    width: 50%;
  }

  .showcase__col.mod--3.last {
    margin-right: 30px;
  }

  .showcase__col.qcqa {
    width: auto;
    min-width: 250px;
    max-width: none;
    max-height: 300px;
  }

  .showcase__col.allworks {
    width: auto;
    min-width: 0;
  }

  .showcase__col.last {
    padding-right: 20px;
  }

  .steps__columns {
    flex-direction: column-reverse;
  }

  .steps__illustr {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 374px;
  }

  .steps__list-item.mute {
    opacity: 0;
  }

  .heading--center.team {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .swiper.swiper--reviews {
    width: auto;
  }

  .swiper.mod--numb {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper.swiper--reviews--2 {
    width: auto;
  }

  .swiper-wrapper.searvices {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .swiper-slide.mod--reviews {
    padding-left: 12px;
    padding-right: 12px;
  }

  .swiper-slide.mod--reviews.sercy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper-slide.mod--numb {
    width: 100%;
  }

  .swiper__nav {
    display: none;
  }

  .swiper__arrow.arrow--prev {
    margin-right: 20px;
  }

  .swiper__arrow.arrow--next {
    margin-left: 20px;
  }

  .team__block.sercy {
    margin-bottom: 0;
  }

  .team__ava.sercy {
    margin-left: auto;
    margin-right: auto;
  }

  .reviews__p {
    text-align: left;
    font-size: 18px;
  }

  .reviews__p.sercy {
    font-size: 18px;
  }

  .reviews__dash {
    display: none;
  }

  .questions__columns {
    flex-flow: column;
    margin-bottom: -142px;
    padding-left: 0;
    padding-right: 0;
  }

  .questions__col.mod--1 {
    margin-left: -60px;
  }

  .questions__col.mod--1.p2 {
    margin-left: -110px;
  }

  .questions__col.art {
    margin-bottom: -207px;
    bottom: 240px;
    right: -240px;
  }

  .questions__illustr {
    max-width: 280px;
  }

  .form-block {
    padding-right: 140px;
  }

  .input {
    margin-bottom: 20px;
  }

  .footer__dash {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .footer__dash.mod--1 {
    display: none;
  }

  .footer__nav-link {
    font-size: 13px;
  }

  .footer__drop {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__list.mod--nav {
    flex: 1;
    margin-right: 40px;
  }

  .footer__drop-list {
    display: none;
  }

  .footer__drop-btn {
    display: block;
  }

  .footer__list-item.services.p2 {
    width: auto;
    position: static;
  }

  .footer__txt {
    font-size: 12px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .footer__copyright-logo {
    padding-bottom: 4px;
  }

  .footer__soc-link {
    width: 30px;
    height: 30px;
  }

  .footer__soc-img {
    max-width: 100%;
  }

  .menu__nav-link {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #f2f2f233;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu__nav-link:hover, .menu__nav-link.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .header__humb-wrap {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: relative;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .header__humb-line {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: 100%;
    max-width: 24px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
    position: relative;
  }

  .header__humb-line.mod--2 {
    left: auto;
  }

  .header__humb-line.mod--3 {
    bottom: 0;
  }

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .wrap-hide.sercy, .wrap-hide.sercy.columns {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_illustr-wrap {
    max-width: 310px;
    display: none;
    top: 228px;
  }

  .hero_illustr-ball {
    max-width: 40px;
    top: -5px;
    left: 45px;
  }

  .hero_illustr-plane {
    max-width: 42px;
    display: none;
    top: -50px;
  }

  .hero_illustr-leaves {
    max-width: 36px;
    display: none;
    right: 34px;
  }

  .hero_illustr-leaves2 {
    max-width: 55px;
    display: none;
    bottom: 21px;
    left: 0;
  }

  .hero_illustr-hand {
    max-width: 68px;
    display: none;
    top: 50px;
    left: 70px;
  }

  .swiper-pagination-bullets.mod--numbs {
    margin-top: 32px;
    display: none;
  }

  .swiper-pagination-bullet {
    opacity: 1;
    background-color: #f0e3c5;
    border-radius: 90px;
    flex: 1;
    max-width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    transition: all .1s;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0d86a1;
  }

  .btn__txt {
    font-size: 18px;
  }

  .steps__illustr-smile, .steps__illustr-hand, .steps__illustr-graph-wrap {
    display: block;
  }

  .questions__illustr-wrap {
    bottom: 100px;
  }

  .hero__logo-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__logo-wrap.hide {
    display: none;
  }

  .section-slide.mod--4, .section-slide.mod--3 {
    display: block;
  }

  .section-slide.mod--2 {
    height: 136vh;
  }

  .section-slide.mod--0 {
    height: 100vh;
  }

  .section-slide.mod--2b {
    height: 136vh;
  }

  .footer__follow-wrap {
    margin-bottom: 4vh;
  }

  .footer__follow {
    display: block;
  }

  .form__content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block {
    font-size: 10px;
  }

  .hero__counts__tablet {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .showcase__columns_3 {
    flex-wrap: wrap;
    justify-content: start;
    padding-left: 20px;
  }

  .showcase__columns_3.qcqa {
    padding-left: 20px;
    overflow: scroll;
  }

  .showcase__columns_3.allworks {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    max-width: 94vw;
    margin-left: -47vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 50%;
    overflow: visible;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .header.sercy, .header.sercy.columns {
    margin-left: auto;
    margin-right: auto;
  }

  .details__content {
    background-image: none;
    padding-left: 20px;
  }

  .details__heading.services {
    background-color: #0000;
    padding-left: 60px;
  }

  .subheading-copy.mod--hero, .details__text.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 10%, #fcc95c33 95%);
    border-radius: 16px;
    max-width: 460px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 25px;
  }

  .text.sercy, .text.sercy.columns {
    margin-left: auto;
    margin-right: auto;
  }

  .details__hilight.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 10%, #fcc95c33 95%);
    border-radius: 16px;
    max-width: 460px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 25px;
  }

  .services {
    width: 92vw;
    position: relative;
    left: -20px;
  }

  .services__numb-block {
    width: 100%;
    max-width: none;
    display: inline-block;
  }

  .services-img {
    max-height: 100px;
  }

  .film-strip__container {
    margin-top: -20px;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .faqs_wrap, .faqs_wrap-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .section.mod--about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__columns.mod--top {
    margin-bottom: 24px;
  }

  .footer__columns.mod--bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__col.mod--2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__col.mod--copyright {
    justify-content: center;
  }

  .footer__col.mod--2-copy {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer__col.designed-by {
    justify-content: center;
  }

  .btn.mod--submit.p2 {
    min-width: 170px;
    margin-left: 0%;
  }

  .showcase__col {
    width: 100%;
    margin-bottom: 24px;
  }

  .showcase__col.mod--3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .showcase__block.qcqa {
    padding-bottom: 25px;
  }

  .swiper.swiper--reviews, .swiper.swiper--reviews--2 {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper__nav.mod--reviews {
    margin-top: 48px;
    display: flex;
  }

  .questions__col.mod--1.p2 {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 100px;
  }

  .questions__col.art {
    margin-bottom: -292px;
    bottom: 323px;
  }

  .questions__illustr {
    max-width: 380px;
  }

  .form-block {
    padding-right: 100px;
  }

  .input.msg {
    height: auto;
    min-height: 100px;
  }

  .footer__dash {
    background-image: url('../images/dash-goriz.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    margin: 24px 0;
    display: none;
  }

  .footer__dash.mod--1, .footer__dash.mod--3 {
    display: none;
  }

  .footer__drop {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: none;
  }

  .footer__list {
    column-count: 0;
    flex-wrap: wrap;
    flex: 1;
    column-gap: 0;
    max-width: 500px;
    display: flex;
  }

  .footer__list.mod--nav {
    justify-content: flex-end;
    align-items: center;
  }

  .footer__drop-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .footer__list-item {
    width: 50%;
  }

  .footer__list-item.services.p2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .swiper-pagination-bullets {
    display: flex;
  }

  .footer__list-item-anim {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .form__content {
    justify-content: center;
    align-items: flex-end;
  }

  .remodal.remodal--global {
    max-width: 30rem;
    height: 100%;
  }

  .remodal__close {
    top: 1rem;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .track-name {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }

  .audio-player-single-track-wrapper {
    flex-direction: column;
  }

  .options-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .cover {
    margin-right: 0;
  }

  .track-info-wrapper {
    flex-direction: column;
    margin-right: 0;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .details__heading.h3 {
    padding-left: 0;
  }

  .details__heading.services {
    padding-left: 40px;
  }

  .details__text {
    padding-left: 30px;
  }

  .text {
    width: 90%;
  }

  .services {
    left: auto;
  }

  .film-strip__container {
    width: 100vw;
    margin-top: -20px;
  }

  .movie__frame {
    max-width: 100%;
  }

  .faqs_wrap-2 {
    padding-left: 30px;
    padding-right: 0;
  }

  .strip-div {
    width: 280px;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .section.mod--header {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.mod--hero {
    background-position: 40% 0;
    background-size: 770px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 90px 24px 30px;
  }

  .section.mod--courses {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.mod--steps {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 40px 220px;
  }

  .section.mod--reviews {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0;
  }

  .section.mod--questions {
    background-image: linear-gradient(131deg, #05608d, #34669c 26%, #f65e72 60%, #ffcd08);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .section.mod--footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.temp {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    height: 80%;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: hidden;
  }

  .section.mod--about {
    background-position: 40% 0;
    background-size: 770px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 90px 24px 30px;
  }

  .section.faq {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 40px 60px;
  }

  .home__content {
    margin-bottom: 110px;
  }

  .footer__columns.mod--top {
    flex-flow: row;
  }

  .footer__columns.mod--bottom {
    flex-flow: row;
    justify-content: space-between;
  }

  .footer__col.mod--2 {
    height: 60px;
    margin-top: -5px;
  }

  .footer__col.mod--1 {
    width: 50%;
    margin-right: 0;
  }

  .footer__col.designed-by {
    display: none;
  }

  .logo {
    width: auto;
    min-width: 80px;
    max-width: 80px;
    font-size: 18px;
  }

  .btn.mod--hero {
    min-width: 180px;
    min-height: 50px;
  }

  .btn.mod--submit {
    min-height: auto;
    max-height: 50px;
    margin-left: 0;
  }

  .btn.mod--submit.p2 {
    margin-left: 0;
  }

  .subheading.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 30%, #fcc95c33 95%);
    max-width: 320px;
    margin-bottom: 45px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 1.3em;
    overflow: clip;
  }

  .subheading.mod--courses {
    font-size: 18px;
  }

  .hero__logos {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 80px;
    margin-left: -10px;
    margin-right: -10px;
    display: grid;
  }

  .hero__logo.sabc {
    width: 99px;
  }

  .hero__logo.psuit {
    height: 32px;
  }

  .hero__logo.starsat {
    width: 130px;
    margin-right: 10px;
  }

  .hero__logo.netflix {
    height: 22px;
  }

  .hero__counts {
    border-radius: 60px;
    padding-top: 30px;
  }

  .hero__counts-numb {
    font-size: 21px;
  }

  .hero__counts-p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.4em;
  }

  .hero__counts-dash {
    display: none;
  }

  .hero__counts-dash.showcase {
    margin-top: -10px;
    display: block;
  }

  .heading--margin-0 {
    font-size: 50px;
  }

  .heading--margin-0.showcase {
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
  }

  .showcase__col, .showcase__col.first {
    min-width: 280px;
  }

  .showcase__col.qcqa {
    min-width: 200px;
    margin-bottom: 22px;
  }

  .showcase__col.allworks {
    margin-bottom: 0;
  }

  .showcase__col.allworks.mob-hidden {
    display: none;
  }

  .showcase__col.last {
    margin-bottom: 20px;
  }

  .sample__title {
    font-size: 17px;
  }

  .sample__title.qcqa {
    font-size: 15px;
  }

  .steps__illustr {
    bottom: 520px;
  }

  .steps__list-item {
    padding-left: 0;
    padding-right: 30px;
  }

  .steps__numb._01 {
    left: 200px;
  }

  .steps__numb.p03 {
    left: 120px;
  }

  .steps__list-title.p02 {
    padding-left: 60px;
  }

  .steps__list-title._04 {
    margin-left: 52px;
  }

  .steps__list-p {
    font-size: 19px;
    line-height: 1.4em;
  }

  .steps__list-p.p02, .steps__list-p.p04 {
    margin-left: -50px;
  }

  .steps__list-arrow-wrap.mod--2 {
    top: 20px;
  }

  .heading--center.team {
    font-size: 40px;
    font-weight: 500;
  }

  .swiper.swiper--reviews {
    width: 100vw;
    max-width: none;
    overflow: scroll;
  }

  .swiper.swiper--reviews--2 {
    width: 240vw;
    max-width: none;
    display: none;
    overflow: scroll;
  }

  .swiper-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .swiper-wrapper.hero {
    width: 300vw;
  }

  .swiper-wrapper.row2 {
    width: 70vw;
  }

  .swiper-wrapper.team {
    justify-content: flex-start;
    align-items: stretch;
    width: 70%;
  }

  .swiper-wrapper.searvices {
    width: auto;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    padding-left: 30px;
    padding-right: 20px;
  }

  .swiper-slide.mod--reviews.sercy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper__nav, .swiper__nav.mod--reviews {
    display: none;
  }

  .team__block.sercy {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: flex-start;
    width: auto;
  }

  .team__ava {
    width: 140px;
  }

  .team__ava.sercy {
    width: 80%;
  }

  .reviews__p {
    font-size: 17px;
    line-height: 1.4em;
  }

  .reviews__p.sercy {
    width: auto;
    font-size: 14px;
    line-height: 1.5em;
  }

  .team__member {
    margin-bottom: 0;
    font-size: 21px;
  }

  .team__member.title {
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .team__member.title.sercy {
    margin-top: -2px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .team__member.sercy {
    margin-right: 0;
    font-size: 19px;
  }

  .sample__info {
    font-size: 13px;
  }

  .heading--margin-40 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .questions__columns {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .questions__col.mod--1 {
    flex: 0 auto;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .questions__col.mod--1.p2 {
    margin-left: 0;
    padding-top: 120px;
    padding-right: 20px;
  }

  .questions__col.art {
    margin-bottom: 0;
  }

  .questions__illustr {
    display: none;
  }

  .form-block {
    margin-top: 20px;
    padding-right: 0;
  }

  .input {
    height: 50px;
  }

  .footer__nav-link.w--current {
    font-size: 14px;
    line-height: 1.5em;
  }

  .footer__drop {
    width: 100%;
    display: none;
  }

  .footer__list {
    margin-top: 0;
  }

  .footer__list.mod--nav {
    grid-column-gap: 30px;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: none;
  }

  .footer__drop-btn {
    text-transform: uppercase;
    width: 100%;
    padding: 8px 0;
    display: block;
  }

  .footer__drop-arrow {
    background-image: url('../images/ico_arrow-drop.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer__list-item {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__list-item.mod--contact {
    opacity: .7;
    width: 100%;
  }

  .footer__list-item.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    width: 77px;
    display: inline-flex;
  }

  .footer__list-item.services {
    width: 110px;
  }

  .footer__list-item.faqs {
    display: none;
  }

  .footer__copyright {
    max-width: 160px;
  }

  .footer__social {
    justify-content: space-between;
  }

  .menu__nav-link {
    font-size: 14px;
  }

  .wrap-hide.sercy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
  }

  .wrap-hide.sercy.columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-hide.showcase {
    display: none;
  }

  .hero__heading {
    font-size: 43px;
  }

  .hero__heading.mod--1 {
    padding-bottom: 0;
    font-size: 43px;
  }

  .swiper-pagination-bullets.mod--numbs {
    margin-top: 0;
    display: none;
  }

  .btn__txt {
    font-size: 16px;
  }

  .questions__illustr-wrap {
    bottom: -40px;
    left: -96px;
  }

  .footer__list-item-anim {
    justify-content: flex-end;
    display: flex;
  }

  .hero__logo-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section-slide.mod--2 {
    height: 160vh;
  }

  .section-slide.mod--1b {
    height: 222vh;
  }

  .team__ava-wrap {
    margin-bottom: 30px;
  }

  .team__ava-wrap.sercy {
    width: 280px;
    margin-bottom: 0;
  }

  .team__ava-wrap.zo {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .team__ava-wrap.jay {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .footer__follow-wrap {
    margin-top: 3vh;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__follow {
    align-items: flex-start;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.4em;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .form__content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .remodal.remodal--global {
    max-width: 100%;
    display: none;
  }

  .remodal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .sample__header {
    font-size: 15px;
  }

  .funfact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 110%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: relative;
    left: -5%;
    right: -5%;
  }

  .fun_fact_header.player {
    font-size: 16px;
  }

  .fun_fact_text {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block {
    width: 100%;
  }

  .play-bttn {
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .audio-player-single-track-wrapper {
    flex-flow: row;
    padding-right: 10px;
  }

  .audio-active {
    margin-top: -10px;
  }

  .options-wrapper {
    margin-right: 0;
    display: none;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 200px;
    min-width: 200px;
  }

  .info_to_player-wrap {
    margin-top: 100px;
    padding-top: 0;
  }

  .pause-bttn {
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .showcase__columns_3.allworks {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
  }

  .text-block-2 {
    line-height: 17px;
  }

  .header.sercy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
  }

  .header.sercy.columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header.showcase {
    display: none;
  }

  .details__content {
    margin-bottom: 110px;
    padding-left: 0;
  }

  .details__heading {
    margin-top: 40px;
    font-size: 30px;
  }

  .details__heading.mod--1 {
    padding-bottom: 0;
    font-size: 43px;
  }

  .details__heading.services {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
  }

  .subheading-copy.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 30%, #fcc95c33 95%);
    max-width: 320px;
    margin-bottom: 45px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 1.3em;
    overflow: clip;
  }

  .subheading-copy.mod--courses {
    font-size: 20px;
  }

  .details__text {
    padding-left: 10px;
    font-size: 14px;
  }

  .details__text.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 30%, #fcc95c33 95%);
    max-width: 320px;
    margin-bottom: 45px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 1.3em;
    overflow: clip;
  }

  .details__text.mod--courses {
    font-size: 20px;
  }

  .text {
    width: 100%;
  }

  .text.sercy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
  }

  .text.sercy.columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text.showcase {
    display: none;
  }

  .details__hilight.mod--hero {
    background-image: linear-gradient(100deg, #f3785626 30%, #fcc95c33 95%);
    max-width: 320px;
    margin-bottom: 45px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 1.3em;
    overflow: clip;
  }

  .details__hilight.mod--courses {
    font-size: 20px;
  }

  .services {
    border-radius: 60px;
    width: auto;
    padding-top: 30px;
  }

  .film-strip__container {
    margin-top: -40px;
  }

  .film-strip__wrapper {
    left: -22px;
  }

  .movie__frame {
    max-width: 100%;
  }

  .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .faq-answers {
    font-size: 17px;
  }

  .faqs_wrap-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
  }

  .strip-div {
    width: 260px;
  }
}

#w-node-_011684a4-e9e0-b24f-4e3a-7987009102b8-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102bb-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102be-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102c1-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102c4-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102c7-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102ca-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102cd-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102cf-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102d1-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102d3-59cdfc34, #w-node-_5566efaf-3841-fbf7-09e9-5d7164be0dcd-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102d8-59cdfc34, #w-node-_71c28569-0a69-87b0-a0af-210152fdc213-59cdfc34, #w-node-baa56ff0-284c-c688-d37d-233ffaaaafd6-59cdfc34, #w-node-a713f601-774f-7e6f-b613-fc28bc1cd0a9-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102da-59cdfc34, #w-node-_462ca866-63d7-7470-e5c5-37913557ab24-59cdfc34, #w-node-_011684a4-e9e0-b24f-4e3a-7987009102d6-59cdfc34, #w-node-e2f10cef-61f1-6134-0718-cc0df97fd294-59cdfc34, #w-node-_0cae37fe-a618-99da-0051-93338ff5de6f-59cdfc34, #w-node-_452f118a-31f3-63c9-a4cb-0b5ba85b1912-59cdfc34, #w-node-_7e92ffe6-ef92-53b7-64ce-c78733949607-59cdfc34, #w-node-_8f9e0ecf-3c7b-f0b1-3cc1-647cdc26759a-59cdfc34, #w-node-_20a6a10d-0be4-4846-b117-13f7a1a252c3-59cdfc34, #w-node-f23247e2-15ed-f821-400e-f761b9f707c0-59cdfc34, #w-node-ddb78c1d-8c00-1f18-b1f2-839f3577044c-59cdfc34, #w-node-_7e3c38fa-d19e-2122-6a23-92201ee9e36f-59cdfc34, #w-node-b4aa6e50-b94b-88dc-8bdc-fe15566f3178-59cdfc34, #w-node-_6a8b59d7-eef6-37be-7206-7443200821f8-59cdfc34, #w-node-_73a36b57-4726-6926-e75d-1ca28375e415-59cdfc34, #w-node-ac85d3f0-28ed-ad81-abe6-059496c6c6a6-59cdfc34, #w-node-_9d909478-51c8-2f6f-42e8-80a7d440781b-59cdfc34, #w-node-_38291a08-4b58-d02c-2d80-b959f0897f7d-59cdfc34, #w-node-_4252cda4-8096-744c-4d8a-64128d8a18ef-59cdfc34, #w-node-_74a40a1e-3c62-423e-9320-fd5de5db78e9-59cdfc34, #w-node-_6a8cf3a4-516b-a63e-f675-3fc441f7e0e1-59cdfc34, #w-node-c955759c-e235-356c-d380-c6f6ac9833a1-59cdfc34, #w-node-fec9c62b-d80f-7787-e46b-cbd7ec6c08bd-59cdfc34, #w-node-_780dcaab-7d4b-e400-1e6a-886401381eda-59cdfc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7d3640f8-07bc-8b18-10a9-412f89b0f46a-59cdfc34 {
    justify-self: end;
  }

  #w-node-ed0bdad6-25d5-2438-34da-a9239030ea0e-59cdfc34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


