/* IE/Edge Responsive Viewport */
@-ms-viewport {
  width: device-width;
}

/* FONTS */
@font-face {
  font-family: 'Geomanist';
  src: local('Geomanist-Regular'), url("/_fonts/Geomanist-Regular.woff2") format("woff2"), url("/_fonts/Geomanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: local('Geomanist-RegularItalic'), url("https://www.awai.com/_fonts/Geomanist-RegularItalic.woff2") format("woff2"), url("https://www.awai.com/_fonts/Geomanist-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Geomanist';
  src: local('Geomanist-Bold'), url("https://www.awai.com/_fonts/Geomanist-Bold.woff2") format("woff2"), url("https://www.awai.com/_fonts/Geomanist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src: local('Geomanist-BoldItalic'), url("https://www.awai.com/_fonts/Geomanist-BoldItalic.woff2") format("woff2"), url("https://www.awai.com/_fonts/Geomanist-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

/* CSS Variables */
:root {
  --colorBody: #ffff;
  --colorBodyAlt: #333;
  --colorBg: #fff;
  --colorHeadline: #f1d2a3;
  --colorSubhead: #f1d2a3;
  --colorSubheadAlt: #0a0602;
  --color1Bullet: #efa02b;
  --color2Bullet: #501b8c;
  --colorBox1: #e6f0fb;
  --colorBox2: #c7ff8f;
  --colorBox3: #b3e9f8;
  --color1: #ebf2f9;
  --color1Alt: #6bb1f7;
  --color1Bg: #d9ecfd;
  --color1BgAlt: rgb(218, 235, 255);
  --color2: #f76d03;
  --color2Alt: #f76d03;
  --color2Bg: #ffeada;
  --color2BgAlt: #fadec8;
  --color3: #ede249;
  --color3Alt: #e6d047;
  --color3Bg: #f8f4b7;
  --color3BgAlt: #ffffe2;
  --highlight1: #fff2cc;
  --highlight1Brdr: #f1e19c;
  --highlight2: #fdbe51;
  --highlight2Brdr: #f3b345;
  --highlight3: #e5edfa;
  --highlight3Brdr: #c6d8f8;
  --highlight4: #e8f5cd;
  --highlight4Brdr: #d1e99a;
  --footer: #999;
  --footerBg: #00200;
}

/* General Rules */
html {
  font-size: 100%;
}

body {
  color: var(--colorBody);
  background-color: #000200;
  font-size: 1.33em;
  line-height: 1.5;
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 600 !important;
}

/* Layout Rules & Framing */
.content {
  margin: 0 auto;
  padding: 0;
}

.container {
  padding: 10px;
}

.container.-overlap {
  padding: 10px 0 0;
}

.container.-ty {
  background-color: #fff;
  color: var(--colorBodyAlt);
  padding: 10px 0 0;
}

.container.-ty h2,
.container.-ty h3,
.container.-ty h4 {
  color: var(--colorSubheadAlt)0;
}

@media screen and (min-width: 35.75em) {
  .content ul {
    margin: 0 3em;
  }

  .container {
    margin: auto;
    max-width: 33em;
    padding: 10px;
  }

  .container.-overlap {
    padding: 10px 0 150px;
  }



  .header .container {
    margin: auto;
    max-width: 50em;
    padding: 10px 10px;
  }

  .header.-ty .container {
    margin: auto;
    max-width: 50em;
    padding: 10px;
  }
}

/* Headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--colorHeadline);
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.h1,
h1 {
  font-size: 2.25em;
}

.content .h2,
h2 {
  color: var(--colorSubhead);
  font-size: 1.25em;
  margin: 16px 32px;
  text-align: center;
}

@media screen and (min-width: 26.5em) {
  h1 {
    font-size: 2.5em;
  }

  .content h2,
  h2 {
    font-size: 1.6em;
    line-height: 1.1;
    padding: 0 0 5px;
  }
}

@media screen and (min-width: 35.75em) {

  .content h2,
  .h2 {
    font-size: 1.7em;
  }
}

/* FontAwesome UL Bullets */
ul.fa-ez {
  margin: 0 2em;
}

ul.fa-ez li {
  list-style: none;
}

ul.fa-ez li:before {
  font-family: 'FontAwesome';
  float: left;
  content: '\f00c';
  font-size: 1.25em;
  margin-left: -1.5em;
  margin-top: -2px;
  color: var(--color1Bullet);
}

ul.fa-ez.-strike li:before {
  content: '\f057';
  margin-top: -1px;
  color: #990000;
}

ul.fa-ez.-grass li:before {
  color: #23a248 !important;
}

ul.fa-ez.-bullet li:before {
  content: '\f111';
  font-size: 0.66em;
  margin-left: -1.75em;
  margin-top: 6px;
}

ul.fa-ez.-asterisk li:before {
  content: '\f069';
  font-size: 1.1em;
  margin-top: 0;
}

ul.fa-ez.-dash li:before {
  content: '\f068';
  font-size: 0.8em;
  margin-left: -1.75em;
  margin-top: 8px;
}

ul.fa-ez.-forward-arrow li:before {
  content: '\f064';
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: 4px;
}

ul.fa-ez.-gift li:before {
  content: '\f06b';
  margin-top: -2px;
}

@media screen and (min-width: 33em) {
  ul.fa-ez {
    margin: 0 2em 0 3em;
  }
}

/* Inline Highlight Styles */
.highlight {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
  display: inline-block;
  padding: 0 5px;
}

.highlight.-style2 {
  background-color: var(--highlight2);
  border-bottom: 2px solid var(--highlight2Brdr);
}

.highlight.-style3 {
  background-color: var(--highlight3);
  border-bottom: 2px solid var(--highlight3Brdr);
}

.highlight.-style4 {
  background-color: var(--highlight4);
  border-bottom: 2px solid var(--highlight4Brdr);
}

/* Images */
img {
  height: auto;
  max-width: 100%;
}

figure,
figure.flavor {
  margin: 0 auto;
  padding: 0;
  max-width: 380px;
}

figure img {
  display: block;
  margin: auto;
  max-width: 330px;
}

figure.-border img {
  border: 1px solid #ededed;
}

figure.-shadow img {
  box-shadow: 0 12px 16px -16px #666;
}

figure.-rounded img {
  border-radius: 8px;
}

figure.-inset {
  margin: 0 1em;
}

@media screen and (min-width: 35.75em) {

  figure,
  figure.flavor {
    margin: 0 auto 1em;
    max-width: 100%;
  }

  figure img,
  figure.flavor img {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }

  figure.-inset {
    margin: 0 2.5em;
  }

  figure.-left {
    float: right;
    margin: 0 16px 16px 0;
    max-width: 300px;
  }

  figure.-right {
    float: right;
    margin: 0 0 16px 16px;
    max-width: 260px;
  }
}

@media screen and (min-width: 55em) {

  figure.-oversize,
  figure.spread {
    width: auto;
    margin: 0 -30px 1em;
    overflow: visible;
  }

  figure.spread {
    margin: 0 -100px;
  }

  figure.-border img {
    border: 12px solid #ededed;
  }
}

/* Portrait Styles */
.portrait {
  margin: 1em auto;
}

.portraitImage {
  border: 4px solid var(--color2);
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 180px;
}

.portraitCaption {
  display: none;
  font-family: "Lato", Helvetica, Verdana, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.portrait .-title {
  display: block;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 35.75em) {
  .portrait {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 250px;
    width: 250px;
  }

  .portraitImage {
    border: 6px solid var(--color2);
    max-width: 220px;
  }

  .portrait.-center {
    float: none;
    margin: auto;
  }

  .portrait.-header {
    padding: 20px 10px 10px;
  }

  .portraitCaption {
    display: block;
  }
}

/* Banner/Ribbon */
.ribbon {
  background-color: #00000088;
  color: #a0f6ff;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.25px;
  line-height: 1.1;
  text-align: center;
}

.ribbon .container {
  max-width: 24em;
  padding: 10px 20px;
}

.header {
  background: transparent url(/_img/content/signup/new-path/002.png) center top no-repeat;
  background-size: 200%;
  padding: 0px 20px 250px;

  /* max-height: 400px; */
  .header.-ty {
    padding: 0 0 1500px 0;
  }
}

@media screen and (min-width: 25em) {

  .header {
    background-position: center -20px;
    background-size: auto;
    padding: 10px 20px 300px;
    /* max-height: 400px; */
  }

  .header.-ty {
    padding: 0 0 300px 0;
  }
}

@media screen and (min-width:70em) {

  .header {
    background-position: center top;
    background-size: auto;
    padding: 10px 20px 315px;
    /* max-height: 400px; */
  }
}

.header.-ty {
  padding: 0 0 300px 0;
}

.header.-video {
  padding: 50px 30px 180px;
}

.headerPreHeadline {
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 22em;
  padding: 8px 12px 10px;
  text-align: center;
}

.headerHeadline {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 0.95;
  margin: 0 0 20px;
  max-width: 22em;
  padding: 10px 0;
  background: linear-gradient(120deg, #F8E4C3, #FEECD0 23%, #E0AC55);
  background-clip: text;
  color: transparent;
}

.flare {

  background: linear-gradient(120deg, #F8E4C3, #FEECD0 23%, #E0AC55);
  background-clip: text;
  color: transparent;
}

.-ty .headerHeadline {
  font-size: 1.5em;
  line-height: 1.1;
}

@media screen and (min-width:24.75em) {
  .headerHeadline {
    font-size: 2.75em;
    font-size: clamp(1em, 10vw, 2.3em);
  }

  .-ty .headerHeadline {
    font-size: 2.75em;
  }
}

@media screen and (min-width:50em) {

  .headerHeadline {
    font-size: 3.25em;
  }
  .-ty .headerHeadline {
    font-size: 3em;
  }
}

.headerHeadline .-eyebrow,
.-ty .headerHeadline .-eyebrow {
  color: #fff;
  display: block;
  font-size: 70%;
  letter-spacing: -1px;
  line-height: 1;
}

.headerHeadline .-chin {
  display: block;
  font-size: 70%;
  letter-spacing: -1px;
  line-height: 0.9;
  margin: 15px 0 0;
}



.headerPostHeadline {
  color: #a0f6ff;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1.2;
  margin: 0 auto 20px;
  max-width: 22em;
  padding: 0;
  text-align: center;
}

.-ty .headerPostHeadline {
  font-size: 1.33em;
  line-height: 1.2;
  margin: 0.9em auto 0.8em;
}

.-ty .headerPostHeadline .-eyebrow {
  color: #fff;
  font-size: 65%;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}



.headerPreHeadline {
  font-size: 1.7em;
  letter-spacing: -1px;
  line-height: 1.1;
  padding: 0 10px;
  margin: 0 auto;
}




.headerHeadline img {
  max-width: 650px;
}

.headerHeadline .-eyebrow {
  font-size: 90%;
  line-height: 1.05;
}

.-ty .headerHeadline .-eyebrow {
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 0;
}

.headerHeadline .-chin {
  font-size: 50%;
  padding: 5px 0 0;
}

.-ty .headerHeadline .-chin {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.05;
  padding: 20px 0;
}

.headerPostHeadline {
  font-size: 1.9em;
  line-height: 1.2;
}

.-ty .headerPostHeadline {
  font-size: 2.8em;
  line-height: 1.1;
  margin: 0.9em auto 0.8em;
}

/* General Text Enhancements */
.-eyebrow,
.-chin {
  display: block;
  font-size: 0.85em;
}

.stationary {
  color: var(--colorBody);
  border-top: 3px solid var(--color2);
  border-bottom: 3px solid var(--color2);
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 0 32px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 26.5em) {
  .stationary {
    font-size: 1.25em;
  }
}

.line-strike {
  line-height: 1em;
  position: relative;
  text-decoration: none;
}

.line-strike::after {
  border-bottom: 0.3em solid #d11414d7;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: calc(0.3em / 2 * -1);
  transform: rotate(-20deg);
}

.underscore {
  display: inline-block;
  border-bottom: 3px solid var(--colorBody);
  padding: 0 2px 1px;
  margin: -10px 0 0;
  text-decoration: none;
}

/* Lead Styles */

.leadHeadline,
h2.leadHeadline {
  color: var(--colorSubhead);
  font-size: 1.8em;
  line-height: 1.1;
  margin: -25px 0 20px;
  letter-spacing: -1px;
  text-align: center;
}

.-ty .leadHeadline,
.-ty h2.leadHeadline {
  font-size: 1.5em;
  margin: 30px 0;
}

.leadHeadline .-eyebrow {
  font-size: 33%;
  font-weight: normal;
  line-height: 1.05;
}


@media screen and (min-width:25em) {

  .leadHeadline,
  h2.leadHeadline {
    color: var(--colorSubhead);
    font-size: 3.25em;
    margin: -30px 0 0 30px;
  }

  .-ty .leadHeadline,
  .-ty h2.leadHeadline {
    font-size: 1.3em;
  }
}

@media screen and (min-width:65em) {

  .leadHeadline,
  h2.leadHeadline {
    color: var(--colorSubhead);
    font-size: 4em;
    margin: -50px 0 0 30px;
  }

  .-ty .leadHeadline,
  .-ty h2.leadHeadline {
    font-size: 1.3em;
  }
}

/* Section Styles */
.section.-bonus {
  background-color: #f3f3f3;
}

/* Signup Form */
.signupForm {
  background-color: none;
  /*border: 4px solid #eaeaea;*/
  /*border-radius: 0.5em;*/
  margin: 0.5em auto 1em;
  max-width: 30em;
  padding: 15px 20px 25px;
}

.signupForm.-transparent {
  background-color: transparent;
  border: none;
}

.signupForm .title {
  font-family: "Raleway", Helvetica, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 15px;
  text-align: center;
}

.signupForm .-title {
  color: #333;
  display: block;
  margin: 0;
  text-align: left;
}


.inputs {
  margin: 0 0 0.5em 0;
}

@media screen and (min-width:30em) {
  .inputs {
    display: flex;
    justify-items: center;
    gap: 20px 20px;
    flex: 1 1 auto;;
  }
}

.input-group {
  flex: 1 0 auto;;
  position: relative;
  /* Needed for positioning the label */
}

.input-group label {
  display: none;
}

.input-group:focus-within label {
  position: absolute;
  top: -1.5em;
  /* Adjust to position as an "eyebrow" */
  left: 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #888;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #ffa500;
  /* Change color on focus */
  font-weight: bold;
}

.input-group input {
  /* Basic input styling */
  padding: 0.5em;
  border: 1px solid #ccc;
  width: 100%;
}



/*.input-group label {
  display: block;
}
*/
input.signupInput {
  background-color: #ababab;
  border: 3px solid #ababab;
  border-radius: 0.5rem;
  color: #313131;
  display: block;
  font-size: 100%;
  margin: 0 auto 12px;
  padding: 12px;
  width: 90%;
  -moz-appearance: none;
}

input.signupInput:focus {
  background-color: #c8c8c8;
  color: #0c0a02;
  outline: none;
  -moz-appearance: none;
}
input.signupInput::placeholder {
  color: #6c685a;
  opacity: 1;


}


/* CTA/Button Styles */
.cta.-eyebrow {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.cta.-button {
  background: linear-gradient(#daa355, #90512d);
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 auto;
  max-width: 390px;
  padding: 10px 30px 11px;
  text-align: center;
  transition: all 200ms ease-out;
}

:link.cta.-button,
:visited.cta.-button {
  color: #fff;
}

:hover.cta.-button,
:active.cta.-button {
  background: linear-gradient(#e4a054, #b1742e);
  box-shadow: 0 8px 6px -5px #585858;
  text-shadow: 0 0 25px #ffffffaf;
  transition: all 200ms ease-out;
}

@media screen and (min-width: 35.75em) {
  .cta.-button {
    font-size: 1.1em;
  }
}

/* Footer */
footer {
  color: var(--footer);
  background-color: var(--footerBg);
  font-size: 0.75em;
  line-height: 1.25em;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center;
}

footer a:link,
footer a:visited {
  color: #66c9f2;
}

footer a:hover,
footer a:active {
  color: #ffb810;
}





/* Labeler */
.labeler {
  background-color: #990000;
  border: 7px solid #770000;
  border-top: none;
  border-bottom: none;
  color: #fffffff3;
  font-family: 'Quantico', 'Courier New', Courier, monospace;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin: 20px auto;
  max-width: 400px;
  padding: 7px 15px 6px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 30em) {
  .labeler {
    font-size: 1.33em;
  }
}

/* Callout */
.callout {
  background-color: #f1f1f1;
  border-radius: 12px;
  margin: 20px auto 30px;
  padding: 10px;
  position: relative;
}

.callout.-homework {
  background-color: #ecf7ff;
  margin: 25px auto;
}

.callout.-shadow {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

.callout.-dialog {
  margin: 40px auto 30px;
  padding: 10px;
}

.callout.-dialog::before {
  color: #ddd;
  content: '\f075';
  font-family: 'FontAwesome';
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

.callout.-example {
  background-color: #f5f5f5;
  border: 5px solid #ddd;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  font-family: 'Courier Prime', sans-serif;
  font-size: 1.33rem;
}

.callout.-style1 {
  border: 12px solid #e7f3fb;
  border-radius: 12px;
}

.callout.-important {
  background-color: #fac478;
  padding: 10px 20px;
}

.callout.-email {
  background-color: #f2f2f2;
  font-family: monospace;
  font-size: 1.2em;
  border: 2px solid #ddd;
  border-left: none;
  border-right: none;
}

.callout .-label {
  border-bottom: 3px solid var(--color1);
  font-size: 1.5em;
  margin: 10px auto 20px;
}

@media screen and (max-width: 30em) {
  .callout ul.fa-ez {
    margin: 0 0.5em 0 1.5em;
  }
}

@media screen and (min-width: 30em) {
  .callout.-dialog {
    padding: 30px;
  }

  .callout.-dialog::before {
    position: absolute;
    top: -45px;
    right: -24px;
    margin: 0;
  }
}

@media screen and (min-width: 26.5em) {
  .callout {
    margin: 15px 20px 30px;
    padding: 25px 20px;
  }

  .callout.-email {
    font-size: 1.33em;
  }

  .callout.-right {
    float: right;
    max-width: 16em;
    margin: 0 -50px 20px 25px;
  }

  .-testimonial.-right {
    transform: rotate(1deg);
  }
}

/* Testimonial */
.callout.-testimonial {
  background: linear-gradient(160deg, var(--highlight1), var(--highlight1Brdr) 40%);
  border-radius: 12px;
  color: var(--colorBody);
  font-family: "Courier Prime", Helvetica, Verdana, sans-serif;
  margin: 2em auto;
  letter-spacing: -0.5px;
  line-height: 1.4;
  padding: 20px;
  max-width: 28em;
}

.callout.-testimonial .cited {
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* Tabbed Item */
.item.tabbed {
  background: linear-gradient(175deg, #f1ffbd, #c8dc7f);
  border-radius: 12px;
  margin: 40px auto 0;
  padding: 15px 20px 20px;
  max-width: 30em;
}

.tabbed.-shadow {
  box-shadow: 0 12px 12px -12px #555;
}

.tabbed h3 {
  text-align: center;
}

.tabbed .label {
  background-color: #cfe974;
  border-radius: 100px;
  color: var(--colorBody);
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Courier Prime", monospace;
  max-width: 300px;
  margin: -78px auto 25px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.tabbed ul.fa-ez li:before {
  color: #687539;
}

.tabbed .title {
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 35.75em) {
  .item.tabbed {
    margin: 60px auto 0;
    padding: 20px 30px;
  }

  .tabbed .label {
    border-radius: 5px;
    font-size: 1.25em;
    margin: -84px auto 15px;
    padding: 10px 20px;
  }

  .tabbed .title {
    font-size: 1.2em;
    margin: 15px 0 20px;
  }
}

.tabbed.-set1 {
  background-color: var(--color2Bg);
}

.tabbed.-set1 .label {
  border-color: var(--color2);
  background-color: var(--color2);
}

.tabbed.-set2 {
  background-color: var(--color3Bg);
}

.tabbed.-set2 .label {
  border-color: var(--color3);
  background-color: var(--color3Alt);
}

.tabbed.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/* Miscellaneous */
.alb {
  display: none;
}

.no-mo,
.-nomo {
  display: none;
}

.mblock {
  display: block;
}

@media screen and (min-width: 35.75em) {
  .mblock {
    display: inline;
  }

  .no-mo,
  .-nomo {
    display: initial;
  }

  .alb {
    display: block;
  }
}

.subhead-icon {
  display: block;
  font-size: 2em;
  margin: auto;
}

.-color1 {
  color: var(--color1);
}

.-colorSet1 {
  color: var(--colorBody);
  background-color: var(--color1Bg);
  padding: 1px 0 20px;
}

.-colorSet1Alt {
  color: var(--colorBody);
  background-color: var(--color1BgAlt);
  padding: 1px 0 20px;
}

.-colorSet2 {
  color: var(--colorBody);
  background-color: var(--color2Bg);
  padding: 1px 0 20px;
}

.-colorSet2 h2 {
  color: var(--colorBody);
}

/* Numbered Styles */
.numbered h3 {
  text-align: center;
}

.numbered .label {
  border: 4px solid var(--color1Alt);
  border-left: none;
  border-right: none;
  color: var(--color1Alt);
  display: block;
  font-size: 2rem;
  font-family: "Courier Prime", monospace;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 320px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.numbered.step .label {
  background-color: var(--highlight1Brdr);
  border: none;
  color: var(--colorSubhead);
  font-size: 1em;
  margin: 0 auto 8px;
  max-width: 380px;
  padding: 7px 0 5px;
}

/* Numberbox */
.numberbox {
  background-color: #e2f8ca;
  border-radius: 12px;
  padding: 30px 20px 15px;
  margin: 50px 10px 40px;
}

.numberbox h2 {
  color: var(--colorBody);
  background-color: #e2f8ca;
  border: none;
  font-size: 1.25em;
  line-height: 1;
  margin: 0;
  padding: 13px 0 0;
  text-align: left;
}

.numberbox .label {
  border: 5px solid #e2f8ca;
  background-color: #f6fffa;
  border-radius: 50px;
  display: block;
  margin: -75px auto 10px;
  padding: 16px;
  text-align: center;
  max-width: 80px;
}

.numberbox .title {
  display: block;
  margin: 4px 5px 20px 0;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .numberbox {
    padding: 0 30px 5px 55px;
    margin: 20px 30px 40px 36px;
  }

  .numberbox .label {
    border: 5px solid #e2f8ca;
    background-color: #f6fffa;
    border-radius: 100%;
    margin: 0;
    padding: 16px 24px;
    position: absolute;
    top: 0;
    left: -92px;
    text-transform: uppercase;
  }

  .numberbox h2 {
    font-size: 1.33em;
  }

  .numberbox .title {
    margin: 0 5px 10px 0;
    text-align: left;
  }
}

/* Emoji */
.emoji {
  font-size: 2rem;
}

.emoji.-subhead {
  display: block;
  font-size: 4rem;
  text-align: center;
}

@media screen and (min-width: 35.75em) {
  .emoji.-subhead {
    font-size: 5rem;
  }
}

.-underscore {
  display: inline-block;
  border-bottom: 3px solid var(--color2Bullet);
  padding-bottom: 5px;
  text-decoration: none;
}

.-notice {
  display: inline-block;
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 5px 10px;
  text-align: center;
}

/* Video Player */
.player {
  margin: auto;
  max-width: 350px;
}

.player.-overlap {
  margin: -150px auto 50px;
  padding: 0;
}

.player iframe {
  border: none;
  border-radius: 10px;
}

@media screen and (min-width: 780px) {
  .player {
    max-width: 700px;
  }

  .player iframe {
    border: 12px solid #cccccc55;
    box-shadow: 0 16px 16px -18px #333;
  }
}

/* Additional Styles */
.indent {
  margin-left: 1.5em !important;
}

.joinus {
  font-size: 1.1em;
  line-height: 1.2;
  margin: 0 auto 25px;
  max-width: 30em;
  text-align: center;
}

@media screen and (min-width: 37.5em) {
  .joinus {
    font-size: 1.3em;
  }
}

.quantico {
  font-family: 'Quantico', sans-serif;
}

.bodyColor {
  color: var(--colorBody);
}

.quoted {
  color: #4e3902;
  background: linear-gradient(170deg, #ffe93333 10%, #ffc23385);
  border: 1px solid #fbe9b7;
  border-right: none;
  border-bottom: none;
  border-radius: 4px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: 'Courier Prime', Courier, monospace;
  letter-spacing: -2px;
  line-height: 1;
  margin: 10px auto 0;
  max-width: 24em;
  padding: 30px 10px;
  text-align: center;
  word-spacing: -35%;
  transform: rotate(-0.75deg);
}

.time-code {
  background-color: #ff9900;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0.9;
  padding: 5px 20px;
  text-align: center;
  width: 45px;
}

/* TY Page Customs */
.dates {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  margin: 20px auto;
  max-width: 23em;
  text-align: center;
}

.dates .icon {
  font-size: 1.1em;
  padding-right: 15px;
}

@media screen and (min-width: 30em) {
  .dates {
    font-size: 1.7em;
  }
}

/* Offer Expired */
.offer-expired {
  background: url("https://www.awai.com/_img/toolbox/icons/icon_important-60.png") no-repeat center 15px, linear-gradient(#d00, #800);
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0.5em 0.1em #bbb;
  margin: 0 auto;
  padding: 80px 16px 16px;
  text-align: center;
  width: auto;
  min-height: 0;
}


/** SINGLES COLORS **/
.orange0 {
  color: #ffa500;
}

.lh-1{
  line-height: 1.1;
}
.lh-1-2{
  line-height: 1.2;
}