h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 84px;
  font-weight: 700;
  letter-spacing: -2.5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -1.87px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 20px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: -0.66px;
}

.body {
  background-color: #0c0c0c;
}

.container {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.container.center {
  text-align: center;
}

.navbar {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.brand {
  margin-top: 21px;
}

.brand.w--current {
  margin-top: 31px;
}

.logo-text {
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: -0.75px;
}

.nav-link {
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.nav-link:hover {
  color: #41ddff;
}

.nav-link.pro {
  color: #41ddff;
}

.nav-grid {
  display: block;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 60px 1fr 0.25fr;
  grid-template-columns: 60px 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ios-download-btn {
  margin-top: 17px;
  padding: 6.92px 19.04px 8.65px;
  border-radius: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a7f8), to(#1ec1ff));
  background-image: linear-gradient(180deg, #00a7f8, #1ec1ff);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.ios-download-btn:hover {
  opacity: 0.9;
}

.ios-download-btn._2 {
  margin-top: 0px;
  padding: 17px 30px 19px;
  border: 1px solid #c31a12;
  border-radius: 5px;
  background-color: #ff5454;
  background-image: none;
}

.ios-download-btn.mobile {
  position: relative;
  z-index: 1;
  display: none;
}

.apple-icon {
  margin-top: 5px;
  margin-right: 6.92px;
}

.apple-icon._2 {
  width: 24px;
  margin-top: 0px;
  margin-right: 9px;
}

.download-text {
  float: right;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 20.77px;
  line-height: 30px;
  font-weight: 400;
}

.download-text._2 {
  margin-top: -2px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: -0.66px;
}

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

.section.hero {
  padding-top: 133px;
  background-image: url('../images/Mask-Group.svg');
  background-position: 8% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.app-features {
  padding-top: 115px;
  padding-bottom: 118px;
}

.section.vidlab-pro {
  padding-top: 107px;
  padding-bottom: 119px;
  background-color: #1a1a1a;
}

.section.cta {
  position: relative;
  overflow: hidden;
  padding-top: 183px;
  padding-bottom: 183px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e1e20), to(#1e1e20));
  background-image: linear-gradient(180deg, #1e1e20, #1e1e20);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.footer {
  padding-top: 38px;
  padding-bottom: 31px;
}

.section.terms {
  padding-top: 115px;
  padding-bottom: 110px;
}

.hero-wrap {
  position: relative;
  max-width: 711px;
  margin-right: auto;
  margin-bottom: 76px;
  margin-left: auto;
  text-align: center;
}

.hero-title {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.hero-text {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}

.app-images-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 471px;
  max-width: 554px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone-mid {
  position: relative;
  z-index: 1;
  width: 39.35%;
}

.phone-left {
  position: relative;
  z-index: 1;
  width: 26.5%;
}

.phone-right {
  position: relative;
  z-index: 1;
  width: 26.5%;
}

.app-images-section-sphere {
  position: absolute;
  left: -103px;
  top: auto;
  right: auto;
  bottom: 124px;
}

.blurred-triangle {
  position: absolute;
  left: auto;
  top: -5px;
  right: -169px;
  bottom: auto;
  z-index: 2;
}

.features-section-title {
  margin-bottom: 30px;
}

.features-section-description {
  max-width: 706px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  font-size: 21px;
}

.features-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  -ms-grid-columns: 25% 25% 1fr;
  grid-template-columns: 25% 25% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 69%;
  margin-bottom: 15px;
  padding: 75px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  background-color: #232323;
}

.feature-wrapper._2 {
  height: 28%;
  margin-bottom: 0px;
  padding-top: 43px;
}

.feature-wrapper._3 {
  height: 33%;
  padding-top: 60px;
}

.feature-wrapper._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/base-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-wrapper._5 {
  height: 65%;
  padding-top: 69px;
  padding-bottom: 21px;
  background-image: linear-gradient(135deg, #fe815a, #a157dc 50%, #2b47dd);
}

.feature-wrapper._6 {
  width: 53%;
  height: 100%;
  margin-right: 14px;
  padding: 39px 8px 21px;
}

.feature-wrapper._7 {
  width: 44.3%;
  height: 100%;
  padding-top: 39px;
  padding-bottom: 21px;
}

.feature-img {
  margin-bottom: 45px;
}

.feature-img._2 {
  margin-bottom: 26px;
}

.feature-img._3 {
  margin-bottom: 33px;
}

.feature-img._6 {
  margin-bottom: 21px;
}

.feature-img._7 {
  margin-bottom: 19px;
}

.feature-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 21px;
}

.heading {
  line-height: 86px;
  font-weight: 400;
}

.heading-2 {
  margin-top: -49px;
  margin-bottom: 42px;
  font-size: 112px;
  line-height: 160px;
}

.feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parallex-item {
  position: absolute;
  left: auto;
  top: -28%;
  right: -9%;
  bottom: auto;
  width: 24%;
}

.vidlab-pro-description {
  max-width: 766px;
  margin-right: auto;
  margin-bottom: 83px;
  margin-left: auto;
  font-size: 21px;
}

.pro-showcase {
  position: relative;
  min-height: 374px;
  margin-bottom: 95px;
  border-radius: 10px;
  background-image: url('../images/BG-min-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 42px 54px 0 rgba(0, 0, 0, 0.31);
}

.pro-phones-wrapper {
  position: absolute;
  left: 0%;
  top: -32px;
  right: 0%;
  bottom: 0%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 82px;
  padding-left: 157px;
  text-align: right;
}

.phone-pro._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.tube {
  position: absolute;
  left: -61px;
  top: 19px;
  right: auto;
  bottom: auto;
}

.pro-features-grid {
  display: -ms-grid;
  display: grid;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 110px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pro-feature-column {
  max-width: 246px;
}

.pro-feature-icon {
  margin-bottom: 20px;
}

.pro-feature-column-title {
  margin-bottom: 9px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.75px;
}

.pro-feature-column-description {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.cta-flex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-title {
  width: 78%;
  max-width: 800px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 7.5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.8;
}

.social-link._2 {
  margin-right: 0px;
  margin-left: 7.5px;
}

.footer-link {
  margin-right: 0px;
  margin-left: 17px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.9;
}

.footer-link.left {
  margin-left: 0px;
}

.footer-copuright-text {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.link {
  color: hsla(0, 0%, 100%, 0.7);
}

.hero-sphere {
  position: absolute;
  left: 0%;
  top: -12%;
  right: 0%;
  bottom: 0%;
  width: 57%;
  margin-right: auto;
  margin-left: auto;
}

.image {
  position: relative;
  z-index: 1;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 14%;
}

.image-2._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 22%;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-3 {
  margin-bottom: 90px;
  text-align: center;
}

.terms-rich-text h2 {
  margin-bottom: 20px;
}

.terms-rich-text p {
  margin-bottom: 35px;
}

.terms-rich-text h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.terms-rich-text h4 {
  margin-top: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ios-download-btn {
    margin-top: 30px;
  }

  .section.hero {
    padding-top: 117px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.cta {
    padding-top: 134px;
    padding-bottom: 99px;
  }

  .section.terms {
    padding-top: 110px;
    padding-bottom: 89px;
  }

  .hero-title {
    font-size: 70px;
    line-height: 75px;
  }

  .hero-text {
    font-size: 18px;
    line-height: 32px;
  }

  .app-images-wrap {
    width: 70%;
  }

  .features-section-title {
    font-size: 50px;
    line-height: 60px;
  }

  .features-section-description {
    max-width: 610px;
    font-size: 17px;
    line-height: 31px;
  }

  .feature-wrapper {
    padding-top: 60px;
  }

  .feature-wrapper._2 {
    padding-top: 21px;
  }

  .feature-wrapper._3 {
    padding-top: 29px;
  }

  .feature-wrapper._4 {
    padding-top: 0px;
  }

  .feature-wrapper._5 {
    padding-top: 44px;
  }

  .feature-wrapper._6 {
    padding-top: 31px;
  }

  .feature-wrapper._7 {
    padding-top: 11px;
  }

  .feature-img._7 {
    width: 60%;
  }

  .heading {
    font-size: 46px;
    line-height: 84px;
  }

  .heading-2 {
    margin-top: -40px;
    margin-bottom: -1px;
    font-size: 80px;
    line-height: 130px;
  }

  .vidlab-pro-section-title {
    font-size: 50px;
    line-height: 60px;
  }

  .vidlab-pro-description {
    max-width: 600px;
    font-size: 17px;
    line-height: 30px;
  }

  .pro-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-title {
    width: 100%;
    max-width: 680px;
    margin-bottom: 41px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .footer-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .social-links-wrapper {
    margin-bottom: 10px;
  }

  .footer-links {
    text-align: center;
  }

  .footer-copuright-text {
    text-align: center;
  }

  .nav-menu {
    display: block;
    width: 70vw;
    margin-top: 0px;
    padding-top: 95px;
    padding-left: 54px;
    background-color: #0c0c0c;
    text-align: left;
  }

  .menu-button {
    margin-top: 33px;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: transparent;
  }

  .heading-3 {
    font-size: 60px;
    line-height: 66px;
  }

  .terms-rich-text h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .terms-rich-text p {
    font-size: 18px;
    line-height: 35px;
  }

  .terms-rich-text h3 {
    font-size: 35px;
    line-height: 50px;
  }

  .terms-rich-text h4 {
    font-size: 23px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding-top: 99px;
  }

  .section.app-features {
    padding-top: 93px;
    padding-bottom: 42px;
  }

  .section.vidlab-pro {
    padding-top: 88px;
    padding-bottom: 89px;
  }

  .section.cta {
    padding-top: 121px;
    padding-bottom: 95px;
  }

  .section.terms {
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .hero-title {
    margin-bottom: 16px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-text {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 29px;
  }

  .app-images-wrap {
    max-height: 430px;
  }

  .app-images-section-sphere {
    left: -48px;
    bottom: 56px;
    width: 79px;
  }

  .blurred-triangle {
    right: -78px;
    width: 140px;
  }

  .features-section-title {
    margin-bottom: 22px;
    font-size: 43px;
    line-height: 57px;
  }

  .features-section-description {
    max-width: 580px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 29px;
  }

  .features-grid {
    display: none;
  }

  .vidlab-pro-section-title {
    font-size: 43px;
    line-height: 50px;
  }

  .vidlab-pro-description {
    max-width: 560px;
    font-size: 16px;
    line-height: 29px;
  }

  .tube {
    left: -40px;
  }

  .pro-features-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .pro-feature-column-title {
    font-size: 24px;
  }

  .cta-title {
    font-size: 43px;
    line-height: 53px;
  }

  .footer-wrapper {
    grid-row-gap: 0px;
  }

  .social-links-wrapper {
    margin-bottom: 23px;
  }

  .footer-logo {
    margin-bottom: 19px;
  }

  .hero-sphere {
    width: 57%;
  }

  .image-2 {
    width: 23%;
  }

  .image-2._2 {
    width: 35%;
  }

  .nav-menu {
    padding-left: 40px;
  }

  .heading-3 {
    margin-bottom: 84px;
    font-size: 50px;
    line-height: 60px;
  }

  .terms-rich-text h2 {
    font-size: 43px;
    line-height: 50px;
  }

  .terms-rich-text p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 30px;
  }

  .terms-rich-text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .terms-rich-text h4 {
    font-size: 22px;
    line-height: 31px;
  }
}

@media screen and (max-width: 479px) {
  .ios-download-btn._2 {
    padding: 13px 25px 15px;
  }

  .ios-download-btn.mobile {
    display: inline-block;
    margin-top: 0px;
  }

  .apple-icon._2 {
    margin-right: 5px;
  }

  .download-text._2 {
    margin-top: 2px;
    font-size: 16px;
    line-height: 25px;
  }

  .section.hero {
    margin-top: 0px;
    padding-top: 75px;
  }

  .section.app-features {
    padding-top: 52px;
    padding-bottom: 66px;
  }

  .section.vidlab-pro {
    padding-top: 69px;
    padding-bottom: 98px;
  }

  .section.cta {
    padding-top: 83px;
    padding-bottom: 82px;
  }

  .section.terms {
    padding-top: 75px;
    padding-bottom: 49px;
  }

  .hero-wrap {
    margin-bottom: 44px;
  }

  .hero-title {
    max-width: 335px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 37px;
    line-height: 40px;
    letter-spacing: -1.17px;
  }

  .hero-text {
    margin-bottom: 15px;
    font-size: 12.12px;
    line-height: 23.8px;
    letter-spacing: -0.4px;
  }

  .app-images-wrap {
    max-height: 264px;
  }

  .blurred-triangle {
    top: -27px;
    width: 120px;
  }

  .features-section-title {
    max-width: 260px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    font-size: 37px;
    line-height: 40px;
    letter-spacing: -1.17px;
  }

  .features-section-description {
    max-width: 325px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 21px;
  }

  .vidlab-pro-section-title {
    margin-bottom: 16px;
    font-size: 37px;
    line-height: 40px;
    letter-spacing: -1.17px;
  }

  .vidlab-pro-description {
    max-width: 325px;
    margin-bottom: 72px;
    font-size: 13px;
    line-height: 21px;
  }

  .pro-showcase {
    min-height: 178px;
    margin-bottom: 104px;
  }

  .pro-phones-wrapper {
    top: -24px;
    max-width: 251px;
    padding-top: 15px;
    padding-left: 99px;
  }

  .phone-pro._2 {
    width: 146px;
  }

  .tube {
    left: -38px;
    top: 8px;
    width: 70px;
  }

  .pro-features-grid {
    grid-row-gap: 80px;
  }

  .cta-title {
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.76px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-copuright-text {
    font-size: 12px;
  }

  .hero-sphere {
    top: -9%;
    width: 191px;
    max-width: 191px;
  }

  .image {
    display: block;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
  }

  .image-2 {
    width: 27%;
  }

  .image-2._2 {
    right: -9%;
    width: 43%;
  }

  .nav-menu {
    padding-top: 68px;
    padding-left: 20px;
  }

  .heading-3 {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 50px;
  }

  .terms-rich-text h2 {
    font-size: 37px;
    line-height: 40px;
  }

  .terms-rich-text p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 21px;
  }

  .terms-rich-text h4 {
    font-size: 20px;
  }
}

#w-node-_0e601fc2-2e37-8a1c-e5cd-6ef6a5db3845-dceeba9f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3fdfeda3-8b0c-a21b-4e75-0752cc3e31c8-dceeba9f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-acd80056-4d78-96c3-5908-b91526a0b073-dceeba9f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2d93a575-6fae-faea-1fac-897da485f8fa-dceeba9f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bbfb92e-07cd-366f-c9fc-92a58d5d3aa0-dceeba9f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_501db466-3c36-052e-ee34-eb7aa0817ba8-a0817ba5 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_7e094620-0417-b7de-3d89-f2e6a1421416-a1421412 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7e094620-0417-b7de-3d89-f2e6a142141b-a1421412 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7e094620-0417-b7de-3d89-f2e6a1421422-a1421412 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_59461967-8e78-9c3a-d274-3370993277ff-dceeba9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0e601fc2-2e37-8a1c-e5cd-6ef6a5db3845-dceeba9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3fdfeda3-8b0c-a21b-4e75-0752cc3e31c8-dceeba9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-acd80056-4d78-96c3-5908-b91526a0b073-dceeba9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2d93a575-6fae-faea-1fac-897da485f8fa-dceeba9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0bbfb92e-07cd-366f-c9fc-92a58d5d3aa0-dceeba9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

