.all {
  padding-top: 2%;
  overflow-x: hidden;
  padding-left: 2%;
  padding-right: 2%;
  width: 85vw;
  margin: 0 auto;
  max-width: 1200px;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: none;
  overflow-x: hidden;
}

@media screen and (min-width: 320px) {
  /*display none for desktop*/
  .navigate-parent {
    display: none;
  }
  .navbar > button {
    display: none;
  }
  .four-sections {
    display: none;
  }
  .try-and-buttons {
    display: none;
  }
  .warehouse-parent {
    display: none;
  }
  /* Mobile navbar styling*/
  .mobile-logo > img {
    width: 5vw;
    height: auto;
  }
  .sign-up {
    font-size: 4.5vw;
  }
  input[type=checkbox] {
    display: none;
  }
  .menu-bar {
    position: relative;
    margin-top: -1vw;
  }
  .menu-links {
    position: absolute;
    z-index: 10;
    width: auto;
    -webkit-filter: drop-shadow(0 2px 0 rgba(128, 128, 128, 0.599));
            filter: drop-shadow(0 2px 0 rgba(128, 128, 128, 0.599));
    border-radius: 3vw;
    top: 100%;
    left: 0;
    display: none;
  }
  .navigation-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2vw;
    gap: 60vw;
  }
  .mobile-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3vw;
  }
  input[type=checkbox]:checked + label ~ .menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*main styling*/
  .save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0.9vw;
            column-gap: 0.9vw;
  }
  .image-parent-mobile {
    width: 80vw;
    height: 46.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-parent-mobile > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .learn-more-button {
    padding: 0.5vw;
    color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-filter: none;
            filter: none;
    font-size: 2.4vw;
    background-color: purple;
    margin-top: 2vw;
  }
  /*first section styling*/
  .high-level {
    width: 76vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    border-radius: 4vw;
    padding: 3.6vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 192, 203, 0.514)));
    background: linear-gradient(rgba(255, 192, 203, 0.514));
  }
  .pic-parent {
    display: block;
    width: 40vw;
    height: 36.56vw;
    padding-bottom: 0;
  }
  .pic-parent > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .second-text {
    margin-top: 5vw;
    line-height: 0.5;
    width: 34vw;
  }
  .features {
    margin-top: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .four-sections-mobile {
    width: 85vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vw;
  }
  .first-card-set-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .clip-mobile {
    width: 35vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5vw;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 1vw;
    padding-bottom: 2vw;
    background-color: rgba(173, 216, 230, 0.267);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  /**/
  .second-clip-mobile {
    width: 35vw;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 1vw;
    padding-left: 3vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 192, 203, 0.466)));
    background: linear-gradient(rgba(255, 192, 203, 0.466));
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .second-clip-content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1vw;
    padding-left: 3vw;
    margin-left: auto;
  }
  /*second-card set*/
  .second-card-set-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .third-clip-mobile {
    padding-left: 3vw;
    width: 35vw;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1vw;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 192, 203, 0.466)));
    background: linear-gradient(rgba(255, 192, 203, 0.466));
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .third-clip-content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3vw;
    margin-left: auto;
  }
  .third-clip-content-mobile > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fourth-clip-mobile {
    width: 35vw;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4vw;
    padding-top: 2vw;
    padding-left: 3vw;
    padding-right: 1vw;
    background-color: rgba(173, 216, 230, 0.267);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .fourth-clip-content-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3vw;
    line-height: 2.02;
    margin-left: auto;
  }
  /**/
  .testimony-wrapper {
    width: 85vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-top: 4vw;
    background-color: rgba(128, 0, 128, 0.678);
    padding: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
    border-radius: 5%;
  }
  .john-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4%;
    padding-top: 3vw;
    padding-left: 2vw;
    height: auto;
    background-color: white;
  }
  .john-jen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.8vw;
    height: auto;
  }
  .john {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33vw;
    padding-right: 2vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .john-image {
    width: 3vw;
    -webkit-clip-path: 50% at 50% 50%;
            clip-path: 50% at 50% 50%;
    height: 3vw;
  }
  .john-image > img {
    width: 100%;
    height: 100%;
    -webkit-clip-path: 50% at 50% 50%;
            clip-path: 50% at 50% 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jenny-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4%;
    padding-top: 3vw;
    padding-left: 2vw;
    height: auto;
    background-color: white;
  }
  .jenny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1vw;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jenny > strong {
    margin-top: 0.5vw;
  }
  .jenny > span {
    width: 30vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jenny-image {
    position: relative;
    width: 3vw;
    -webkit-clip-path: 50% at 50% 50%;
            clip-path: 50% at 50% 50%;
    height: 3vw;
  }
  .jenny-image > img {
    width: 100%;
    height: 100%;
    -webkit-clip-path: 50% at 50% 50%;
            clip-path: 50% at 50% 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /**/
  .try-and-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .try-and-about-mobile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 85vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .try-mobile {
    gap: 0;
    width: 35vw;
    margin-top: 0;
  }
  .try-mobile > strong {
    margin-top: 0;
    padding-top: 0;
  }
  .try-buttons-mobile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5vw;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .try-buttons-mobile > button {
    padding: 1vw;
    padding-bottom: 1vw;
    margin-top: 0;
    width: auto;
    height: auto;
  }
  .learn-button-mobile {
    -webkit-filter: none;
            filter: none;
    height: auto;
    background-color: palevioletred;
    width: 8vw;
    height: auto;
  }
  .about-help-mobile {
    padding-left: 0;
    gap: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-class-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .help-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-mobile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-mobile > .accounts-mobile {
    margin-top: 1.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.2vw;
  }
  .social-mobile > .accounts-mobile > a > img {
    width: 3vw;
    height: 3vw;
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
  }
  .warehouse-parent-mobile {
    margin-top: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    margin-bottom: 4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .warehouse-mobile > a > img {
    width: 3vw;
    height: auto;
  }
}

@media screen and (min-width: 1000px) {
  /*display none for mobile styling*/
  .try-and-about-mobile {
    display: none;
  }
  .four-sections-mobile {
    display: none;
  }
  .warehouse-parent-mobile {
    display: none;
  }
  .navigation-mobile > a {
    display: none;
  }
  .mobile-navbar {
    display: none;
  }
  .mobile-logo {
    display: none;
  }
  /**/
  /*desktop styling*/
  .navbar {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30vw;
  }
  .navigate-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8vw;
  }
  .logo > img {
    display: block;
    width: 4vw;
  }
  .navigate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5vw;
    margin-left: 1vw;
  }
  .navbar > button {
    display: block;
  }
  .save {
    margin: 0 auto;
    padding-right: 0;
    margin-top: 2vw;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .about {
    width: 25vw;
  }
  .text {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0.9vw;
            column-gap: 0.9vw;
  }
  .image-parent {
    -webkit-transform: translate(-10%, -10%);
            transform: translate(-10%, -10%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../assets/images/intro-image.png") no-repeat center center/contain;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/images/intro-image.png") no-repeat center center/contain;
    z-index: 1;
    width: 58vw;
    height: 36.56vw;
    z-index: -1;
  }
  .image-parent-mobile {
    display: none;
  }
  .learn-more-button {
    padding: 0.5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-filter: none;
            filter: none;
    background-color: purple;
    margin-top: 2vw;
  }
  /**/
  .four-sections {
    margin: 0 auto;
    margin-top: 4vw;
    width: 85vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first-card-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 2vw;
  }
  .second-card-set {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search {
    width: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .data-image-parent {
    display: block;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    width: 14vw;
  }
  .data-image-parent > img {
    width: 100%;
  }
  .clip {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    width: 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4vw;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 0;
    padding-bottom: 2vw;
    justify-self: end;
    background-color: rgba(173, 216, 230, 0.267);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .clip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20vw;
    margin-left: auto;
  }
  .clip-content > span {
    width: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access {
    width: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .access-image-parent {
    width: 14vw;
    height: 8vw;
    margin-top: 2vw;
    height: auto;
    display: block;
    z-index: 4;
  }
  .access-image-parent > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .second-clip {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    width: 25vw;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4vw;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 0;
    justify-self: end;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 192, 203, 0.466)));
    background: linear-gradient(rgba(255, 192, 203, 0.466));
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .second-clip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20vw;
    margin-left: auto;
  }
  .print {
    width: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .print-image-parent {
    width: 14vw;
    height: 8vw;
    margin-top: 2vw;
    height: auto;
    display: block;
    z-index: 4;
  }
  .print-image-parent > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .third-clip {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    width: 25vw;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4vw;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 0;
    justify-self: end;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 192, 203, 0.856)));
    background: linear-gradient(rgba(255, 192, 203, 0.856));
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .third-clip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20vw;
    margin-left: auto;
  }
  .third-clip-content > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .second-card-set {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .security {
    width: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .security-image-parent {
    width: 14vw;
    display: block;
    margin-top: 2vw;
    height: auto;
    z-index: 4;
  }
  .security-image-parent > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .fourth-clip {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    width: 25vw;
    padding-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4vw;
    border-radius: 4vw;
    padding-top: 2vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 0;
    justify-self: end;
    background: rgba(173, 216, 230, 0.267);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .fourth-clip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20vw;
    margin-left: auto;
  }
  .fourth-clip-content > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /**/
  .try-and-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85vw;
  }
  .try {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2vw;
  }
  .try-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .try-buttons > button {
    padding: 1vw;
    padding-bottom: 1vw;
    width: auto;
    height: auto;
  }
  .learn-button {
    -webkit-filter: none;
            filter: none;
    height: auto;
    background-color: palevioletred;
    width: 8vw;
    height: auto;
  }
  .try-mobile {
    display: none;
  }
  .social-mobile {
    display: none;
  }
  .warehouse > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .warehouse > a > img {
    width: 3vw;
    height: auto;
  }
  .about-help {
    gap: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .help {
    width: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social > .accounts {
    margin-top: 0.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1vw;
  }
  .social > .accounts > a > img {
    width: 2.1vw;
    height: 2.1vw;
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
  }
  .warehouse > span {
    font-size: 1vw;
  }
  .warehouse-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2vw;
    margin-bottom: 4vw;
    gap: 18.5vw;
    width: 85vw;
  }
}

a {
  color: black;
  text-decoration: none;
  font-size: 3.5vw;
}

span {
  font-size: 1vw;
}

h1 {
  margin: 0;
  font-size: 4vw;
  font-weight: 600;
  color: black;
}

p {
  font-size: 0.9vw;
}

strong {
  font-size: 2.5vw;
}

.features > strong {
  font-size: 2.5vw;
  text-align: center;
}

.menu-links > a {
  background-color: white;
  border: 0.1vw solid rgba(128, 128, 128, 0.055);
  text-decoration: none;
  color: black;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 3.5vw;
  padding-left: 1vw;
  width: 30vw;
}

.features > p {
  margin: 0 auto;
  margin-top: 0.5vw;
  font-size: 1.5vw;
  text-align: center;
}

.about {
  text-align: justify;
  font-size: 3vw;
}

.second-text > span {
  font-size: 3vw;
  line-height: 1;
  font-weight: 600;
}

.second-text > p {
  font-size: 1.9vw;
  line-height: 1.8;
}

.clip-content-mobile > a {
  color: black;
  font-size: 1vw;
  text-decoration: none;
  margin-top: 1.6vw;
}

.clip-content-mobile {
  line-height: 2.02;
  margin-left: auto;
}

.clip-content-mobile > span {
  font-size: 1.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clip-content-mobile > strong {
  font-size: 1.9vw;
}

.second-clip-content-mobile > a {
  color: black;
  font-size: 1vw;
  text-decoration: none;
  margin-top: 1.6vw;
}

.second-clip-content-mobile {
  line-height: 2.02;
}

.second-clip-content-mobile > span {
  font-size: 1.9vw;
}

.second-clip-content-mobile > strong {
  font-size: 1.9vw;
}

.second-clip-content-mobile > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.third-clip-content-mobile > a {
  margin-top: 1.6vw;
  color: black;
  font-size: 1vw;
  text-decoration: none;
}

.third-clip-content-mobile {
  line-height: 2.02;
}

.third-clip-content-mobile > span {
  font-size: 1.9vw;
}

.fourth-clip-content-mobile > a {
  color: black;
  font-size: 1vw;
  margin-top: 1.6vw;
  text-decoration: none;
}

.third-clip-content-mobile > strong {
  font-size: 1.9vw;
}

.social-mobile {
  font-size: 3.5vw;
}

.social-mobile > strong {
  font-size: 2.5vw;
  font-weight: 300;
}

.fourth-clip-mobile {
  width: 35vw;
  padding-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.02;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4vw;
  padding-top: 2vw;
  padding-left: 3vw;
  padding-right: 1vw;
  background-color: rgba(173, 216, 230, 0.267);
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.warehouse-mobile > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.99vw;
  white-space: wrap;
}

.warehouse-mobile {
  margin-top: 0;
  font-size: 3vw;
}

.warehouse-mobile > p {
  font-size: 1.99vw;
}

.warehouse-mobile > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  font-size: 2.5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  text-decoration: none;
}

.fourth-clip-content-mobile > a {
  color: black;
  font-size: 1vw;
  text-decoration: none;
}

.fourth-clip-content-mobile > strong {
  font-size: 1.9vw;
}

.fourth-clip-content-mobile > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9vw;
}

.fourth-clip-content-mobile > strong {
  font-size: 1.9vw;
}

.testimony-wrapper > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
  font-size: 3vw;
  color: white;
}

.john {
  line-height: 1.8;
}

.john > strong {
  font-size: 1.8vw;
  margin-top: 0.5vw;
}

.john > a {
  color: grey;
  font-size: 0.95vw;
  text-decoration: none;
}

.john > span {
  text-align: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.99vw;
}

.jenny {
  line-height: 1.8;
}

.jenny > strong {
  font-size: 1.8vw;
}

.jenny > a {
  color: grey;
  font-size: 0.95vw;
  text-decoration: none;
}

.jenny > span {
  text-align: justify;
  font-size: 1.99vw;
}

.try-mobile > strong {
  font-size: 1.99vw;
}

.try-mobile > p {
  line-height: 1.6;
  font-size: 1.99vw;
}

.try-buttons-mobile > button {
  color: black;
  font-size: 1.6vw;
}

.learn-button-mobile {
  font-size: 0.9vw;
  color: white;
}

/**/
.about-help-mobile {
  font-size: 2.5vw;
}

.about-class-mobile > span {
  font-size: 1.99vw;
  margin-bottom: 0.4vw;
}

.about-head-mobile {
  font-weight: 600;
  font-size: 2.2vw;
}

.help-head-mobile {
  font-weight: 600;
  font-size: 2.2vw;
}

.help-mobile > span {
  font-size: 1.99vw;
  margin-bottom: 0.4vw;
}

@media screen and (min-width: 1000px) {
  .navigate > a {
    font-size: 1.5vw;
    text-decoration: none;
  }
  h1 {
    margin: 0 auto;
    font-size: 4vw;
    text-align: justify;
    font-weight: 600;
    color: black;
  }
  .learn-more-button {
    font-size: 2.4vw;
  }
  .about {
    font-size: 1.4vw;
    line-height: 1.8;
  }
  .clip-content > strong {
    font-size: 1vw;
  }
  .search {
    width: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .data-image-parent {
    display: block;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    width: 14vw;
  }
  .data-image-parent > img {
    width: 100%;
  }
  .clip-content > a {
    color: black;
    font-size: 1vw;
  }
  .clip-content {
    line-height: 2.02;
  }
  .clip-content > span {
    font-size: 0.9vw;
  }
  .clip-content > strong {
    font-size: 1vw;
  }
  .second-clip-content > a {
    color: black;
    font-size: 1vw;
    margin-top: 1.6vw;
    text-decoration: none;
  }
  .second-clip-content {
    line-height: 2.02;
  }
  .second-clip-content > span {
    font-size: 0.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .second-clip-content > strong {
    font-size: 1vw;
  }
  .third-clip-content > span {
    font-size: 0.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .third-clip-content > a {
    color: black;
    font-size: 1vw;
    margin-top: 1.6vw;
    margin-bottom: 3.5vw;
    text-decoration: none;
  }
  .third-clip-content {
    line-height: 2.02;
  }
  .third-clip-content > strong {
    font-size: 1vw;
  }
  /**/
  .fourth-clip-content > span {
    font-size: 0.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fourth-clip-content > a {
    color: black;
    font-size: 1vw;
    margin-top: 1.6vw;
    text-decoration: none;
  }
  .fourth-clip-content {
    line-height: 2.02;
  }
  .fourth-clip-content > strong {
    font-size: 1vw;
  }
  .try > strong {
    font-size: 1.6vw;
  }
  .try > p {
    font-size: 1.2vw;
  }
  .learn-button {
    font-size: 0.9vw;
    color: white;
  }
  .warehouse > a {
    font-size: 1.3vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: black;
    text-decoration: none;
  }
  .social > strong {
    font-size: 1.5vw;
    font-weight: 300;
  }
  .help > span {
    margin-top: 0.5vw;
    margin-bottom: 0.6vw;
  }
  .about-class > span {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
  .warehouse > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: wrap;
    font-size: 0.9vw;
  }
  .try-buttons > bitton {
    font-size: 0.9vw;
  }
  .about-head {
    font-weight: 600;
    font-size: 1.5vw;
  }
  .about-help {
    padding-left: 0;
    font-size: 1vw;
  }
  .help-head {
    font-weight: 600;
    font-size: 1.2vw;
  }
}

label {
  font-size: 4.5vw;
}

button {
  -webkit-filter: drop-shadow(0px 1px 0px grey);
          filter: drop-shadow(0px 1px 0px grey);
  height: auto;
  font-size: 1vw;
  text-decoration: none;
  padding-left: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  border-radius: 5vw;
  border: 0.1vw solid wheat;
}

h1 {
  margin: 0;
  font-size: 4vw;
  font-weight: 600;
  color: black;
}
/*# sourceMappingURL=styles.css.map */