body {
  height: 100%;
  background-color: #6ec6df;
  font-family: Montserrat, sans-serif;
  color: #282828;
  font-size: 0.694vw;
  line-height: 1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nichrome, sans-serif;
  font-size: 15.2em;
  line-height: 1;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nichrome, sans-serif;
  font-size: 7.2em;
  line-height: 0.9;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nichrome, sans-serif;
  font-size: 4.8em;
  line-height: 0.9;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nichrome, sans-serif;
  font-size: 3.5em;
  line-height: 0.9;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 1.8em;
  line-height: 1.5;
}

a {
  color: #a04e66;
  text-decoration: underline;
  cursor: pointer;
}

.body {
  background-color: #6ec6df;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.story {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.flags_anim {
  padding-top: 4.8em;
  padding-bottom: 9.6em;
}

.section.form {
  padding-top: 12.8em;
  padding-bottom: 12.8em;
  background-color: #f3e8d2;
}

.section.bucket {
  position: relative;
  z-index: 10;
  padding-top: 128px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}

.section.footer {
  position: static;
  padding-top: 6.4em;
  padding-bottom: 6.4em;
  background-color: #282828;
}

.section.reviews_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e8d2;
}

.container {
  width: 100%;
  max-width: 131.2em;
  margin-right: auto;
  margin-left: auto;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14.2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.story {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.flags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.form {
  position: relative;
  z-index: 2;
  max-width: 60em;
}

.container.bucket {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.legal_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 72em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero_content {
  position: relative;
  z-index: 2;
  max-width: 93ch;
}

.hero_heading {
  margin-bottom: 0.31em;
  color: #000;
  font-size: 14.8em;
}

.hero_subheading {
  max-width: 16ch;
  margin-bottom: 0.66em;
}

.hero_download {
  width: 34.4em;
  margin-top: 4.8em;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 800ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 800ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 800ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(.23, 1, .32, 1);
}

.hero_download:hover {
  -webkit-transform: rotate(3deg) scale(1.1);
  -ms-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.download_icon {
  width: 100%;
}

.hero_mascot {
  width: 85%;
}

.hero_mascot-wrapper {
  width: 55em;
}

.story_video-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 27em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1.6em solid #000;
  border-radius: 4.5em;
  background-color: #282828;
}

.story_video {
  z-index: 2;
  overflow: hidden;
  width: 101%;
  height: 0%;
  margin: -2px;
  padding-top: 215%;
  border-radius: 0em;
}

.story_content {
  max-width: 89ch;
  padding-right: 6.4em;
  padding-left: 6.4em;
}

.story_heading {
  margin-bottom: 0.33em;
}

.flag_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 4.8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flag_img {
  width: 4.8em;
}

.form_header {
  max-width: 650px;
  margin-bottom: 2.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_heading {
  margin-bottom: 0.33em;
}

.form_wrapper {
  margin-top: 24px;
}

.form_field {
  margin-bottom: 24px;
}

.form_field-label {
  margin-bottom: 1em;
  font-family: Mdnichrome0, sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
}

.form_input {
  height: 48px;
  margin-bottom: 0px;
  padding: 0.9em;
  border: 2px solid #000;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 450ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 450ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 450ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 450ms cubic-bezier(.23, 1, .32, 1);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form_input:hover {
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.form_input:active {
  border-color: #6ec6df;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.form_input:focus {
  border-color: #6ec6df;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.form_input.textarea {
  height: 10em;
}

.form_submit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 0.8em;
  background-color: #282828;
  -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1);
  transition: all 450ms cubic-bezier(.23, 1, .32, 1);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 2px;
}

.form_submit:hover {
  background-color: #6ec6df;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  color: #282828;
}

.bucket_gif {
  width: 30em;
  margin-bottom: 80px;
}

.bucket_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ct-heart-icon {
  margin-bottom: 1.6em;
}

.ct-footer-claim {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 98.8%, 0.75);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

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

.footer_text {
  color: #fff;
  font-size: 1.4em;
}

.footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_link {
  -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1);
  transition: all 450ms cubic-bezier(.23, 1, .32, 1);
}

.footer_link:hover {
  color: #6ec6df;
  text-decoration: none;
}

.footer_logo {
  width: 100%;
}

.footer_logo-link {
  width: 14em;
  margin-left: 0.8em;
  color: #fff;
}

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

.privacy_p {
  font-size: 1vw;
  line-height: 1.5;
}

.privacy_heading {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1;
}

.container-3 {
  max-width: 650px;
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 1vw;
  line-height: 1.5;
}

.section-2 {
  padding-top: 48px;
}

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

.confetti {
  position: absolute;
}

.confetti.top {
  top: -7.7em;
  width: 100%;
}

.confetti.left {
  left: -15.2em;
  top: 13.9em;
  right: auto;
  bottom: auto;
  height: 177em;
}

.confetti.right {
  top: 13.9em;
  right: -15.2em;
  bottom: auto;
  height: 177em;
}

.confetti_box {
  position: relative;
  z-index: 1;
  width: 100vw;
}

.artwork_section {
  position: relative;
}

.artwork_box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.artwork_item {
  position: absolute;
  width: 9.6em;
}

.artwork_item.art_1 {
  left: -3em;
  top: 2em;
}

.artwork_item.art_2 {
  left: 5.6em;
  top: 11.6em;
}

.artwork_item.art_3 {
  left: -3em;
  top: 22.6em;
}

.artwork_item.art_4 {
  left: 7.8em;
  top: 31em;
}

.artwork_item.art_5 {
  left: -3em;
  top: 39em;
}

.artwork_item.art_6 {
  left: 8.2em;
  top: 48.8em;
}

.artwork_item.art_7 {
  left: -3em;
  top: 59.3em;
}

.artwork_item.art_8 {
  left: 10.4em;
  bottom: 70.6em;
}

.artwork_item.art_9 {
  left: -3em;
  bottom: 51.1em;
}

.artwork_item.art_10 {
  left: 13em;
  bottom: 49em;
}

.artwork_item.art_11 {
  left: -1em;
  bottom: 35.9em;
}

.artwork_item.art_12 {
  left: 5.6em;
  bottom: 24em;
}

.artwork_item.art_13 {
  left: 1.5em;
  bottom: 8em;
}

.artwork_item.art_14 {
  top: 5.6em;
  right: -3em;
}

.artwork_item.art_15 {
  top: 15.7em;
  right: 8.4em;
}

.artwork_item.art_16 {
  top: 22em;
  right: 0.5em;
}

.artwork_item.art_17 {
  top: 36em;
  right: 14.9em;
}

.artwork_item.art_18 {
  top: 38em;
  right: 0em;
}

.artwork_item.art_19 {
  top: 52em;
  right: -3em;
}

.artwork_item.art_20 {
  top: 56em;
  right: 11em;
}

.artwork_item.art_21 {
  top: 69em;
  right: 0.5em;
}

.artwork_item.art_22 {
  top: 74em;
  right: 12em;
}

.artwork_item.art_23 {
  right: 0.5em;
  bottom: 49em;
}

.artwork_item.art_24 {
  right: 12em;
  bottom: 37em;
}

.artwork_item.art_25 {
  right: 2.5em;
  bottom: 25.4em;
}

.artwork_item.art_26 {
  right: 15.7em;
  bottom: 19em;
}

.artwork_item.art_27 {
  right: -0.6em;
  bottom: 6em;
}

.artwork_img {
  width: 100%;
}

.success-message {
  padding: 48px;
  border: 1px none #000;
  border-radius: 16px;
  background-color: #efa1b8;
  text-align: center;
}

.success-message_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message_heading {
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 2px;
}

.success-message_paragraph {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.legal {
  background-color: #fcfcfc;
}

.legal_back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4em 2.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0.8em;
  background-color: #282828;
  color: #fff;
  text-decoration: none;
}

.back_label {
  font-size: 1.6em;
  font-weight: 700;
}

.back_arrow {
  width: 1em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.legal_header {
  margin-top: 4.8em;
  margin-bottom: 4.8em;
}

.legal_h1 {
  margin-bottom: 0.3em;
  font-family: Mdnichrome0, sans-serif;
  font-size: 64px;
  font-weight: 900;
}

.main {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.main.policy {
  padding-top: 9.6em;
}

.legal-short {
  width: 100%;
  margin-bottom: 4.8em;
}

.legal-short_heading {
  margin-bottom: 0.5em;
  font-family: Mdnichrome0, sans-serif;
  font-weight: 900;
}

.legal_box {
  width: 100%;
  margin-bottom: 2.4em;
  padding: 2.4em;
  border-radius: 1.6em;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(40, 40, 40, 0.2);
}

.legal_box-heading {
  margin-bottom: 1em;
  font-family: Mdnichrome0, sans-serif;
  font-size: 2.4em;
  font-weight: 900;
}

.legal_rich h4 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 2.4em;
}

.legal_rich h2 {
  margin-bottom: 0.5em;
  font-size: 4.8em;
}

.legal-long_heading {
  margin-bottom: 0.5em;
  font-family: Mdnichrome0, sans-serif;
  font-weight: 900;
}

.legal-long_header {
  margin-bottom: 2.4em;
}

.legal-long {
  width: 100%;
  margin-bottom: 4.8em;
}

.slider {
  display: block;
  max-width: 768px;
  margin-top: 0.66em;
  margin-bottom: 0.66em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e8d2;
}

.section-3 {
  background-color: #6ec6df;
}

.heading {
  display: block;
  width: 100%;
  margin-bottom: 0.66em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.review {
  display: block;
  max-width: 600px;
  padding: 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.66em;
  border-color: #efa1b8;
  border-radius: 2em;
  background-color: #fff;
  font-style: italic;
  text-align: center;
}

.container-4 {
  max-width: 768px;
  margin-bottom: 3em;
  text-align: center;
}

.paragraph {
  font-style: normal;
  text-align: left;
}

.paragraph-2 {
  text-align: center;
}

.review_signed {
  max-width: 600px;
  margin-top: 1em;
  text-align: left;
}

.icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #282828;
}

.icon-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  color: #282828;
}

.kind_words_disclaimer {
  width: 100%;
  margin-top: 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: rgba(40, 40, 40, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.kindwords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviewer_name {
  margin-top: 0.5em;
  padding-left: 2em;
  color: rgba(40, 40, 40, 0.75);
  font-size: 1.8em;
}

.review_box {
  max-width: 50em;
  margin-top: 3em;
  margin-right: 3em;
  margin-left: 3em;
}

.paragraph-3 {
  width: 100%;
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1.5vw;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.ct-body {
  overflow: visible;
  margin-top: 64px;
  background-color: #fcfcfc;
  font-family: Nichrome, sans-serif;
  font-size: 0.8vw;
  font-weight: 700;
}

.button {
  border-radius: 8px;
  background-color: #6ec6df;
  color: #000;
}

.ct-start-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #db698b, #efa1b8);
}

.heading-2 {
  margin-top: 4%;
  margin-bottom: 24px;
  background-color: transparent;
  font-family: Mdnichrome0, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.ct-nav {
  position: static;
  top: 0px;
  bottom: 1px;
  z-index: 1000;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.ct-nav-logo {
  max-width: 180px;
  margin-top: 4px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ct-nav-link {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.ct-nav-link.w--current {
  font-weight: 700;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ct-nav-item {
  margin-left: 24px;
  padding: 8px 16px 9px;
  font-family: Mdnichrome0, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.ct-nav-item:hover {
  border-radius: 16px;
  background-color: #f1db46;
}

.ct-nav-item.ct-nav-item-yellow {
  border-radius: 16px;
  background-color: #f1db46;
}

.ct-nav-item.ct-nav-item-app-store {
  padding: 0px;
}

.ct-nav-button {
  padding: 8px 16px 12px;
  border-radius: 16px;
  background-color: #6ec6df;
  font-family: Mdnichrome0, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.ct-nav-item-cta {
  margin-left: 24px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-width: 250px;
}

.link-block-2 {
  margin-bottom: 24px;
}

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

.ct-start-hero-mocks {
  max-height: 250px;
  max-width: 90%;
  min-height: 320px;
  min-width: 1024px;
  background-image: url('../images/4mocks.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.ct-features {
  position: relative;
  z-index: 10;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #fcfcfc;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ct-h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Mdnichrome0, sans-serif;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
}

.ct-h3.align-left {
  text-align: left;
}

.ct-p {
  max-width: 650px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.ct-p.align-left {
  width: 100%;
  text-align: left;
}

.ct-p.ct-review {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: left;
}

.ct-p.ct-reviewer {
  color: #888;
  font-size: 14px;
}

.ct-main-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-feature-list {
  display: block;
  min-width: 400px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.ct-feature-list-heading {
  font-family: Mdnichrome0, sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.list-item {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: left;
}

.three-puffs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-puff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ct-painty-in-head {
  position: absolute;
  left: 16px;
  top: 11px;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: none;
  width: 100px;
  margin-right: 16px;
}

.ct-story {
  background-color: #fff;
}

.ct-story-col1 {
  display: block;
  padding: 96px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/kid_w_iphone.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.ct-story-col2 {
  padding: 96px;
  background-color: #fcfcfc;
}

.ct-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828;
}

.ct-about-hero {
  min-height: 70vh;
  background-image: url('../images/kid_w_ipad.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.ct-the-team {
  padding-top: 96px;
  background-color: #fcfcfc;
}

.ct-the-team.ct-about-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-h1 {
  font-size: 96px;
}

.ct-h1.ct-about-h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: 64px;
}

.ct-h1.ct-h1-press {
  min-width: 650px;
  margin-bottom: 24px;
  font-size: 64px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-h2 {
  width: 100%;
  max-width: 650px;
  margin-top: 48px;
  padding-bottom: 24px;
  font-size: 48px;
  font-weight: 900;
}

.ct-h2.ct-email-heading {
  font-size: 24px;
}

.ct-about-image-col {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  max-height: 100%;
  max-width: 60%;
  margin-bottom: 51px;
}

.ct-about-image-col.ct-polaroid {
  position: static;
  max-width: 95%;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 10px;
  border-color: #efa1b8;
  border-radius: 16px;
}

.ct-about-image-col.ct-mobile-hide {
  top: 96px;
  z-index: 10;
}

.ct-pic-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.ct-pic-column.ct-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-about-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.text-block-2 {
  max-width: 95%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  bottom: 0px;
}

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.ct-text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 128px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-text-column.ct-text-column-left {
  padding-right: 64px;
  padding-left: 128px;
}

.ct-eas-column1 {
  padding: 96px;
}

.ct-eas-column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1db46;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #f1db46, #ffe772);
}

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

.link-block-3 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.ct-button {
  border-radius: 16px;
  background-color: #6ec6df;
  font-family: Mdnichrome0, sans-serif;
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ct-polaroid {
  border-style: solid;
  border-width: 8px;
  border-color: #efa1b8;
  border-radius: 16px;
}

.ct-image-desc {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.ct-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.columns-2 {
  max-width: 650px;
}

.ct-team-pics {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ct-team-image {
  display: block;
  max-height: 100%;
}

.image-5 {
  max-height: 100%;
}

.image-6 {
  max-height: 100%;
}

.ct-team-column {
  margin-bottom: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ct-press-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 350px;
  min-height: 580px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/three-mocks-on-yellow.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-2 {
  min-width: 650px;
  padding-left: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.ct-press-promo-pics {
  max-height: 500px;
  max-width: 100%;
}

.ct-promo-pics-wrapper {
  display: -ms-grid;
  display: grid;
  min-width: 650px;
  margin-top: 24px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ct-promo-device-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ct-mascot-contact {
  max-height: 350px;
}

.error-message {
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.ct-contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 460px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6ec6df;
}

.ct-main-nav {
  position: fixed;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  padding: 16px 64px;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fcfcfc;
  background-image: url('../images/confetti_bg.svg');
  background-position: 50% -64px;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 0 rgba(40, 40, 40, 0.2);
}

.image-7 {
  max-height: 45px;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
}

.ct-made-w-love {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ct-footer-columns {
  display: block;
  width: 940px;
  min-height: auto;
  margin-bottom: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ct-footer-col-1 {
  padding-right: 20px;
  padding-left: 20px;
}

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

.ct-footer-col-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.ct-footer-col-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 98.8%, 0.75);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.image-8 {
  margin-top: 16px;
}

.ct-footer-list {
  font-family: Montserrat, sans-serif;
  color: #fcfcfc;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.image-9 {
  padding: 8px 0px;
}

.ct-footer-list-link {
  color: #fcfcfc;
  text-decoration: none;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6ec6df;
}

.apps_we_love_wreath {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.color-tap-app-icon {
  max-width: 160px;
}

.ct-review-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  max-width: 400px;
  padding-right: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ct-review-container.ct-last-child {
  padding-right: 0px;
}

.ct-reviews-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 48px;
  padding-left: 48px;
}

@media screen and (min-width: 1280px) {
  a {
    color: #a04e66;
  }

  .form_header {
    display: block;
    max-width: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form_wrapper {
    margin-top: 24px;
  }

  .form_field {
    margin-bottom: 24px;
  }

  .form_field-label {
    font-family: Mdnichrome0, sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
  }

  .form_input {
    height: 48px;
    padding: 16px;
    border-width: 2px;
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .kind_words_disclaimer {
    font-size: 14px;
  }

  .ct-nav {
    position: static;
    top: 0px;
  }

  .ct-nav-logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ct-h3 {
    font-size: 64px;
  }

  .ct-painty-in-head {
    position: absolute;
    left: auto;
    top: 12px;
    right: 16px;
    display: block;
    margin-right: 3px;
  }

  .ct-footer {
    min-height: 350px;
    background-color: #282828;
  }

  .ct-about-hero {
    min-height: 80vh;
  }

  .ct-h1.ct-h1-press {
    max-width: 650px;
    min-width: 650px;
    margin-bottom: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 64px;
  }

  .ct-pic-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ct-team-pics {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ct-team-column {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .ct-press-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 580px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6ec6df;
    background-image: url('../images/three-mocks-on-yellow.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ct-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-2 {
    min-width: 650px;
    padding-left: 24px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
  }

  .ct-press-promo-pics {
    max-width: 100%;
    float: none;
    clear: both;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ct-press-promo-pics.ct-press-promo-pics-phone-mocs {
    max-height: 350px;
  }

  .ct-promo-pics-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .ct-promo-device-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link {
    color: #a04e66;
  }

  .ct-mascot-contact {
    max-height: 350px;
  }

  .ct-main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ct-footer-columns {
    max-width: 1282px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
    font-size: 2vw;
  }

  h1 {
    font-size: 8em;
  }

  h2 {
    font-size: 3.5em;
  }

  .section.hero {
    height: auto;
    padding-top: 7em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.story {
    padding-top: 6.4em;
    padding-bottom: 0em;
  }

  .section.flags_anim {
    padding-bottom: 8em;
  }

  .section.form {
    padding-top: 6.4em;
    padding-bottom: 6.4em;
  }

  .section.bucket {
    position: static;
  }

  .section.footer {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.reviews_section {
    margin-top: 5em;
  }

  .container {
    max-width: none;
    padding-right: 3em;
    padding-left: 3em;
  }

  .container.hero {
    padding-top: 2.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.story {
    justify-items: center;
    grid-row-gap: 6.4em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.flags {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .hero_heading {
    font-size: 10em;
  }

  .hero_download {
    width: 20em;
    margin-top: 2.4em;
  }

  .hero_mascot-wrapper {
    display: none;
  }

  .story_video-box {
    width: 80%;
    margin-left: 0em;
    border-width: 0.8em;
    border-radius: 2.5em;
  }

  .story_content {
    padding-right: 0em;
    padding-left: 0em;
  }

  .flag_heading {
    font-size: 2em;
  }

  .flag_grid {
    margin-top: 2.4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-columns: minmax(4.8em, 1fr);
    grid-column-gap: 0.8em;
    grid-row-gap: 2.4em;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .flag_img {
    width: 100%;
  }

  .form_submit {
    font-size: 24px;
  }

  .bucket_gif {
    width: 60.5em;
    margin-bottom: 70px;
  }

  .footer_left {
    margin-bottom: 4.8em;
    grid-row-gap: 4.8em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .privacy_heading {
    font-size: 64px;
  }

  .section-2 {
    font-size: 16px;
  }

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

  .confetti.top {
    left: -45.9em;
    top: -3.1em;
    width: 100em;
    max-width: none;
  }

  .confetti.left {
    left: -12.5em;
    top: 0em;
    height: 133em;
  }

  .confetti.right {
    top: 0em;
    right: -12.3em;
    height: 133em;
  }

  .confetti_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .artwork_box {
    display: none;
  }

  .success-message {
    padding: 48px;
  }

  .success-message_heading {
    font-family: Mdnichrome0, sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: none;
  }

  .success-message_paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .review {
    max-width: none;
    padding: 2em;
  }

  .mask {
    overflow: hidden;
  }

  .kind_words_disclaimer {
    margin-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }

  .kindwords {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviewer_name {
    padding-left: 1.25em;
  }

  .review_box {
    margin-right: 0em;
    margin-left: 0em;
  }

  .paragraph-3 {
    text-align: left;
  }

  .nav-grid {
    color: #000;
    font-size: 3vw;
  }

  .nav-link {
    color: #000;
  }

  .button {
    color: #000;
    font-size: 2.5vw;
  }

  .ct-start-hero {
    position: static;
    padding-top: 20px;
  }

  .heading-2 {
    margin-top: 4%;
    margin-bottom: 24px;
    font-size: 64px;
  }

  .ct-nav-item {
    margin-left: 24px;
    padding-left: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ct-start-hero-mocks {
    max-width: none;
    min-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .ct-features {
    position: static;
  }

  .ct-h3 {
    font-size: 7em;
  }

  .ct-story-col2 {
    padding: 48px;
  }

  .ct-about-hero {
    min-height: 50vh;
  }

  .ct-h1.ct-about-h1 {
    font-size: 64px;
  }

  .ct-h2 {
    font-size: 48px;
  }

  .ct-pic-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ct-text-column {
    padding-right: 48px;
    padding-left: 48px;
  }

  .ct-text-column.ct-text-column-left {
    padding-left: 64px;
  }

  .ct-eas-column1 {
    padding: 48px;
  }

  .ct-team-pics {
    max-width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ct-team-column {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ct-main-nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ct-footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ct-reviews-container {
    max-width: 768px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.667vw;
  }

  .hero_heading {
    font-size: 8em;
  }

  .section-2 {
    padding-right: 20px;
    padding-bottom: 48px;
    padding-left: 20px;
  }

  .confetti_box {
    margin-top: -64px;
  }

  .legal_h1 {
    font-size: 5em;
  }

  .legal-short_heading {
    font-size: 3.2em;
  }

  .legal-long_heading {
    font-size: 3.2em;
  }

  .kind_words_disclaimer {
    margin-top: 24px;
  }

  .kindwords {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .ct-start-hero {
    min-height: 510px;
    padding-top: 0px;
  }

  .heading-2 {
    margin: 48px 24px 24px;
    font-size: 48px;
  }

  .ct-nav {
    position: static;
    padding-top: 30px;
    padding-bottom: 16px;
  }

  .ct-nav-logo {
    max-width: 120px;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ct-nav-link {
    font-size: 18px;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    list-style-type: none;
  }

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

  .ct-nav-item {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 16px;
  }

  .ct-nav-item.ct-nav-item-app-store {
    margin-right: 0px;
  }

  .ct-nav-button {
    font-size: 18px;
  }

  .container-6 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-2 {
    max-width: 47em;
  }

  .ct-start-hero-mocks {
    min-height: 52em;
    background-image: url('../images/3mocks.png');
  }

  .ct-features {
    padding-top: 62px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .ct-h3 {
    font-size: 9em;
  }

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

  .feature-puff {
    width: 100%;
  }

  .ct-story-col1 {
    min-height: 350px;
  }

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

  .ct-about-hero {
    min-height: 35vh;
  }

  .ct-the-team {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .ct-h1.ct-h1-press {
    min-width: 100%;
  }

  .ct-about-image-col {
    max-height: 350px;
  }

  .ct-about-image-col.ct-mobile-hide {
    display: none;
  }

  .ct-pic-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ct-about-columns {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ct-eas-column2 {
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ct-press-hero {
    min-height: 400px;
  }

  .ct-section {
    margin-top: 48px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-2 {
    min-width: 100%;
  }

  .ct-promo-pics-wrapper {
    min-width: 100%;
  }

  .ct-promo-device-grid {
    min-width: 100%;
    grid-column-gap: 1px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .ct-mascot-contact {
    max-height: 250px;
  }

  .text-block-3 {
    line-height: 1.5;
  }

  .ct-contact-hero {
    min-height: 370px;
  }

  .ct-main-nav {
    box-shadow: 0 4px 16px 0 rgba(40, 40, 40, 0.2);
  }

  .image-7 {
    max-height: 39px;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ct-footer-columns {
    display: block;
  }

  .ct-footer-col-1 {
    height: 200px;
  }

  .ct-footer-col-2 {
    height: 200px;
  }

  .section-5 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .apps_we_love_wreath {
    max-width: 100%;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .ct-review-container {
    width: 100%;
    max-width: 500px;
    padding-right: 0px;
  }

  .ct-reviews-container {
    max-width: 568px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .section.bucket {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero_download {
    width: 30em;
  }

  .form_input {
    font-size: 16px;
  }

  .ct-heart-icon {
    margin-bottom: 24px;
  }

  .ct-footer-claim {
    font-size: 14px;
    text-align: center;
  }

  .privacy_heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1;
  }

  .container-3 {
    padding: 20px;
  }

  .section-2 {
    padding: 24px 10px;
  }

  .confetti_box {
    margin-top: -64px;
  }

  .success-message {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .success-message_heading {
    font-size: 32px;
  }

  .success-message_paragraph {
    font-size: 16px;
  }

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

  .sticky-nav {
    padding: 0px;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .ct-body {
    margin-top: 92px;
  }

  .ct-start-hero {
    min-height: 540px;
  }

  .heading-2 {
    margin: 48px 20px;
    font-size: 16em;
  }

  .ct-nav {
    padding-top: 30px;
  }

  .ct-nav-logo {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ct-nav-link {
    font-size: 16px;
  }

  .list {
    max-width: 100%;
    min-height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .ct-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ct-nav-item.ct-nav-item-app-store {
    margin-left: 16px;
  }

  .ct-nav-button {
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
  }

  .ct-nav-item-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 107px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-6 {
    padding-bottom: 0px;
  }

  .image-2 {
    max-width: 90em;
  }

  .link-block-2 {
    display: block;
  }

  .ct-start-hero-mocks {
    min-height: 78em;
    background-image: url('../images/2mocks.png');
  }

  .ct-features {
    margin: 0px;
    padding: 24px 20px;
  }

  .ct-h3 {
    font-size: 15em;
  }

  .ct-h3.align-left {
    font-size: 13em;
  }

  .ct-p.align-left {
    overflow: visible;
    font-size: 16px;
  }

  .ct-feature-list {
    min-width: 124px;
    line-height: 1;
  }

  .list-item {
    line-height: 1.5;
  }

  .ct-story-col2 {
    padding: 24px 20px 48px;
  }

  .ct-footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ct-about-hero {
    min-height: 25vh;
    background-position: 46% 0%;
  }

  .ct-the-team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ct-h1.ct-about-h1 {
    margin-top: 24px;
    font-size: 40px;
  }

  .ct-h1.ct-h1-press {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .ct-h2 {
    margin-top: 24px;
    padding-bottom: 16px;
    font-size: 40px;
  }

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

  .ct-about-columns {
    padding-top: 24px;
  }

  .ct-text-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ct-text-column.ct-text-column-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ct-eas-column1 {
    padding: 24px 20px 48px;
  }

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

  .ct-button {
    display: block;
    max-width: 100%;
    border-radius: 16px;
    background-color: #6ec6df;
    font-family: Mdnichrome0, sans-serif;
    color: #282828;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  .ct-sticky-block {
    max-width: 100%;
  }

  .ct-team-pics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    max-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ct-team-column {
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

  .ct-press-hero {
    min-height: 320px;
  }

  .ct-section {
    margin-top: 48px;
  }

  .ct-promo-pics-wrapper {
    margin-top: 0px;
  }

  .ct-press-app-store-link {
    font-size: 12px;
  }

  .ct-mascot-contact {
    max-height: 210px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .ct-contact-hero {
    min-height: 320px;
  }

  .ct-main-nav {
    padding: 8px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .ct-made-w-love {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ct-footer-col-1 {
    height: auto;
    margin-bottom: 24px;
  }

  .ct-footer-col-2 {
    height: auto;
    margin-bottom: 24px;
  }

  .ct-footer-col-3 {
    margin-bottom: 24px;
  }

  .ct-footer-col-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-5 {
    padding: 47px 24px 80px;
  }

  .apps_we_love_wreath {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .color-tap-app-icon {
    max-width: 120px;
  }

  .ct-reviews-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-db2b726b-3cd8-2ac7-536a-93fd40a59656-21d51029 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4777a812-1e1a-894f-dcad-fbd25142ab9b-21d51029 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-db2b726b-3cd8-2ac7-536a-93fd40a59656-514414bd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4777a812-1e1a-894f-dcad-fbd25142ab9b-514414bd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4777a812-1e1a-894f-dcad-fbd25142ab9b-21d51029 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4777a812-1e1a-894f-dcad-fbd25142ab9b-514414bd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Nichrome';
  src: url('../fonts/Nichrome0.6-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nichrome';
  src: url('../fonts/Nichrome0.6-Ultra.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Light.woff2') format('woff2'), url('../fonts/MDNichrome0.7-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Regular.woff2') format('woff2'), url('../fonts/MDNichrome0.7-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Ultra.woff2') format('woff2'), url('../fonts/MDNichrome0.7-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Thin.woff2') format('woff2'), url('../fonts/MDNichrome0.7-Infra.woff2') format('woff2'), url('../fonts/MDNichrome0.7-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdnichrome0';
  src: url('../fonts/MDNichrome0.7-Dark.woff2') format('woff2'), url('../fonts/MDNichrome0.7-Dark.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}