:root {
  --white: white;
  --black: black;
  --orange-action: #ea5f1e;
  --dim-grey: #6b6b6b;
  --skin: #feebe3;
  --663399: #602bb6;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

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

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

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

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: #feebe3;
  background-image: linear-gradient(135deg, #fff, #feebe3 100%, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-color: #fff;
  background-image: linear-gradient(305deg, #feebe3, var(--white) 100%, #602bb6);
  color: var(--black);
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.wide.purple.black {
  background-color: var(--black);
}

.section.wide.white {
  background-color: var(--white);
  min-height: 45vh;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4vh;
  padding-bottom: 4vh;
  position: relative;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

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

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

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

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

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

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

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

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

.button {
  background-color: var(--orange-action);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
}

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

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

.button.contact {
  color: var(--black);
  background-color: #0000;
  margin-left: 10px;
  display: none;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: var(--orange-action);
  box-shadow: inset 0 0 0 2px #fff;
}

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

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

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

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

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

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

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

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

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

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

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

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

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

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

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.wrap.bottom {
  z-index: 2;
  position: relative;
}

.mini-title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.mini-title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  z-index: 2;
  flex: none;
  position: relative;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

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

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

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

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

.nav-link {
  color: var(--black);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--orange-action);
  color: var(--dim-grey);
}

.nav-menu {
  height: auto;
}

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

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

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

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image-test {
  width: 45vw;
  display: none;
  position: absolute;
  bottom: auto;
  right: 8vw;
}

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

.black-text {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
}

.black-text.service, .black-text.consult {
  font-size: 30px;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.feature-wrap.reverse.services {
  margin-top: 2vh;
}

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

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.black {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.hero-subhead {
  color: var(--black);
  max-width: 60%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 44px;
}

.bottom-image-wrap {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

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

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

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

.input:hover {
  box-shadow: inset 0 0 0 2px var(--orange-action);
}

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

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

.arrow {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

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

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.quote-icon {
  margin-bottom: 45px;
}

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

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

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

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

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

.heading-3 {
  color: var(--black);
  font-family: Barriecito, sans-serif;
  font-size: 14vh;
  line-height: 14vh;
  display: none;
}

.heading-4 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.bold-text {
  color: var(--black);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  font-family: Roboto Condensed, sans-serif;
}

.image-6 {
  height: 11em;
  font-size: 10px;
}

.image-mobile {
  display: none;
}

.image-8 {
  position: relative;
  inset: 0%;
}

.heading-5 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-14 {
  max-width: 60%;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-heading {
  color: var(--black);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.feature-sub {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.image-9 {
  max-width: 450px;
  position: absolute;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 60px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-image.medium {
  width: 140px;
}

.pricing-image.large {
  width: 260px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.paragraph-3 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.service-para {
  font-family: Roboto Condensed, sans-serif;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Roboto Condensed, sans-serif;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.text-block-3, .learn-more, .quote, .paragraph-4, .bold-text-2, .quote-name, .quote-position {
  font-family: Roboto Condensed, sans-serif;
}

.consult-para {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.image-consult {
  width: 20vw;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bold-text-3 {
  font-family: Roboto Condensed, sans-serif;
}

.consult-wrap {
  width: 70%;
  position: relative;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Roboto Condensed, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-description {
  display: none;
}

.heading-6 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
}

.heading-6.call {
  font-size: 32px;
}

.sunderland-logo-wrap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-11 {
  height: 60px;
}

.image-12 {
  width: 45vw;
  max-width: 510px;
}

.middle-image-mobile, .image-top-mobile {
  display: none;
}

.bottom-subheading {
  font-family: Roboto Condensed, sans-serif;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-image-2.middle {
  width: 130px;
  height: 80px;
}

.pricing-image-2.large {
  width: 260px;
}

.pricing-title-2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-color: var(--skin);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--skin), white);
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-info-text {
  font-weight: 400;
}

.service-icon {
  width: 55px;
  position: absolute;
  inset: 15% auto auto;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-16 {
  position: relative;
}

.div-block-17 {
  width: 100%;
  position: relative;
}

.image-13 {
  width: 70px;
}

.hero-image {
  object-fit: cover;
  width: 50vw;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  right: 0;
}

.image-14 {
  display: none;
}

.image-15 {
  z-index: 0;
  height: 60%;
  position: absolute;
}

.text-block-4 {
  color: var(--white);
  font-family: Roboto Condensed, sans-serif;
  font-size: 10px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  font-size: 38px;
}

.pricing-comparison-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-3.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-3 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-3 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-3 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-3.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-3 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-3 {
  align-self: stretch;
}

.pricing-feature-3 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-3 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

@media screen and (min-width: 1440px) {
  .wrap.bottom {
    z-index: 2;
    position: relative;
  }

  .nav-link:hover {
    color: var(--dim-grey);
  }

  .bottom-image-wrap {
    background-color: var(--white);
    justify-content: flex-end;
    align-items: flex-end;
    bottom: auto;
  }

  .consult-wrap {
    max-width: 60%;
  }

  .centered-subheading {
    font-family: Roboto Condensed, sans-serif;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    font-family: Roboto Condensed, sans-serif;
  }

  .team-member-position {
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
  }

  .team-description {
    font-family: Roboto Condensed, sans-serif;
  }

  .image-10 {
    width: 50vw;
  }

  .bottom-container {
    display: flex;
  }
}

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

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

  .section.center {
    flex-direction: column;
    height: 100vh;
    padding-top: 15vh;
  }

  .section.wide.white {
    justify-content: center;
    align-items: center;
    min-height: 40vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: 45vw;
  }

  .wrap {
    padding-bottom: 0;
  }

  .wrap.bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 470px;
    display: flex;
  }

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

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

  .nav-menu {
    position: absolute;
  }

  .hero-image-test {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

  .bottom-image-wrap {
    background-image: none;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: absolute;
  }

  .feature-icon {
    flex: none;
  }

  .footer {
    flex-flow: column;
  }

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

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: var(--black);
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    background-image: linear-gradient(180deg, var(--skin), white);
  }

  .nav-menu-2 {
    background-color: var(--white);
    background-image: linear-gradient(345deg, var(--skin), white);
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .heading-4 {
    font-size: 36px;
  }

  .image-6 {
    height: 10em;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .image-consult {
    width: 30vw;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-6.call {
    font-size: 28px;
  }

  .sunderland-logo-wrap {
    position: static;
  }

  .image-12 {
    width: 65vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .hero-image {
    width: 100vw;
    display: none;
    position: absolute;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-wrapper-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-3 {
    width: 350px;
  }
}

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

  .section.wide.white {
    justify-content: center;
    align-items: center;
    min-height: 40vh;
  }

  .feature-content {
    width: 46vw;
  }

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

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

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

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .wrap.bottom {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .hero-image-test {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .hero-subhead {
    font-size: 19px;
  }

  .bottom-image-wrap {
    justify-content: flex-start;
    align-items: center;
  }

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

  .form-2 {
    flex-direction: column;
  }

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

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

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

  .form-block {
    width: 100%;
  }

  .image-6 {
    height: 8em;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .image-consult {
    width: 40vw;
  }

  .consult-wrap {
    width: 90%;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-12 {
    width: 70vw;
    height: auto;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-comparison-3 {
    padding: 60px 15px;
  }

  .pricing-wrapper-3 {
    justify-items: stretch;
  }

  .pricing-card-3 {
    width: auto;
  }

  .pricing-title-3 {
    font-size: 34px;
    line-height: 42px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 10vh;
  }

  .section.wide.white {
    height: auto;
    min-height: 40vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

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

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

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

  .wrap.bottom {
    display: block;
  }

  .mini-title {
    padding-bottom: 0;
    font-size: 9px;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image-test {
    width: 100%;
    display: none;
  }

  .black-text {
    font-size: 22px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

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

  .black {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-subhead {
    text-align: center;
    max-width: 100%;
    font-size: 17px;
    font-weight: 400;
  }

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

  .footer {
    flex-flow: column;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .arrow {
    height: 40px;
  }

  .quote-slider {
    width: 100vw;
    margin-bottom: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-button.w--open, .nav-menu-2 {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background-color: #0000;
    background-image: none;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 30px;
  }

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

  .image-top {
    display: none;
  }

  .image-6 {
    height: 7em;
  }

  .div-block-13 {
    flex-flow: column;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-14 {
    width: 90%;
    max-width: 90%;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .feature-heading {
    font-size: 28px;
  }

  .feature-sub {
    font-size: 14px;
    line-height: 24px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .quote {
    color: #a7a7a7;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
    line-height: 28px;
  }

  .consult-para {
    text-align: center;
  }

  .image-consult {
    width: 60vw;
    height: auto;
    position: absolute;
    inset: 15% auto 0%;
  }

  .consult-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    margin-top: 40px;
  }

  .sunderland-logo-wrap {
    position: static;
  }

  .image-11 {
    height: 60px;
  }

  .image-12 {
    max-width: none;
    display: none;
  }

  .image-bottom, .middle-image {
    display: none;
  }

  .middle-image-mobile {
    object-fit: contain;
    max-width: none;
    max-height: 100%;
    display: block;
  }

  .image-top-mobile {
    object-fit: fill;
    max-width: none;
    max-height: 100%;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .service-icon {
    width: 50px;
  }

  .hero-image {
    height: 100vh;
    display: none;
  }

  .image-14 {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
  }

  .mobile-image-wrap {
    height: 300px;
  }

  .div-block-19, .div-block-20 {
    height: 350px;
  }

  .container-4 {
    max-width: none;
  }
}

#w-node-_567cc93a-4108-f2ef-1d82-676ce2cb68fe-05b6377e, #w-node-_567cc93a-4108-f2ef-1d82-676ce2cb6908-05b6377e, #w-node-_567cc93a-4108-f2ef-1d82-676ce2cb6912-05b6377e, #w-node-_3de1f763-2133-ab74-9ec9-3334415a6479-05b6377e, #w-node-_3de1f763-2133-ab74-9ec9-3334415a6493-05b6377e, #w-node-_3de1f763-2133-ab74-9ec9-3334415a64b1-05b6377e, #w-node-f1a2873b-d1ef-201c-b784-6d6910c8ac3a-05b6377e, #w-node-f1a2873b-d1ef-201c-b784-6d6910c8ac45-05b6377e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f1a2873b-d1ef-201c-b784-6d6910c8ac45-05b6377e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


