.body {
  background-color: #0d1431;
  font-family: 'Tt norms pro', sans-serif;
  color: #fff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #152e4d;
  background-color: #0d1431;
  color: #fff;
}

.container {
  width: auto;
}

.image {
  width: 50px;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 3px solid #001f9f;
}

.image-2 {
  width: 50px;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.login-button-top {
  margin-left: 20px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #345ded;
  border-radius: 10px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 700;
}

.login-button-top:hover {
  background-color: #345ded;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  margin-bottom: 50px;
  background-image: url('../images/Group-70.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.big-impact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin: 0px 15px;
  padding: 0px;
  font-family: 'Tt norms pro', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.headline-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #001f9f;
}

.icon-star {
  font-family: 'Font Awesome Solid', sans-serif;
}

.icon-star.icon-review {
  margin-right: 7px;
  color: #e8bd0d;
}

.main-title-heading {
  margin-top: 35px;
  font-size: 260%;
}

.main-subtitle-text {
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.container-2 {
  max-width: 1500px;
}

.main-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.full-cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 50px;
  margin-right: 20px;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #345ded;
  border-radius: 5px;
  background-color: #345ded;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 700;
}

.full-cta-button:hover {
  border-color: #1136bb;
  background-color: #1136bb;
}

.ghost-cta-button {
  font-weight: 700;
}

.ghost-cta-button.full-cta-button {
  margin-right: 0px;
  border-color: #fff;
  background-color: rgba(52, 93, 237, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.ghost-cta-button.full-cta-button:hover {
  background-color: #fff;
  color: #000;
}

.sites-images-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-images-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-images-container.images-container-mobile {
  display: none;
}

.website-img {
  max-height: 35px;
}

.website-img.fix-height-img {
  max-height: 28px;
}

.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ca4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d4ff), to(#090979));
  background-image: linear-gradient(180deg, #00d4ff, #090979);
}

.video-inside {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.container-3 {
  display: block;
}

.heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-wrap-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-title-head {
  font-size: 260%;
  text-align: center;
}

.text-span {
  color: #345ded;
}

.info-wrap-column {
  display: block;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.info-wrap-inside {
  height: 100%;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background-color: #001f9f;
}

.info-wrap-inside.info-wrap-first {
  display: block;
  height: 100%;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  background-color: #1744ff;
}

.info-icon {
  width: auto;
  height: 55px;
}

.info-heading {
  margin-bottom: 20px;
  font-size: 160%;
}

.paragraph {
  font-size: 14px;
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testclass {
  width: 33.333333333333336%;
  background-color: #ca1d1d;
}

.info-section {
  margin-bottom: 50px;
}

.process-section {
  margin-bottom: 50px;
}

.container-main {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.image-3 {
  width: auto;
  max-width: 100%;
}

.image-container-mobile {
  display: none;
  margin-top: 90px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-container-mobile.images-container-mobile {
  display: none;
}

.list-item {
  display: block;
}

.paragraph-2 {
  font-size: 14px;
}

.process-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-row.process-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.process-row.process-row-last {
  margin-bottom: 60px;
}

.process-description {
  padding-right: 10px;
  padding-left: 10px;
}

.process-showcase {
  display: block;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -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;
  border-radius: 20px;
  background-color: transparent;
}

.process-description-inside {
  margin-right: 0px;
  padding-right: 0px;
}

.process-description-inside.process-description-inside-reverse {
  margin-right: 0px;
  margin-left: 0px;
}

.process-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #345ded;
  font-size: 130%;
}

.process-heading {
  margin-bottom: 10px;
  font-size: 175%;
}

.paragraph-3 {
  font-size: 100%;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-size: 100%;
}

.process-button {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #345ded;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 700;
}

.process-button:hover {
  background-color: #1136bb;
}

.process-image {
  width: 75%;
  margin-top: 0px;
}

.process-image.process-image-small {
  width: 60%;
}

.process-image.process-image-small-copy {
  width: 60%;
}

.process-image.process-image-smallest {
  width: 45%;
}

.process-showcase-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  border-radius: 20px;
  background-color: #001f9f;
}

.process-showcase-inside.process-showcase-inside-reverse {
  margin-right: 10px;
  margin-left: 0px;
}

.payment-section {
  margin-bottom: 60px;
}

.payment-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #345ded;
  font-size: 130%;
  letter-spacing: 10px;
  white-space: normal;
}

.payment-container-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.payment-images-list {
  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;
  grid-column-gap: 65px;
}

.plans-section {
  margin-bottom: 50px;
}

.plan-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f0f1f1;
}

.plan-bottom {
  margin-bottom: 0px;
  padding: 20px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #001f9f;
}

.plan-bottom.plan-bottom-special {
  background-color: #1744ff;
}

.calendar-icon {
  width: 25px;
  margin-right: 10px;
}

.text-block {
  color: #0d1431;
  font-size: 130%;
  font-weight: 700;
}

.time-heading {
  color: #0d1431;
  font-size: 130%;
  font-weight: 700;
}

.price-heading {
  font-size: 260%;
  font-weight: 500;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  font-weight: 500;
}

.heading-2-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  font-weight: 500;
}

.price-head {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-width: 0px 0px 1px;
  border-color: #fff;
  font-weight: 500;
}

.text-span-2 {
  text-decoration: underline;
}

.offer-unlimited {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: 700;
}

.offer-unlimited.key-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

.offer-unlimited.key-text.special-plan-key {
  margin-top: 50px;
}

.list-offer {
  margin-bottom: 5px;
}

.list-offer.list-offer-last {
  margin-bottom: 0px;
}

.list-offer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 20px;
  margin-right: 0px;
}

.text-block-2 {
  margin-left: 3px;
  font-size: 95%;
}

.button {
  width: 100%;
  padding: 10px 0px;
  border-radius: 5px;
  background-color: #f0f1f1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0d1431;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: silver;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reviews-section {
  margin-bottom: 60px;
}

.review-box-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 15px;
  -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;
  border-radius: 20px;
  background-color: #001f9f;
}

.review-box-inside.review-middle {
  height: 100%;
  background-color: #1744ff;
}

.review-box-inside.review-last {
  background-color: #10236f;
}

.top-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-review {
  margin-bottom: 30px;
}

.bottom-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-left-review {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #e64865;
  background-image: url(https://cdn.discordapp.com/avatars/946828141727449118/a_9ffceffc529ff025bb364da3923068b5.gif?size=240);
  background-size: contain;
}

.top-left-review.top-left-review-middle {
  background-color: #4eb294;
  background-image: url(https://cdn.discordapp.com/avatars/650994870755917845/009f549919157c48c34e92190c430cee.webp?size=240);
  background-size: contain;
}

.top-left-review.top-left-review-right {
  background-color: #f78b24;
  background-image: url(https://cdn.discordapp.com/avatars/264095112823308288/e81c780ced3eecab9cfb5f9038b3a324.webp?size=240);
  background-size: contain;
}

.review-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.review-role {
  font-size: 90%;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-6 {
  height: auto;
}

.footer-section {
  background-color: #10236f;
}

.footer-inside {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 60px 40px;
  -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: 4px solid #1744ff;
  border-radius: 20px;
}

.footer-text {
  margin-top: 0px;
  font-size: 200%;
  line-height: 30px;
  font-weight: 500;
}

.button-2 {
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #1744ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Font Awesome Solid', sans-serif;
}

.button-2:hover {
  background-color: #1136bb;
}

.text-span-3 {
  margin-left: 15px;
  font-family: 'Tt norms pro', sans-serif;
  font-size: 110%;
  font-weight: 500;
}

.text-span-4 {
  font-size: 130%;
}

.bold-text {
  color: #e8bd0d;
}

.scroll-top {
  position: absolute;
  top: 0px;
}

.html-embed {
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .site-images-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .video-container {
    width: 100%;
  }

  .image-container-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .process-subheading {
    display: none;
  }

  .process-heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .offer-unlimited.key-text.special-plan-key {
    margin-top: 20px;
  }

  .columns-2 {
    display: block;
  }

  .column {
    padding-bottom: 20px;
  }

  .column-2 {
    padding-bottom: 20px;
  }

  .column-3 {
    margin-bottom: 20px;
  }

  .column-4 {
    margin-bottom: 0px;
  }

  .footer-top {
    padding: 20px;
  }

  .button-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: none;
    -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;
  }

  .login-button-top {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgba(21, 33, 86, 0);
  }

  .hero-section {
    margin-bottom: 30px;
  }

  .video-section {
    margin-bottom: 30px;
  }

  .heading-wrap.heading-wrap-process {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info-wrap-column {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-wrap-column.info-column-last {
    margin-bottom: 0px;
  }

  .columns {
    display: block;
  }

  .info-section {
    margin-bottom: 30px;
  }

  .container-main {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .menu-button {
    background-color: #0d1431;
  }

  .menu-button.w--open:hover {
    background-color: #0d1431;
  }

  .menu-button.w--open:active {
    background-color: #0d1431;
  }

  .menu-button.w--open:focus {
    background-color: #0d1431;
  }

  .menu-button.w--open:focus-visible {
    background-color: #0d1431;
  }

  .menu-button.w--open[data-wf-focus-visible] {
    background-color: #0d1431;
  }

  .process-row {
    display: block;
    margin-bottom: 25px;
  }

  .process-row.process-row-reverse {
    margin-bottom: 30px;
  }

  .process-row.process-row-last {
    margin-bottom: 0px;
  }

  .process-description {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .process-showcase {
    padding-right: 0px;
    padding-left: 0px;
  }

  .process-description-inside {
    margin-bottom: 25px;
  }

  .process-subheading {
    display: block;
  }

  .process-heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraph-4 {
    margin-bottom: 15px;
  }

  .paragraph-4.text-fix {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .paragraph-4.no-margin {
    margin-bottom: 0px;
  }

  .process-showcase-inside {
    margin-left: 0px;
  }

  .payment-section {
    margin-bottom: 30px;
  }

  .payment-images-list {
    grid-column-gap: 20px;
  }

  .plans-section {
    margin-bottom: 30px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    display: block;
  }

  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 180%;
    text-align: center;
  }

  .column-review {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .column-review.column-review-last {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .login-button-top {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .hero-section {
    background-image: url('../images/Group-70.png');
    background-position: 50% 50%;
    background-size: 100% 150px;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .ghost-cta-button.full-cta-button {
    margin-right: 0px;
  }

  .site-images-container {
    display: none;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .site-images-container.images-container-mobile {
    display: block;
  }

  .website-img {
    display: block;
    width: 120px;
    height: auto;
    max-height: 30px;
    max-width: 100%;
  }

  .website-img.studocu-fix {
    width: 120px;
    max-height: 23px;
  }

  .heading-wrap.heading-wrap-process {
    margin-bottom: 0px;
  }

  .info-wrap-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-main {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-container-mobile {
    display: block;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .image-container-mobile.images-container-mobile {
    display: block;
  }

  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -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;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .list-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
    grid-column-gap: 20px;
  }

  .list-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -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;
  }

  .img-container-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .img-container-inside.justify-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img-container-inside.jusity-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .process-image {
    width: 80%;
  }

  .process-image.process-image-small {
    width: 70%;
  }

  .process-image.process-image-smallest {
    width: 60%;
  }

  .payment-heading {
    letter-spacing: 0px;
  }

  .column-5 {
    padding-bottom: 10px;
  }

  .image-5 {
    padding-bottom: 10px;
  }

  .footer-text {
    font-size: 140%;
  }

  .button-2 {
    font-size: 90%;
  }

  .text-block-3 {
    text-align: center;
  }
}

@font-face {
  font-family: 'Font Awesome Regular';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Black-Italic.otf.ttf') format('opentype'), url('../TT-Norms-Pro-ExtraBlack-Italic.otf.ttf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('https://chegg-backup.herokuapp.com/static/TT-Norms-Pro-Black.otf') format('opentype'), url('../TT-Norms-Pro-ExtraBlack.otf.ttf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Thin-Italic.otf.ttf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Bold.otf.ttf') format('opentype'), url('../TT-Norms-Pro-ExtraBold.otf.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-ExtraLight-Italic.otf.ttf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-ExtraBold-Italic.otf.ttf') format('opentype'), url('../TT-Norms-Pro-Bold-Italic.otf.ttf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Light-Italic.otf.ttf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Medium-Italic.otf.ttf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Light.otf.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-ExtraLight.otf.ttf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Thin.otf.ttf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Italic.otf.ttf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Medium.otf.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../TT-Norms-Pro-Regular.otf.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
