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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #0f222d;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Libre Franklin', sans-serif;
  color: #0f222d;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-height: 68vw;
  min-height: 800px;
  padding-top: 0px;
  -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;
  background-color: transparent;
  background-image: url('../images/bg_dots.jpg');
  background-size: auto;
  background-repeat: repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -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;
}

.section.column.faq {
  height: auto;
  -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;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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;
  background-color: #1b1b1b;
  background-image: url('../images/bg_dots.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section.wide.img {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

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

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 15vw;
  padding-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
  opacity: 1;
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-right: 0px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ba3521;
  border-radius: 3px;
  background-color: #ba3521;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.button.w--current {
  margin-bottom: 20px;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.button.herobutton {
  margin-top: 1%;
}

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

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -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;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.title {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  font-family: 'Varela Round', sans-serif;
  color: #fff5d0;
  font-size: 12px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.title.dark {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #6b6b6b;
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #ba3521;
  color: #ba3521;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -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;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  left: auto;
  right: 10vw;
  height: auto;
  max-height: none;
  max-width: 35%;
  margin-bottom: 100px;
  padding-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.hero-content {
  position: relative;
  top: auto;
  bottom: 60px;
  z-index: 90;
  width: 100%;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 10vw;
  padding-left: 20vw;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

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

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  width: auto;
  margin-top: 5vh;
  margin-bottom: 0vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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: 1px none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 42%;
  margin-top: 10px;
  margin-bottom: 2%;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: block;
  -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;
  background-color: #1b1b1b;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  display: none;
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.quote-attribution {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  display: block;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  width: auto;
  max-width: 50%;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 700;
  letter-spacing: 0px;
}

.image-5 {
  margin-left: -12px;
  padding-left: 0px;
  background-color: #fff;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bg_dots.jpg');
  background-position: 0% 50%;
  background-size: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 30px;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 70vw;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-6 {
  position: static;
  display: block;
  overflow: visible;
  padding-left: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.container-2 {
  position: absolute;
  left: 15vw;
  right: 15vw;
  bottom: 5%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 20px 0px;
  -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;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.text-block-3 {
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  text-align: center;
  letter-spacing: 4px;
}

.image-7 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-8 {
  width: 180px;
  max-height: 100px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-9 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #fff;
}

.columns {
  display: block;
  width: 50vw;
  max-width: 90vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  margin-top: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
}

.heading-4.dark {
  color: #0f222d;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(15, 34, 45, 0.65);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
}

.text-span {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-10 {
  max-width: 60%;
  margin-right: 20px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-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-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;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.word-chip {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff5d0;
  border-radius: 6px;
  background-color: #fff5d0;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.word-chip.avchip {
  border-style: none;
  background-color: #fff5d0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #0f222d;
}

.word-chip.avchip.ios {
  background-color: rgba(231, 231, 231, 0.64);
}

.word-chip.services {
  margin-top: 4px;
  margin-bottom: 4px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 6px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bg_dots.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -o-object-fit: fill;
  object-fit: fill;
}

.block-quote {
  width: 60%;
  margin-left: 12px;
  background-color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-6 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 2px;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-7 {
  padding-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #fff5d0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-8 {
  min-width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-14 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff5d0;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff5d0;
  line-height: 24px;
}

.paragraph-4 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff5d0;
  line-height: 24px;
}

.div-block-15 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-3 {
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #ba3521;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #0f222d;
  font-size: 40px;
  text-transform: none;
}

.micro-outsource-image {
  margin-right: 20px;
}

.whitebox-wrap {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.contact-wrap {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.container-3-micro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.wrap-copy {
  max-width: 700px;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.text-block-9 {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.wrap-copy {
  max-width: 700px;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.container-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.image-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-7 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.body-2 {
  background-image: url('../images/bg_dots.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.paragraph-5 {
  margin-top: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 20px;
  line-height: 36px;
}

.paragraph-5.privacytext {
  font-size: 18px;
  line-height: 30px;
}

.link-4 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.image-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-10 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.text-block-10.phone {
  display: none;
}

.link-5 {
  position: static;
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.heading-6 {
  margin-top: 40px;
  font-family: 'Libre Franklin', sans-serif;
  color: #0f222d;
  font-weight: 600;
}

.heading-8 {
  margin-top: 40px;
  color: #0f222d;
}

.list-item {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.column-5 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: right;
}

.container-9 {
  margin-bottom: 60px;
  padding-top: 20px;
}

.container-10 {
  margin-bottom: 60px;
  padding-top: 20px;
}

.heading-9 {
  margin-top: 100px;
  font-size: 60px;
}

.image-13 {
  background-color: #fff;
}

.body-3 {
  background-image: url('../images/bg_dots.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-16 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-11 {
  margin-top: 5px;
  margin-bottom: 2px;
  background-color: #fff;
  direction: ltr;
  font-family: 'Varela Round', sans-serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -2px;
  text-indent: 5px;
}

.text-block-11.thertooltitle {
  font-size: 30px;
  line-height: 12px;
}

.text-span-3 {
  color: #ba3521;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-top: 40px;
  -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;
  text-align: center;
}

.appviewer-hero-title {
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #0f222d;
  font-size: 60px;
  line-height: 76px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.link-6 {
  display: inline;
  padding: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #0f222d;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.link-6.schedule-link {
  margin-right: 10px;
  background-color: #0f222d;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 15vw;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: right;
}

.header-contact-type {
  margin-right: 10px;
  margin-left: 10px;
}

.column-6 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.column-7 {
  text-align: right;
}

.image-15 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.appviewer-hero-subtitle {
  margin-bottom: 10px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.section-5 {
  display: block;
  height: 80vh;
  max-height: 900px;
  min-height: 820px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
}

.columns-2 {
  display: inline-block;
  max-width: 1200px;
  text-align: left;
}

.text-block-12 {
  min-height: 120px;
  padding: 10px;
  background-color: #0f222d;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.div-block-19 {
  display: inline-block;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
  text-align: left;
}

.div-block-20 {
  margin-top: 40px;
  margin-right: -5%;
  margin-left: -5%;
}

.avreasonsheader {
  margin-left: 20px;
  font-family: Inter, sans-serif;
  color: #0f222d;
  font-weight: 600;
}

.reasontext {
  min-height: 140px;
  padding-right: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.section-7 {
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.text-block-13 {
  margin-bottom: 20px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 50px;
  font-weight: 600;
}

.text-block-13.jointitle {
  margin-bottom: 40px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  text-align: left;
}

.section-8 {
  padding-top: 100px;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.container-13 {
  margin-bottom: 40px;
}

.othertoollogo {
  display: inline-block;
  background-color: #fff;
}

.othertoolname {
  font-family: 'Varela Round', sans-serif;
  font-size: 38px;
  letter-spacing: -2px;
  text-indent: 5px;
}

.text-block-14 {
  margin: 30px 10px 14px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 16px;
}

.section-10 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-10 {
  margin-bottom: 40px;
}

.text-block-15 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.image-16 {
  margin-bottom: 20px;
}

.div-block-21 {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.toolboxheader {
  margin-bottom: 40px;
}

.div-block-22 {
  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;
}

.text-block-16 {
  display: inline-block;
  margin-top: 20px;
  padding-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 18px;
  text-align: center;
}

.button-2 {
  border-radius: 5px;
  background-color: #ba3521;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

.container-14 {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-17 {
  height: 240px;
  margin-right: 40px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 60px;
  -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;
}

.section-tools {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bg_dots.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-17 {
  background-color: rgba(15, 34, 45, 0.6);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.section-whitebox {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.other-tools {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-18 {
  font-family: 'Nunito Sans', sans-serif;
  color: #0f222d;
  font-size: 18px;
  line-height: 32px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-18 {
  position: -webkit-sticky;
  position: sticky;
  top: 8px;
  padding-left: 18px;
}

.image-18 {
  margin-bottom: 20px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.text-block-19 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.text-block-20 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-19 {
  margin-bottom: 20px;
}

.link-8 {
  display: inline-block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: #0f222d;
  font-family: 'Nunito Sans', sans-serif;
  color: #ba3521;
  text-decoration: none;
}

.image-19 {
  background-color: #fff;
}

.text-block-21 {
  display: inline-block;
  margin-left: 8px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-color: #fff;
}

.herocolumn {
  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;
}

.column-11 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  background-color: #fff;
}

.image-21 {
  background-color: #fff;
}

.image-22 {
  background-color: #fff;
}

.image-23 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-23.mobile {
  display: none;
}

.heading-11 {
  display: block;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-22 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-23 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
}

.success-message {
  border-radius: 5px;
  background-color: #5cafc9;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  height: 60px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.submit-button {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ba3521;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.submit-button.setup {
  margin-top: 40px;
  line-height: 30px;
}

.submit-button.bottom {
  min-height: 50px;
  min-width: 160px;
  margin-left: 10px;
  line-height: 30px;
}

.submit-button.bottom.w--current {
  position: static;
}

.submit-button.header {
  position: relative;
  min-height: 50px;
  margin-left: 60px;
  line-height: 30px;
}

.form-block-2 {
  margin-top: 20px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-right: 100px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu-3 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.roadmapitem {
  padding: 10px 20px 14px;
  font-family: Inter, sans-serif;
  color: #0f222d;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.link-9 {
  padding: 20px 10px 10px;
  background-color: #0f222d;
  color: #fff;
  text-decoration: none;
}

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

.list-2 {
  margin-bottom: 0px;
  padding-top: 10px;
  border: 1px none #fff;
  border-radius: 4px;
  background-color: #fff;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.columns-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.reasonheader {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.reasonheader.whited {
  background-color: #fff;
}

.reasonheader.big {
  font-size: 34px;
  line-height: 46px;
}

.reasonsection {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: hsla(0, 0%, 100%, 0.75);
  text-align: center;
}

.reasonsection.grey {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: rgba(246, 250, 255, 0.75);
}

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.reasonheadertext {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.reasonheadertext.whited {
  background-color: #fff;
}

.columns-7 {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.column-14 {
  position: static;
}

.reasonbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inboximage {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  margin-left: 10px;
  box-shadow: 4px 3px 8px 1px rgba(0, 0, 0, 0.36);
  -o-object-fit: contain;
  object-fit: contain;
}

.inboxtext {
  margin-bottom: 24px;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.inboxtext.inboxheader {
  font-size: 20px;
  font-weight: 600;
}

.inboxtext.whited {
  background-color: #fff;
}

.inboxtext.whited.forgif {
  display: inline-block;
}

.inboxheader {
  padding: 57px 10px 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.inboxheader.whited {
  background-color: #fff;
}

.inboxheader.setup {
  padding-top: 24px;
}

.section-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-radius: 4px;
  background-color: #fff5d0;
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px) rotateX(6deg) rotateY(335deg) rotateZ(5deg);
  transform: perspective(1000px) rotateX(6deg) rotateY(335deg) rotateZ(5deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.interludeheader {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #0f222d;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 26px;
}

.text-block-24 {
  display: inline-block;
  padding: 35px 10px 10px;
  background-color: #0f222d;
  font-family: 'Permanent Marker', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  letter-spacing: 3px;
}

.div-block-29 {
  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;
}

.text-block-25 {
  margin-left: 20px;
  padding: 10px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.container-22 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  display: block;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.div-block-33 {
  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;
}

.image-26 {
  background-color: #fff;
}

.div-block-34 {
  width: 720px;
}

.setupchecktext {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.container-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-bottom: 40px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.setupcheck {
  text-align: left;
}

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

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

.section-13 {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.container-24 {
  max-width: 1200px;
}

.div-block-35 {
  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: 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;
}

.image-27 {
  max-width: 100%;
  box-shadow: 4px 3px 8px 1px rgba(0, 0, 0, 0.36);
}

.sectiongif {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-26 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-27 {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.text-block-27.bottom {
  display: none;
}

.text-block-27.top {
  display: none;
}

.div-block-36 {
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-5 {
  font-size: 12px;
  text-transform: none;
}

.container-26 {
  border-radius: 6px;
  background-color: #fff;
}

.columns-8 {
  max-width: 1024px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-37 {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.image-28 {
  height: 240px;
  min-width: 100%;
  opacity: 0.7;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-28 {
  padding: 20px;
  border-top: 5px solid #f2b120;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.section-14 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.image-29 {
  position: absolute;
  left: 5%;
  top: 41%;
  right: auto;
  bottom: auto;
}

.casestudyno {
  display: inline-block;
  font-family: Inter, sans-serif;
  color: #ba3521;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  text-align: center;
}

.casestudynodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.casestudynosubtitlte {
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 396px;
  padding: 20px 50px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-31 {
  padding: 0px 20px 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #ba3521;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.casestudyheader {
  text-align: center;
}

.text-block-32 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.text-block-33 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.text-block-34 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}

.div-block-40 {
  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;
}

.div-block-41 {
  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;
}

.text-block-35 {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.benefitheader {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.benefitheader.whited {
  background-color: #fff;
}

.benefitheader.big {
  font-size: 42px;
}

.benefittext {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.benefittext.whited {
  background-color: #fff;
}

.benefittextdiv {
  max-width: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
  text-align: left;
}

.columns-9 {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.benefitsubheader {
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #f2b120;
  font-size: 20px;
  font-weight: 600;
}

.benefitsection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 100%, 0.75);
  text-align: center;
}

.benefitsection.grey {
  padding: 40px 20px;
  border-top: 1px none rgba(0, 0, 0, 0.09);
  border-bottom: 1px none rgba(0, 0, 0, 0.09);
  background-color: rgba(246, 250, 255, 0.75);
}

.stickynoteheader {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  color: #0f222d;
  font-size: 26px;
}

.stickynotetext {
  display: inline-block;
  padding: 10px;
  font-family: 'Permanent Marker', sans-serif;
  color: #0f222d;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 3px;
}

.interludesection {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.interludesection.grey {
  background-color: rgba(246, 250, 255, 0.75);
}

.div-block-39-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.text-block-33-copy {
  font-family: Coustard, sans-serif;
  color: #ba3521;
  font-size: 100px;
  line-height: 100px;
}

.text-block-34-copy {
  padding: 30px 15px 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  line-height: 34px;
  text-align: left;
  letter-spacing: 0.5px;
}

.text-block-35-copy {
  margin-top: 40px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.container-28 {
  max-width: 640px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

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

.div-block-40-copy {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37-copy {
  position: relative;
  overflow: hidden;
  max-width: 512px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.image-29-copy {
  position: relative;
  margin-bottom: 26px;
}

.image-29-copy.mobile {
  display: none;
}

.benefitrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

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

.benefitimg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.benefitimg.reverse {
  margin-left: 0px;
}

.div-block-44 {
  width: 90%;
  height: 1px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.09);
}

.section-15 {
  background-color: rgba(246, 250, 255, 0.75);
}

.quote {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -34px 37px 0 0 hsla(0, 0%, 94%, 0.75);
}

.quote.study {
  display: inline-block;
  background-color: #f6faff;
}

.div-block-46 {
  display: inline-block;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 15px;
  background-color: #fafafa;
}

.div-block-47 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: block;
  height: 100px;
  text-align: left;
}

.navshadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.casestudysection {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 100%, 0.75);
  text-align: center;
}

.casestudysection.grey {
  border-top: 1px none rgba(0, 0, 0, 0.09);
  border-bottom: 1px none rgba(0, 0, 0, 0.09);
  background-color: rgba(246, 250, 255, 0.75);
}

.bottomsignup {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-16 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: rgba(246, 250, 255, 0.75);
}

.logo-footer {
  border-radius: 4px;
  background-color: #fff;
}

.text-block-36 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-36-copy {
  max-width: 300px;
  margin-top: 12px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.section-9-copy {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../images/bg_dots_blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-10-copy {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.text-block-10-copy.phone {
  display: none;
}

.heading-12 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-align: center;
}

.benefitheader-copy {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.benefitheader-copy.whited {
  background-color: #fff;
}

.benefitheader-copy.big {
  font-size: 42px;
}

.container-30 {
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.image-30 {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: -40px;
  margin-left: 20px;
  padding: 1.5rem;
  border-radius: 0.375rem;
  background-color: #f6faff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.div-block-48 {
  margin-top: 60px;
}

.image-30-copy {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: -40px;
  margin-left: 20px;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background-color: #f6faff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.benefitimgdiv {
  margin-left: 40px;
}

.benefitimgdiv.reverse {
  margin-right: 40px;
  margin-left: 0px;
}

.div-block-50 {
  margin-right: 40px;
}

.nav-menu-wrap-copy {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-4 {
  background-image: url('../images/bg_dots.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-17 {
  padding: 60px 40px;
  background-color: rgba(246, 250, 255, 0.75);
}

.text-block-37 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container-31 {
  max-width: 760px;
}

.studyp {
  font-family: Inter, sans-serif;
  color: #333;
  line-height: 28px;
}

.studyp.end {
  margin-top: 80px;
}

.heading-13 {
  margin-top: 60px;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
}

.studyquote {
  max-width: 560px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px 30px 20px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.09);
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.heading-14 {
  margin-bottom: 60px;
  text-align: center;
}

.container-32 {
  padding-bottom: 40px;
  text-align: center;
}

.image-31 {
  background-color: #fff;
}

.columns-10 {
  margin-bottom: 40px;
}

.section-18 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-51 {
  margin-top: 60px;
  padding-right: 80px;
  padding-left: 80px;
}

.link-block {
  height: 100%;
}

.image-26-copy {
  height: 100%;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.bold-text {
  font-weight: 600;
}

.studybold {
  font-weight: 600;
}

.quote-copy {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -34px 37px 0 0 #f1f1f1;
}

.casestudysubheader {
  display: inline-block;
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.quotename {
  padding-top: 6px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  color: #0f222d;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.25px;
}

.quotecasestudylink {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #ba3521;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.quotejobtitle {
  padding-top: 6px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  color: #ba3521;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.25px;
}

.quotesection {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f6faff;
}

.quotesection.grey {
  background-color: rgba(246, 250, 255, 0.75);
}

.studyimg {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 89.3%, 0.75);
}

.studyimg.mood {
  width: 520px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.studyimgcaption {
  margin-bottom: 40px;
  padding: 10px;
  font-family: Inter, sans-serif;
  text-align: right;
}

.container-study-bottomcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.section-19 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-52 {
  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;
}

.image-32 {
  height: 280px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-53 {
  margin-top: 20px;
  background-color: #f5f5f5;
}

.image-33 {
  width: 420px;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-33 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-copy {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.quote-copy.study {
  display: inline-block;
  background-color: #f6faff;
}

.benefitsubheader-2 {
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #f2b120;
  font-size: 20px;
  font-weight: 600;
}

.image-34 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    max-height: none;
    min-height: 0px;
    padding-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .button.av-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: auto;
    display: block;
    width: 60%;
    height: auto;
    max-width: 60%;
    margin-right: auto;
    margin-bottom: 260px;
    margin-left: auto;
  }

  .hero-content {
    position: relative;
    bottom: auto;
    margin-bottom: 40px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0f222d;
    color: #fff;
  }

  .nav-menu-2 {
    min-width: 240px;
    color: #0f222d;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    width: auto;
    max-width: 100%;
    margin-top: 50px;
    font-size: 60px;
    line-height: 72px;
  }

  .image-5 {
    margin-left: 2vw;
  }

  .grid {
    width: 90vw;
    grid-column-gap: 25px;
  }

  .container-2 {
    left: 5vw;
    right: 5vw;
  }

  .columns {
    width: auto;
  }

  .text-span {
    font-weight: 400;
  }

  .image-10 {
    width: 30%;
  }

  .word-chip.avchip {
    margin-top: 5px;
    font-size: 10px;
  }

  .block-quote {
    width: 80%;
  }

  .text-block-8 {
    width: 400px;
    min-width: 0px;
  }

  .micro-outsource-image {
    width: 30%;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .appviewer-hero-title {
    font-size: 42px;
    line-height: 64px;
  }

  .div-block-18 {
    padding-right: 10px;
  }

  .section-5 {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0px;
  }

  .columns-2 {
    width: 100%;
  }

  .text-block-12 {
    min-height: 140px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-6 {
    padding-top: 40px;
  }

  .div-block-19 {
    min-width: 380px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-23 {
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .container-18 {
    position: static;
  }

  .text-block-19 {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .text-block-21 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .herocolumn {
    padding-right: 4px;
    padding-left: 4px;
  }

  .heading-11 {
    font-size: 42px;
  }

  .text-block-22 {
    font-size: 14px;
    line-height: 22px;
  }

  .form-3 {
    padding-right: 0px;
  }

  .text-field {
    margin-right: 10px;
    font-size: 16px;
  }

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .columns-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .reasonheadertext {
    font-size: 16px;
    line-height: 26px;
  }

  .columns-7 {
    max-width: none;
    margin-right: 10%;
    margin-left: 10%;
  }

  .inboximage {
    width: 150px;
    height: 150px;
  }

  .inboxtext {
    line-height: 24px;
  }

  .inboxheader {
    font-size: 16px;
    line-height: 24px;
  }

  .codewindowimg {
    margin-top: -60px;
  }

  .div-block-32 {
    margin-left: 83px;
  }

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

  .div-block-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .benefitheader {
    font-size: 28px;
    line-height: 34px;
  }

  .benefittext {
    font-size: 14px;
    line-height: 26px;
  }

  .benefitsubheader {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-34-copy {
    font-size: 14px;
    line-height: 28px;
  }

  .quote {
    max-width: 60%;
  }

  .div-block-47 {
    height: 80px;
  }

  .quote-copy {
    max-width: 60%;
  }

  .image-33 {
    width: 360px;
    height: 420px;
  }

  .quote-copy {
    max-width: 60%;
  }

  .benefitsubheader-2 {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    padding-top: 100px;
  }

  .section.wide {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.wide.img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-menu-wrap {
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-image {
    width: 80%;
    max-width: 80%;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-subhead {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

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

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .quote-attribution {
    -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;
  }

  .menu-icon {
    font-size: 30px;
  }

  .menu-button {
    background-color: #fff;
  }

  .nav-menu-2 {
    padding-bottom: 14px;
    border-bottom: 2px solid #000;
    background-color: #fff;
  }

  .brand {
    max-width: 40vw;
    padding-left: 0px;
  }

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

  .form-block {
    width: 100%;
  }

  .image-5 {
    line-height: 20px;
  }

  .grid {
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-2 {
    left: 0px;
    right: 0px;
  }

  .column-2 {
    height: auto;
  }

  .text-block-4 {
    height: auto;
  }

  .image-10 {
    width: auto;
    max-width: 50%;
    margin-right: 0px;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-3 {
    max-width: 90%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-quote {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block-8 {
    width: auto;
    margin-bottom: 24px;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .div-block-15 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .micro-outsource-image {
    width: auto;
    max-width: 50%;
    margin-right: 0px;
  }

  .whitebox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-bottom: 20px;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3-micro {
    max-width: 90%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3-copy {
    max-width: 90%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-5 {
    text-align: center;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-10 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-9 {
    font-size: 40px;
    white-space: normal;
  }

  .container-11 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .image-14 {
    width: 100%;
    max-width: 110%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .appviewer-hero-title {
    font-size: 48px;
    line-height: 56px;
  }

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

  .header-contact-type {
    margin-right: 6px;
    margin-left: 6px;
  }

  .column-6 {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-15 {
    display: none;
  }

  .appviewer-hero-subtitle {
    line-height: 24px;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .columns-2 {
    width: auto;
    max-width: 420px;
  }

  .text-block-12 {
    min-height: 0px;
  }

  .section-6 {
    padding-top: 60px;
  }

  .avstepscol {
    margin-bottom: 40px;
  }

  .reasontext {
    min-height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .container-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-13 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-8 {
    padding-top: 80px;
  }

  .container-13 {
    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;
  }

  .text-block-14 {
    margin-bottom: 30px;
  }

  .toolboxheader {
    text-align: center;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .button-2 {
    margin: 20px 10px;
  }

  .columns-3 {
    display: block;
  }

  .columns-4.reasoncols {
    max-width: 320px;
  }

  .container-14 {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .container-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-17 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .container-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-18 {
    max-width: 620px;
  }

  .div-block-25 {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    margin-left: 10px;
  }

  .image-23 {
    -webkit-transform: perspective(1000px) rotateX(4deg) rotateY(-11deg) rotateZ(3deg);
    transform: perspective(1000px) rotateX(4deg) rotateY(-11deg) rotateZ(3deg);
  }

  .text-block-22 {
    font-size: 14px;
  }

  .submit-button.header {
    margin-left: 0px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 10px;
  }

  .roadmapitem {
    border-style: none;
  }

  .link-9 {
    padding-top: 20px;
  }

  .image-24 {
    max-width: 120%;
  }

  .reasonheader {
    font-size: 24px;
    line-height: 32px;
  }

  .reasonheader.big {
    font-size: 24px;
    line-height: 36px;
  }

  .container-20 {
    max-width: 90%;
    margin-bottom: 40px;
    text-align: center;
  }

  .reasonheadertext {
    font-size: 16px;
    line-height: 24px;
  }

  .columns-7 {
    margin-right: 5%;
    margin-left: 5%;
  }

  .reasonbox {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .inboximage {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .inboxheader {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-24 {
    max-width: 90%;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-30 {
    width: 90%;
    margin-bottom: 20px;
  }

  .codewindowimg {
    margin-bottom: 0px;
  }

  .div-block-32 {
    width: 90%;
    min-width: 0px;
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    width: auto;
    margin-bottom: 40px;
  }

  .container-25 {
    max-width: 90%;
  }

  .text-block-27 {
    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;
  }

  .text-block-27.bottom {
    display: none;
  }

  .text-block-27.top {
    display: none;
  }

  .div-block-36 {
    padding-top: 40px;
  }

  .text-span-5 {
    margin-left: 10px;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .casestudyno {
    font-size: 54px;
  }

  .casestudynodiv {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .casestudynosubtitlte {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-32 {
    font-size: 14px;
    line-height: 24px;
  }

  .benefitheader {
    font-size: 24px;
    line-height: 32px;
  }

  .benefittext {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-40-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-43 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

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

  .quote {
    max-width: 80%;
  }

  .quote.study {
    max-width: 90%;
  }

  .casestudysection {
    padding: 100px 20px 60px;
  }

  .bottomsignup {
    padding-top: 80px;
  }

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

  .benefitheader-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .benefitimgdiv {
    margin-left: 0px;
  }

  .benefitimgdiv.reverse {
    margin-right: 0px;
  }

  .nav-menu-wrap-copy {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-32 {
    max-width: 95%;
  }

  .div-block-51 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote-copy {
    max-width: 80%;
  }

  .container-study-bottomcta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-33 {
    width: 512px;
    height: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .quote-copy {
    width: 512px;
    max-width: 100%;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .quote-copy.study {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button {
    padding: 10px 20px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .title {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image {
    width: 90%;
    max-width: 90%;
    margin-bottom: 180px;
  }

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

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    font-size: 16px;
    line-height: 24px;
  }

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

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow {
    display: none;
    overflow: visible;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .brand {
    max-width: 60vw;
    padding-left: 0px;
  }

  .heading-3 {
    margin-top: 80px;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0px;
  }

  .grid {
    grid-column-gap: 12px;
  }

  .container-2 {
    bottom: 20px;
  }

  .text-block-3 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 54px;
  }

  .text-block-4 {
    line-height: 26px;
  }

  .image-10 {
    max-width: 60%;
  }

  .block-quote {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block-8 {
    font-size: 42px;
    line-height: 54px;
  }

  .whitebox-wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .contact-wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .wrap-copy {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .wrap-copy {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .appviewer-hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-contact-type {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .header-contact-type.email {
    display: none;
  }

  .appviewer-hero-subtitle {
    padding-right: 35px;
    padding-left: 35px;
  }

  .columns-2 {
    width: 100%;
  }

  .div-block-19 {
    min-width: 320px;
    text-align: center;
  }

  .text-block-13.jointitle {
    font-size: 38px;
    line-height: 44px;
  }

  .section-9 {
    display: block;
  }

  .image-17 {
    height: auto;
  }

  .div-block-23 {
    margin-top: 0px;
    padding-left: 20px;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    margin-left: 0px;
  }

  .text-block-21 {
    margin-left: 0px;
    font-size: 13px;
    text-align: center;
  }

  .columns-5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  .image-23 {
    position: relative;
    overflow: visible;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }

  .image-23.mobile {
    display: inline-block;
  }

  .image-23.desktop {
    display: none;
  }

  .heading-11 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-22 {
    text-align: left;
  }

  .form-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-field {
    height: 42px;
    margin-right: 0px;
  }

  .submit-button {
    height: 42px;
    margin-top: 10px;
  }

  .submit-button.setup {
    line-height: 24px;
  }

  .navbar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 80px;
  }

  .roadmapitem {
    font-size: 16px;
    line-height: 22px;
  }

  .image-24 {
    max-width: 130%;
  }

  .reasonheadertext {
    font-size: 14px;
  }

  .reasonbox {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inboximage {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .inboxtext {
    font-size: 14px;
  }

  .inboxtext.setup {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .inboxheader.setup {
    padding-left: 0px;
  }

  .container-21 {
    max-width: 90%;
  }

  .interludeheader {
    font-size: 24px;
  }

  .text-block-24 {
    font-size: 24px;
  }

  .container-22 {
    max-width: 90%;
  }

  .div-block-30 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .codewindowimg {
    margin-bottom: -10px;
  }

  .div-block-32 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .setupchecktext {
    font-size: 14px;
  }

  .text-block-27.bottom {
    font-size: 14px;
  }

  .text-block-27.top {
    display: none;
  }

  .div-block-36 {
    position: relative;
    overflow: visible;
  }

  .casestudyno {
    font-size: 40px;
  }

  .casestudynosubtitlte {
    padding-right: 2px;
    padding-left: 2px;
  }

  .benefittext {
    font-size: 14px;
  }

  .stickynoteheader {
    font-size: 24px;
  }

  .stickynotetext {
    font-size: 20px;
  }

  .interludesection.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-33-copy {
    font-size: 60px;
  }

  .text-block-34-copy {
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-35-copy {
    font-size: 16px;
  }

  .div-block-43 {
    margin-top: 40px;
  }

  .image-29-copy.desktop {
    display: none;
  }

  .image-29-copy.mobile {
    display: block;
  }

  .quote {
    padding: 20px;
    box-shadow: -16px 18px 0 0 #f1f1f1;
  }

  .section-16 {
    padding-bottom: 60px;
  }

  .section-9-copy {
    display: block;
  }

  .container-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-30 {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    margin-bottom: -10px;
    margin-left: 10px;
    padding: 0.5rem;
  }

  .div-block-48 {
    padding-right: 13%;
    padding-left: 13%;
  }

  .image-30-copy {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    margin-bottom: -10px;
    margin-left: 10px;
  }

  .studyp {
    font-size: 14px;
    line-height: 26px;
  }

  .studyquote {
    font-size: 14px;
    line-height: 28px;
  }

  .container-32 {
    max-width: 100%;
    padding-right: 8%;
    padding-bottom: 20px;
    padding-left: 8%;
  }

  .image-31 {
    width: 220px;
  }

  .section-18 {
    padding-bottom: 100px;
  }

  .quote-copy {
    padding: 20px;
    box-shadow: -16px 18px 0 0 #f1f1f1;
  }

  .quotename {
    font-size: 16px;
  }

  .quotecasestudylink {
    font-size: 16px;
  }

  .quotejobtitle {
    font-size: 16px;
  }

  .quotejobtitle.study {
    font-size: 12px;
  }

  .quotesection {
    padding-bottom: 80px;
  }

  .quotesection.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .studyimgcaption {
    font-size: 13px;
    line-height: 18px;
  }

  .image-33 {
    width: 100%;
    height: 50vw;
  }

  .quote-copy {
    padding: 20px;
    box-shadow: none;
  }
}

