/* Text Elements */

h1.neutral-hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #ebefff;
  letter-spacing: -.1vw;
  font-weight: 700;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}

h1 span.heading-text-1 {
  color: #815ada;
}

h1 span.heading-text-2 {
  color: #815ada;
}

h1 strong.heading-text-3 {
  color: #ef1010;
}

h1 span.heading-text-9 {
  color: #46d15e;
  font-size: 3.75rem;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
}

h1.heading-2 {
  margin: 0 10px 0 56px;
  padding: 0 212px 0 0;
  font-size: 40px;
  line-height: 44px;
}

h2.neutral-hero-subheading {
  margin-top: 0;
  margin-bottom: 0;
  color: #869bb8;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
}

h3.heading-1 {
  margin-top: -10px;
  margin-bottom: 14px;
  margin-left: 6px;
  padding-top: 0;
  color: #ffb058;
  text-align: left;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

h3.heading-5 {
  color: #ffb058;
}

h4.heading-3 {
  padding-left: 14px;
}

h4.heading-4 {
  padding-left: 14px;
}

/* Interaction Elements */

a.link-button.try-now-button {
  margin-top: 0;
  padding: 16px 32px;
  min-width: 200px;
  max-width: 280px;
  width: 100%;
  border-radius: 50px;
  background-color: #6531da;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #ebefff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;

  background-blend-mode: normal;
}

a.link-button.try-now-button:hover {
  background-color: #815ada;
}

/* Layout Elements */

body.body-2 {
  position: static;
  min-height: 0vh;
  background-color: #232326;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.content-hero-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;

  grid-area: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.neutral-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 22px;
  max-width: 650px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-right: 0;
  padding-left: 0;
}

.container-grid.hero-buttons-grid {
  display: grid;
  margin-top: 48px;
  margin-left: 0;
  max-width: 500px;
  width: 100%;

  grid-template-columns: 1fr;
  grid-template-rows: repeat(2 , auto);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-grid.navbar.navbar-dark.navbar-expand-md {
  position: static;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  margin: 0 0 0 auto;
  padding: 0;
  min-height: 0;
  max-width: 1200px;
  width: 100%;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container-grid.hero-section {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  min-height: 10vh;
  max-width: 1400px;
  height: auto;
  background-color: transparent;

  grid-template-areas: 'image' 'content';
  grid-template-columns: minmax(100%, 1px);
  grid-template-rows: repeat(2 , minmax(auto, auto));
}

.container-grid.container-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 50px;
  background-color: #18181a;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  background-blend-mode: normal;
}

.container-grid.hero-about {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  max-width: none;
  background-color: transparent;

  grid-template-areas: 'image' 'content';
  grid-template-columns: minmax(100%, 1px);
  grid-template-rows: minmax(50vh, auto) minmax(auto, auto);
}

.container-grid.hero-index-image {
  position: static;
  display: grid;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  margin: 104px 100px 100px;
  padding: 4px 10px 14px 2px;
  min-height: auto;
  border-radius: 30px;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  grid-area: image;
  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-index-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 0;
  padding-right: 30px;
  padding-left: 16px;

  grid-area: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.image-hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 300px;
  background-image: url('../images/linmiao-xu-60qA6VQGeyA-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.hero-content-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.content-wrapper {
  max-width: 1200px;
  width: 100%;
}

.container-grid.area-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-width: 0vw;
  min-height: 300px;
  width: auto;
  border-radius: 10px;
  background-image: url('../images/jud-mackrill-Of_m3hMsoAA-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: area-1;
  background-blend-mode: normal;
}

.container-grid.area-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  min-height: 300px;
  border-radius: 10px;
  background-image: url('../images/linkedin-sales-solutions-YDVdprpgHv4-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  grid-area: area-2;
  background-blend-mode: normal;
}

.container-grid.area-3 {
  min-height: 300px;
  border-radius: 10px;
  background-image: url('../images/linkedin-sales-solutions-qbDiSp5IqxA-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.area-4 {
  min-height: 300px;
  border-radius: 10px;
  background-image: url('../images/thisisengineering-raeng-TXxiFuQLBKQ-unsplash.jpg');
  background-attachment: scroll;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  grid-area: area-4;
}

.container-grid.team-photos-grid {
  display: grid;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  min-height: 80vh;
  max-width: 1200px;
  width: 100%;

  grid-template-areas: 'area-1' 'area-2' 'area-3' 'area-4';
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4 , minmax(40vh, auto));
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.container-grid.team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 48px 16px 96px;
  min-height: 70vh;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.team-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.small-picture {
  position: relative;
  top: -5vh;
  right: -2vw;
  bottom: auto;
  visibility: visible;
  padding-top: 0;
  padding-right: 4px;
  padding-left: 10px;
  max-width: 150px;
}

.container-grid.container-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  margin-top: -2px;
  margin-left: 10px;
  padding: 62px 12px 6px 4px;
  min-height: 199px;
  max-width: 320px;
  width: 100%;
  border-radius: 25px;
  background-color: #ebefff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

a.responsive-picture.picture-link-4 {
  margin-top: 4px;
  margin-right: 0;
  margin-left: -76px;
  padding-top: 0;
  max-width: 25px;
  width: 20%;
}

div.responsive-picture.picture-4 {
  margin-left: 2px;
  padding: 20px 0 0 12px;
  max-width: 300px;
  width: 100%;
}

a.responsive-picture.picture-link-3 {
  position: static;
  margin: 10px 6px -26px 56px;
  padding: 4px 6px 0 2px;
  max-width: 30px;
  width: 30%;
}

.container-grid.container-2 {
  margin-top: 32px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-grid.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 48px;
    line-height: 1;
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 48px;
  }

  .container-grid.container-1 {
    max-width: none;
  }

  .container-grid.hero-buttons-grid {
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: auto;
  }

  .container-grid.team-photos-grid {
    grid-template-areas: 'area-1 area-1' 'area-2 area-3' 'area-4 area-4';
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: repeat(3 , minmax(40vh, auto));
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 64px;
  }

  .container-grid.hero-section {
    min-height: 70vh;

    grid-template-areas: 'content image';
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: minmax(auto, auto);
  }

  .container-grid.navbar.navbar-dark.navbar-expand-md {
    position: static;
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.hero-index-image {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 16px;
    padding-bottom: 16px;
    background-position: center center;
  }

  .container-grid.image-hero-about {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 16px;
    padding-bottom: 16px;
    background-position: center center;
  }

  .container-grid.hero-buttons-grid {
    grid-template-rows: repeat(2 , auto);
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h2.neutral-hero-subheading {
    font-size: 24px;
  }

  .container-grid.hero-buttons-grid {
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 75rem) {
  .container-grid.container-footer-section {
    min-height: 350px;
  }
}