:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.styleguide-content-wrap {
  text-align: center;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  opacity: .6;
  text-align: center;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

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

.navigation {
  z-index: 2;
  background-color: #000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.div-block-13 {
  margin-top: -162px;
}

.heading-jumbo-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 82px;
  font-size: 60px;
  font-weight: 100;
  line-height: 80px;
}

.div-block-14 {
  background-color: #fff;
  margin-top: -15px;
}

.image {
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 48px;
  position: static;
  overflow: visible;
}

.intro-content {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  overflow-wrap: normal;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .84) 48%), url('../images/wade-young-2560w-gen-crop3.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 70vh;
  margin: -875px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.intro-text {
  object-fit: cover;
  width: 80%;
  margin: auto auto 0;
  padding-top: 1171px;
  display: inline-block;
}

.image-9 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  width: 100vw;
  margin-top: 359px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.div-block {
  width: auto;
  display: inline-block;
}

.navigation-items-2 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-end;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-link-2 {
  z-index: 1;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.logo-link-2.w--current {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.logo-image-2 {
  display: inline;
}

.navigation-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: flex;
}

.navigation-item-2 {
  opacity: .6;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-2:hover {
  opacity: .9;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #5be2e8;
  border-bottom: 2px solid #5be2e8;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.button-2 {
  clear: none;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #5be2e8;
  border-radius: 0;
  width: auto;
  height: 50px;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
  position: static;
}

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

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

.button-2.w--current {
  color: #000;
}

.main-heading-wrap {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.heading-jumbo-black {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: -12px;
  margin-bottom: 106px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lexend Exa, sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 80px;
}

.app-store {
  display: block;
}

.flex-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}

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

.button-apple {
  direction: ltr;
  text-align: center;
  column-count: auto;
  background-color: #000;
  background-image: url('../images/apple.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 320px;
  height: 60px;
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Lexend Exa, sans-serif;
  display: inline-block;
}

.button-apple:hover {
  background-color: #5be2e8;
}

.div-block-19 {
  padding: 0 0 10px;
}

.button-playstore {
  direction: ltr;
  text-align: center;
  column-count: auto;
  background-color: #000;
  background-image: url('../images/playstore.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 320px;
  height: 60px;
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Lexend Exa, sans-serif;
  display: inline-block;
}

.button-playstore:hover {
  background-color: #5be2e8;
}

.preview {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: cover;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: auto;
  margin-bottom: 193px;
  padding-top: 100px;
  display: flex;
}

.image-4 {
  width: 20vw;
  padding: 20px;
}

.div-block-15 {
  background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  border-radius: 20px;
  width: 650px;
  height: 340px;
  margin-top: 20px;
  padding: 20px 60px 154px;
}

.paragraph-2 {
  color: #fff;
}

.div-block-16 {
  width: auto;
  height: 400px;
  position: static;
}

.heading-3 {
  color: #5be2e8;
  font-family: Lexend Exa, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.features {
  background-image: url('../images/Vector.png');
  background-position: 100% 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
}

.heading-jumbo-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 82px;
  font-family: Lexend Exa, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-26 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  /* display: flex; */
  position: static;
}

.div-block-4 {
  object-fit: cover;
  margin-top: -349px;
  margin-bottom: 0;
  padding-top: 463px;
  padding-bottom: 431px;
  display: block;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  width: auto;
  /* min-width: 495.833px; */
  max-width: 495.833px;
  height: 1241.98px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 0;
  display: grid;
  overflow: visible;
}

.div-block-3 {
  flex-direction: row;
  width: 50%;
  display: flex;
}

.column {
  text-align: right;
  object-fit: fill;
  padding-right: 0;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.about_wade {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 220px;
}

.text-block {
  float: left;
  clear: left;
  object-fit: fill;
  width: auto;
  font-family: Rubik, sans-serif;
}

.image-8 {
  float: right;
}

.container-2 {
  float: none;
  clear: none;
}

.columns {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.faq {
  margin-bottom: 220px;
  padding-top: 220px;
}

.faq-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: 220px;
  margin-right: 220px;
  padding: 1rem;
  display: flex;
}

.flex-block-4 {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-block-9 {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.answer-wrapper {
  display: block;
  overflow: hidden;
}

.text-block-8 {
  margin-top: 1rem;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.contact-2 {
  margin-bottom: 337px;
}

.text-block-10 {
  text-align: center;
  margin: 0 220px 220px;
}

.plans {
  color: #000;
  background-color: #e2e2e2;
  margin: 2px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-3 {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.logo-link-3 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
  padding-bottom: 81px;
  display: flex;
}

.logo-link-3:hover {
  opacity: .8;
}

.logo-link-3:active {
  opacity: .7;
}

.logo-link-3.w--current {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-10 {
  height: 150px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.text-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-family: Rubik, sans-serif;
  display: inline;
}

.flex-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 14px;
}

.flex-block-3 {
  padding-left: 20px;
}

.text-field-3 {
  height: 3rem;
}

.banner_plans {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 250px;
  margin: -21px -22px -59px;
  padding: 9px;
  display: inline-block;
}

.flex-block-copy {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -56px;
  padding-top: 85px;
}

.div-block-9 {
  padding: 0 0 40px;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 14px;
}

.list {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.form {
  margin-top: 20px;
  margin-left: 37px;
  margin-right: 37px;
}

.div-block-27 {
  padding: 0 0 10px;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  font-family: Rubik, sans-serif;
  line-height: 20px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-20 {
  color: #fff;
  text-align: center;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 100px;
}

.text-block-5 {
  font-family: Lexend Exa, sans-serif;
  font-weight: 900;
}

.button-apple-sml {
  direction: ltr;
  text-align: center;
  column-count: auto;
  background-color: #000;
  background-image: url('../images/apple.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 320px;
  height: 60px;
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Lexend Exa, sans-serif;
  display: inline-block;
}

.button-apple-sml:hover {
  background-color: #5be2e8;
}

.button-apple-sml.w--current {
  width: 300px;
  padding-left: 13px;
  font-size: 14px;
}

.column-4 {
  object-fit: contain;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-3 {
  text-align: right;
  flex: 1;
}

.column-5 {
  object-fit: contain;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-free {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, .4)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  display: inline-block;
  position: static;
}

.columns-3 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  object-fit: contain;
  flex-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin: auto auto 60px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.columns-1 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  object-fit: contain;
  flex-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: auto auto 60px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: Lexend Exa, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.div-block-8 {
  text-align: center;
}

.button-icon {
  color: #5be2e8;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  width: 100vw;
  height: 100px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 0;
  font-family: Rubik, sans-serif;
  display: block;
}

.button-icon:hover {
  color: #fff;
  background-color: #686868;
}

.button-icon.w--current {
  float: none;
  color: #5be2e8;
  text-transform: uppercase;
  background-image: none;
  width: 100vw;
  padding-top: 37px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-6 {
  overflow-wrap: normal;
  padding-top: 0;
}

.text-block-3 {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 14px;
}

.button-3 {
  clear: none;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #5be2e8;
  border-radius: 0;
  width: auto;
  height: 50px;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
  position: static;
}

.button-3-disabled {
  clear: none;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #676767;
  border-radius: 0;
  width: auto;
  height: 50px;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
}

.button-3-disabled:hover {
  clear: none;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #676767;
  border-radius: 0;
  width: auto;
  height: 50px;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
}

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

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

.button-3.w--current {
  color: #000;
}

.div-block-28 {
  padding: 0 0 10px;
}

.flex-block-2 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-playstoree-sml {
  direction: ltr;
  text-align: center;
  column-count: auto;
  background-color: #000;
  background-image: url('../images/playstore.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 320px;
  height: 60px;
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Lexend Exa, sans-serif;
  display: inline-block;
}

.button-playstoree-sml:hover {
  background-color: #5be2e8;
}

.button-playstoree-sml.w--current {
  width: 300px;
  padding-left: 26px;
  font-size: 14px;
}

.heading-2 {
  text-align: center;
  align-items: flex-end;
  font-family: Rubik, sans-serif;
  font-weight: 900;
  display: inline;
}

.columns-2 {
  text-align: left;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.div-block-25plan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, .4)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  display: inline-block;
  position: static;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.link {
  color: #fff;
  font-size: 12px;
  display: inline;
}

.bold-text-7 {
  font-size: 12px;
  font-weight: 400;
  display: inline;
}

.checkbox-field {
  font-size: 14px;
}

.success-message {
  color: #fff;
  background-color: #000;
}

.subheading {
  text-align: left;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.subheading-light {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.link-2 {
  display: inline;
}

.div-block-31 {
  margin-top: -197px;
  padding-top: 120px;
  padding-bottom: 53px;
}

.privacypolicy {
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.link-3, .link-4, .link-5 {
  display: inline;
}

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

._2a {
  margin-top: 0;
  display: block;
}

._2a-copy, ._2bb {
  display: inline;
}

._2b {
  margin-top: 0;
}

.bold-text-8 {
  font-weight: 500;
}

.list-item {
  margin-bottom: 20px;
}

.list-item-2 {
  list-style-type: circle;
  margin-bottom: auto;
}

._7a {
  margin-top: 0;
}

.subheading-copy {
  text-align: center;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.button-4 {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.back-button {
  float: none;
  clear: none;
  color: #fff;
  object-fit: fill;
  background-color: #000;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Rubik, sans-serif;
  display: block;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .heading-jumbo-2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 70px;
  }

  .image {
    width: 20%;
    display: inline-block;
  }

  .intro-text {
    width: auto;
    display: block;
  }

  .div-block {
    display: block;
  }

  .navigation-items-2 {
    background-color: #000;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-icon-2 {
    background-color: rgba(255, 255, 255, 0);
    width: 50px;
    display: block;
  }

  .button-2 {
    justify-content: center;
  }

  .main-heading-wrap {
    margin-left: 70px;
    margin-right: 70px;
  }

  .heading-jumbo-black {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 0;
    margin-bottom: 49px;
    margin-right: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
  }

  .app-store {
    display: block;
  }

  .flex-block-5 {
    flex-direction: column;
  }

  .div-block-18 {
    padding-bottom: 20px;
  }

  .div-block-19 {
    padding-top: 20px;
  }

  .preview {
    padding-top: 10px;
  }

  .features {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
  }

  .heading-jumbo-3 {
    margin-top: -240px;
    padding-top: 0;
    font-size: 56px;
    line-height: 70px;
  }

  .div-block-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 468px;
    padding-bottom: 1408px;
  }

  .grid-2 {
    clear: left;
    flex-wrap: wrap;
    display: flex;
  }

  .column {
    margin-bottom: -101px;
    padding-left: 0;
  }

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    flex: 0 auto;
    order: 1;
    grid-auto-flow: row;
    justify-content: space-between;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .about_wade {
    margin-top: 0;
  }

  .text-block {
    width: auto;
  }

  .image-8 {
    object-fit: cover;
    display: block;
  }

  .columns {
    object-fit: fill;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-25 {
    text-align: center;
  }

  .faq-block, .text-block-10 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .logo-link-3.w--current {
    flex: 1;
  }

  .flex-block-6 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .banner_plans {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-27 {
    padding-top: 20px;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .div-block-20 {
    padding-bottom: 60px;
  }

  .column-4 {
    object-fit: contain;
    flex-wrap: nowrap;
    flex: 1;
    order: -1;
    align-content: center;
    align-self: auto;
    padding-right: 0;
    display: block;
  }

  .column-5 {
    z-index: -2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 69px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .div-block-free {
    object-fit: contain;
    background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    flex: 0 auto;
    align-self: flex-end;
    margin: 9px 0 -270px -7px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    grid-row-gap: 60px;
    object-fit: fill;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-1 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    object-fit: contain;
    flex-flow: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: auto auto 60px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .button-icon {
    background-position: 41% 49%;
  }

  .button-icon.w--current {
    background-position: 40%;
    width: 100vw;
    padding-left: 40px;
  }

  .button-3 {
    justify-content: center;
  }

  .div-block-28 {
    padding-bottom: 20px;
  }

  .div-block-25plan {
    object-fit: contain;
    background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    flex: 0 auto;
    align-self: flex-end;
    margin: 9px 0 60px -7px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-32 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .intro-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-text {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-items-2 {
    flex-flow: column;
  }

  .logo-link-2 {
    padding-left: 0;
  }

  .button-2 {
    flex: 1;
    align-self: stretch;
  }

  .heading-jumbo-black {
    font-size: 30px;
    line-height: 64px;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .image-4 {
    width: 50vw;
  }

  .div-block-15 {
    width: 303.698px;
    height: 450px;
    margin-bottom: 15px;
    padding-bottom: 168px;
  }

  .features {
    background-position: 100% 0;
  }

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

  .div-block-4 {
    padding-top: 203px;
  }

  .grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .columns {
    margin-left: 90px;
    margin-right: 90px;
  }

  .plans {
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-link-3 {
    padding-left: 0;
  }

  .banner_plans {
    margin-left: -57px;
    margin-right: -58px;
    padding-right: 0;
  }

  .div-block-27 {
    padding-top: 0;
  }

  .div-block-22 {
    align-items: center;
    margin-bottom: 0;
  }

  .column-4 {
    flex: 0 auto;
    align-self: center;
    margin-bottom: 159px;
    padding-bottom: 60px;
  }

  .column-5 {
    margin-bottom: 97px;
    padding-left: 0;
  }

  .div-block-free {
    background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    width: 330px;
    height: 35rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 205px;
    display: block;
  }

  .columns-3 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 277px;
    margin-left: -43px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5px;
    display: block;
  }

  .columns-1 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    object-fit: contain;
    flex-flow: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: auto auto 60px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .button-icon {
    background-position: 39% 49%;
  }

  .button-icon.w--current {
    background-position: 40%;
    width: 100vw;
    padding-top: 36px;
    padding-left: 56px;
  }

  .div-block-25plan {
    background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    height: auto;
    margin-left: 0;
    padding-bottom: 205px;
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .heading-jumbo-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: Lexend Exa, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 48px;
  }

  .div-block-14 {
    margin-top: -3px;
  }

  .image {
    width: 40%;
    padding-bottom: 0;
  }

  .intro-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-text {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1039px;
    display: block;
  }

  .image-9 {
    margin-top: 115px;
  }

  .navigation-items-2 {
    display: block;
  }

  .logo-link-2.w--current {
    align-self: center;
  }

  .logo-image-2 {
    padding-right: 40px;
  }

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

  .main-heading-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-jumbo-black {
    margin-bottom: -27px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 39px;
    font-size: 24px;
    line-height: 48px;
  }

  .div-block-18 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-apple {
    width: 280px;
    padding-left: 50px;
    font-size: 14px;
  }

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

  .button-playstore {
    width: 280px;
    font-size: 14px;
  }

  .preview {
    flex-direction: column-reverse;
    align-items: center;
  }

  .image-4 {
    width: 80vw;
  }

  .div-block-15 {
    background-image: linear-gradient(rgba(91, 226, 232, .32), rgba(91, 226, 232, .14)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    border-radius: 20px;
    width: 87vw;
    height: 390px;
    padding: 10px 40px 40px;
  }

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

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

  .div-block-16 {
    text-align: left;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-left: 16px;
  }

  .bold-text-6 {
    font-size: 24px;
  }

  .features {
    background-position: 100% 0;
  }

  .heading-jumbo-3 {
    margin-top: -3px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 25px;
    line-height: 48px;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .div-block-4 {
    text-align: center;
    padding-top: 111px;
    padding-bottom: 1432px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-2 {
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about_wade {
    margin-top: 177px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns, .faq-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-10 {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .plans {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .logo-link-3 {
    overflow-wrap: normal;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .logo-link-3.w--current {
    align-self: center;
  }

  .image-10 {
    text-align: center;
    width: 8rem;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .flex-block-6 {
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .banner_plans {
    width: auto;
    min-width: 288px;
    height: 180px;
    margin: auto;
    padding: 4px 4px 4px 0;
  }

  .flex-block-copy {
    margin-left: auto;
  }

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

  .list {
    width: auto;
  }

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

  .button-apple-sml {
    width: 280px;
    padding-left: 50px;
    font-size: 14px;
  }

  .button-apple-sml.w--current {
    width: auto;
  }

  .column-4 {
    align-self: center;
    margin-bottom: 0;
  }

  .column-5 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-free {
    object-fit: cover;
    background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    width: 90vw;
    height: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .columns-3 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100vw;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-1 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    object-fit: contain;
    flex-flow: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: auto auto 60px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

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

  .button-icon {
    background-position: 30% 49%;
    width: 100vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-icon.w--current {
    background-image: none;
    padding-left: 0;
  }

  .section-6 {
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .div-block-28 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-playstoree-sml {
    width: 280px;
    font-size: 14px;
  }

  .button-playstoree-sml.w--current {
    width: auto;
  }

  .columns-2 {
    margin-bottom: -6px;
  }

  .div-block-25plan {
    object-fit: cover;
    background-image: linear-gradient(rgba(91, 226, 232, .39), rgba(91, 226, 232, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    width: 90vw;
    height: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .link:hover {
    color: #5be2e8;
  }

  .div-block-29 {
    padding-right: 0;
    display: flex;
  }

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

  .div-block-31 {
    margin-top: -161px;
    padding-top: 0;
  }

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

#w-node-ddf1c3cd-53f3-237a-ce67-7563b39d6834-bd2b32b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-ddf1c3cd-53f3-237a-ce67-7563b39d683c-bd2b32b6, #w-node-ddf1c3cd-53f3-237a-ce67-7563b39d6844-bd2b32b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddf1c3cd-53f3-237a-ce67-7563b39d684c-bd2b32b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ddf1c3cd-53f3-237a-ce67-7563b39d6854-bd2b32b6, #w-node-ddf1c3cd-53f3-237a-ce67-7563b39d685b-bd2b32b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25563829-416e-b46b-57d3-7ae0de7336f4-de7336f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25563829-416e-b46b-57d3-7ae0de7336f5-de7336f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25563829-416e-b46b-57d3-7ae0de7336f7-de7336f1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e8f2a5fe-4ab7-13ec-0e6f-d8ee26fe51ee-bd2b32b6 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8f2a5fe-4ab7-13ec-0e6f-d8ee26fe51ee-bd2b32b6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_25563829-416e-b46b-57d3-7ae0de7336f7-de7336f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); /* Semi-transparent background */
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  background: white;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.iframe {
  width: 400px;
  height: 100%;
  border: none;
}