* {
  box-sizing: border-box;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.landing-education {
  background-color: #111021;
  position: relative;
  color: #fff;
  font-family: 'proxima-nova';
  font-size: 20px;
}

.landing-education button {
  cursor: pointer;
}

.landing-education .company-logos img {
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  margin-right: 30px;
}

.landing-education .company-logos img:last-child {
  margin-right: 0;
  margin-top: 30px;
}

.landing-education .btns-ct {
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
}

.landing-education .btns-ct a:first-of-type {
  margin-right: 18px;
}

.landing-education button.book-demo,
.landing-education a.top-btn {
  background-color: #3D00CE;
  border-radius: 5px;
  padding: 18px 42px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  font-family: 'proxima-nova';
  color: #FFFFFF;
  width: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.landing-education form .error {
  color: #DD6C69;
  font-family: 'proxima-nova';
  font-size: 12px;
  margin: -9px 2px 3px 0;
  display: block;
}

.landing-education form .input-err-ct {
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .landing-education .company-logos img {
    margin-top: 20px;
  }
}

/* Navbar  */

.landing-education nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  font-family: "proxima-nova";
  padding-top: 0px;
}

.landing-education nav .static-links {
  margin-right: 87px;
  display: flex;
  align-items: center;
}

.landing-education nav .static-links a {
  text-decoration: none;
  transition: all 100ms ease-in-out;
  color: #B7B7B7;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
}

.landing-education nav .static-links a:hover {
  color: #fff;
}

.landing-education nav .static-links a {
  margin-right: 25px;
  cursor: pointer;
}

.landing-education nav .static-links a.block-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 18px;
  height: 74px;
  width: 130px;
  background: #1D0062;
  color: #FFFFFF;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 10px;
}

.landing-education nav .static-links a:last-of-type {
  margin-right: 0px;
}

.landing-education nav .menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 19px;
  padding-top: 30px;
  background: #090914;
  width: 67px;
  height: 74px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: fixed;
  top: 0;
  right: 40px;
  z-index: 98;
}

.landing-education nav .menu-btn div {
  border-top: 2px solid #484557;
  border-radius: 1.5px;
  width: 25px;
  margin-top: 4px;
}

.landing-education nav .fixed-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  right: 17px;
  padding: 25px 30px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms, opacity 100ms;
  transition-delay: 100ms;
}

.landing-education nav .menu-btn:hover ~ .fixed-links {
  visibility: visible;
  opacity: 1;
}

.landing-education nav .fixed-links:hover {
  visibility: visible;
  opacity: 1;
}

.landing-education nav .fixed-links a {
  color: #B7B7B7;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 4px;
  transition: all 100ms ease-in-out;
  cursor: pointer;
  text-align: right;
}

.landing-education nav .fixed-links.show {
  display: flex !important;
}

.landing-education nav .fixed-links a:hover {
  color: #fff;
}

.landing-education nav .fixed-links a.active {
  color: #fff;
}

.landing-education nav .mobile-link {
  display: none;
}

.landing-education nav .fixed-links .close-menu {
  display: none;
}

/* Mozilla award  */

.landing-education .mozilla-award {
  background: #121212;
  border: 1px solid #000000;
  width: 230px;
  height: 99px;
  position: fixed;
  right: 0px;
  bottom: 46px;
  z-index: 9999;
  padding: 19px 30px 10px 18px;
  transition: all 1s;
}

.landing-education .mozilla-award.small {
  transform: scale(0.7, 0.7);
  right: -33px;
}

.landing-education .mozilla-award p {
  color: #02DB73;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  text-align: end;
  font-family: "proxima-nova";
}

.landing-education .sxsw-logo {
  position: fixed;
  right: 0px;
  transition: all 1s;
  z-index: 9999;
  bottom: 160px;
  height: 183px;
}

.landing-education .sxsw-logo.small {
  transform: scale(0.6, 0.6);
  right: -39px;
  bottom: 70px;
}

@media (max-width: 500px) {
  .landing-education .mozilla-award {
      bottom: 0px;
      width: 100vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0px;
      height: 85px;
  }

  .landing-education .sxsw-logo {
      bottom: 99px;
      width: 80px;    
  }
  
  .landing-education .mozilla-award.small {
      display: none
  }

  .landing-education .sxsw-logo.small {
      display: none; 
  }

}

@media( max-width: 1200px) {
  .landing-education nav {
      margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .landing-education nav {
      padding: 20px;
      justify-content: space-between;
  }

  .landing-education nav .static-links {
      margin: 0px;
  }

  .landing-education nav .static-links a,
  .landing-education nav .static-links a.block-tag {
      display: none;
  }

  .landing-education nav .menu-btn {
      right: 20px;
      padding-top: 23px;
      padding-bottom: 23px;
      height: 64px;
  }

  .landing-education nav .fixed-links {
      background: #090914;
      padding: 20px;
      padding-top: 12px;
      padding-left: 30px;
      bottom: 0;
      right: 0;
      top: 0;
      width: 60vw;
      z-index: 10000;
      transition: none;
      transition-delay: none;
  }

  .landing-education nav .fixed-links a {
      margin-bottom: 20px;
  }

  .landing-education nav .mobile-link {
      display: block;
  }

  .landing-education nav .fixed-links .close-menu {
      display: block;
      border: none;
      background: none;
      width: 25px;
      height: 25px;
      margin-bottom: 40px;
      position: relative;
      align-self: flex-end;
  }

  .landing-education nav .fixed-links .close-menu:before,
  .landing-education nav .fixed-links .close-menu:after {
      background-color: #9498A6;
      position: absolute;
      content: ' ';
      left: 15px;
      height: 26px;
      width: 2px;
  }

  .landing-education nav .fixed-links .close-menu:before {
      transform: rotate(45deg);
  }

  .landing-education nav .fixed-links .close-menu:after {
      transform: rotate(-45deg);
  }

  .landing-education nav .fixed-links .m-btm-lg {
      margin-bottom: 50px;
  }

  .landing-education .sxsw-logo-fixed {
      display: none;
  }

  .landing-education .btns-ct {
      flex-direction: column;
  }

  .landing-education .btns-ct a:first-of-type {
      margin-bottom: 30px;
      margin-right: 0;
  }
}

/* Top section */

.landing-education .top {
  background-image: url(/img/landing-education/top-background-education.jpeg);
  background-image: linear-gradient(90deg, rgba(0,0,0,0.9) 3%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 60%), url(/img/landing-education/top-background-education.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-left: 20%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.landing-education .top .privacy-link {
  color: #FFFFFF;
}

.landing-education .top h2 {
  font-family: "montserrat";
  color: #3AFF98;
  font-size: 44px;
  margin-bottom: 34px;
  line-height: 1;
}

.landing-education .top h3 {
  font-family: "montserrat";
  font-size: 44px;
  line-height: 1;
  color: #3AFF98;
  margin-bottom: 30px;
}

.landing-education .top p:first-of-type {
  margin-bottom: 60px;
}

.landing-education .top .mouse {
  height: 77px;
  max-height: 77px;
  min-height: 77px;
  margin-top: 45px;
  margin-left: -25%;
  display: flex;
  justify-content: center;
}

.landing-education .top .mouse .scroll {
  transform: translateY(0px);
  animation: scrollMove 5.5s linear infinite;
}

@keyframes scrollMove {
  0% {
      transform: translateY(0px);
      opacity: 1;
  }

  50% {
      transform: translateY(10px);
      opacity: 1;   
  }

  70% {
      transform: translateY(10px);
      opacity: 0;   
  }

  100% {
      transform: translateY(0px);
      opacity: 0;
  }
}

@media (max-width: 600px) {
  .landing-education .top {
    padding-left: 30px;
    padding-right: 30px;
    background-position: 65%;
  }

  .landing-education .top h3 br {
      display: none;
  }

  .landing-education br {
    display: none;
  }

  .landing-education .top .mouse {
    margin-left: 0;
  }
}


/* main content */

.landing-education .main-ct {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}

.landing-education .main-ct .logo {
  height: 82px;
  margin-bottom: 35px;
}

.landing-education p.patent-tech-txt {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.landing-education .hover-txt {
  display: block;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  text-decoration: underline;
}

.landing-education .paid-attention {
  position: relative;
  margin-top: auto;
}

.landing-education .paid-attention .hover-el {
  background-color: #0B0A13;
  text-align: center;
  border: 3px solid #151130;
  padding: 20px;
  display: none;
  width: 380px;
  position: absolute;
  top: -100px;
  left: -5px;
}

.landing-education .paid-attention:hover > .hover-el {
  display: block;
}

.landing-education .paid-attention .hover-el p,
.landing-education .paid-attention .hover-el a {
  font-size: 16px;
  color: #79748F;
}

.landing-education button.book-demo {
    background-color: #3D00CE;
    border-radius: 5px;
    border: none;
    font-size: 24px;
    font-weight: 700;
    font-family: 'proxima-nova';
    color: #FFFFFF;
    width: 383px;
    padding: 18px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 30px;
}

.landing-education button.book-demo.m-btm-80 {
  margin-bottom: 80px;
}


.landing-education .capabilities-title {
  font-size: 44px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px;
}

.landing-education .capabilities-title span {
  font-weight: 900;
}

.landing-education .capabilities-ct {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 155px;
}

.landing-education .capability-ct {
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
  width: 740px;
  margin-bottom: 10px;
}

.landing-education .capability-ct .title {
  font-size: 32px;
  line-height: 36px;
  font-family: 'montserrat';
  font-weight: 600;
  margin-bottom: 10px;
}

.landing-education .capability-ct .main-info .title {
  color: #3AFF98;
}

.landing-education .capability-ct .sub-info .title {
  color: #7C7C7C;
}

.landing-education .capability-ct .sub-info .title  span {
  color: #FFFFFF;
}

.landing-education .capability-ct .main-info,
.landing-education .capability-ct .sub-info {
  padding: 25px 35px;
  border: 4px solid #1D1F31;
  border-radius: 12px;
  background: #111021;
}

.landing-education .capability-ct .main-info {
  width: 490px;
  text-align: right;
  position: relative;
  z-index: 2;
}

.landing-education .capability-ct .main-info .number {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.375;
  font-family: 'montserrat';
  color: #FFFFFF;
  background: #2C2566;
  height: 67px;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -45px;
  top: -15px;
  border-radius: 5px;
}

.landing-education .capability-ct .sub-info {
  text-align: center;
  position: relative;
  top: -35px;
  left: 25px;
  width: 692px;
  padding: 25px;
  padding-top: 50px;
  text-align: right;
}

.landing-education .capability-ct img {
  max-height: 185px;
  position: absolute;
  top: 20px;
  right: -15px;
  z-index: 3;
}

.landing-education .capability-ct.main-capability-ct {
  width: 940px;
  height: 720px;
}

.landing-education .capability-ct.main-capability-ct .main-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 53px 65px;
}

.landing-education .capability-ct.main-capability-ct .main-info img {
  height: 586px;
  max-height: 586px;
  position: relative;
  right: unset;
}

.landing-education .capability-ct.main-capability-ct .main-info .title {
  color: #FFFFFF;
  margin-bottom: 15px;
  font-size: 36px;
}

.landing-education .capability-ct.main-capability-ct .main-info .title span.green {
  color: #3AFF98;
}

.landing-education .capability-ct.main-capability-ct .main-info .title span.italic {
  font-style: italic
}


.landing-education .capability-ct.main-capability-ct .main-info p {
  font-size: 20px;
  color: #FFFFFF;
}

.landing-education .capability-ct.main-capability-ct .main-info span.bold {
  font-weight: 700;
}

@media (max-width: 600px) {

  .landing-education button.book-demo {
    max-width: 90vw;
    padding: 18px 42px;
  }

  .landing-education .paid-attention .hover-el {
    width: 90vw;
    left: -20px;
  }

  .landing-education .capability-ct {
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .landing-education .capability-ct .main-info,
  .landing-education .capability-ct .sub-info {
    width: 100%;
    padding: 30px;
    text-align: center;
  }

  .landing-education .capability-ct .sub-info {
    left: 0;
  }

  .landing-education .capability-ct img {
    position: relative;
    right: unset;
    top: unset;
  }
  
  .landing-education .capability-ct.main-capability-ct .main-info {
    padding: 25px 35px;
  }

  .landing-education .capability-ct.main-capability-ct .main-info img {
    max-width: 90vw;
    margin-top: 30px;
  }

  .landing-education .capability-ct .main-info .number {
    left: -10px;
    height: 45px;
    width: 45px;
    font-size: 24px;
  }
}
/* Privacy */

.landing-education .privacy p.subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}

.landing-education .privacy p.for {
  margin: 30px 0;
}


.landing-education .privacy .privacy-benefits {
  margin: 0 0 96px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.landing-education .privacy .privacy-benefits .privacy-benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 32px 0 0;
}

.landing-education .privacy .privacy-benefits-item:last-child {
  margin: 0;
}

.landing-education .privacy .privacy-benefits .privacy-benefits-item .benefit-index {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 21px 0;
}

.landing-education .privacy .privacy-benefits .privacy-benefits-item .benefit-text {
  color: #9082AC;
  font-family: 'proxima-nova';
  font-size: 16px;
  text-align: center;
  max-width: 200px;
}

@media (max-width: 500px) {
  .landing-education .privacy .privacy-benefits .privacy-benefits-item {
      margin-right: 0;
  }
}

.landing-education .improves-learning-txt {
  font-size: 44px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  font-family: 'montserrat';
}

.landing-education .improves-learning-txt span {
  color: #3AFF98;
}


/* Blog section */

.landing-education .why-txt {
  font-weight: 300;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 40px;
}

.landing-education .blog-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.landing-education .blog-section h2 {
  font-size: 38px;
font-family: "montserrat";
text-align: center;
line-height: 46px;
margin-bottom: 40px;
  color: #fff;
  max-width: 850px;
}

.landing-education .blog-section .blog-posts {
  display: flex;
  margin-bottom: 41px;
}

.landing-education .blog-section .blog-posts .post {
  background-size: 108%;
  background-position: center;
  width: 321px;
  height: 228px;
  margin-right: 24px;
  background-image: url("/img/landing-page/blog-post-bg.png");
}

.landing-education .blog-section .blog-posts .post:last-child {
  margin-right: 0;
}

.landing-education .blog-section .blog-posts .post .content {
  height: 100%;
  background: rgb(61, 0, 206, 0.85);
  width: 100%;
  padding: 26px 10px 23px 37px;
  position: relative;
}

.landing-education .blog-section .blog-posts .post .content p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  font-family: montserrat;
  text-align: left;
}

.landing-education .blog-section .blog-posts .post .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  bottom: 23px;
  width: 112px;
  height: 35px;
  border: 3px solid #00D27D;
  border-radius: 1px;
}

.landing-education .blog-section .read-blog {
  font-size: 18px;
  margin-bottom: 30px;
  color: #02DB73;
  text-align: center;
}

.landing-education .blog-section .read-blog a {
  font-weight: 800;
  text-decoration: none;
  color: #02DB73;
}

.landing-education .blog-section .read-blog span {
  text-decoration: none;
  color: #fff;
  font-family: ltc-caslon-pro;
  font-weight: 600;
}

.landing-education .blog-section .follow-us {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  max-width: 530px;
  font-weight: 500;
  text-align: center;
}

.landing-education .social-buttons {
  display: flex;
}

.landing-education .social-buttons a {
  margin-right: 18px;
  display: block;
}

.landing-education .social-buttons a:last-of-type{
  margin-right: 0px;
}

@media(max-width: 500px) {
  .landing-education .blog-section .blog-posts {
      flex-direction: column;
      align-items: center;
  }

  .landing-education .blog-section .blog-posts .post {
      margin-right: 0px;
      margin-bottom: 20px;
  }

  .landing-education .blog-section .blog-posts .post:last-child {
      margin-bottom: 0px;
  }

  .landing-education .social-buttons {
      flex-direction: column;
      align-items: center;
  }

  .landing-education .social-buttons a {
      margin-right: 0px;
      margin-bottom: 20px;
  }

  .landing-education .blog-section h2 {
      font-size: 30px;
      width: 90%;
  }

  .landing-education .why-txt {
    text-align: center;
  }
}

/* Vision section */

.landing-education .saving-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 40px;
}

.landing-education .saving-section .saving-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 10px 20px;
  max-width: 715px;
  text-align: center;
}

.landing-education .saving-section .view-vision {
  padding: 0 21px;
  height: 35px;
  border: 3px solid #00D27D;
  border-radius: 1px;
  font-size: 12px;
  background: none;
  color: #fff;
  font-weight: 800;
  font-family: proxima-nova;
  cursor: pointer;
}

.landing-education .saving-section .saving-main-content-wrapper {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-image: url(/img/landing-page/saving-section/rectangle-background.svg);
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}

.landing-education .saving-section .saving-main-content {
  width: 100%;
  max-width: 528px;
  color: #8B88A6;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.landing-education .saving-section .saving-main-content p span {
  font-weight: 800;
}

.landing-education .saving-section .saving-main-content .saving-desc-2 {
  margin-bottom: 30px;
}

.landing-education .saving-section .saving-main-content .saving-desc-2,
.landing-education .saving-section .saving-main-content .saving-desc-5,
.landing-education .saving-section .saving-main-content .saving-desc-6,
.landing-education .saving-section .saving-main-content .saving-desc-7 {
  text-align: center;
  margin: 0 0 12px 0;
}

.landing-education .saving-section .saving-main-content .saving-desc-1 {
  text-align: center;
  margin: 0 0 40px 0;
}

.landing-education .saving-section .saving-main-content .saving-desc-2 {
  margin: 0 0 45px 0;
}

.landing-education .saving-section .saving-main-content .saving-desc-3 {
  margin: 40px 0 0 0;
  padding: 10px 10px 0 10px;
  text-align: center;
}

.landing-education .saving-section .saving-main-content .saving-desc-4 {
  padding: 0;
  margin: 0 0 25px 0;
  text-align: center;
}

.landing-education .saving-section .saving-main-content .saving-desc-5,
.landing-education .saving-section .saving-main-content .saving-desc-6 {
  margin: 0 0 25px 0;
}

.landing-education .saving-section .saving-main-content .saving-desc-7  {
  margin: 0 0 43px 0;
}

.landing-education .saving-section .saving-main-content .twitter {
  margin: 0 0 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-education .saving-section .saving-main-content .twitter .cta {
  font-family: 'proxima-nova';
  font-size: 14px;
  color: #ffffff;
}

.landing-education .saving-section .saving-main-content .twitter .icon {
  width: 16px;
  height: 13px;
  margin: 0 8px 0 0;
}

.landing-education .saving-section .read-more-ct {
  margin: 0 0 30px 0;
  text-align: center;
}

.landing-education .saving-section .read-more-ct .read-more-link {
  color: #02DB73;
  font-family: 'proxima-nova';
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 7px;
}

.landing-education .saving-section .read-more-ct .read-more-desc {
  color: #02DB73;
  font-family: 'proxima-nova';
  font-size: 14px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-bottom: 7px;
}

/* upper collage positioning */

.landing-education .saving-section .saving-main-content .articles-upper-collage {
  position: relative;
  height: 380px;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .supermoon {
  position: absolute;
  z-index: 1;
  top: 150px;
  right: 420px;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .say-omg {
  position: absolute;
  z-index: 1;
  top: 206px;
  right: -116px;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .wfh-comment{
  position: absolute;
  z-index: 2;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .dermatologists {
  position: absolute;
  z-index: 2;
  top: 130px;
  right: -155px;

}

.landing-education .saving-section .saving-main-content .articles-upper-collage .sponsored-stories {
  position: absolute;
  z-index: 3;
  top: 33px;
  right: 45px;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .news-wire {
  position: absolute;
  z-index: 3;
  top: 180px;
  right: 290px;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .true-facts {
  position: absolute;
  z-index: 4;
  top: 60px;
  right: 100px;
}

.landing-education .saving-section .saving-main-content .articles-upper-collage .first-comment {
  position: absolute;
  z-index: 4;
  top: 250px;
  right: 150px;
}

/* lower collage positioning */

.landing-education .saving-section .saving-main-content .articles-lower-collage {
  position: relative;
  height: 380px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .india-app {
  position: absolute;
  z-index: 1;
  right: 300px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .addiction {
  position: absolute;
  z-index: 1;
  right: 380px;
  top: 144px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .like-economy {
  position: absolute;
  z-index: 1;
  right: 90px;
  top: 144px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .brazilian-election {
  position: absolute;
  z-index: 1;
  right: -80px;
  top: 207px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .nightmare {
  position: absolute;
  z-index: 1;
  right: -75px;
  top: 263px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .america-social-media {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: -20px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .trolls {
  position: absolute;
  z-index: 2;
  top: 130px;
  right: -200px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .ad-fraud {
  position: absolute;
  z-index: 2;
  right: 350px;
  top: 185px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .bots {
  position: absolute;
  z-index: 3;
  top: 70px;
  right: -36px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .time {
  position: absolute;
  z-index: 3;
  top: 190px;
  right: 200px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .click-farms {
  position: absolute;
  z-index: 4;
  right: 200px;
  top: 70px;
}

.landing-education .saving-section .saving-main-content .articles-lower-collage .quality {
  position: absolute;
  z-index: 4;
  right: 335px;
  top: 265px;
}

@media (max-width: 500px) {

  .landing-education .saving-section .saving-title {
      font-size: 30px;
      line-height: 35px;
  }

  .landing-education .saving-section .saving-main-content .saving-desc-2 {
      margin-top: 10px;
  }

  .landing-education .saving-section .saving-main-content .saving-desc-3 {
      margin-top: 0px;
  }

  .landing-education .saving-section .saving-main-content-wrapper {
      background-image: none;
      background-color: #000000;
      padding: 70px 0;
      padding-bottom: 20px;
  }

  .landing-education .saving-section .saving-main-content .saving-desc-4 {
      padding: 0 10px;
  }

  .landing-education .saving-section  p {
      padding: 0 10px;
  }

  /* upper collage mobile positioning */

  .landing-education .saving-section .saving-main-content .articles-upper-collage {
      position: relative;
      height: 480px;
  }


  .landing-education .saving-section .saving-main-content .articles-upper-collage .supermoon {
      right: 115px;
      width: 70%;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .say-omg {
      width: 350px;
      top: 284px;
      right: -3px;
      width: 100%;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .wfh-comment{
      width: 70%;
      right: 67px;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .dermatologists {
      top: 328px;
      right: 20px;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .sponsored-stories {
      top: 33px;
      right: -3px;
      width: 100%;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .news-wire {
      top: 172px;
      right: 5px;
      width: 80%;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .true-facts {
      width: 100%;
      z-index: 4;
      top: 125px;
      right: 0;
  }

  .landing-education .saving-section .saving-main-content .articles-upper-collage .first-comment {
      top: 381px;
      right: 130px;
      width: 50%;
  }

  /* lower collage mobile positioning */
  .landing-education .saving-section .saving-main-content .articles-lower-collage {
      height: 620px;
  }

  .landing-education .saving-section .saving-main-content .articles-lower-collage .india-app {
      right: 30px;
      width: 80%;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .addiction {
      z-index: 3;
      top: 540px;
      right: 9px;
      width: 80%;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .like-economy {
      z-index: 4;
      right: 0px;
      top: 223px;
      width: 80%;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .brazilian-election {
      top: 176px;
      width: 100%;
      right: -6px;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .nightmare {
      right: -13px;
      top: 375px;
      width: 100%;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .america-social-media {
      top: 42px;
      width: 70%;
      right: 28px;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .trolls {
      top: 467px;
      right: 41px;
      width: 80%;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .ad-fraud {
      width: 60%;
      right: 4px;
      top: 279px;
      z-index: 5;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .bots {
      top: 150px;
      right: -6px;
      width: 60%;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .time {
      width: 50%;
      top: 249px;
      right: 125px;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .click-farms {
      width: 90%;
      right: 32px;
      top: 101px;
  }
  
  .landing-education .saving-section .saving-main-content .articles-lower-collage .quality {
      right: -3px;
      top: 344px;
      width: 100%;   
  }
} 

/* FAQ section */

.landing-education .faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 62px 0;
  padding: 50px 10px 0px 10px;

}

.landing-education .faq-section .faq-questions-title {
  font-family: "montserrat";
  color: #FFFFFF;
  font-weight: 600;
  font-size: 44px;
  margin: 0 0 20px 0;
  text-align: center;
}

.landing-education .faq-section .faq-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.landing-education .faq-section .faq-question-link {
  font-family: 'proxima-nova';
  font-size: 18px;
  color: #02DB73;
  text-align: center;
  text-decoration: none;
  margin: 0 0 20px 0;
  cursor: pointer;
}

.landing-education .faq-section .more-faq-link {
  font-family: 'proxima-nova';
  font-size: 20px;
  font-weight: bold;
  color: #02DB73;
  text-align: center;
  margin: 0 0 20px 0;
  cursor: pointer;
}


/* Stickers section */

.landing-education .stickers-section {
  margin: 0 0 65px 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-education .stickers-section .you-made-it {
  font-family: "montserrat";
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 25px 0;
  text-align: center;
}

.landing-education .stickers-section .want-stickers {
  font-family: "montserrat";
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.landing-education .stickers-section .stickers-imgs {
  margin: 0 0 36px 0;
  position: relative;
  height: 300px;
}


.landing-education .stickers-section .stickers-imgs .sticker {
  position: absolute;
  filter: drop-shadow( 5px 3px 13px rgba(0, 0, 0, .4));
}

.landing-education .stickers-section .stickers-imgs .troll-free {
  z-index: 3;
  right: 75px;
}

.landing-education .stickers-section .stickers-imgs .no-fake-experts {
  z-index: 2;
  right: -175px;
}

.landing-education .stickers-section .stickers-imgs .bot-free {
  z-index: 1;
  right: -425px;
}

.landing-education .stickers-section .yes-please-btn {
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background-color: #02DB73;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  text-decoration: none;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.48);
}

@media (max-width: 500px) {

  .landing-education .faq-section .faq-questions-title {
      font-size: 30px;
  }

  .landing-education .stickers-section .stickers-imgs {
      display: flex;
      justify-content: center;
      height: fit-content;
  }

  .landing-education .stickers-section .stickers-imgs .sticker {
      width: 30%;  
      position: static;
  }
}


/* Footer */

.landing-education footer {
  background: #15142D;
  padding: 45px 10px 28px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.landing-education footer .footer-links {
  display: flex;
  width: 550px;
  justify-content: space-between;
}


.landing-education footer a {
  color: #02DB73;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 2px;
  cursor: pointer;
  display: block;
}

.landing-education footer .social-buttons {
  margin-top: 50px;
}

.landing-education footer .logo {
 margin-top: 50px;
 margin-bottom: 18px;
}

.landing-education footer p {
 font-size: 11px;
 color: #737373;
}

@media (max-width: 500px) {
  .landing-education footer .footer-links {
      flex-direction: column;
      align-items: center;
      height: 255px;
      width: fit-content;
  }

  .landing-education footer .footer-links .links-ct {
      text-align: center;
  }
}
