html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

/* light */
@font-face {
  font-family: wfutura;
  src: url(../fonts/73c11c644dc58487178f0b4cc8e7a0af.eot);
  src: url(../fonts/73c11c644dc58487178f0b4cc8e7a0af.eot?#iefix) format("embedded-opentype"), url(../fonts/d2e40ea1e1cbd62160f44b2b05227e65.woff) format("woff"), url(../fonts/3ca097a2cf4434d746bac244f421e562.ttf) format("truetype"), url(../fonts/d11f2e3a75de1b47bfe6ec7371150ec0.svg#ourfuturalight) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block; }

/* regular */
@font-face {
  font-family: wfutura;
  src: url(../fonts/12216386bf78c15bd32b95f406d81db3.eot);
  src: url(../fonts/12216386bf78c15bd32b95f406d81db3.eot?#iefix) format("embedded-opentype"), url(../fonts/97395790f6f03940729f361c5cc901ca.woff) format("woff"), url(../fonts/12ae92a221974fed0925e56bf4808f00.ttf) format("truetype"), url(../fonts/58b54132d334b3d992758a9efb2d7c73.svg#wfuturamedium) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

/* medium */
@font-face {
  font-family: wfutura;
  src: url(../fonts/12216386bf78c15bd32b95f406d81db3.eot);
  src: url(../fonts/12216386bf78c15bd32b95f406d81db3.eot?#iefix) format("embedded-opentype"), url(../fonts/97395790f6f03940729f361c5cc901ca.woff) format("woff"), url(../fonts/12ae92a221974fed0925e56bf4808f00.ttf) format("truetype"), url(../fonts/58b54132d334b3d992758a9efb2d7c73.svg#wfuturamedium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block; }

/* semibold */
@font-face {
  font-family: wfutura;
  src: url(../fonts/7c49bc0ac73a4775b76ed2634955b2ca.eot);
  src: url(../fonts/7c49bc0ac73a4775b76ed2634955b2ca.eot?#iefix) format("embedded-opentype"), url(../fonts/1a20d66964e0e2206687870ba2354329.woff) format("woff"), url(../fonts/6cdb5c2b8409c1aeef0d7e5986dd9549.ttf) format("truetype"), url(../fonts/d03d06abd362aab979b04ac9f017b62d.svg#ourfuturasemibold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block; }

/* bold */
@font-face {
  font-family: wfutura;
  src: url(../fonts/08384efbfd19877ec71c17797e17fa0f.eot);
  src: url(../fonts/08384efbfd19877ec71c17797e17fa0f.eot?#iefix) format("embedded-opentype"), url(../fonts/de0fc9939e02da0578e1c6e77b8c579d.woff) format("woff"), url(../fonts/3b80d3036f6db28289ec7b96b636cc73.ttf) format("truetype"), url(../fonts/053f7bb481b079d853081e12b1ae594b.svg#ourfuturabold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: block; }

/* At Out Bodoni */
@font-face {
  font-family: ATOurBodoni;
  src: url(../fonts/AtOurBodoniRegular.otf) format("opentype");
  font-display: block; }

.app {
  background: #2d2d2d;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .app .content {
    flex: 1;
    transition: filter .3s ease-out; }
  .app .modal-video {
    background-color: rgba(0, 0, 0, 0.66); }
  .app.light {
    background-color: #f5f5f5; }

.toast {
  font: 500 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
  margin-top: 64px; }

.article-page, .article-region {
  margin-top: 64px;
  background: #f5f5f5;
  display: flex;
  padding: 56px auto; }
  @media (max-width: 1023px) {
    .article-page, .article-region {
      padding: 0;
      margin: 0;
      padding-top: calc(100vw * 0.38647343); } }
  .article-page header, .article-region header {
    background: #000;
    width: 100vw;
    height: calc(min(100vw, 1920px) * 0.2776041667);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    margin-top: 64px; }
    .article-page header img, .article-region header img {
      width: 100%;
      height: 100%;
      max-width: 1920px;
      object-fit: cover;
      margin: 0 auto;
      display: block; }
    @media (max-width: 1023px) {
      .article-page header, .article-region header {
        margin-top: 64px;
        width: 100vw;
        height: calc(100vw * 0.38647343 + 64px); } }
  .article-page.short article, .article-region.short article {
    margin-top: 56px; }
  .article-page.short header, .article-region.short header {
    min-height: 400px; }
    @media (max-width: 1023px) {
      .article-page.short header, .article-region.short header {
        min-height: auto; } }
  .article-page.short article h1:not(.page-heading), .article-region.short article h1:not(.page-heading) {
    font: 600 42px/42px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .article-page.short article h1:not(.page-heading), .article-region.short article h1:not(.page-heading) {
        font: 600 28px/28px wfutura, Helvetica, Arial, sans-serif; } }
  .article-page.light, .article-region.light {
    background-color: #f5f5f5; }
  .article-page article, .article-region article {
    background: #fff;
    width: 100vw;
    max-width: 1088px;
    margin: 14vw auto 40px;
    padding: 64px 64px 24px;
    position: relative;
    z-index: 10; }
    @media (max-width: 1023px) {
      .article-page article, .article-region article {
        padding: 24px; } }
    .article-page article h2, .article-region article h2 {
      font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 8px;
      text-transform: uppercase;
      max-width: 710px; }
      @media (max-width: 1023px) {
        .article-page article h2, .article-region article h2 {
          font: 600 18px/22px wfutura, Helvetica, Arial, sans-serif; } }
    .article-page article h1, .article-region article h1 {
      font: 600 56px/56px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 40px;
      max-width: 710px; }
      @media (max-width: 1023px) {
        .article-page article h1, .article-region article h1 {
          font: 600 28px/28px wfutura, Helvetica, Arial, sans-serif;
          margin-bottom: 24px; }
          .article-page article h1.page-heading, .article-region article h1.page-heading {
            font: 600 40px/40px wfutura, Helvetica, Arial, sans-serif;
            max-width: none; } }
    .article-page article p, .article-page article ul, .article-page article ol, .article-region article p, .article-region article ul, .article-region article ol {
      font: 500 18px/28px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 40px;
      max-width: 710px; }
      @media (max-width: 1023px) {
        .article-page article p, .article-page article ul, .article-page article ol, .article-region article p, .article-region article ul, .article-region article ol {
          font: 500 18px/27px wfutura, Helvetica, Arial, sans-serif; } }
    .article-page article ul, .article-region article ul {
      list-style: disc outside;
      margin-left: 2em; }
    .article-page article ol, .article-region article ol {
      list-style: decimal outside;
      margin-left: 1.5em; }
    .article-page article p + ul, .article-page article p + ol, .article-region article p + ul, .article-region article p + ol {
      margin-top: -40px; }
    .article-page article b, .article-page article strong, .article-region article b, .article-region article strong {
      font-weight: 600; }
    .article-page article .video, .article-region article .video {
      background: #000;
      width: 100%;
      aspect-ratio: 16/9; }
    .article-page article blockquote, .article-region article blockquote {
      background: #FADF61;
      font: 500 40px/48px wfutura, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 40px 64px;
      margin-left: -64px;
      margin-right: -64px;
      margin-bottom: 40px; }
      @media (max-width: 1023px) {
        .article-page article blockquote, .article-region article blockquote {
          font: 500 32px/38.4px wfutura, Helvetica, Arial, sans-serif;
          margin-left: -24px;
          margin-right: -24px;
          padding: 24px; } }
    .article-page article blockquote > p, .article-region article blockquote > p {
      font: 500 40px/48px wfutura, Helvetica, Arial, sans-serif;
      margin: 0; }
  .article-page .columns, .article-region .columns {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 50% 50%; }
    .article-page .columns div, .article-region .columns div {
      font: 500 18px/28px wfutura, Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .article-page .columns, .article-region .columns {
        grid-template-columns: 100%; } }
  .article-page a, .article-region a {
    color: #0da9ff; }
  .article-page .page-heading, .article-region .page-heading {
    color: #000;
    text-align: left;
    padding: 0;
    max-width: none; }
  .article-page img, .article-region img {
    max-width: 100%; }

.medium-zoom-overlay {
  z-index: 1000; }

.medium-zoom-image--opened {
  z-index: 1001; }

.article-region {
  margin-top: 0;
  background: inherit;
  display: flex;
  padding: 0;
  min-height: 300px;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1023px) {
    .article-region {
      padding: 0;
      margin: 0;
      min-height: none;
      align-items: flex-start; } }
  .article-region article {
    margin: 0 auto;
    background: transparent;
    color: #fff;
    padding-top: 0px;
    text-align: center; }
    .article-region article p {
      margin: 0 auto 1em; }
      .article-region article p:last-child {
        margin-bottom: 0; }
    .article-region article a {
      opacity: .85; }

.general-button {
  appearance: none;
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font: 600 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
  padding: 10px 40px 8px;
  text-transform: uppercase; }
  .general-button.inverted {
    color: #000;
    background-color: #fff; }

.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px 12px 7px 8px;
  border: solid 1px #a4a4a4;
  border-radius: 16px;
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  font-weight: 600;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer; }
  .checkbox:before {
    content: '';
    margin-right: 8px;
    margin-left: -3px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/icon-cb-off.png) no-repeat;
    background-size: 24px 24px;
    position: relative;
    top: -1px; }
  .checkbox.checked {
    background: #000;
    border-color: #000;
    color: #fff; }
    .checkbox.checked:before {
      display: block;
      width: 24px;
      height: 24px;
      background: url(/img/icon-cb-on.png) no-repeat;
      background-size: 24px 24px; }

.collection > h1 {
  color: #fff;
  font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
  margin: 32px auto 32px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 1023px) {
    .collection > h1 {
      font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif; } }

.collection .summary .inner {
  padding-top: 0;
  padding-bottom: 56px; }

.collection-header {
  background: #1d1d1d;
  width: 100vw;
  height: 28vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1023px) {
    .collection-header {
      width: 100vw;
      height: calc(100vw * 0.38647343 + 64px); } }
  .collection-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 40%;
    z-index: 0; }
  .collection-header:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.83%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute; }
  .collection-header .lockup {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    .collection-header .lockup h2 {
      font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 12px; }
      @media (max-width: 1023px) {
        .collection-header .lockup h2 {
          display: none; } }
    .collection-header .lockup h1 {
      font: 600 80px/80px wfutura, Helvetica, Arial, sans-serif; }
      @media (max-width: 1023px) {
        .collection-header .lockup h1 {
          font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif; } }

.fav, button.fav, .summary button.fav {
  appearance: none;
  background: transparent;
  border: none;
  width: 64px;
  height: 64px;
  background-size: 40px 40px;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: transform .3s ease-out;
  padding: 10px;
  margin-top: -3px; }

.favourites-page > h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .favourites-page > h1:before {
    content: '';
    display: block;
    background: url(/img/icon-heart-big.svg) no-repeat;
    background-size: 46px 41px;
    width: 46px;
    height: 41px;
    margin-right: 22px; }

.favourites-page p.info {
  font: 600 20px/24px wfutura, Helvetica, Arial, sans-serif;
  color: #FADF61;
  text-align: center;
  max-width: 570px;
  margin: 0 auto 40px; }

.form {
  font-family: wfutura, Helvetica, Arial, sans-serif; }
  .form h4 {
    margin: 16px; }
    @media (min-width: 1024px) {
      .form h4 {
        margin: 24px 32px; } }
  .form section, .form p {
    margin: 0 0 24px; }
    @media (min-width: 1024px) {
      .form section, .form p {
        margin: 0 0 24px; }
        .form section:last-child, .form p:last-child {
          margin-bottom: 32px; } }
    .form section.password-field .wrapper, .form p.password-field .wrapper {
      position: relative;
      display: inline;
      height: 42px; }
    .form section.password-field .eye, .form p.password-field .eye {
      position: absolute;
      width: 24px;
      height: 24px;
      top: -2px;
      right: 16px;
      background: transparent url(/img/icon-eye-off.svg);
      background-size: contain;
      opacity: .85;
      cursor: pointer; }
    .form section.password-field.password-visible .eye, .form p.password-field.password-visible .eye {
      background-image: url(/img/icon-eye-on.svg); }
  .form p {
    font-size: 16px;
    line-height: 24px; }
  .form p.secondary {
    opacity: 0.5;
    color: #222; }
  .form p.error {
    color: #F56C6D; }
  .form p > a {
    color: #000;
    text-decoration: underline;
    cursor: pointer; }
  .form .checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -16px; }
    @media (min-width: 1024px) {
      .form .checkboxes {
        margin-bottom: 0; } }
    .form .checkboxes .checkbox {
      margin-right: 16px;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .form .checkboxes .checkbox {
          margin-bottom: 0; } }
  .form section > label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .form input:not([type=checkbox]), .form select {
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px;
    border: solid 1px #a4a4a4;
    width: 100%;
    max-width: 400px;
    appearance: none;
    position: relative;
    font-weight: 500;
    font-family: wfutura, Helvetica, Arial, sans-serif; }
    .form input:not([type=checkbox])::placeholder, .form select::placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .form input[type=checkbox] {
    margin-right: 12px; }
  .form .checkbox-wrapper {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 18px;
    max-width: 402px; }
  .form .select-wrapper {
    display: block;
    position: relative;
    max-width: 400px; }
    .form .select-wrapper:after {
      position: absolute;
      content: '';
      top: 17px;
      right: 17px;
      display: block;
      width: 24px;
      height: 24px;
      background: url(/img/icon-dd-alt.svg) no-repeat;
      background-size: 24px 24px;
      top: 10px;
      right: 10px; }
  .form .buttons {
    display: flex;
    flex-direction: row; }
    @media (min-width: 1024px) {
      .form .buttons {
        padding-top: 8px; } }
    .form .buttons a {
      margin-right: 16px; }
      .form .buttons a:last-child {
        margin-right: 0; }
  .form small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: -16px;
    margin-bottom: 16px;
    opacity: 0.5;
    color: #222; }

.grid {
  display: flex;
  justify-content: center;
  margin-bottom: 32px; }
  .grid .inner {
    margin: 0 auto;
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 230px); }
  .grid .thumbnail {
    cursor: pointer; }
  @media (min-width: 360px) and (max-width: 374px) {
    .grid .inner {
      grid-template-columns: repeat(2, 144px);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
    .grid .thumbnail {
      zoom: 0.6260869565; } }
  @media (min-width: 375px) and (max-width: 389px) {
    .grid .inner {
      grid-template-columns: repeat(2, 165px);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
    .grid .thumbnail {
      zoom: 0.7173913043; } }
  @media (min-width: 390px) and (max-width: 413px) {
    .grid .inner {
      grid-template-columns: repeat(2, 165px);
      grid-column-gap: 24px;
      grid-row-gap: 24px; }
    .grid .thumbnail {
      zoom: 0.7173913043; } }
  @media (min-width: 414px) and (max-width: 768px) {
    .grid .inner {
      grid-template-columns: repeat(2, 171px);
      grid-column-gap: 24px;
      grid-row-gap: 24px; }
    .grid .thumbnail {
      zoom: 0.7434782609; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .grid .inner {
      grid-template-columns: repeat(4, 165px);
      grid-column-gap: 24px;
      grid-row-gap: 24px; }
    .grid .thumbnail {
      zoom: 0.7173913043; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .grid .inner {
      grid-template-columns: repeat(4, 216px); }
    .grid .thumbnail {
      zoom: 0.9391304348; } }
  @media (min-width: 1280px) {
    .grid .inner {
      grid-template-columns: repeat(4, 230px); } }
  .grid:nth-last-of-type(2) {
    margin-bottom: 0; }

h2.grid-heading {
  color: #fff;
  font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
  margin: 0 auto 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.letter-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  .letter-preview .mobile {
    display: none; }
  .letter-preview .lockup-wrapper, .letter-preview .letter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto; }
  .letter-preview .text-wrapper {
    position: fixed;
    left: calc(50vw - 471px + 573px);
    top: calc(50vh - 394px + 48px); }
  .letter-preview svg path:first-child {
    fill: white; }
  .letter-preview.dark svg path:first-child {
    stroke: #000;
    fill: #ff3348;
    transition: stroke .3s ease-out; }
  .letter-preview.dark .fav.on svg path:first-child {
    stroke: transparent;
    fill: #ff3348; }
  .letter-preview .letter-wrapper {
    padding: 0;
    overflow: auto; }
  .letter-preview .lockup, .letter-preview .letter {
    width: 941px;
    height: 788px;
    position: relative; }
  .letter-preview .lockup {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 48px 24px; }
  .letter-preview .letter {
    padding: 24px; }
  .letter-preview .info {
    width: 340px; }
    .letter-preview .info h1, .letter-preview .info h2, .letter-preview .info h3 {
      text-transform: uppercase;
      margin-bottom: 8px; }
    .letter-preview .info h1 {
      font: 700 48px/48px wfutura, Helvetica, Arial, sans-serif; }
    .letter-preview .info h2 {
      font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif; }
    .letter-preview .info h3 {
      font: 500 16px/16px wfutura, Helvetica, Arial, sans-serif; }
  .letter-preview .cols {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -8px; }
    .letter-preview .cols > :first-child {
      flex: 1; }
      .letter-preview .cols > :first-child > :last-child {
        margin-bottom: 0px; }
  .letter-preview img {
    width: 100%;
    max-width: 525px;
    margin-top: -48px;
    margin-bottom: calc(50vh - 394px - 24px);
    filter: drop-shadow(0px 51px 80px rgba(0, 0, 0, 0.12)) drop-shadow(0px 15.375px 24.1177px rgba(0, 0, 0, 0.0781907)) drop-shadow(0px 6.38599px 10.0172px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.30969px 3.62304px rgba(0, 0, 0, 0.0418093)); }
  .letter-preview .close {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: #000;
    cursor: pointer;
    position: fixed;
    left: calc(50vw + 471px - 32px);
    top: calc(50vh - 394px - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000; }
    .letter-preview .close:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url(../img/icon-x.png) no-repeat;
      background-size: cover; }
  @media (max-width: 1023px) {
    .letter-preview {
      justify-content: flex-start;
      flex-direction: column; }
      .letter-preview .mobile {
        display: block; }
      .letter-preview .desktop {
        display: none; }
      .letter-preview .lockup {
        width: 100%;
        height: auto;
        padding: 24px 24px 88px;
        align-items: flex-start; }
      .letter-preview .lockup-wrapper {
        justify-content: flex-start;
        flex-direction: column;
        overflow: auto; }
      .letter-preview .letter-wrapper, .letter-preview .text-wrapper {
        display: none; }
      .letter-preview .info {
        max-width: none;
        width: 100%; }
        .letter-preview .info h1 {
          font-size: 32px;
          line-height: 32px; }
      .letter-preview img {
        margin-top: 0;
        width: calc(100vw - 48px);
        margin: -64px 24px 82px; }
      .letter-preview .close {
        position: fixed;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        top: calc(100% - 56px - 32px);
        left: 50vw;
        margin-left: -28px; }
        .letter-preview .close:after {
          width: 15px;
          height: 15px;
          background: url(../img/icon-x-mobile.png) no-repeat;
          background-size: 15px 15px; } }

.library-filter {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase; }
  .library-filter > * {
    margin-right: 16px; }
    .library-filter > *:last-child {
      margin-right: 0; }
  .library-filter .select-wrapper {
    position: relative; }
    .library-filter .select-wrapper:after {
      content: '';
      background: 'green';
      position: absolute;
      top: 9px;
      right: 12px;
      background: url(/img/icon-dd.svg) no-repeat;
      background-size: 16px 16px;
      width: 16px;
      height: 16px; }
  .library-filter select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif;
    padding: 10px 32px 8px 16px;
    border-radius: 16px;
    text-transform: uppercase;
    width: 175px; }
  .library-filter option {
    text-transform: none; }
  .library-filter p, .library-filter a {
    padding-top: 2px; }
  .library-filter a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer; }
  @media (max-width: 600px) {
    .library-filter {
      flex-direction: column;
      height: auto; }
      .library-filter > * {
        margin-bottom: 16px; } }

.livestream .video-ui {
  background: #F2F2F2;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .livestream .video-ui {
      display: grid;
      grid-template-columns: 1fr calc(max(300px, min(420px, 25vw)));
      grid-template-rows: 1fr 180px;
      height: calc(100vh - 80px);
      padding-top: 16px; }
      .livestream .video-ui.no-chat {
        grid-template-columns: 1fr; } }
  .livestream .video-ui .input p {
    padding: 18.4px 16px;
    font: 500 16px/22.4px wfutura, Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.65); }
    .livestream .video-ui .input p a {
      cursor: pointer;
      text-decoration: underline; }
      .livestream .video-ui .input p a:hover {
        text-decoration: underline; }
  .livestream .video-ui input, .livestream .video-ui textarea {
    min-height: 56px;
    padding: 18.4px 16px;
    font: 500 16px/19.2px wfutura, Helvetica, Arial, sans-serif;
    border: none;
    width: 100%;
    margin-bottom: 16px; }
  .livestream .video-ui .video-js.vjs-1-1, .livestream .video-ui .video-js.vjs-16-9, .livestream .video-ui .video-js.vjs-4-3, .livestream .video-ui .video-js.vjs-9-16, .livestream .video-ui .video-js.vjs-fluid {
    height: 100%;
    padding-top: 0; }

.livestream .video-player {
  width: 100vw;
  height: calc(100vh - 260px);
  background: #fff; }
  @media (max-width: 1023px) and (orientation: landscape) {
    .livestream .video-player {
      height: 100vh; } }
  @media (min-width: 1024px) {
    .livestream .video-player {
      display: block;
      margin: 0 16px 24px;
      width: auto;
      height: auto;
      max-height: calc(100vh - 300px);
      grid-row: 1;
      grid-column: 1; } }
  .livestream .video-player > div, .livestream .video-player > div iframe, .livestream .video-player iframe {
    width: 100%;
    height: 100%; }
  .livestream .video-player .message {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font: 600 18px/25.2px wfutura, Helvetica, Arial, sans-serif;
    padding: 24px 24px;
    text-align: center; }

.livestream .video-title {
  font-family: wfutura, Helvetica, Arial, sans-serif;
  padding: 16px; }
  @media (min-width: 1024px) {
    .livestream .video-title {
      grid-row: 2;
      grid-column: 1;
      display: flex;
      flex-direction: row;
      padding: 0 20px 16px; }
      .livestream .video-title > div {
        border-left: 1px solid black;
        padding-left: 20px;
        max-height: 180px; }
        .livestream .video-title > div.no-line {
          border-left: none; }
      .livestream .video-title > div:first-child {
        min-width: 60%; }
      .livestream .video-title > :last-child {
        min-width: 40%;
        padding-right: 36px; } }
  .livestream .video-title h1 {
    font: 500 16px/19.2px wfutura, Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: none; }
    @media (min-width: 1024px) {
      .livestream .video-title h1 {
        display: block;
        margin-top: 4px; } }
  .livestream .video-title h2 {
    font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px; }
    @media (min-width: 1024px) {
      .livestream .video-title h2 {
        font: 600 28px/28px wfutura, Helvetica, Arial, sans-serif;
        margin-bottom: 8px;
        max-width: 523px; }
        .livestream .video-title h2.small {
          font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif; } }
  .livestream .video-title h3 {
    font: 600 14px/16.8px wfutura, Helvetica, Arial, sans-serif; }
    @media (min-width: 1024px) {
      .livestream .video-title h3 {
        font: 600 20px/24px wfutura, Helvetica, Arial, sans-serif; } }
  .livestream .video-title .up-next {
    display: none; }
    @media (min-width: 1024px) {
      .livestream .video-title .up-next {
        display: block; } }
  .livestream .video-title .logos {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    gap: 24px;
    max-width: 368px; }
    .livestream .video-title .logos img {
      flex-grow: 0;
      width: 100%;
      height: auto; }
    .livestream .video-title .logos a:nth-child(1) {
      aspect-ratio: 78/94; }
    .livestream .video-title .logos a:nth-child(2) {
      aspect-ratio: 238/94; }
    .livestream .video-title .logos a:nth-child(3) {
      aspect-ratio: 140/94; }
    .livestream .video-title .logos a:nth-child(4) {
      aspect-ratio: 112/112; }

@keyframes newmessage {
  from {
    opacity: 0.5;
    transform: scale(0.95) rotateX(40deg);
    filter: brightness(0.98); }
  to {
    transform: scale(1); } }

.livestream .chat {
  grid-column: 2;
  grid-row: 1/3;
  height: 100%;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.06)) drop-shadow(0px 30.1471px 24.1177px rgba(0, 0, 0, 0.0656)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.065)) drop-shadow(0px 4.5288px 3.62304px rgba(0, 0, 0, 0.0744));
  padding: 16px; }
  @media (min-width: 1024px) {
    .livestream .chat {
      display: flex;
      flex-direction: column;
      padding: 0;
      padding-right: 16px; }
      .livestream .chat .messages {
        flex: 1;
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
  .livestream .chat .message {
    background: #fff;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.4);
    padding: 16px;
    font: 500 16px/19.2px wfutura, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: row; }
    .livestream .chat .message.new {
      animation: newmessage .2s ease-out; }
    .livestream .chat .message .icon {
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      border-radius: 24px;
      background: rgba(0, 0, 0, 0.25);
      margin-right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif;
      color: #fff; }
      .livestream .chat .message .icon.team-0 {
        background-color: #ffcdb6; }
      .livestream .chat .message .icon.team-1 {
        background-color: #97c891; }
      .livestream .chat .message .icon.team-2 {
        background-color: #e8d388; }
    .livestream .chat .message .body {
      display: flex;
      flex-direction: column; }
    .livestream .chat .message h1 {
      font: 600 12px/14.4px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 8px; }
  .livestream .chat .buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 16px; }
    .livestream .chat .buttons .button {
      appearance: none;
      background: #000;
      border: none;
      color: #fff;
      cursor: pointer;
      display: inline-flex;
      height: 48px;
      padding: 0 16px;
      flex-direction: row;
      font: 600 16px/19.2px wfutura,Helvetica,Arial,sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      align-items: center; }
      .livestream .chat .buttons .button.alt {
        color: #000;
        background: #fff;
        border: 2px solid #000; }
      .livestream .chat .buttons .button:disabled {
        background: #d2d2d2;
        color: #969696;
        cursor: not-allowed; }
        .livestream .chat .buttons .button:disabled:after {
          filter: brightness(0.582); }
    .livestream .chat .buttons .button {
      height: 32px;
      font-size: 14px;
      line-height: 16.8px; }
      .livestream .chat .buttons .button:last-child {
        margin-right: 16px; }

.livestream .video-ui .prompt {
  background: #FFDC48;
  color: #000;
  padding: 16px;
  font: 600 20px/22.8px wfutura, Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  animation: newmessage .2s ease-out; }
  .livestream .video-ui .prompt.hide {
    animation-direction: reverse; }
  .livestream .video-ui .prompt h1 {
    font-size: 12px;
    line-height: 14.4px;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .livestream .video-ui .prompt > .inner {
    position: relative;
    width: 100%; }
  .livestream .video-ui .prompt .options, .livestream .video-ui .prompt .results {
    font: 600 16px/19.2px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 24px;
    width: 100%; }
  .livestream .video-ui .prompt .options {
    margin-bottom: 16px;
    transition: all .3s ease-in-out .1s; }
    .livestream .video-ui .prompt .options > div {
      cursor: pointer;
      margin-bottom: 24px;
      padding-left: 32px;
      position: relative; }
      .livestream .video-ui .prompt .options > div:last-child {
        margin-bottom: 0; }
      .livestream .video-ui .prompt .options > div:before {
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 14px;
        height: 14px;
        border: 2px solid rgba(255, 255, 255, 0.8);
        border-radius: 6.5px; }
      .livestream .video-ui .prompt .options > div:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 14px;
        height: 14px;
        border-radius: 6.5px;
        background: #000;
        transform-origin: 50% 50%;
        transform: scale(0);
        transition: transform .2s ease-out; }
      .livestream .video-ui .prompt .options > div.selected:after {
        transform: scale(1); }
  .livestream .video-ui .prompt .results {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out .3s;
    transform: scale(0.95); }
    .livestream .video-ui .prompt .results > div {
      margin-bottom: 14px; }
      .livestream .video-ui .prompt .results > div:last-child {
        margin-bottom: 0; }
    .livestream .video-ui .prompt .results .text {
      display: flex;
      flex-direction: row;
      margin-bottom: 2px; }
      .livestream .video-ui .prompt .results .text span {
        display: block; }
      .livestream .video-ui .prompt .results .text :first-child {
        flex: 1; }
      .livestream .video-ui .prompt .results .text :nth-child(2) {
        padding-right: 2px;
        padding-left: 16px; }
    .livestream .video-ui .prompt .results .pb {
      position: relative;
      width: 100%;
      height: 8px;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.2); }
      .livestream .video-ui .prompt .results .pb .bar {
        position: absolute;
        left: 0;
        top: 0;
        height: 8px;
        border-radius: 4px;
        background: #000;
        transition: width .2s ease-out; }
  .livestream .video-ui .prompt.completed .options {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.05); }
  .livestream .video-ui .prompt.completed .results {
    opacity: 1;
    pointer-events: all;
    transform: scale(1); }

.livestream .video-js .vjs-picture-in-picture-control {
  display: none; }

.livestream .flowplayer {
  width: auto !important;
  background: #000 !important; }

.livestream .fp-timeline {
  visibility: hidden; }

.livestream .fp-elapsed {
  display: none; }

.livestream .use-controlbar-background .fp-controls {
  background-color: black; }

.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200000; }

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 200000;
  overflow: auto;
  opacity: 1;
  transform: scale(1);
  transition: all .15s ease-out; }
  .mobile-nav.hidden {
    visibility: hidden;
    pointer-events: none;
    opacity: 0; }
  .mobile-nav header {
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px; }
  .mobile-nav .logo {
    background: url(/img/mn-logo.svg) no-repeat;
    background-size: 156px 16px;
    width: 156px;
    height: 16px;
    flex: 1; }
  .mobile-nav .close {
    background: url(/img/mn-close.png) no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    width: 24px;
    height: 24px; }
  .mobile-nav hr {
    appearance: none;
    margin: 0 24px 8px;
    padding: 0;
    height: 0px;
    border: solid 1px #404040; }
  .mobile-nav nav a {
    display: flex;
    flex-direction: row;
    font: 600 16px wfutura, Helvetica, Arial, sans-serif;
    align-items: center;
    height: 56px;
    color: #fff;
    text-decoration: none;
    padding: 0 24px;
    text-transform: uppercase; }
  .mobile-nav nav.primary a:before, .mobile-nav nav.secondary a:before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-right: 16px; }
  .mobile-nav nav.primary a.home:before, .mobile-nav nav.secondary a.home:before {
    background-image: url(/img/mn-home.png); }
  .mobile-nav nav.primary a.library:before, .mobile-nav nav.secondary a.library:before {
    background-image: url(/img/mn-library.png); }
  .mobile-nav nav.primary a.about:before, .mobile-nav nav.secondary a.about:before {
    background-image: url(/img/mn-about.png); }
  .mobile-nav nav.primary a.vexp:before, .mobile-nav nav.secondary a.vexp:before {
    background-image: url(/img/mn-book.png); }
  .mobile-nav nav.primary a.teachers-day:before, .mobile-nav nav.secondary a.teachers-day:before {
    background-image: url(/img/mn-star.png); }
  .mobile-nav nav.primary a.child-safety:before, .mobile-nav nav.secondary a.child-safety:before {
    background-image: url(/img/mn-star.png); }
  .mobile-nav nav.primary a.favourites:before, .mobile-nav nav.secondary a.favourites:before {
    background-image: url(/img/mn-favourites.png); }
  .mobile-nav nav.primary a.profile:before, .mobile-nav nav.secondary a.profile:before {
    background-image: url(/img/mn-profile.png); }
  .mobile-nav nav.primary a.login:before, .mobile-nav nav.secondary a.login:before {
    background-image: url(/img/mn-login.png); }
  .mobile-nav nav.primary a.logout:before, .mobile-nav nav.secondary a.logout:before {
    background-image: url(/img/mn-logout.png); }
  .mobile-nav nav.primary a.register:before, .mobile-nav nav.secondary a.register:before {
    background-image: url(/img/mn-register.png); }
  .mobile-nav nav.primary a {
    font-size: 20px; }
  .mobile-nav nav.tertiary a {
    text-transform: none; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 80000;
  padding: 8px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity .1s ease-in-out,  transform .1s ease-in-out;
  font-family: wfutura, Helvetica, Arial, sans-serif !important; }
  .modal.hidden {
    pointer-events: none;
    opacity: 0;
    transform: scale3d(1.01, 1.01, 1.01); }
  @media (min-width: 1024px) {
    .modal {
      overflow: hidden;
      align-items: center;
      padding: 0; } }
  .modal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.66);
    z-index: 0; }
  .modal .box {
    background: #FADF61;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.0243888), 0px 30.1471px 24.1177px rgba(0, 0, 0, 0.035), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0456112), 0px 4.5288px 3.62304px rgba(0, 0, 0, 0.07);
    flex: 1;
    position: relative;
    z-index: 100; }
    @media (min-width: 1024px) {
      .modal .box {
        background: #FADF61;
        background-size: 242px 599px;
        background-position: right top;
        max-width: 758px; } }
    .modal .box .inner {
      padding: 16px;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .modal .box .inner {
          padding: 40px 32px 32px; } }
    .modal .box h1.mobile {
      background-color: #FADF61;
      height: 60px;
      line-height: 60px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      line-height: 60px;
      border-radius: 8px 8px 0 0;
      padding: 0 16px;
      display: none; }
      @media (min-width: 1024px) {
        .modal .box h1.mobile {
          display: none; } }
    .modal .box h1.desktop {
      font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 8px;
      display: none;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .modal .box h1.desktop {
          display: block; } }
    .modal .box h2 {
      color: #000;
      font-size: 16px;
      line-height: 28px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .modal .box h2 {
          font-size: 32px;
          line-height: 32px;
          margin-bottom: 32px; } }
  .modal .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/img/icon-close-black.svg) no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px 32px; }
    @media (min-width: 1024px) {
      .modal .close {
        top: 32px;
        right: 32px; } }
    @media (max-width: 1023px) {
      .modal .close {
        background-image: url(/img/mn-close.png);
        filter: invert(100%);
        right: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        background-size: 24px 24px; } }
    .modal .close:after {
      position: absolute;
      content: '';
      top: 19px;
      right: 19px; }
      @media (min-width: 1024px) {
        .modal .close:after {
          top: 24px;
          right: 24px; } }
  @media (min-width: 1024px) {
    .modal .form p, .modal .form form, .modal .form .checkboxes, .modal .form small {
      max-width: 453px; }
    .modal .form small {
      max-width: 360px; }
    .modal .form .checkboxes {
      margin-bottom: -16px; }
    .modal .form .checkboxes .checkbox {
      margin-bottom: 16px; } }
  .modal .button {
    background: #000;
    color: #fff;
    cursor: pointer;
    height: 32px;
    font: 600 15px/16px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 9px 24px 7px;
    position: relative;
    display: flex; }
    .modal .button.inverted {
      background: #fff;
      color: #000; }
    .modal .button.disabled {
      background: #a0a0a0;
      color: #c0c0c0;
      cursor: not-allowed; }
    .modal .button.disabled.icon:after {
      opacity: 0.5; }
    .modal .button.icon:not(.right):before, .modal .button.icon.right:after {
      content: '';
      display: block;
      margin-right: 4px;
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      position: relative; }
    .modal .button.i-download:before, .modal .button.i-download:after {
      background-image: url(/img/icon-download.svg); }
    .modal .button.i-open:before, .modal .button.i-open:after {
      background-image: url(/img/icon-open.svg); }
    .modal .button.i-login:before, .modal .button.i-login:after {
      background-image: url(/img/icon-login.png);
      filter: invert(0) !important; }
    .modal .button.i-back:before, .modal .button.i-back:after {
      background-image: url(/img/icon-back.svg); }
    .modal .button.i-play:before, .modal .button.i-play:after {
      background-image: url(/img/icon-play.svg); }
    .modal .button.i-preview:before, .modal .button.i-preview:after {
      background-image: url(/img/icon-preview.svg); }
    .modal .button.i-copy:before, .modal .button.i-copy:after {
      background-image: url(/img/icon-copy.png);
      filter: invert(0%) !important; }
    .modal .button.i-sms:before, .modal .button.i-sms:after {
      background-image: url(/img/icon-sms.png);
      filter: invert(0%) !important; }
    .modal .button.icon.right:after {
      margin-left: 4px;
      margin-right: 0;
      filter: invert(100%); }
    .modal .button.right {
      padding-right: 16px; }
    .modal .button.left {
      padding-left: 16px; }
  .modal .select-wrapper {
    position: relative; }
    .modal .select-wrapper:after {
      content: '';
      position: absolute;
      top: 14px;
      right: 16px;
      background: url(/img/icon-dd.svg) no-repeat;
      background-size: 16px 16px;
      width: 16px;
      height: 16px; }

.nominate-form > .inner {
  flex-direction: column;
  background: #ffdc48;
  padding: 40px;
  max-width: 640px;
  margin: 32px auto; }
  @media (max-width: 639px) {
    .nominate-form > .inner {
      margin: 24px auto;
      padding: 24px;
      max-width: calc(100% - 32px); } }
  @media (max-width: 474px) {
    .nominate-form > .inner {
      padding: 24px 16px; } }

.nominate-form .profile-card {
  margin-bottom: 40px; }
  .nominate-form .profile-card.hidden {
    display: none; }

.nominate-form h4 {
  font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px; }

.nominate-form section {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }
  .nominate-form section label {
    font: 600 14px/14px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .nominate-form section.hidden {
    display: none; }

.nominate-form input, .nominate-form select, .nominate-form textarea {
  font: 500 16px/24px wfutura, Helvetica, Arial, sans-serif;
  padding: 9px 16px 7px; }

.nominate-form .select-wrapper {
  position: relative; }
  .nominate-form .select-wrapper:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 16px;
    background: url(/img/icon-dd.svg) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px; }

.nominate-form select {
  appearance: none;
  width: 100%; }

.nominate-form input:last-child, .nominate-form select:last-child {
  margin-bottom: 0; }

.nominate-form p {
  font: 500 16px/19.2px wfutura, Helvetica, Arial, sans-serif;
  margin-bottom: 24px; }

.nominate-form .checkboxes {
  font-family: wfutura, Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px; }
  .nominate-form .checkboxes .checkbox {
    margin-bottom: 16px;
    margin-right: 16px; }

.nominate-form .button {
  background: #000;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  font: 600 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
  padding: 10px 40px 8px;
  text-transform: uppercase;
  max-width: 250px;
  justify-content: center; }
  .nominate-form .button.icon:not(.right):before, .nominate-form .button.icon.right:after {
    content: '';
    display: block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
    margin-left: 8px;
    filter: invert(100%); }
  .nominate-form .button.disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.nominate-form .dropzone {
  border: dotted 1px #000;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 130px; }
  .nominate-form .dropzone p {
    margin-top: 24px;
    text-align: center; }

.nominate-form .dropzone-info {
  margin-bottom: 0; }

.nominate-form p small {
  display: block;
  font-size: 13px;
  opacity: .6;
  margin-top: 8px; }

.nominate-form p small.errors {
  display: inline-block;
  opacity: 1;
  background: #ff3348;
  color: #fff;
  padding: 16px;
  border-radius: 16px; }

.nominate-form .cta-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px; }
  .nominate-form .cta-buttons .button {
    text-decoration: none;
    max-width: none; }

.nominate-form .uploading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.nominate-form a.cancel {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer; }
  .nominate-form a.cancel:hover {
    text-decoration-style: solid; }

.nominate-form .consent {
  display: flex;
  flex-direction: row; }
  .nominate-form .consent input {
    width: 20px;
    height: 20px;
    margin-right: 12px; }
  .nominate-form .consent p {
    margin-bottom: 0; }

.nominate-form a {
  color: #000; }

.page-heading {
  color: #fff;
  font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
  padding: 0 32px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .page-heading {
      font: 600 48px/48px wfutura, Helvetica, Arial, sans-serif; } }

.preview {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000; }
  .preview .overlay {
    cursor: pointer;
    position: absolute;
    background: rgba(0, 0, 0, 0.66);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: background-color .2s ease-out; }
  .preview.hidden {
    pointer-events: none; }
    .preview.hidden .overlay {
      background: rgba(0, 0, 0, 0); }
    .preview.hidden .image {
      opacity: 0; }
    .preview.hidden .close {
      opacity: 0; }
  .preview .close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    background-image: url(/img/icon-close.svg);
    background-size: 32px 32px;
    transition: opacity .3s ease-out; }
  .preview .image {
    width: 80vw;
    height: 80vh;
    margin: 10vh 10vw;
    position: relative;
    transition: opacity .3s ease-out; }
    .preview .image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .preview .arrow {
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 32px;
    transition: transform .3s ease-out; }
    .preview .arrow.left {
      background-image: url(/img/icon-prev.svg); }
    .preview .arrow.right {
      background-image: url(/img/icon-next.svg);
      left: auto;
      right: 32px; }
  .preview.hidden .arrow.left {
    transform: translateX(-128px); }
  .preview.hidden .arrow.right {
    transform: translateX(128px); }
  @media (max-width: 1023px) {
    .preview .summary {
      top: 0;
      width: 100vw;
      height: 100vh; }
    .preview.hidden .summary {
      transform: translate3d(0, 100vh, 0); } }

.profile-page {
  background: #f5f5f5; }
  .profile-page .page-heading {
    color: #000; }
  .profile-page > .inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px 56px; }
  .profile-page .profile-card {
    margin-bottom: 40px; }
    .profile-page .profile-card.hidden {
      display: none; }
  .profile-page h4 {
    font: 700 24px/24px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .profile-page section {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px; }
    .profile-page section label {
      font: 600 14px/14px wfutura, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .profile-page section.hidden {
      display: none; }
  .profile-page input, .profile-page select {
    font: 500 16px/24px wfutura, Helvetica, Arial, sans-serif;
    padding: 9px 16px 7px; }
  .profile-page .select-wrapper {
    position: relative; }
    .profile-page .select-wrapper:after {
      content: '';
      position: absolute;
      top: 14px;
      right: 16px;
      background: url(/img/icon-dd.svg) no-repeat;
      background-size: 16px 16px;
      width: 16px;
      height: 16px; }
  .profile-page select {
    appearance: none;
    width: 100%; }
  .profile-page input:last-child, .profile-page select:last-child {
    margin-bottom: 0; }
  .profile-page p {
    font: 500 16px/19.2px wfutura, Helvetica, Arial, sans-serif;
    margin-bottom: 24px; }
  .profile-page .checkboxes {
    font-family: wfutura, Helvetica, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px; }
    .profile-page .checkboxes .checkbox {
      margin-bottom: 16px;
      margin-right: 16px; }
  .profile-page .button {
    background: #000;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font: 600 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
    padding: 10px 40px 8px;
    text-transform: uppercase;
    max-width: 250px;
    justify-content: center; }
    .profile-page .button.icon:not(.right):before, .profile-page .button.icon.right:after {
      content: '';
      display: block;
      margin-right: 8px;
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      position: relative;
      top: -1px;
      margin-left: 8px;
      filter: invert(100%); }
    .profile-page .button.disabled {
      cursor: not-allowed;
      opacity: 0.5; }

.register-cta {
  width: 100%;
  font: 66px wfutura, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #ff003e;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer !important;
  z-index: 20000; }
  @media (max-width: 1023px) {
    .register-cta {
      font-size: 50px; } }
  @media (max-width: 474px) {
    .register-cta {
      font-size: 32px;
      padding: 16px; } }

.register-cta-spacer {
  width: 100%;
  font: 66px wfutura, Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 20px;
  opacity: 0; }
  @media (max-width: 1023px) {
    .register-cta-spacer {
      font-size: 50px; } }
  @media (max-width: 474px) {
    .register-cta-spacer {
      font-size: 32px;
      padding: 16px; } }

.search-bar {
  left: 0;
  top: 100%;
  width: 100vw;
  height: 80px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.26%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 10.47%), #1D1D1D;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: height .2s ease-out; }
  .search-bar .wrapper {
    transition: all .2s ease-out .15s; }
  .search-bar.hidden {
    height: 0;
    pointer-events: none;
    transition: height .3s ease-in-out; }
    .search-bar.hidden .wrapper {
      opacity: 0;
      transform: scale(0.9);
      transition: all .2s ease-out; }
  @media (min-width: 1024px) {
    .search-bar {
      height: 144px; } }
  .search-bar .wrapper {
    position: relative;
    margin: 0 16px;
    width: 100%;
    max-width: 554px; }
  .search-bar input {
    background: transparent;
    color: #fff;
    font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif;
    padding: 15px 52px;
    border: solid 3px #7f00ff;
    border-radius: 32px;
    outline: none;
    width: 100%; }
  .search-bar .wrapper:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/img/sr-search.png);
    background-size: 24px 24px;
    left: 20px;
    top: 20px; }
  .search-bar .clear {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/img/sr-close.png);
    background-size: 24px 24px;
    right: 20px;
    top: 20px; }

.search-results {
  position: fixed;
  top: 216px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50000;
  background: #2d2d2d;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 1023px) {
    .search-results {
      top: 144px; } }

.share-field h3 {
  font: 600 14px/16px wfutura, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px; }

.share-field .fields {
  display: flex;
  flex-direction: row;
  height: 32px;
  margin-bottom: 24px; }

.share-field input {
  margin-right: 16px; }

.share-field .button:after {
  margin-left: 8px !important; }

.site-header {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000; }
  .site-header.with-search {
    z-index: 5000; }
  .site-header .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    height: 64px; }
  .site-header .logo {
    background: url(/img/logo-woolworths.svg);
    background-size: 156px 16px;
    width: 156px;
    height: 16px; }
  .site-header a {
    color: #000;
    font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 32px;
    position: relative;
    align-self: center;
    text-align: center; }
    .site-header a:last-child {
      margin-right: 0; }
    .site-header a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #000;
      left: 0;
      bottom: 0;
      transform-origin: 50% 0;
      transform: scale(0.8);
      opacity: 0;
      z-index: -1;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out; }
  .site-header nav > a.active:after {
    opacity: 1;
    transform: scale(1); }
  .site-header a.search {
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 17.5px;
    position: relative;
    cursor: pointer;
    margin-right: 24px; }
    .site-header a.search:after {
      position: absolute;
      width: 32px;
      height: 32px;
      background-size: 32px 32px;
      background-image: url(/img/icon-search.png);
      background-color: transparent;
      top: 4px;
      left: 1px;
      content: '';
      opacity: 1;
      z-index: 10000; }
    .site-header a.search.active {
      background-color: #7f00ff; }
      .site-header a.search.active:after {
        transform: scale(0.8); }
  .site-header a.hamburger {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(/img/icon-hamburger.png) no-repeat;
    background-size: 32px 32px;
    margin-right: 0; }
  .site-header .nav-primary, .site-header .nav-secondary {
    display: none; }
    .site-header .nav-primary a, .site-header .nav-secondary a {
      cursor: pointer; }
  .site-header .nav-secondary {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .site-header .profile {
    display: block;
    background: url(/img/icon-profile.png) no-repeat;
    background-size: 43px 46px;
    width: 43px;
    height: 46px;
    margin-top: 6apx; }
  .site-header .favs {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .site-header .favs:before {
      content: '';
      display: block;
      background: url(/img/icon-heart-small.svg) no-repeat;
      background-size: 12px 10.67px;
      width: 12px;
      height: 10.67px;
      margin-right: 5px;
      position: relative;
      top: -1px; }
    @media (max-width: 1023px) {
      .site-header .favs {
        display: none; } }
  .site-header .desktop {
    display: none; }
  @media (min-width: 1024px) {
    .site-header .inner {
      height: 72px; }
    .site-header .nav-primary, .site-header .nav-secondary {
      display: flex; }
    .site-header .desktop {
      display: block; }
    .site-header a.hamburger {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .site-header a {
      flex: 0;
      align-self: center; }
      .site-header a.search {
        margin-right: 40px; } }

.site-footer {
  position: relative;
  background: #fff;
  font-family: wfutura, Helvetica, Arial, sans-serif; }
  .site-footer .sections {
    padding: 8px 16px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 16px; }
    @media (min-width: 1024px) {
      .site-footer .sections {
        width: 100vw;
        max-width: 1024px;
        padding: 50px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
  .site-footer h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 0;
    position: relative;
    text-transform: uppercase; }
    .site-footer h4:after {
      content: '';
      position: absolute;
      right: 0;
      top: 14px; }
      @media (min-width: 1024px) {
        .site-footer h4:after {
          display: none; } }
  @media (min-width: 1024px) {
    .site-footer .open h4:after {
      display: none; } }
  @media (min-width: 1024px) {
    .site-footer ul {
      display: block; } }
  .site-footer .open ul {
    display: block; }
  .site-footer a {
    color: #8c8c8c;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding: 8px 0;
    text-decoration: none;
    cursor: pointer; }
  .site-footer:before, .site-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    margin-top: 8px;
    margin-bottom: 8px; }
  .site-footer:before {
    margin-top: 0; }
  @media (min-width: 1024px) {
    .site-footer:before {
      background: #dbdbdb;
      position: absolute;
      top: 0;
      left: 21px;
      width: calc(100% - 42px); }
    .site-footer:after {
      display: none; }
    .site-footer h4 {
      font-size: 16px;
      line-height: 16px; }
    .site-footer a {
      font-size: 14px; } }
  .site-footer .logos {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    padding-top: 16px; }
    .site-footer .logos img {
      border: none; }
    .site-footer .logos img:first-child {
      margin-right: 50px; }
    @media (min-width: 1024px) {
      .site-footer .logos {
        padding-top: 0;
        padding-bottom: 32px;
        margin-top: -18px; } }

.sub-nav {
  background: #2d2d2d;
  display: flex;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  z-index: 1100; }
  .sub-nav::-webkit-scrollbar {
    display: none; }
  .sub-nav .inner {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 0 24px;
    position: relative; }
  .sub-nav nav {
    display: flex;
    flex-direction: row; }
  .sub-nav a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 600 14px/14px wfutura, Helvetica, Arial, sans-serif;
    height: 32px;
    padding: 10px 32px 8px;
    position: relative;
    margin-right: 4px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 10;
    scroll-snap-align: start;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap; }
    .sub-nav a:last-child {
      margin-right: 0; }
    .sub-nav a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #7f00ff;
      border-radius: 16px;
      transform-origin: 50% 50%;
      transform: scale(0.8);
      opacity: 0;
      z-index: -1;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out; }
    .sub-nav a.active:after {
      opacity: 1;
      transform: scale(1); }

.summary a {
  text-decoration: none; }

.summary button {
  appearance: none;
  background: #fff;
  border: none;
  font: 600 14px/14px wfutura, Helvetica, Arial, sans-serif;
  color: #000;
  padding: 11px 12px 7px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  text-decoration: none !important; }
  .summary button.icon:not(.right):before, .summary button.icon.right:after {
    content: '';
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    position: relative;
    top: -2px; }
  .summary button.i-download:before, .summary button.i-download:after {
    background-image: url(/img/icon-download.svg); }
  .summary button.i-open:before, .summary button.i-open:after {
    background-image: url(/img/icon-open.svg); }
  .summary button.i-play:before, .summary button.i-play:after {
    background-image: url(/img/icon-play.svg); }
  .summary button.i-preview:before, .summary button.i-preview:after {
    background-image: url(/img/icon-preview.svg); }
  .summary button.icon.right:after {
    margin-left: 8px;
    margin-right: 0; }

.summary .body h2 {
  font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase; }

.summary .body h1 {
  font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.summary .body h3 {
  margin-top: 16px;
  font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.summary .body p {
  margin-top: 16px;
  font: 500 18px/21.6px wfutura, Helvetica, Arial, sans-serif; }

.summary .contents {
  margin-top: 24px; }
  .summary .contents h3 {
    font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .summary .contents .items {
    display: flex;
    flex-direction: row; }
    .summary .contents .items > * {
      margin-right: 46.1px; }
      .summary .contents .items > *:last-child {
        margin-right: 0; }
    .summary .contents .items .thumbnail {
      zoom: 52%; }

.summary .close {
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  background-image: url(/img/icon-close.svg);
  background-size: 32px 32px;
  z-index: 1000; }

.summary .actions {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .summary .actions > * {
    margin-right: 16px; }
    .summary .actions > *:last-child {
      margin-right: 0; }
  .summary .actions p {
    flex: 1;
    font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif; }

.summary.video .thumbnail.classmates:before {
  top: auto;
  bottom: 24px; }

.summary.video .thumbnail .lockup {
  display: none; }

@media (max-width: 1023px) {
  .summary {
    background: #2d2d2d;
    color: #fff;
    overflow: auto; }
    .summary .inner {
      background: #2d2d2d;
      grid-template-columns: 100vw;
      grid-template-rows: 1fr; }
    .summary .main-thumb {
      background: #010101;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 16px; }
    .summary .body {
      margin: 24px; }
      .summary .body h2 {
        font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif; }
      .summary .body h1 {
        font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif; }
      .summary .body p {
        margin-top: 8px;
        font: 500 18px/21.6px wfutura, Helvetica, Arial, sans-serif; }
    .summary .actions {
      margin: 0 24px; }
      .summary .actions p {
        font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif; }
    .summary .contents {
      margin: 24px 24px 0; }
      .summary .contents .thumbnail {
        margin-bottom: 46.1px; }
    .summary .items {
      flex-wrap: wrap; }
    .summary .desktop-only {
      display: none; }
    .summary.video .main-thumb {
      padding: 0; } }

@media (min-width: 1024px) {
  .summary {
    color: #fff;
    background: #2d2d2d;
    display: flex;
    flex-direction: row; }
    .summary .inner {
      width: 100%;
      max-width: 1016px;
      margin: 0 auto;
      padding: 64px 0;
      display: grid;
      grid-template-columns: 264px 1fr;
      grid-template-rows: 1fr 32px; }
    .summary .main-thumb {
      grid-column: 1;
      grid-row: span 2; }
    .summary .body, .summary .actions {
      max-width: 738px; }
    .summary .body {
      margin: 16px 0;
      grid-column: 2;
      grid-row: 1; }
      .summary .body h1, .summary .body h2 {
        position: relative;
        top: 3px; }
    .summary .actions {
      grid-column: 2;
      grid-row: 2; }
    .summary .contents {
      grid-column: 2;
      grid-row: 3; }
    .summary.workpack .inner {
      grid-template-rows: 1fr; }
    .summary.workpack .main-thumb {
      grid-row: span 3; }
    .summary.workpack .body {
      margin-top: 0; }
    .summary.video .inner {
      grid-template-columns: 524px 1fr; } }

.summary-drawer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 60000; }
  .summary-drawer .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.66);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: background-color .2s ease-out; }
  .summary-drawer .summary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform .2s ease-out;
    transform: none; }
  .summary-drawer.hidden {
    pointer-events: none; }
    .summary-drawer.hidden .overlay {
      background: rgba(0, 0, 0, 0); }
    .summary-drawer.hidden .summary {
      transform: translate3d(0, 500px, 0); }
  .summary-drawer .close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    background-image: url(/img/icon-close.svg);
    background-size: 32px 32px; }
  @media (max-width: 1023px) {
    .summary-drawer .summary {
      top: 0;
      width: 100vw;
      height: 100vh; }
    .summary-drawer.hidden .summary {
      transform: translate3d(0, 100vh, 0); } }

.teachers-day-intro {
  /* --------------------------------------------- */ }
  .teachers-day-intro header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    aspect-ratio: 1440/648;
    max-height: 648px;
    background: url(../img/bg-teachers-day.jpg) no-repeat;
    background: url(../img/bg-td-blur.jpg) no-repeat;
    background-size: cover;
    background-position: 0 50%;
    padding: 40px;
    position: relative; }
    .teachers-day-intro header:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.25); }
    .teachers-day-intro header h1 {
      z-index: 1; }
  .teachers-day-intro .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 968px;
    gap: 24px;
    z-index: 1; }
  .teachers-day-intro .video {
    background-color: #2d2d2d;
    aspect-ratio: 16/9;
    width: 640px;
    height: 360px; }
  .teachers-day-intro .text {
    max-width: 302px; }
  .teachers-day-intro .cta {
    background-color: #7f00ff;
    padding: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto; }
  .teachers-day-intro .content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 32px; }
  .teachers-day-intro .row {
    display: flex;
    flex-direction: row;
    max-width: 968px;
    margin: 0 auto 56px;
    gap: 40px; }
    .teachers-day-intro .row > div {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 32px; }
      .teachers-day-intro .row > div.long {
        padding-top: 0; }
    .teachers-day-intro .row > img {
      display: block;
      width: 484px;
      height: 360px;
      background: #dfdfdf;
      flex: 0 0 484px; }
    .teachers-day-intro .row p {
      flex: 1;
      margin-bottom: 24px; }
      .teachers-day-intro .row p:last-child {
        margin-bottom: 0; }
    .teachers-day-intro .row.rev {
      flex-direction: row-reverse; }
    .teachers-day-intro .row p a {
      color: #fff;
      text-decoration: underline; }
  .teachers-day-intro .button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 56px; }
  .teachers-day-intro .logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    margin-top: -8px;
    margin-bottom: 40px; }
    .teachers-day-intro .logo-row img {
      display: block;
      max-width: 200px;
      max-height: 80px; }
    @media (max-width: 1023px) {
      .teachers-day-intro .logo-row {
        gap: 24px;
        margin-top: 0; }
        .teachers-day-intro .logo-row img {
          display: block;
          max-width: 200px;
          max-height: 80px; } }
  .teachers-day-intro header > h1 {
    font: 600 56px/56px wfutura, Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
  .teachers-day-intro h2 {
    font: 600 56px/56px wfutura, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .teachers-day-intro h3 {
    font: 600 48px/48px wfutura, Helvetica, Arial, sans-serif;
    margin-bottom: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .teachers-day-intro p {
    font: 400 20px/24px wfutura, Helvetica, Arial, sans-serif;
    color: #fff; }
  .teachers-day-intro table {
    font: 400 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
    margin-top: 1em;
    width: 100%; }
    .teachers-day-intro table th, .teachers-day-intro table td {
      text-align: left;
      color: #fff;
      padding-right: 16px;
      vertical-align: middle; }
      .teachers-day-intro table th:last-child, .teachers-day-intro table td:last-child {
        padding-right: 0; }
    .teachers-day-intro table th {
      border-bottom: solid 2px rgba(255, 255, 255, 0.25);
      padding-bottom: .5em; }
    .teachers-day-intro table tr:nth-child(2) td {
      padding-top: .5em; }
    .teachers-day-intro table tr:first-child {
      margin-bottom: 1em; }
    .teachers-day-intro table td {
      padding-bottom: .25em;
      font: 400 16px/19.2px wfutura, Helvetica, Arial, sans-serif; }
  .teachers-day-intro ol {
    list-style-type: lower-roman;
    list-style-position: outside;
    padding-left: 1.2em;
    font-size: 95%; }
    .teachers-day-intro ol li {
      margin-top: .25em; }
  .teachers-day-intro .button {
    appearance: none;
    background: #fff;
    border: none;
    font: 600 14px/14px wfutura, Helvetica, Arial, sans-serif;
    color: #000;
    padding: 11px 26px 7px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    text-decoration: none !important; }
    .teachers-day-intro .button.icon:not(.right):before, .teachers-day-intro .button.icon.right:after {
      content: '';
      margin-right: 8px;
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      position: relative;
      top: -2px; }
    .teachers-day-intro .button.i-download:before, .teachers-day-intro .button.i-download:after {
      background-image: url(/img/icon-download.svg); }
    .teachers-day-intro .button.i-open:before, .teachers-day-intro .button.i-open:after {
      background-image: url(/img/icon-open.svg); }
    .teachers-day-intro .button.i-play:before, .teachers-day-intro .button.i-play:after {
      background-image: url(/img/icon-play.svg); }
    .teachers-day-intro .button.i-preview:before, .teachers-day-intro .button.i-preview:after {
      background-image: url(/img/icon-preview.svg); }
    .teachers-day-intro .button.icon.right:after {
      margin-left: 8px;
      margin-right: 0; }
  @media (max-width: 1023px) {
    .teachers-day-intro header {
      aspect-ratio: unset;
      max-height: unset;
      padding: 32px 24px;
      background-position: 50% 0%;
      background-size: cover; }
    .teachers-day-intro .info {
      flex-direction: column;
      max-width: none; }
    .teachers-day-intro .video {
      width: 100%;
      height: auto; }
    .teachers-day-intro .text {
      max-width: none; }
    .teachers-day-intro .cta {
      padding: 40px 24px;
      align-items: flex-start; }
    .teachers-day-intro .content {
      padding: 32px 24px; }
    .teachers-day-intro .row {
      flex-direction: column;
      gap: 32px;
      margin-bottom: 32px; }
      .teachers-day-intro .row.rev {
        flex-direction: column; }
      .teachers-day-intro .row > div {
        flex: 1;
        padding: 0; }
      .teachers-day-intro .row > img {
        display: block;
        width: 100%;
        height: auto;
        background: #dfdfdf;
        flex: 1; }
      .teachers-day-intro .row p {
        margin-bottom: 20px; }
        .teachers-day-intro .row p:last-child {
          margin-bottom: 0; }
      .teachers-day-intro .row:nth-child(2n) {
        flex-direction: column; }
    .teachers-day-intro .button-row {
      margin-top: 24px;
      margin-bottom: 48px; }
    .teachers-day-intro header > h1 {
      font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 32px; }
    .teachers-day-intro h2 {
      font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 0;
      text-align: left; }
    .teachers-day-intro h3 {
      font: 600 32px/32px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 16px; }
    .teachers-day-intro p {
      font: 400 18px/21.6px wfutura, Helvetica, Arial, sans-serif; } }

.teacher-day-nominations-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  margin-top: 32px; }
  @media (max-width: 1023px) {
    .teacher-day-nominations-buttons {
      margin-bottom: 24px;
      margin-top: 24px; } }

.thumbnail {
  overflow: visible;
  position: relative;
  width: 230px;
  height: 330px;
  z-index: 1;
  transform-origin: 50% 50%; }
  .thumbnail .bg {
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .thumbnail .lockup {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    font: 700 16px/16px wfutura, Helvetica, Arial, sans-serif;
    padding: 17.5px 0 14.5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    text-transform: uppercase; }
    .thumbnail .lockup h1 {
      font: 700 26px/26px wfutura, Helvetica, Arial, sans-serif; }
    .thumbnail .lockup .subject {
      font: 700 12px/12px wfutura, Helvetica, Arial, sans-serif; }
    .thumbnail .lockup .grade {
      font: 700 12px/12px wfutura, Helvetica, Arial, sans-serif; }
    .thumbnail .lockup h1, .thumbnail .lockup .subject, .thumbnail .lockup .grade, .thumbnail .lockup .subtitle {
      padding: 8px 16px 0; }
      .thumbnail .lockup h1:first-child, .thumbnail .lockup .subject:first-child, .thumbnail .lockup .grade:first-child, .thumbnail .lockup .subtitle:first-child {
        padding-top: 0; }
  .thumbnail .type {
    position: absolute;
    background-color: #000;
    color: #fff;
    left: 0;
    bottom: -32px;
    height: 32px;
    display: inline-block;
    font: 700 16px/16px wfutura, Helvetica, Arial, sans-serif;
    padding: 9px 16px 7px;
    display: none; }
  .thumbnail.workpack .bg {
    width: 246px;
    -webkit-mask-image: url(/img/mask-folder.png);
    -webkit-mask-size: cover; }
  .thumbnail.video {
    width: 492px;
    grid-column: span 2;
    position: relative; }
    .thumbnail.video .lockup {
      padding: 0;
      position: absolute;
      right: 0;
      bottom: 16px;
      top: auto; }
    .thumbnail.video h1 {
      font-weight: 600; }
    .thumbnail.video .subtitle {
      font: 600 16px/16px wfutura, Helvetica, Arial, sans-serif;
      text-transform: none; }
    .thumbnail.video .type {
      display: none; }
    .thumbnail.video:after {
      left: auto;
      right: 16px; }
    .thumbnail.video.classmates:before {
      position: absolute;
      content: '';
      left: 24px;
      top: 24px;
      width: 150px;
      height: 27px;
      background-size: 150px 27px;
      background: url(/img/logo-classmates.svg); }
  .thumbnail:after {
    content: '';
    position: absolute;
    _background: url(/img/icon-w.svg);
    background-size: 16px 16px;
    bottom: 16px;
    left: 16px;
    width: 16px;
    height: 16px; }
  .thumbnail.no-w:after {
    display: none; }

.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300000;
  background: #000; }
  .vimeo-wrapper > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .vimeo-wrapper > div iframe {
    width: 100%;
    height: 100%; }
    @media (min-width: 1024px) {
      .vimeo-wrapper > div iframe {
        width: calc(100% - 64px);
        height: 100%; } }
  .vimeo-wrapper .close {
    cursor: pointer;
    position: fixed;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    background-image: url(/img/icon-close.svg);
    background-size: 32px 32px; }
    @media (min-width: 1024px) {
      .vimeo-wrapper .close {
        top: 32px;
        right: 32  px; } }

.workpack-header {
  background: #1d1d1d;
  width: 100vw;
  padding: 32px 40px; }
  @media (max-width: 1023px) {
    .workpack-header {
      padding: 24px; } }
  .workpack-header .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    max-width: 1016px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .workpack-header .inner {
        flex-direction: column-reverse; } }
  .workpack-header .inner > .lockup {
    color: #fff;
    margin-right: 64px; }
    @media (max-width: 1023px) {
      .workpack-header .inner > .lockup {
        margin-right: 0; } }
    .workpack-header .inner > .lockup h2 {
      font: 700 24px/24px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 8px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .workpack-header .inner > .lockup h2 {
          font: 700 18px/18px wfutura, Helvetica, Arial, sans-serif; } }
    .workpack-header .inner > .lockup h1 {
      font: 600 64px/64px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 24px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .workpack-header .inner > .lockup h1 {
          font: 600 48px/48px wfutura, Helvetica, Arial, sans-serif; } }
    .workpack-header .inner > .lockup p {
      font: 500 20px/24px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 24px; }
    .workpack-header .inner > .lockup h1, .workpack-header .inner > .lockup h2, .workpack-header .inner > .lockup p {
      max-width: 540px; }
  .workpack-header .actions {
    margin-top: 24px; }
  .workpack-header .thumbs .thumbnail {
    zoom: 1.4; }
  .workpack-header .thumbs > .bg {
    position: absolute;
    z-index: 1;
    transform-origin: 0% 100%;
    transform: rotate(4deg) translateX(20px) translateY(-4px); }
    @media (max-width: 599px) {
      .workpack-header .thumbs > .bg {
        display: none; } }
  .workpack-header .thumbs > .fg {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0px 74.7261px 117.217px rgba(0, 0, 0, 0.12)) drop-shadow(0px 22.5277px 35.3376px rgba(0, 0, 0, 0.0781907)) drop-shadow(0px 9.35687px 14.6774px rgba(0, 0, 0, 0.06)) drop-shadow(0px 3.38419px 5.30854px rgba(0, 0, 0, 0.0418093)); }
  @media (max-width: 1023px) {
    .workpack-header .thumbs {
      margin-bottom: 40px; } }
  .workpack-header a {
    text-decoration: none; }
  .workpack-header button:not(.fav) {
    appearance: none;
    background: #fff;
    border: none;
    font: 600 14px/14px wfutura, Helvetica, Arial, sans-serif;
    color: #000;
    padding: 11px 12px 7px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    text-decoration: none !important; }
    .workpack-header button:not(.fav).icon:not(.right):before, .workpack-header button:not(.fav).icon.right:after {
      content: '';
      margin-right: 8px;
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      position: relative;
      top: -2px; }
    .workpack-header button:not(.fav).i-download:before, .workpack-header button:not(.fav).i-download:after {
      background-image: url(/img/icon-download.svg); }
    .workpack-header button:not(.fav).i-open:before, .workpack-header button:not(.fav).i-open:after {
      background-image: url(/img/icon-open.svg); }
    .workpack-header button:not(.fav).i-play:before, .workpack-header button:not(.fav).i-play:after {
      background-image: url(/img/icon-play.svg); }
    .workpack-header button:not(.fav).i-preview:before, .workpack-header button:not(.fav).i-preview:after {
      background-image: url(/img/icon-preview.svg); }
    .workpack-header button:not(.fav).icon.right:after {
      margin-left: 8px;
      margin-right: 0; }
  .workpack-header .actions {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .workpack-header .actions > * {
      margin-right: 16px; }
      .workpack-header .actions > *:last-child {
        margin-right: 0; }
    .workpack-header .actions p {
      flex: 1;
      font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif; }
  .workpack-header .share {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url(/img/icon-share.svg) no-repeat;
    background-size: 36px 36px; }

.banner-wrapper {
  width: 100%; }

.banner {
  width: calc(min(1920px, 100vw));
  color: #fff;
  display: flex;
  margin: 0 auto; }
  .banner .image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden; }
  .banner .lockup {
    padding: 24px; }
    .banner .lockup .tagline {
      display: inline-block;
      background: #FFDC48;
      padding: 12px 40px;
      font: 600 20px/20px wfutura, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 24px; }
    .banner .lockup h2 {
      font: 700 20px/20px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 8px;
      text-transform: uppercase; }
    .banner .lockup h1 {
      font: 700 48px/50px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 8px;
      text-transform: uppercase; }
    .banner .lockup p {
      font: 500 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
      margin-bottom: 20px; }
  .banner button, .banner .button {
    appearance: none;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font: 600 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
    padding: 10px 40px 8px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none; }
    .banner button.inverted, .banner .button.inverted {
      background-color: #fff;
      color: #000; }
  @media (min-width: 1024px) {
    .banner {
      align-items: center; }
      .banner .lockup {
        padding: 32px; }
        .banner .lockup h2 {
          font: 600 24px/24px wfutura, Helvetica, Arial, sans-serif; }
        .banner .lockup h1 {
          font: 600 56px/56px wfutura, Helvetica, Arial, sans-serif;
          margin-bottom: 13px; }
        .banner .lockup p {
          font: 500 20px/24px wfutura, Helvetica, Arial, sans-serif; } }

.banner.bee-day {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-bee.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: flex-start;
  padding-top: 48px; }
  .banner.bee-day .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.bee-day .lockup h1 {
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 24px; }
    .banner.bee-day .lockup p {
      max-width: 400px;
      margin-bottom: 1.5em;
      margin-bottom: 54px;
      font-size: 24px;
      line-height: 27px;
      max-width: 500px; }
  @media (max-width: 1023px) {
    .banner.bee-day {
      background: url(/img/banner-bee-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: right top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.bee-day .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.bee-day .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.bee-day .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; } }

.banner.classmates {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: calc(min(100vw, 1920px) * 0.4166666667);
  overflow: hidden; }
  .banner.classmates .desktop {
    display: none; }
  .banner.classmates .mobile {
    flex-direction: column; }
  @media (max-width: 1023px) {
    .banner.classmates {
      height: auto; }
      .banner.classmates .desktop {
        display: none; } }
  @media (min-width: 1024px) {
    .banner.classmates .desktop {
      display: flex; }
    .banner.classmates .mobile {
      display: none; } }
  .banner.classmates .image {
    background-image: url(/img/banner-classmates-extra.png);
    background-size: cover;
    width: calc(min(100vw, 1920px));
    height: calc(min(100vw, 1920px) * 0.5557291667);
    position: absolute;
    left: 0;
    top: 0; }
  .banner.classmates .logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner.classmates .logo:after {
      content: '';
      width: 310px;
      height: 56px;
      background-image: url(/img/logo-classmates.svg);
      background-size: 310px 56px; }
  .banner.classmates .desktop.info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 40px; }
    .banner.classmates .desktop.info .cta {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: center;
      padding-right: 5vw; }
      .banner.classmates .desktop.info .cta p {
        color: #fff;
        font: 600 24px/39px wfutura, Helvetica, Arial, sans-serif;
        margin-right: 16px; }
      .banner.classmates .desktop.info .cta button {
        background: #fff;
        color: #000; }
    @media (max-width: 1023px) {
      .banner.classmates .desktop.info {
        display: none; } }
  .banner.classmates .mobile.info {
    padding: 40px 0; }
    .banner.classmates .mobile.info .logo {
      margin-bottom: 32px; }
    .banner.classmates .mobile.info img {
      width: calc(100vw - 48px);
      margin: 0 24px 24px; }
    .banner.classmates .mobile.info p {
      color: #fff;
      font: 500 18px/21.6px wfutura, Helvetica, Arial, sans-serif;
      margin: 0 24px 24px; }
    .banner.classmates .mobile.info .cta {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .banner.classmates .mobile.info .cta p {
        font-weight: 600;
        margin: 0 24px 0;
        flex: 1; }
      .banner.classmates .mobile.info .cta button {
        margin-right: 24px; }
  .banner.classmates.no-cta .cta {
    display: none !important; }
  .banner.classmates.no-cta .desktop .logo {
    display: none !important; }
  .banner.classmates.no-cta .mobile.info {
    padding: 0 !important; }

.banner.classmates-new {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-classmates-new.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.classmates-new .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.classmates-new .lockup h1 {
      font-size: 72px;
      line-height: 72px;
      max-width: 600px; }
    .banner.classmates-new .lockup p {
      max-width: 476px;
      margin-bottom: 1.5em; }
  @media (max-width: 1023px) {
    .banner.classmates-new {
      background: url(/img/banner-classmates-new-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100vw;
      height: calc(100vw * 1.16);
      min-height: 480px;
      max-height: 480px;
      display: flex;
      align-items: center;
      padding-top: 0px; }
      .banner.classmates-new .lockup {
        width: 100%; }
        .banner.classmates-new .lockup h1 {
          font-size: 36px;
          line-height: 40.5px; }
        .banner.classmates-new .lockup p {
          margin-bottom: 1em; }
        .banner.classmates-new .lockup h1, .banner.classmates-new .lockup p {
          max-width: 260px; }
      .banner.classmates-new .desktop {
        display: none; } }

.banner.coastal-ghost {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-coastal-ghost.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.coastal-ghost .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.coastal-ghost .lockup h1 {
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 16px; }
    .banner.coastal-ghost .lockup p {
      max-width: 400px;
      margin-bottom: 1.5em;
      font-size: 20px;
      line-height: 24px;
      max-width: 490px; }
  @media (max-width: 1023px) {
    .banner.coastal-ghost {
      background: url(/img/banner-coastal-ghost-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: left top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.coastal-ghost .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.coastal-ghost .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.coastal-ghost .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; } }

.banner.congrats {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-congrats.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: center;
  padding-top: 48px; }
  .banner.congrats .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.congrats .lockup h1 {
      font-size: 67px;
      line-height: 67px;
      margin-bottom: 24px;
      max-width: 800px; }
    .banner.congrats .lockup p {
      max-width: 600px;
      margin-bottom: 1.5em;
      margin-bottom: 54px;
      font-size: 24px;
      line-height: 27px;
      font-weight: 600; }
  @media (max-width: 1023px) {
    .banner.congrats {
      background: url(/img/banner-congrats-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: right top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.congrats .lockup {
        width: 100%;
        margin: 0; }
        .banner.congrats .lockup h1 {
          font-size: 32px;
          line-height: 35px;
          max-width: 500px;
          margin-bottom: 16px; }
        .banner.congrats .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24px;
          font-weight: normal; } }

.banner.earth-day {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-earth.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: center; }
  .banner.earth-day .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.earth-day .lockup h1 {
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 16px;
      max-width: 600px; }
    .banner.earth-day .lockup p {
      margin-bottom: 1.5em;
      font-size: 20px;
      line-height: 24px;
      max-width: 520px; }
    .banner.earth-day .lockup a, .banner.earth-day .lockup button {
      position: relative;
      z-index: 10; }
  @media (max-width: 1023px) {
    .banner.earth-day {
      background: url(/img/banner-earth-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.earth-day .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.earth-day .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.earth-day .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; }
      .banner.earth-day .desktop {
        display: none; } }

.banner.fff {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-fff2.jpg) repeat;
  background-size: 1920px 1000px;
  background-position: center; }
  .banner.fff .lockup {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .banner.fff .lockup .title {
      display: block;
      width: 768px;
      height: 162px;
      margin-bottom: 32px; }
    .banner.fff .lockup .badge {
      position: absolute;
      top: 30px;
      right: 0; }
    .banner.fff .lockup p {
      max-width: 530px;
      margin-bottom: 32px;
      font-size: 22px;
      text-align: center; }
    .banner.fff .lockup .button {
      color: #000;
      background-color: #fff;
      zoom: 1.1;
      margin-top: 4px; }
    .banner.fff .lockup .mobile {
      display: none; }
  @media (max-width: 1023px) {
    .banner.fff {
      background: url(/img/banner-fff-mobile2.jpg) repeat;
      background-size: cover;
      background-position: center center;
      width: 100vw;
      height: calc(100vw * 480 / 414);
      display: flex;
      align-items: flex-end; }
      .banner.fff .lockup {
        width: 100%;
        height: 65%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        .banner.fff .lockup .title {
          width: calc(100vw - 40px);
          height: auto; }
        .banner.fff .lockup .badge {
          width: 91px;
          height: 91px;
          top: auto;
          bottom: calc(153.84% - 91px - 20px);
          right: 15px; }
        .banner.fff .lockup p {
          margin-bottom: 1em;
          font-size: 19px;
          line-height: 21.5px;
          max-width: 320px; }
        .banner.fff .lockup .button {
          zoom: 1;
          margin-top: 0; }
        .banner.fff .lockup .mobile {
          display: flex; }
      .banner.fff .desktop {
        display: none; }
      .banner.fff .buttons a:first-child {
        display: block;
        margin-bottom: 16px; } }

.banner.food-safety {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-food-safety.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: flex-start;
  padding-top: 48px; }
  .banner.food-safety .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.food-safety .lockup h1 {
      color: #000;
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 24px; }
    .banner.food-safety .lockup p {
      color: #000;
      max-width: 400px;
      margin-bottom: 1.5em;
      font-size: 20px;
      line-height: 24px; }
  @media (max-width: 1023px) {
    .banner.food-safety {
      background: url(/img/banner-food-safety-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: right center;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.food-safety .desktop {
        display: none; }
      .banner.food-safety .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.food-safety .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.food-safety .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; }
      .banner.food-safety button {
        background-color: #000;
        color: #fff; } }

.banner.grades-1-3 {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-grades-1-3.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.grades-1-3 .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.grades-1-3 .lockup h1 {
      font-size: 72px;
      line-height: 72px;
      max-width: 600px; }
    .banner.grades-1-3 .lockup p {
      max-width: 414px;
      margin-bottom: 1.5em;
      font-size: 18px;
      line-height: 21.6px; }
      .banner.grades-1-3 .lockup p a {
        color: #fff;
        text-decoration: underline; }
  @media (max-width: 1023px) {
    .banner.grades-1-3 {
      background: url(/img/banner-grades-1-3-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: right top;
      width: 100vw;
      height: calc(100vw * 1.16);
      min-height: 480px;
      max-height: 480px;
      display: flex;
      align-items: flex-end;
      padding-top: 0px; }
      .banner.grades-1-3 .lockup {
        width: 100%; }
        .banner.grades-1-3 .lockup h1 {
          font-size: 36px;
          line-height: 40.5px; }
        .banner.grades-1-3 .lockup p {
          margin-bottom: 1em; }
        .banner.grades-1-3 .lockup h1, .banner.grades-1-3 .lockup p {
          max-width: 45%; }
      .banner.grades-1-3 .desktop {
        display: none; } }
  @media (max-width: 480px) {
    .banner.grades-1-3 .lockup h1 {
      max-width: 60%; }
    .banner.grades-1-3 .lockup p {
      max-width: 100%; } }

.banner.healthy-living {
  position: relative;
  height: 600px; }
  .banner.healthy-living .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/banner-healthy-living.png) no-repeat;
    background-size: 1920px 600px;
    background-position: 0% 50%; }
    @media (min-width: 1920px) {
      .banner.healthy-living .image {
        background-size: cover; } }
  .banner.healthy-living .lockup {
    position: relative;
    z-index: 10;
    width: 380px;
    margin-left: 300px; }
  @media (max-width: 1023px) {
    .banner.healthy-living {
      width: 100vw;
      height: calc(100vw * 1.1594202899); }
      .banner.healthy-living .image {
        background: url(/img/banner-healthy-living-mobile.jpg) no-repeat;
        background-size: cover; }
      .banner.healthy-living .lockup {
        margin: 0;
        width: auto;
        position: absolute;
        bottom: 0px;
        max-width: 420px; } }
  @media (max-width: 439px) {
    .banner.healthy-living {
      background: #000; }
      .banner.healthy-living .image {
        position: relative; }
        .banner.healthy-living .image:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); } }

.banner.hunger-day {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-hunger.png) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: flex-start;
  padding-top: 48px; }
  .banner.hunger-day .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.hunger-day .lockup h1 {
      color: #000;
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 24px; }
    .banner.hunger-day .lockup p {
      color: #000;
      max-width: 400px;
      margin-bottom: 1.5em;
      margin-bottom: 54px;
      font-size: 24px;
      line-height: 27px; }
  .banner.hunger-day button {
    background-color: #c4da46; }
  @media (max-width: 1023px) {
    .banner.hunger-day {
      background: url(/img/banner-hunger-mobile.png) no-repeat;
      background-size: cover;
      background-position: right top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.hunger-day .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.hunger-day .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.hunger-day .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; }
      .banner.hunger-day button {
        background-color: #000;
        color: #fff; } }
  @media (max-width: 374px) {
    .banner.hunger-day {
      background-image: url(/img/banner-hunger-mobile-small.png); } }

.banner.lights-on {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-lightson.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: center; }
  .banner.lights-on .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.lights-on .lockup h1 {
      color: #fff;
      font-size: 90px;
      line-height: 90px;
      max-width: 460px; }
    .banner.lights-on .lockup p {
      color: #fff;
      max-width: 400px;
      margin-bottom: 1.5em;
      font-size: 20px;
      line-height: 24px; }
    .banner.lights-on .lockup button {
      background-color: #fff;
      color: #000; }
  @media (max-width: 1023px) {
    .banner.lights-on {
      background: url(/img/banner-lightson-mobile.jpg) no-repeat;
      background-size: contain;
      background-color: #2b7362;
      background-position: left top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      height: auto;
      display: flex;
      align-items: flex-start;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.lights-on .desktop {
        display: none; }
      .banner.lights-on .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0;
        margin-top: calc(50vw - 134px); }
        .banner.lights-on .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 240px;
          margin-bottom: 16px; }
        .banner.lights-on .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; }
      .banner.lights-on button {
        background-color: #000;
        color: #fff; } }

.register-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(/img/banner-register.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px; }
  .register-banner .video {
    background: rgba(0, 0, 0, 0.9);
    width: 880px;
    aspect-ratio: 16/9; }
    .register-banner .video > div, .register-banner .video iframe {
      width: 100%;
      height: 100%; }
  @media (max-width: 1023px) {
    .register-banner {
      background: url(/img/banner-register-mobile.png) no-repeat;
      padding: 0;
      min-height: calc(min(480px, 115vw)); }
      .register-banner .video {
        width: 100%; } }

.banner.teachers-day {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-td.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: center; }
  .banner.teachers-day .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.teachers-day .lockup h1 {
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 16px;
      max-width: 600px; }
    .banner.teachers-day .lockup p {
      margin-bottom: 1.5em;
      font-size: 20px;
      line-height: 24px;
      max-width: 520px; }
    .banner.teachers-day .lockup a, .banner.teachers-day .lockup button {
      position: relative;
      z-index: 10; }
  @media (max-width: 1023px) {
    .banner.teachers-day {
      background: url(/img/banner-td-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: 80% bottom;
      width: 100vw;
      min-height: 90vw;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.teachers-day .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.teachers-day .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.teachers-day .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24px; }
      .banner.teachers-day .desktop {
        display: none; } }
  @media (max-width: 599px) {
    .banner.teachers-day {
      min-height: auto;
      height: 500px; }
      .banner.teachers-day .lockup {
        zoom: .9; }
        .banner.teachers-day .lockup br {
          display: none; }
        .banner.teachers-day .lockup p {
          max-width: 65vw; } }

.banner.school-comp {
  border-top: solid 4px #10abff;
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-school-comp.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center top;
  display: flex;
  flex-direction: column; }
  .banner.school-comp .lockup {
    width: 960px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .banner.school-comp .lockup h1 {
      font-size: 72px;
      line-height: 72px;
      max-width: 600px; }
    .banner.school-comp .lockup p {
      max-width: 560px;
      margin-bottom: 1.5em;
      font-size: 18px;
      line-height: 21.6px; }
      .banner.school-comp .lockup p a {
        color: #fff;
        text-decoration: underline; }
  .banner.school-comp .title {
    background-color: #FFE306;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    font: 600 22px/22px wfutura, Helvetica, Arial, sans-serif;
    letter-spacing: 0.3;
    color: #000; }
  @media (max-width: 1023px) {
    .banner.school-comp {
      background: url(/img/banner-school-comp-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      width: 100vw;
      height: calc(100vw * 1.16);
      min-height: 600px;
      max-height: 600px;
      display: flex;
      align-items: center;
      padding-top: 0px; }
      .banner.school-comp .lockup {
        width: 100%; }
        .banner.school-comp .lockup h1 {
          font-size: 36px;
          line-height: 40.5px;
          max-width: 580px; }
        .banner.school-comp .lockup p {
          margin-bottom: 1em; }
      .banner.school-comp .desktop {
        display: none; } }

.banner.school-graph {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-school-graph.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.school-graph .graph {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    padding: 60px 90px; }
    .banner.school-graph .graph .inner {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: start; }
    .banner.school-graph .graph .diagram {
      width: 100%;
      flex: 1;
      display: flex;
      position: relative; }
      .banner.school-graph .graph .diagram .bg {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        position: absolute;
        width: 100%; }
        .banner.school-graph .graph .diagram .bg > div {
          width: 100%;
          height: 1px;
          background: #9a9ca9; }
          .banner.school-graph .graph .diagram .bg > div:nth-child(13) {
            height: 2px; }
      .banner.school-graph .graph .diagram .bars {
        display: flex;
        flex: 1;
        flex-direction: row;
        width: 100%;
        gap: 24px;
        position: relative;
        z-index: 100; }
        .banner.school-graph .graph .diagram .bars .bar {
          width: 25%;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: flex-end;
          padding-bottom: 2px; }
          .banner.school-graph .graph .diagram .bars .bar > div {
            width: 30%; }
          .banner.school-graph .graph .diagram .bars .bar:nth-child(1) div {
            background-color: #ff023c; }
          .banner.school-graph .graph .diagram .bars .bar:nth-child(2) div {
            background-color: #0ea9ff; }
          .banner.school-graph .graph .diagram .bars .bar:nth-child(3) div {
            background-color: #ffe206; }
          .banner.school-graph .graph .diagram .bars .bar:nth-child(4) div {
            background-color: #9e9fa2; }
    .banner.school-graph .graph .labels {
      display: flex;
      flex-direction: row;
      width: 100%;
      gap: 24px;
      padding-top: 32px;
      color: #000;
      font: 600 18px/21.6px wfutura, Helvetica, Arial, sans-serif; }
      .banner.school-graph .graph .labels > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
        text-align: center;
        gap: 4px; }
  @media (max-width: 1023px) {
    .banner.school-graph {
      background: url(/img/banner-school-graph-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100vw;
      min-height: 480px;
      max-height: 480px;
      display: flex;
      align-items: center;
      padding-top: 0px; }
      .banner.school-graph .graph {
        width: 100%;
        min-height: 245px;
        max-height: 320px;
        padding: 18px 40px; }
        .banner.school-graph .graph .diagram .bars .bar > div {
          width: 50%; }
        .banner.school-graph .graph .labels {
          font: 600 12px/14.4px wfutura, Helvetica, Arial, sans-serif; }
      .banner.school-graph .desktop {
        display: none; } }

.banner.stonefruit {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-stonefruit.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.stonefruit .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.stonefruit .lockup h1 {
      font-size: 72px;
      line-height: 72px;
      max-width: 600px; }
    .banner.stonefruit .lockup p {
      max-width: 400px;
      margin-bottom: 1.5em; }
  @media (max-width: 1023px) {
    .banner.stonefruit {
      background: url(/img/banner-stonefruit-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      width: 100vw;
      height: calc(100vw * 1.16);
      max-height: 480px;
      display: flex;
      align-items: flex-end;
      padding-top: 0px; }
      .banner.stonefruit .lockup {
        width: 100%; }
        .banner.stonefruit .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px; }
        .banner.stonefruit .lockup p {
          margin-bottom: 1em; } }

.banner.stonefruit-family {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-stonefruit.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.stonefruit-family .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.stonefruit-family .lockup h1 {
      font-size: 72px;
      line-height: 72px;
      max-width: 600px; }
    .banner.stonefruit-family .lockup p {
      max-width: 476px;
      margin-bottom: 1.5em; }
  @media (max-width: 1023px) {
    .banner.stonefruit-family {
      background: url(/img/banner-stonefruit-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      width: 100vw;
      height: calc(100vw * 1.16);
      min-height: 480px;
      max-height: 480px;
      display: flex;
      align-items: center;
      padding-top: 0px; }
      .banner.stonefruit-family .lockup {
        width: 100%; }
        .banner.stonefruit-family .lockup h1 {
          font-size: 36px;
          line-height: 40.5px;
          max-width: 580px; }
        .banner.stonefruit-family .lockup p {
          margin-bottom: 1em; }
      .banner.stonefruit-family .desktop {
        display: none; } }

@keyframes bgpan {
  0% {
    background-position: 0 0; } }

.banner.teachers-day-comp {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-tdc-2022.jpg) repeat;
  background-size: 1920px 600px;
  background-position: center; }
  .banner.teachers-day-comp .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/overlay-tdc-2022.png) repeat-y;
    background-position: 0 0;
    background-size: 1920px 600px;
    background-position: center; }
  .banner.teachers-day-comp .lockup {
    width: 960px;
    margin: 0 auto;
    z-index: 1; }
    .banner.teachers-day-comp .lockup h1 {
      font-size: 72px;
      line-height: 72px;
      max-width: 600px;
      margin-bottom: 16px; }
    .banner.teachers-day-comp .lockup p {
      max-width: 580px;
      margin-bottom: 1.5em; }
    .banner.teachers-day-comp .lockup button {
      color: #000;
      background-color: #fff;
      margin-right: 16px; }
  @media (max-width: 1023px) {
    .banner.teachers-day-comp {
      background: url(/img/banner-tdc-2022-mobile.jpg) repeat;
      background-size: cover;
      background-position: center bottom;
      width: 100vw;
      max-height: 640px;
      min-height: 460px;
      display: flex;
      align-items: flex-end;
      padding-top: 0px; }
      .banner.teachers-day-comp .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/img/overlay-tdc-2022-mobile.png) repeat-x;
        background-size: 414px 463px;
        background-position: 0 100%; }
      .banner.teachers-day-comp .lockup {
        width: 100%; }
        .banner.teachers-day-comp .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 8px; }
        .banner.teachers-day-comp .lockup p {
          margin-bottom: 1em; }
      .banner.teachers-day-comp .desktop {
        display: none; }
      .banner.teachers-day-comp .buttons a:first-child {
        display: block;
        margin-bottom: 16px; } }

.banner.water {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-water.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: flex-start;
  padding-top: 48px; }
  .banner.water .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.water .lockup h1 {
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 50px; }
    .banner.water .lockup p {
      max-width: 400px;
      margin-bottom: 1.5em;
      margin-bottom: 54px;
      font-size: 24px;
      line-height: 27px;
      max-width: 500px; }
  @media (max-width: 1023px) {
    .banner.water {
      background: url(/img/banner-water-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: left top;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 8px; }
      .banner.water .logo {
        background: url(/img/banner-water-logo.png) no-repeat;
        width: 171px;
        height: 105px;
        margin-bottom: 32px;
        background-size: contain;
        position: absolute;
        left: 32px;
        top: 32px; }
      .banner.water .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.water .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 16px; }
        .banner.water .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24 px; } }

.banner.welcome {
  background: #0da9ff;
  overflow: hidden; }
  .banner.welcome p.bold {
    font-weight: 600; }
  @media (min-width: 1024px) {
    .banner.welcome .lockup {
      padding: 56px 32px; } }
  @media (max-width: 1023px) {
    .banner.welcome .lockup {
      padding-top: 70vw;
      position: relative;
      z-index: 100; }
    .banner.welcome .image {
      position: absolute;
      z-index: 0; }
      .banner.welcome .image .mobile {
        width: 100vw;
        max-width: 100vw;
        overflow: hidden; }
      .banner.welcome .image img {
        width: 150vw;
        margin-left: -25vw;
        margin-top: -43vw; }
    .banner.welcome .desktop {
      display: none; } }
  .banner.welcome .button-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding-top: 8px; }
    .banner.welcome .button-row button, .banner.welcome .button-row .button {
      display: inline; }
    @media (max-width: 639px) {
      .banner.welcome .button-row {
        flex-direction: column; }
        .banner.welcome .button-row button, .banner.welcome .button-row .button {
          width: 100%; } }
  @media (min-width: 1024px) {
    .banner.welcome {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 0px;
      padding: 0; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .banner.welcome {
      grid-gap: 0px; } }
  @media (min-width: 1024px) and (min-width: 1440px) {
    .banner.welcome {
      grid-gap: 0px; } }
  @media (min-width: 1024px) {
      .banner.welcome .lockup {
        max-width: 720px;
        padding-right: 64px; }
        .banner.welcome .lockup h1 {
          max-width: 360px; }
        .banner.welcome .lockup p {
          max-width: 552px; }
      .banner.welcome .mobile {
        display: none; }
      .banner.welcome .image {
        max-width: 741px;
        max-height: 703px;
        justify-self: flex-end; }
        .banner.welcome .image .desktop > div {
          overflow: visible !important; }
        .banner.welcome .image > div svg {
          overflow: visible !important; } }

.banner.workpacks {
  background: #ff3348; }
  @media (max-width: 1023px) {
    .banner.workpacks {
      display: flex;
      flex-direction: column; }
      .banner.workpacks .lockup {
        padding-top: 70vw;
        position: relative;
        z-index: 100; }
      .banner.workpacks .image {
        visibility: hidden;
        width: 100vw;
        aspect-ratio: 4/2.6; }
      .banner.workpacks img.mobile {
        display: block;
        position: absolute;
        width: calc(100vw - 8px);
        height: auto;
        margin-top: 10px; }
      .banner.workpacks .lockup {
        padding-top: 32px; } }
  @media (min-width: 1024px) {
    .banner.workpacks {
      display: flex;
      flex-direction: row;
      padding: 90px 0 90px; }
      .banner.workpacks > * {
        width: 50%; }
      .banner.workpacks .image {
        position: relative;
        left: 56px;
        max-height: 300px;
        filter: drop-shadow(0px 51px 80px rgba(0, 0, 0, 0.12)) drop-shadow(0px 15.375px 24.1177px rgba(0, 0, 0, 0.0781907)) drop-shadow(0px 6.38599px 10.0172px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2.30969px 3.62304px rgba(0, 0, 0, 0.0418093)); }
      .banner.workpacks img.mobile {
        display: none; }
      .banner.workpacks .lockup {
        max-width: 568px; }
        .banner.workpacks .lockup h1 {
          max-width: 380px; } }

.banner.hs-workpacks {
  background: #2d2d2d; }
  .banner.hs-workpacks .image {
    left: 0px; }
  .banner.hs-workpacks .highlight {
    color: #FFDC48;
    font: 600 20px/24px wfutura, Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  @media (min-width: 1024px) {
    .banner.hs-workpacks {
      padding: 100px 0 100px; } }

.banner.youth-day {
  position: relative;
  width: calc(min(100vw, 1920px));
  height: 600px;
  background: url(/img/banner-youth-day.jpg) no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  align-items: center;
  padding-top: 48px; }
  .banner.youth-day .lockup {
    width: 960px;
    margin: 0 auto; }
    .banner.youth-day .lockup h1 {
      color: #fff;
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 24px;
      text-align: center; }
  @media (max-width: 1023px) {
    .banner.youth-day {
      background: url(/img/banner-youth-day-mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center 30%;
      width: 100vw;
      aspect-ratio: 828/960;
      max-height: none;
      display: flex;
      align-items: flex-end;
      padding-top: 8px;
      padding-bottom: 0px; }
      .banner.youth-day .desktop {
        display: none; }
      .banner.youth-day .lockup {
        width: 100%;
        max-width: 414px;
        margin: 0; }
        .banner.youth-day .lockup h1 {
          font-size: 48px;
          line-height: 50px;
          max-width: 580px;
          margin-bottom: 1.35em;
          text-align: left; }
        .banner.youth-day .lockup p {
          margin-bottom: 1em;
          font-size: 20px;
          line-height: 24px; }
      .banner.youth-day button {
        background-color: #000;
        color: #fff; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

.banner-container {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 1920px 600px;
  background-position: center; }
  @media (max-width: 830px) {
    .banner-container {
      background-size: cover;
      display: flex;
      align-items: center; }
      .banner-container.image_left_horizontal {
        background-position-x: left; }
      .banner-container.image_right_horizontal {
        background-position-x: right; }
      .banner-container.image_top_vertical {
        background-position-y: top; }
      .banner-container.image_bottom_vertical {
        background-position-y: bottom; } }
  @media (min-width: 830px) {
    .banner-container {
      height: 600px; } }
  .banner-container .banner-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    gap: 24px; }
    @media (max-width: 830px) {
      .banner-container .banner-content {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        align-items: flex-start;
        text-align: left;
        padding: 48px 24px;
        max-width: 750px; }
        .banner-container .banner-content.text_position_bottom {
          top: 100%;
          transform: translate(0, -115%); }
        .banner-container .banner-content.text_position_top {
          top: 0%;
          transform: translate(0, 15%); }
        .banner-container .banner-content.text_position_center {
          text-align: center;
          left: 5%;
          right: 5%;
          align-items: center; }
        .banner-container .banner-content.text_position_right {
          text-align: right;
          left: auto;
          right: 5%;
          align-items: flex-end; } }
    .banner-container .banner-content .banner-title {
      margin-bottom: 0;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "WFutura"; }
      .banner-container .banner-content .banner-title.color-white {
        color: white; }
      .banner-container .banner-content .banner-title.size-large {
        font-size: 90px; }
      .banner-container .banner-content .banner-title.size-medium {
        font-size: 72px; }
      .banner-container .banner-content .banner-title.size-small {
        font-size: 60px; }
      .banner-container .banner-content .banner-title.max-full {
        max-width: 600px; }
      .banner-container .banner-content .banner-title.max-tight {
        max-width: 500px; }
      .banner-container .banner-content .banner-title.max-tightest {
        max-width: 400px; }
      @media (max-width: 830px) {
        .banner-container .banner-content .banner-title.size-large {
          font-size: 60px !important; }
        .banner-container .banner-content .banner-title.size-medium {
          font-size: 48px !important; }
        .banner-container .banner-content .banner-title.size-small {
          font-size: 40px !important; } }
      @media (max-width: 430px) {
        .banner-container .banner-content .banner-title.size-large {
          font-size: 40px !important; }
        .banner-container .banner-content .banner-title.size-medium {
          font-size: 32px !important; }
        .banner-container .banner-content .banner-title.size-small {
          font-size: 26.6px !important; } }
      @media (max-width: 718px) and (min-width: 430px) {
        .banner-container .banner-content .banner-title.size-large {
          font-size: 52.5px !important; }
        .banner-container .banner-content .banner-title.size-medium {
          font-size: 42px !important; }
        .banner-container .banner-content .banner-title.size-small {
          font-size: 35px !important; } }
      @media (min-width: 830px) and (max-width: 1024px) {
        .banner-container .banner-content .banner-title.size-large {
          font-size: 65px !important; }
        .banner-container .banner-content .banner-title.size-medium {
          font-size: 52px !important; }
        .banner-container .banner-content .banner-title.size-small {
          font-size: 43.3px !important; } }
    .banner-container .banner-content .banner-description {
      font-size: 20px;
      line-height: 24px;
      font-family: "WFutura";
      font-weight: 500; }
      .banner-container .banner-content .banner-description.color-white {
        color: white; }
      .banner-container .banner-content .banner-description.max-full {
        max-width: 475px; }
      .banner-container .banner-content .banner-description.max-tight {
        max-width: 400px; }
      @media (max-width: 830px) {
        .banner-container .banner-content .banner-description {
          font-size: 18px !important;
          line-height: 21.6px !important; } }
      @media (max-width: 430px) {
        .banner-container .banner-content .banner-description {
          font-size: 18px !important; } }
      @media (max-width: 718px) and (min-width: 430px) {
        .banner-container .banner-content .banner-description {
          font-size: 18px !important;
          line-height: 21.6px !important; } }
      @media (min-width: 830px) and (max-width: 1024px) {
        .banner-container .banner-content .banner-description {
          font-size: 18px !important;
          line-height: 21.6px !important; } }
    .banner-container .banner-content .banner-button {
      padding: 10px 40px 8px;
      border: none;
      background-color: #000;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "WFutura";
      font-weight: 600;
      transition: 0.3s background-color ease-in-out; }
      .banner-container .banner-content .banner-button:hover {
        background-color: #333; }
      @media (max-width: 830px) {
        .banner-container .banner-content .banner-button {
          padding: 10px 20px;
          font-size: 14px; } }
  @media (max-width: 430px) {
    .banner-container .banner-content {
      gap: 16px; } }
  @media (max-width: 718px) and (min-width: 430px) {
    .banner-container .banner-content {
      gap: 16px; } }

body {
  background-color: #2d2d2d; }

html {
  -webkit-font-smoothing: antialiased; }

.grecaptcha-badge {
  display: none; }
