:root {
  --text_default: #000;
  --heading: "Big Shoulders Display", sans-serif;
  --white: white;
  --black: #000;
  --body: neue-haas-grotesk-display, sans-serif;
  --primary: #63f;
  --body_bigshoulder: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbarcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar_menus {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar_menu {
  color: var(--text_default);
  text-transform: uppercase;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  list-style-type: none;
}

.navbar_menu.w--current {
  font-size: 22px;
  line-height: 24px;
}

.navbar_menu.invert {
  color: var(--white);
  font-family: Big Shoulders Display, sans-serif;
}

.navbar_menu.invert.w--current {
  color: var(--white);
}

.navbar {
  z-index: 999;
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 0 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.invert {
  background-color: var(--black);
}

.heading2 {
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -6px;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: 0;
  font-size: 140px;
  font-weight: 800;
  line-height: 140px;
}

.heading2.invert {
  color: var(--white);
}

.heading2.invert.resetmargin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.heading2.invert.centerd {
  text-align: center;
}

.heading2.invert.centerd.resetmargin {
  letter-spacing: -3.5px;
  font-size: 120px;
  line-height: 120px;
}

.heading2.coreideas {
  letter-spacing: -5px;
  font-size: 132px;
  line-height: 132px;
}

.container {
  width: 100%;
  max-width: none;
  display: block;
}

.brandlogo {
  height: 32px;
  min-height: 0;
}

.body {
  background-color: #f6f6f6;
}

.body.invert {
  background-color: var(--black);
}

.body.phrase {
  background-color: #f6f6f600;
}

.background-video {
  border-radius: 40px;
  width: 100%;
  height: 800px;
}

.section {
  padding: 0 8px;
  position: static;
}

.section.firstcontents {
  margin-top: 64px;
}

.section.firstcontents.marginbottom120 {
  margin-bottom: 96px;
}

.section.margintop200 {
  margin-top: 200px;
}

.section.margrintop80 {
  margin-top: 80px;
}

.section.margintop120 {
  margin-top: 120px;
}

.navvar_button {
  background-color: var(--text_default);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 44px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.navvar_button.invert {
  background-color: var(--white);
  color: var(--text_default);
}

.navbar_buttons {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.navvar_menus {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: stretch;
}

.navdrawer {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_buttons_mobile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.navvar_menus_mobile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.hamburgerbutton {
  display: none;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flag {
  border-radius: 2px;
  height: 14px;
}

.presentcard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
}

.presentcard_image {
  border-radius: 14px;
  width: 40px;
}

.presentcard_text {
  font-family: var(--body);
  color: var(--text_default);
  line-height: 16px;
}

.flex-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.marquee-container {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--text_default);
  object-fit: fill;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  padding: 32px 0 16px;
  display: flex;
  overflow: hidden;
}

.heading5 {
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
}

.heading5.invert {
  color: var(--white);
}

.heading5.invert.centerd {
  text-align: center;
  letter-spacing: -1px;
  font-size: 40px;
  line-height: 48px;
}

.heading5.centerd {
  text-align: center;
  max-width: 1280px;
}

.campaign_prologue {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 70%;
}

.heading1 {
  z-index: -5;
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -8px;
  text-transform: uppercase;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
  font-size: 320px;
  font-weight: 800;
  line-height: 320px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading1.invert {
  color: var(--white);
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 192px;
  line-height: 192px;
  position: static;
}

.heading4 {
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  display: block;
}

.heading4.invert {
  color: var(--white);
  letter-spacing: -2px;
}

.text_body_medium {
  color: var(--text_default);
  font-family: Big Shoulders Text, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text_body_medium.invert {
  color: var(--white);
  max-width: 1280px;
}

.text_body_medium.invert.centerd {
  text-align: center;
}

.solution_textbox_a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1280px;
  margin-top: 0;
}

.solution_imagebox_half {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container_2col {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.solution_textbox_b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 1280px;
  margin-top: 0;
}

.solution_imagebox {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.image-5 {
  width: 100%;
  max-width: 1156px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.solution_imagebox_pluaral {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 40px;
  margin-left: -8px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_character {
  height: 960px;
  margin-top: 64px;
  margin-bottom: 100px;
  padding: 0;
  position: relative;
}

.container_character {
  width: 100%;
  max-width: none;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text_body_large {
  color: var(--text_default);
  font-family: Big Shoulders Text, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text_body_large.invert {
  color: var(--white);
}

.text_body_large.invert.bigshoulder {
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
}

.text_body_large.invert.solution {
  max-width: 800px;
}

.vflex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.vflex.margin56 {
  margin-bottom: 56px;
}

.character_name {
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--text_default);
  text-transform: uppercase;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.character_mind {
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.character_thumbnail {
  border: 2px none var(--text_default);
  border-radius: 40px;
  width: 100%;
}

.characteritem {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 40px;
}

.characteritem_textbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.phrasebox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  background-color: #333035;
  border-radius: 40px;
  height: 680px;
  padding: 40px;
}

.phrasebox._1 {
  background-color: #fff;
  background-image: url('../images/CoreIdeas_10.gif');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  height: 800px;
}

.phrasebox._10 {
  background-color: #91c8f4;
  background-image: url('../images/CoreIdeas_1.gif');
  background-position: 100% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #000;
  height: 800px;
}

.phrasebox._9 {
  background-image: linear-gradient(#0000007d, #0000), url('../images/CoreIdeas_2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px #000;
  height: 800px;
}

.phrasebox._8 {
  background-color: #3067cd;
  background-image: url('../images/CoreIdeas_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 2px #000;
  height: 800px;
}

.phrasebox._7 {
  background-color: #8b56e5;
  background-image: url('../images/CoreIdeas_4.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #000;
  height: 800px;
}

.phrasebox._6 {
  background-color: #a82426;
  background-image: url('../images/CoreIdeas_5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  height: 800px;
}

.phrasebox._5 {
  background-color: #f6f6f600;
  height: 800px;
}

.phrasebox._4 {
  background-color: #fff;
  background-image: url('../images/CoreIdeas_6.gif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  height: 800px;
}

.phrasebox._3 {
  background-color: #fff;
  background-image: url('../images/CoreIdeas_7.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  height: 800px;
}

.phrasebox._2 {
  background-color: #fff;
  background-image: url('../images/CoreIdeas_9.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  height: 800px;
}

.phrasebox.blank {
  background-color: #fff0;
  display: none;
}

.phrasegrid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.phrase_heading {
  font-family: var(--heading);
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.phrase_heading.invert {
  color: var(--text_default);
}

.phrase_heading_big {
  font-family: var(--heading);
  color: var(--white);
  letter-spacing: -2px;
  text-transform: uppercase;
  width: 100%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 200px;
  font-weight: 800;
  line-height: 80px;
}

.phrase_heading_big.invert {
  color: var(--text_default);
  max-width: none;
  line-height: 200px;
}

.downloadgrid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.downlaodbox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  background-color: #333035;
  border: 2px solid #000;
  border-radius: 40px;
  height: 680px;
  padding: 40px;
}

.downlaodbox.sticker {
  background-color: #aa76ff;
  background-image: url('../images/BG_DownloadSticker_Desktop.png');
  background-position: 50% 140%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-style: none;
  border-width: 0;
  height: 720px;
}

.downlaodbox.wallpaper {
  background-color: #000;
  background-image: url('../images/BG_DownloadWallpaper_Desktop.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 61%;
  border-style: none;
  height: 720px;
}

.downladbutton {
  background-color: var(--white);
  color: var(--text_default);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  padding: 16px 32px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.campaign_section1 {
  height: 1470px;
  margin-bottom: 200px;
  padding: 0 8px;
  position: relative;
}

.campaign_section1_voted {
  z-index: -100;
  font-family: var(--heading);
  color: var(--text_default);
  text-align: center;
  letter-spacing: -8px;
  text-transform: uppercase;
  margin: 0 0 -10px;
  font-size: 300px;
  font-weight: 800;
  line-height: 300px;
  position: static;
  top: 710px;
  left: 40%;
}

.prologue_planky {
  z-index: 101;
  border-radius: 64px;
  width: 160px;
  position: absolute;
  inset: 39% auto auto 5%;
}

.prologue_samson {
  z-index: 102;
  border-radius: 64px;
  width: 160px;
  position: absolute;
  inset: 60% auto auto 23%;
}

.prologue_cream {
  z-index: 103;
  border-radius: 64px;
  width: 160px;
  position: absolute;
  inset: 42% auto auto 50%;
}

.prologue_chabet {
  z-index: 104;
  border-radius: 64px;
  width: 160px;
  position: absolute;
  inset: auto 14% 36% auto;
}

.prologue_daisy {
  border-radius: 64px;
  width: 160px;
  position: absolute;
  inset: 30% 5% auto auto;
}

.image-12 {
  border-radius: 24px;
  width: 100%;
}

.campaign_saysmall_1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campaign_problem_textbox {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.campaign_section3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 8px;
  padding: 0 8px;
  display: flex;
}

.campaign_saybig_1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  background-image: linear-gradient(#39003966, #00200680), url('../images/GoodBehavior_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.container_voted {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.campaignsection_voted {
  padding: 0 8px;
}

.buttonvote {
  background-color: var(--text_default);
  color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 20px 40px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.votedbox_cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.votedbox {
  z-index: 100;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: auto 5% 0% auto;
}

.heading6 {
  color: var(--text_default);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.heading6.centerd {
  text-align: center;
}

.votedbox_number {
  justify-content: flex-start;
  align-items: center;
}

.image-13, .image-14 {
  width: 100%;
}

.bold-text {
  color: var(--text_default);
}

.container_downloads {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 800px;
}

.heading1_character {
  z-index: -5;
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 240px;
  font-weight: 800;
  line-height: 240px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.screen {
  border-radius: 40px;
  width: 400px;
  height: auto;
  transform: rotate(9deg);
}

.background-video-2 {
  border-radius: 40px;
  width: 400px;
  height: 867px;
  transform: rotate(9deg);
}

.screen_small {
  border-radius: 40px;
  width: 300px;
  height: auto;
  transform: rotate(9deg);
}

.body_coreideas {
  color: var(--white);
  max-width: 960px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.body_coreideas.invert {
  color: var(--black);
}

.heading2_campaigntitle {
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
}

.badbehaivor1 {
  flex: none;
  width: 88vw;
  height: 100%;
  padding-left: 8px;
  padding-right: 0;
}

.badbehaivor3 {
  flex: none;
  width: 88vw;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.badbehaivor2 {
  flex: none;
  width: 88vw;
  height: 100%;
  padding-left: 8px;
}

.camera {
  width: 100vw;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 64px;
  left: auto;
  right: auto;
  overflow: hidden;
}

.frame {
  width: auto;
  height: 100vh;
  display: flex;
  overflow: visible;
  transform: translate(0);
}

.track {
  width: 100vw;
  height: 195vw;
  position: static;
}

.section_behaivor {
  padding-bottom: 0;
}

.section-copy {
  margin-top: 100vh;
  padding: 8px 8px 0;
  position: static;
}

.copyright {
  font-family: var(--heading);
  color: var(--text_default);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  display: block;
}

.copyright.white {
  color: var(--white);
}

.solution_imagebox_b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.heading2_features {
  font-family: var(--heading);
  color: var(--white);
  letter-spacing: -6px;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: 0;
  font-size: 140px;
  font-weight: 800;
  line-height: 140px;
}

.campaign_saysmall_2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campaign_saysmall_3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campaign_saybig_2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  background-image: linear-gradient(#07011e80, #5f000099), url('../images/GoodBehavior_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.campaign_saybig_3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  background-image: linear-gradient(#39003966, #00200680), url('../images/GoodBehavior_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.bg {
  z-index: -1;
  background-color: #f6f6f6;
  background-image: url('../images/CoreIdeas_BG_Desktop.png');
  background-position: 50% 103%;
  background-repeat: no-repeat;
  background-size: 119%;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.flex-block-2, .flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.marquee-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  display: flex;
}

.intromovie {
  z-index: 2000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-block {
  padding-top: 8px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.buttonyoutube {
  color: var(--text_default);
  background-color: #fff0;
  border: 4px solid #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 40px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.downladpdfbutton {
  background-color: var(--white);
  color: var(--text_default);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: auto;
  padding: 16px 24px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.features_buldog {
  z-index: 501;
  position: absolute;
  inset: 7% auto auto 28%;
  transform: rotate(-9deg);
}

.features_samson {
  z-index: 502;
  position: absolute;
  inset: auto 33% -10% auto;
}

.features_planky {
  z-index: 503;
  width: 121px;
  position: absolute;
  inset: 10% auto auto 3%;
}

.features_mango {
  z-index: 504;
  position: absolute;
  inset: auto 9% -8% auto;
}

.features_groom {
  z-index: 505;
  width: 160px;
  position: absolute;
  inset: 20% auto auto 7%;
}

.features_james {
  z-index: 506;
  position: absolute;
  inset: auto 16% 0% auto;
}

.features_melon {
  z-index: 507;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-16 {
  z-index: 508;
  position: absolute;
  inset: 0% 0% auto auto;
}

.features_clair {
  z-index: 508;
  width: 240px;
  position: absolute;
  inset: auto 7% 0% auto;
}

.features_cream {
  z-index: 510;
  position: absolute;
  inset: auto 6% 0% auto;
}

.features_fla {
  z-index: 509;
  position: absolute;
  inset: 10% auto auto 10%;
}

@media screen and (min-width: 1280px) {
  .navbar_menu, .navbar_menu.w--current {
    font-size: 24px;
  }

  .heading2 {
    letter-spacing: -6px;
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 160px;
    line-height: 160px;
  }

  .heading2.invert.centerd.resetmargin {
    font-size: 140px;
    line-height: 140px;
  }

  .heading2.coreideas {
    font-size: 160px;
    line-height: 160px;
  }

  .background-video {
    height: 960px;
  }

  .navvar_button {
    width: 140px;
  }

  .heading5.invert.centerd {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading1.invert {
    font-size: 240px;
    line-height: 240px;
  }

  .hero_character {
    height: 1020px;
  }

  .container_character {
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .text_body_large.invert.solution {
    max-width: 800px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .phrase_heading {
    max-width: 100%;
    font-size: 64px;
    line-height: 64px;
  }

  .downlaodbox.sticker {
    background-position: 50% 270%;
    background-size: auto 90%;
  }

  .downlaodbox.wallpaper {
    background-position: 50% 100%;
  }

  .campaign_section1 {
    height: 1450px;
  }

  .campaign_section1_voted {
    margin-bottom: -10px;
    font-size: 260px;
    line-height: 260px;
  }

  .prologue_planky {
    top: 37%;
    left: 5%;
  }

  .prologue_samson {
    left: 18%;
  }

  .prologue_chabet {
    right: 15%;
  }

  .prologue_daisy {
    right: 5%;
  }

  .container_voted {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .votedbox {
    right: 5%;
  }

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

  .heading1_character {
    font-size: 320px;
    line-height: 320px;
  }

  .heading2_campaigntitle {
    font-size: 140px;
    line-height: 140px;
  }

  .copyright.white {
    color: var(--white);
  }

  .heading2_features {
    color: var(--white);
    letter-spacing: -6px;
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 160px;
    line-height: 160px;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (min-width: 1440px) {
  .heading2 {
    letter-spacing: -4px;
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 160px;
    line-height: 160px;
  }

  .heading2.invert.centerd.resetmargin {
    letter-spacing: -4px;
    font-size: 120px;
    line-height: 120px;
  }

  .heading2.coreideas {
    font-size: 180px;
    line-height: 180px;
  }

  .navvar_button {
    width: 140px;
  }

  .heading5 {
    font-size: 56px;
  }

  .heading5.invert.centerd {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading1.invert {
    font-size: 280px;
    line-height: 280px;
  }

  .hero_character {
    height: 1080px;
  }

  .container_character {
    display: flex;
    inset: auto auto 0% 0%;
  }

  .text_body_large.invert.solution {
    max-width: 800px;
  }

  .character_name {
    font-size: 80px;
    line-height: 80px;
  }

  .character_mind {
    font-size: 40px;
    line-height: 50px;
  }

  .characteritem_textbox {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .phrasebox.blank {
    display: flex;
  }

  .phrasegrid {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .downlaodbox.sticker {
    background-position: 50% 320%;
    background-size: auto 95%;
  }

  .downlaodbox.wallpaper {
    background-position: 50% 100%;
  }

  .downladbutton {
    width: 180px;
  }

  .campaign_section1_voted {
    margin-bottom: -10px;
    font-size: 400px;
    line-height: 400px;
  }

  .prologue_planky {
    top: 39%;
  }

  .prologue_chabet {
    bottom: 42%;
  }

  .prologue_daisy {
    right: 5%;
  }

  .container_voted {
    height: auto;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .votedbox {
    right: 5%;
  }

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

  .heading1_character {
    font-size: 320px;
    line-height: 320px;
  }

  .heading2_campaigntitle {
    letter-spacing: -4px;
    font-size: 140px;
    line-height: 140px;
  }

  .camera {
    overflow: hidden;
  }

  .copyright.white {
    color: var(--white);
  }

  .heading2_features {
    color: var(--white);
    letter-spacing: -4px;
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 160px;
    line-height: 160px;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .downladpdfbutton {
    width: 180px;
  }

  .features_melon {
    left: 3%;
  }

  .features_cream {
    right: 22%;
  }

  .features_fla {
    left: 22%;
  }
}

@media screen and (min-width: 1920px) {
  .heading2 {
    letter-spacing: -8px;
    margin-top: 8px;
    margin-bottom: -8px;
    font-size: 200px;
    line-height: 200px;
  }

  .heading2.invert.centerd.resetmargin {
    letter-spacing: -6px;
    font-size: 200px;
    line-height: 200px;
  }

  .heading2.coreideas {
    letter-spacing: -10px;
    font-size: 240px;
    line-height: 240px;
  }

  .navvar_button {
    width: 140px;
  }

  .presentcard {
    margin-right: 0;
  }

  .marquee-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading5 {
    font-size: 56px;
  }

  .heading5.invert.centerd {
    font-size: 56px;
    line-height: 62px;
  }

  .heading1.invert {
    font-size: 320px;
    line-height: 320px;
  }

  .hero_character {
    height: 100vh;
    margin-bottom: 140px;
  }

  .container_character {
    display: none;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .text_body_large.invert.solution {
    max-width: 960px;
  }

  .character_name {
    font-size: 80px;
    line-height: 80px;
  }

  .character_mind {
    font-size: 40px;
    line-height: 40px;
  }

  .characteritem_textbox {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .phrasebox._1, .phrasebox._10, .phrasebox._9, .phrasebox._8, .phrasebox._7, .phrasebox._6, .phrasebox._5, .phrasebox._4, .phrasebox._3, .phrasebox._2 {
    height: 900px;
  }

  .phrasebox.blank {
    display: flex;
  }

  .phrasegrid {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .phrase_heading {
    letter-spacing: -4px;
    max-width: 960px;
    font-size: 96px;
    line-height: 96px;
  }

  .downlaodbox.sticker {
    background-position: 50% 280%;
    background-size: auto 95%;
  }

  .downlaodbox.wallpaper {
    background-size: auto 83%;
  }

  .downladbutton {
    width: 180px;
  }

  .campaign_section1 {
    height: 1760px;
  }

  .campaign_section1_voted {
    margin-bottom: -10px;
    font-size: 400px;
    line-height: 400px;
  }

  .prologue_planky {
    top: 22%;
  }

  .campaign_saysmall_1 {
    width: 100%;
  }

  .container_voted {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .votedbox {
    right: 5%;
  }

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

  .heading1_character {
    margin-top: -8px;
    margin-bottom: -8px;
    font-size: 320px;
    line-height: 320px;
  }

  .heading2_campaigntitle {
    letter-spacing: -6px;
    font-size: 200px;
    line-height: 200px;
  }

  .camera {
    overflow: hidden;
  }

  .copyright.white {
    color: var(--white);
  }

  .heading2_features {
    color: var(--white);
    letter-spacing: -8px;
    margin-top: 8px;
    margin-bottom: -8px;
    font-size: 200px;
    line-height: 200px;
  }

  .campaign_saysmall_2 {
    background-image: linear-gradient(#7a004359, #2a000182), url('../images/BadBehavior_2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
  }

  .campaign_saysmall_3 {
    width: 100%;
  }

  .bg {
    z-index: -50;
    background-size: 110%;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .marquee-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    display: flex;
  }

  .intromovie {
    z-index: 2000;
    background-color: #000000e6;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 8px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link-block {
    position: absolute;
    inset: 2% 2% auto auto;
  }

  .downladpdfbutton {
    width: 180px;
  }

  .features_buldog {
    left: 39%;
    transform: rotate(-13deg);
  }

  .features_samson {
    right: 41%;
  }

  .features_planky {
    left: 17%;
  }

  .features_mango {
    right: 25%;
  }

  .features_melon {
    left: 8%;
  }

  .features_clair {
    right: 9%;
  }

  .features_cream {
    right: 26%;
  }

  .features_fla {
    left: 25%;
  }
}

@media screen and (max-width: 991px) {
  .navbarcontainer {
    height: 48px;
  }

  .navbar_menu {
    font-family: var(--heading);
    color: var(--white);
    font-size: 80px;
    line-height: 80px;
  }

  .navbar_menu.w--current {
    font-size: 80px;
    line-height: 80px;
  }

  .navbar {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .heading2 {
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 96px;
    line-height: 96px;
  }

  .heading2.invert.centerd.resetmargin {
    font-size: 96px;
    line-height: 100px;
  }

  .heading2.coreideas {
    letter-spacing: -3px;
    font-size: 96px;
    line-height: 96px;
  }

  .brandlogo {
    height: 24px;
  }

  .background-video {
    height: 640px;
  }

  .section.firstcontents.marginbottom120 {
    margin-bottom: 64px;
  }

  .section.margintop200 {
    margin-top: 120px;
  }

  .section.margrintop80 {
    margin-top: 64px;
  }

  .section.margintop120 {
    margin-top: 40px;
  }

  .navvar_button {
    background-color: var(--white);
    font-family: var(--heading);
    color: var(--text_default);
    border-radius: 16px;
    width: 180px;
    height: 56px;
    font-size: 32px;
    line-height: 32px;
  }

  .navbar_buttons {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .navdrawer {
    z-index: 1000;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar_buttons_mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .navvar_menus_mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hamburgerbutton {
    display: block;
  }

  .closebutton {
    margin-top: 12px;
    margin-right: 12px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .marquee-container {
    margin-top: 48px;
    padding-top: 20px;
  }

  .heading5 {
    font-size: 40px;
    line-height: 56px;
  }

  .heading5.invert.centerd {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 40px;
  }

  .campaign_prologue {
    width: 90%;
  }

  .heading1.invert {
    letter-spacing: -4px;
    font-size: 144px;
    line-height: 144px;
  }

  .heading4 {
    font-size: 64px;
    line-height: 64px;
  }

  .heading4.invert {
    letter-spacing: -1.5px;
  }

  .solution_imagebox_half {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container_2col {
    flex-flow: column;
  }

  .solution_textbox_b {
    width: 100%;
  }

  .hero_character {
    height: 660px;
    margin-bottom: 64px;
  }

  .text_body_large.invert.solution {
    max-width: 720px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .phrasebox._1, .phrasebox._10, .phrasebox._9, .phrasebox._8, .phrasebox._7, .phrasebox._6, .phrasebox._5, .phrasebox._4, .phrasebox._3, .phrasebox._2 {
    height: 640px;
  }

  .phrasebox.blank {
    display: none;
  }

  .phrasegrid {
    flex-flow: column;
    display: flex;
  }

  .phrase_heading_big {
    line-height: 200px;
  }

  .phrase_heading_big.invert {
    font-size: 160px;
    line-height: 160px;
  }

  .downlaodbox.sticker {
    background-image: url('../images/BG_DownloadSticker_Mobile.png');
    background-position: 50% 124%;
    background-size: auto 65%;
  }

  .downlaodbox.wallpaper {
    background-image: url('../images/BG_DownloadWallpaper_Mobile.png');
    background-size: auto 66%;
  }

  .downladbutton {
    background-color: var(--white);
    font-family: var(--heading);
    color: var(--text_default);
    border-radius: 16px;
    width: 148px;
    height: 56px;
    font-size: 24px;
    line-height: 24px;
  }

  .campaign_section1 {
    height: 1070px;
    margin-bottom: 140px;
  }

  .campaign_section1_voted {
    font-size: 200px;
    line-height: 200px;
  }

  .prologue_planky {
    border-radius: 40px;
    width: 100px;
    top: 39%;
  }

  .prologue_samson {
    border-radius: 40px;
    width: 100px;
    left: 17%;
  }

  .prologue_cream {
    border-radius: 40px;
    width: 100px;
  }

  .prologue_chabet {
    border-radius: 40px;
    width: 100px;
    bottom: 37%;
  }

  .prologue_daisy {
    border-radius: 40px;
    width: 100px;
    top: 33%;
  }

  .campaign_saysmall_1 {
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_1_M.jpg');
  }

  .container_voted {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .buttonvote {
    border-radius: 24px;
    font-size: 32px;
    line-height: 32px;
  }

  .votedbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    right: 1%;
  }

  .heading6 {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading1_character {
    font-size: 200px;
    line-height: 200px;
  }

  .heading2_campaigntitle {
    letter-spacing: -3px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 80px;
    line-height: 80px;
  }

  .copyright {
    font-size: 56px;
    line-height: 56px;
  }

  .copyright.white {
    color: var(--white);
  }

  .heading2_features {
    color: var(--white);
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 120px;
    line-height: 120px;
  }

  .bg {
    background-image: url('../images/CoreIdeas_BG_Mobile.png');
    background-position: 50% 146%;
    background-size: 84%;
  }

  .buttonyoutube {
    border-radius: 24px;
    font-size: 32px;
    line-height: 32px;
  }

  .downladpdfbutton {
    background-color: var(--white);
    font-family: var(--heading);
    color: var(--text_default);
    border-radius: 16px;
    width: 190px;
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .features_buldog {
    left: 13%;
  }

  .features_samson {
    right: 13%;
  }

  .features_planky {
    left: 10%;
  }

  .features_mango {
    bottom: -2%;
    right: 3%;
  }

  .features_groom {
    width: 120px;
    left: 4%;
  }

  .features_james {
    width: 120px;
  }

  .features_melon {
    left: 8%;
  }

  .features_cream {
    right: 19%;
  }

  .features_fla {
    top: 5%;
    left: 21%;
  }
}

@media screen and (max-width: 767px) {
  .navbar_menu, .navbar_menu.w--current {
    font-size: 64px;
    line-height: 64px;
  }

  .heading2 {
    letter-spacing: -1.5px;
    font-size: 64px;
    line-height: 64px;
  }

  .heading2.coreideas {
    letter-spacing: -2.5px;
    font-size: 64px;
    line-height: 64px;
  }

  .background-video {
    border-radius: 24px;
    height: 560px;
  }

  .section.firstcontents.marginbottom120, .section.margintop200, .section.margrintop80, .section.margintop120 {
    margin-top: 56px;
  }

  .navdrawer {
    display: none;
  }

  .marquee-container {
    padding-top: 12px;
  }

  .heading5 {
    letter-spacing: -1px;
  }

  .heading5.invert.centerd {
    font-size: 24px;
    line-height: 32px;
  }

  .heading4 {
    font-size: 48px;
    line-height: 48px;
  }

  .heading4.invert {
    letter-spacing: -1px;
  }

  .solution_imagebox {
    margin-top: 56px;
  }

  .solution_imagebox_pluaral {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero_character {
    height: 490px;
    margin-bottom: 64px;
  }

  .vflex.margin56 {
    margin-bottom: 24px;
  }

  .character_name {
    font-size: 48px;
    line-height: 48px;
  }

  .character_mind {
    font-size: 24px;
  }

  .character_thumbnail {
    border-radius: 24px;
  }

  .characteritem {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 20px;
  }

  .characteritem_textbox {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .phrasebox {
    border-radius: 24px;
    height: 560px;
    padding: 24px;
  }

  .phrasebox._1, .phrasebox._10 {
    height: 560px;
  }

  .phrasebox._9 {
    border-radius: 24px;
    height: 560px;
  }

  .phrasebox._8, .phrasebox._7, .phrasebox._6, .phrasebox._5, .phrasebox._4, .phrasebox._3, .phrasebox._2 {
    height: 560px;
  }

  .phrase_heading {
    font-size: 48px;
    line-height: 48px;
  }

  .phrase_heading_big.invert {
    font-size: 120px;
    line-height: 120px;
  }

  .downlaodbox.sticker {
    background-position: 50% 97%;
    background-size: auto 62%;
    border-radius: 24px;
    padding: 24px;
  }

  .downlaodbox.wallpaper {
    background-position: 50% 100%;
    background-size: auto 57%;
    border-radius: 24px;
    padding: 24px;
  }

  .downladbutton {
    width: 120px;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 20px;
  }

  .campaign_section1 {
    height: 1130px;
    margin-bottom: 100px;
  }

  .prologue_planky {
    top: 53%;
  }

  .prologue_samson {
    top: 75%;
    left: 4%;
  }

  .prologue_cream {
    left: 41%;
  }

  .prologue_chabet {
    right: 5%;
  }

  .prologue_daisy {
    top: 32%;
    right: 15%;
  }

  .campaign_saysmall_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_1_M.jpg');
    border-radius: 24px;
  }

  .campaign_saybig_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#39003966, #00200680), url('../images/GoodBehavior_1_M.jpg');
    border-radius: 24px;
  }

  .container_voted {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .buttonvote {
    border-radius: 20px;
    width: 190px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
  }

  .votedbox {
    right: 2%;
  }

  .heading1_character {
    letter-spacing: -4px;
    font-size: 144px;
    line-height: 144px;
  }

  .screen {
    border-radius: 24px;
  }

  .background-video-2 {
    border-radius: 24px;
    width: 320px;
    height: 693px;
  }

  .screen_small {
    border-radius: 24px;
    width: 220px;
  }

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

  .heading2_campaigntitle {
    letter-spacing: -1.5px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 48px;
  }

  .copyright {
    font-size: 40px;
    line-height: 40px;
  }

  .solution_imagebox_b {
    margin-top: 56px;
  }

  .heading2_features {
    letter-spacing: -1.5px;
    font-size: 80px;
    line-height: 80px;
  }

  .campaign_saysmall_2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_2_M.jpg');
    border-radius: 24px;
  }

  .campaign_saysmall_3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_3_M.jpg');
    border-radius: 24px;
  }

  .campaign_saybig_2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 24px;
  }

  .campaign_saybig_3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-image: linear-gradient(#39003966, #00200680), url('../images/GoodBehavior_3_M.jpg');
    border-radius: 24px;
  }

  .bg {
    background-position: 50% 118%;
    background-size: 73%;
  }

  .buttonyoutube {
    background-color: #fff0;
    border-width: 3px;
    border-radius: 20px;
    width: auto;
    padding: 12px 20px;
    font-size: 24px;
  }

  .downladpdfbutton {
    width: 144px;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 20px;
  }

  .features_buldog {
    width: 140px;
  }

  .features_samson {
    width: 180px;
    bottom: -6%;
  }

  .features_mango {
    width: 170px;
  }

  .features_groom {
    width: 100px;
    top: 6%;
  }

  .features_james {
    width: 104px;
  }

  .features_melon {
    width: 100px;
  }

  .features_clair {
    width: 200px;
  }

  .features_cream {
    width: 120px;
  }

  .features_fla {
    width: 80px;
    top: 3%;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #000;
    text-decoration: none;
  }

  .navbar_menu {
    font-size: 40px;
    line-height: 40px;
  }

  .navbar_menu.w--current {
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .heading2 {
    letter-spacing: -.5px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 48px;
  }

  .heading2.invert.centerd.resetmargin {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 48px;
  }

  .heading2.coreideas {
    letter-spacing: -1.5px;
    font-size: 56px;
    line-height: 56px;
  }

  .body.phrase {
    background-image: none;
  }

  .background-video {
    height: 400px;
  }

  .section.firstcontents.marginbottom120 {
    margin-top: 56px;
    margin-bottom: 24px;
  }

  .section.margintop200 {
    margin-top: 56px;
    margin-bottom: 0;
  }

  .section.margrintop80 {
    margin-top: 40px;
  }

  .section.margintop120 {
    margin-top: 56px;
  }

  .navvar_button {
    width: 120px;
    height: 44px;
    font-size: 20px;
    line-height: 20px;
  }

  .navbar_buttons, .navdrawer {
    display: none;
  }

  .navbar_buttons_mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .navvar_menus_mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .closebutton {
    margin-top: 12px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .marquee-container {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .heading5 {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading5.invert.centerd {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .campaign_prologue {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .heading1.invert {
    letter-spacing: -3px;
    font-size: 88px;
    line-height: 88px;
  }

  .heading4 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading4.invert {
    letter-spacing: -.5px;
  }

  .solution_textbox_a {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .solution_imagebox_half {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .solution_textbox_b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .solution_imagebox {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

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

  .hero_character {
    height: 290px;
    margin-bottom: 40px;
  }

  .text_body_large {
    font-size: 18px;
    line-height: 24px;
  }

  .vflex.margin56 {
    margin-bottom: 20px;
  }

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

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

  .character_thumbnail {
    border-radius: 24px;
    max-width: none;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .phrasebox {
    border-radius: 24px;
    padding: 24px;
  }

  .phrasebox._10 {
    background-position: 67%;
    background-size: cover;
  }

  .phrasebox._9 {
    padding: 20px;
  }

  .phrase_heading {
    letter-spacing: -.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .phrase_heading_big.invert {
    font-size: 80px;
    line-height: 80px;
  }

  .downlaodbox.sticker {
    background-position: 50% 107%;
    background-size: auto 45%;
    border-radius: 24px;
    height: 560px;
    padding: 24px;
  }

  .downlaodbox.wallpaper {
    background-position: 50% 100%;
    background-size: auto 51%;
    height: 560px;
  }

  .downladbutton {
    width: 120px;
    height: 44px;
    font-size: 18px;
    line-height: 18px;
  }

  .campaign_section1 {
    height: 760px;
    margin-bottom: 80px;
  }

  .campaign_section1_voted {
    font-size: 120px;
    line-height: 120px;
  }

  .prologue_planky {
    border-radius: 25px;
    width: 64px;
  }

  .prologue_samson {
    border-radius: 25px;
    width: 64px;
    top: 74%;
    left: 19%;
  }

  .prologue_cream {
    border-radius: 25px;
    width: 64px;
    top: 47%;
    left: 30%;
  }

  .prologue_chabet {
    border-radius: 25px;
    width: 64px;
    bottom: 37%;
    right: 16%;
  }

  .prologue_daisy {
    border-radius: 25px;
    width: 64px;
    top: 30%;
    right: 4%;
  }

  .image-12 {
    border-radius: 24px;
  }

  .campaign_saysmall_1 {
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_1_M.jpg');
    border-radius: 24px;
  }

  .campaign_saybig_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#39003966, #00200680), url('../images/GoodBehavior_1_M.jpg');
    border-radius: 24px;
  }

  .container_voted {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .buttonvote {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 124px;
    padding: 16px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .votedbox {
    left: auto;
    right: 2%;
  }

  .heading6 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading6.centerd {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .heading1_character {
    letter-spacing: -3.5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 88px;
    line-height: 88px;
  }

  .screen {
    border-radius: 24px;
    width: 100%;
    max-width: 75%;
    transform: rotate(6deg);
  }

  .background-video-2 {
    border-radius: 24px;
    margin-top: 20px;
    transform: rotate(0);
  }

  .screen_small {
    border-radius: 24px;
    width: 160px;
    transform: rotate(6deg);
  }

  .body_coreideas {
    font-size: 18px;
    line-height: 24px;
  }

  .heading2_campaigntitle {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 32px;
  }

  .copyright {
    letter-spacing: -1px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .solution_imagebox_b {
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 20px;
  }

  .heading2_features {
    letter-spacing: -.5px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 64px;
    line-height: 64px;
  }

  .campaign_saysmall_2 {
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_2_M.jpg');
    border-radius: 24px;
  }

  .campaign_saysmall_3 {
    background-image: linear-gradient(#99006669, #001a5d61), url('../images/BadBehavior_3_M.jpg');
    border-radius: 24px;
  }

  .campaign_saybig_2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
  }

  .campaign_saybig_3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#39003966, #00200680), url('../images/GoodBehavior_3_M.jpg');
    border-radius: 24px;
  }

  .bg {
    background-position: 50% 101%;
    background-size: 80%;
    width: 100%;
  }

  .flex-block-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .buttonyoutube {
    background-color: #fff0;
    border-width: 3px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 16px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .downladpdfbutton {
    width: 144px;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .features_buldog {
    width: 90px;
    top: -1%;
    transform: rotate(-15deg);
  }

  .features_samson {
    width: 129px;
    bottom: -7%;
    right: 4%;
  }

  .features_planky {
    width: 70px;
    left: 6%;
  }

  .features_mango {
    width: 118px;
  }

  .features_groom {
    width: 70px;
    top: 0%;
    left: 2%;
  }

  .features_james {
    width: 70px;
    bottom: -11%;
    right: 11%;
  }

  .features_melon {
    width: 80px;
  }

  .features_clair {
    width: 140px;
    right: 2%;
  }

  .features_cream {
    z-index: 511;
    width: 110px;
    right: 13%;
  }

  .features_fla {
    width: 65px;
    left: 9%;
  }
}

#w-node-da8e1a1b-9d34-3f1a-8477-fe75db1ee76c-9a677df2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e87cb661-edaf-b349-1236-0c4fd15ed36b-9a677df2 {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d3481ca-9734-edb3-1f2c-50ffb30b1bef-9a677df2, #w-node-f4cc14cb-32b8-28be-fc32-9836ee371e55-9a677df2 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2854c5e-ce94-0b12-f743-05d5c75edeed-9a677df2 {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85b7310b-b39c-a3ca-c931-4ab0cb12cd4e-9a677df2 {
  order: 0;
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_47261d91-04f9-595e-7b96-7d80cc15c6cd-9a677df2 {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4688d62f-c607-d66f-1f10-adb10f1c74b2-9a677df2, #w-node-c64b8652-8b69-555f-4691-26d4cc83a420-9a677df2, #w-node-_03694836-954a-53e2-c188-e1211eda73e0-9a677df2 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_099a929e-20c5-5a07-f689-e94abd952b24-9a677df2 {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83ef4435-df2b-426b-4fa3-25a83cd67bee-247f8ca9, #w-node-d42dd97c-9f8e-c5ba-9d50-c882f16169a7-247f8ca9 {
  order: 0;
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_099a929e-20c5-5a07-f689-e94abd952b24-9a677df2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_83ef4435-df2b-426b-4fa3-25a83cd67bee-247f8ca9 {
    order: 0;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-da8e1a1b-9d34-3f1a-8477-fe75db1ee76c-9a677df2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_099a929e-20c5-5a07-f689-e94abd952b24-9a677df2 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d42dd97c-9f8e-c5ba-9d50-c882f16169a7-247f8ca9 {
    order: 0;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


