/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url("../fonts/AvantGarde-Medium.woff2") format("woff2"), url("../fonts/AvantGarde-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url("../fonts/AvantGarde-Bold.woff2") format("woff2"), url("../fonts/AvantGarde-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 100%;
  position: relative; }

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #efefef;
  letter-spacing: 0.1rem;
  font-size: 1.0rem; }

html {
  scroll-behavior: smooth;
  color: #535353; }

body {
  position: relative; }

label {
  display: block; }

input, textarea, button {
  font-family: "Raleway", sans-serif;
  font-weight: 400; }

* {
  box-sizing: border-box;
  border: none; }

img {
  border: none; }

*:focus {
  outline: none; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "ITC Avant Garde Gothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5rem; }

* {
  scrollbar-color: transparent transparent;
  /* thumb and track color */
  scrollbar-width: 0px; }

*::-webkit-scrollbar {
  width: 0; }

*::-webkit-scrollbar-track {
  background: transparent; }

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none; }

* {
  -ms-overflow-style: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul > li {
    margin: 0;
    padding: 0; }

.page-template {
  max-width: 1440px;
  margin: auto;
  background: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15); }

.footer {
  border-top: 10px solid #023E84;
  background-color: white;
  padding: 2rem;
  padding-top: 0rem; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 2rem; } }
  @media (max-width: 577px) {
    .footer {
      padding-bottom: 8rem; } }
  .footer > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .footer > ul > li {
      color: #535353; }
      .footer > ul > li > a {
        font-size: 1.5rem;
        color: #535353;
        opacity: 0.7;
        transition: opacity 250ms ease-out; }
        .footer > ul > li > a:hover {
          opacity: 1.0; }
      .footer > ul > li.social {
        width: 2.5rem; }
        .footer > ul > li.social:nth-of-type(2) {
          margin-left: -0.5rem; }
        @media (max-width: 577px) {
          .footer > ul > li.social {
            margin-right: 0.5rem; } }
      .footer > ul > li.peroni {
        flex: 1 1;
        text-align: center; }
        @media (max-width: 577px) {
          .footer > ul > li.peroni {
            margin-top: 2rem; } }
        .footer > ul > li.peroni > a {
          display: block;
          text-align: center; }
          .footer > ul > li.peroni > a > img {
            width: 8rem; }
        .footer > ul > li.peroni > ul {
          display: block;
          margin-top: 1rem; }
          .footer > ul > li.peroni > ul > li {
            display: inline;
            padding: 0rem 1rem; }
            @media (max-width: 577px) {
              .footer > ul > li.peroni > ul > li {
                padding: 0rem; } }
            .footer > ul > li.peroni > ul > li > a {
              font-size: 0.7rem;
              text-transform: uppercase; }
      .footer > ul > li.ddnd {
        width: 8rem; }
      .footer > ul > li.social, .footer > ul > li.ddnd {
        margin-top: 9rem; }
        @media (min-width: 768px) {
          .footer > ul > li.social, .footer > ul > li.ddnd {
            margin-top: 0rem; } }
        @media (max-width: 577px) {
          .footer > ul > li.social, .footer > ul > li.ddnd {
            position: absolute; } }
      @media (max-width: 577px) {
        .footer > ul > li.ddnd {
          margin-top: 18rem; } }
      @media (max-width: 577px) {
        .footer > ul > li.social {
          margin-top: 12rem; }
          .footer > ul > li.social:nth-of-type(1) {
            margin-left: -4rem; }
          .footer > ul > li.social:nth-of-type(2) {
            margin-left: 1rem; }
          .footer > ul > li.social:nth-of-type(3) {
            margin-left: 7rem; } }

header.header {
  position: relative;
  height: 50px; }
  @media (min-width: 768px) {
    header.header {
      height: 100px; } }
  header.header > .burger {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 1rem;
    cursor: pointer; }
    @media (min-width: 768px) {
      header.header > .burger {
        padding: 2rem 7rem; } }
    header.header > .burger > i {
      font-size: 1rem;
      color: #023E84; }
      @media (min-width: 768px) {
        header.header > .burger > i {
          font-size: 2rem; } }
  header.header > .bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    header.header > .bar > h1 {
      display: inline-block;
      color: #023E84;
      margin: 0;
      text-align: center;
      font-size: 1.0rem;
      letter-spacing: 0.2rem;
      white-space: nowrap; }
      @media (min-width: 768px) {
        header.header > .bar > h1 {
          font-size: 1.4rem;
          letter-spacing: 0.7rem; } }
      @media (min-width: 1024px) {
        header.header > .bar > h1 {
          font-size: 1.8rem;
          letter-spacing: 1rem; } }
      header.header > .bar > h1 > a {
        color: #023E84; }
  header.header > .ddnd {
    position: absolute;
    z-index: 20;
    right: 1rem;
    top: 1rem; }
    @media (min-width: 768px) {
      header.header > .ddnd {
        right: 4rem;
        top: 2.5rem; } }
    header.header > .ddnd > a {
      opacity: 0.5;
      transition: opacity 250ms ease-out; }
      header.header > .ddnd > a:hover {
        opacity: 1.0; }
      header.header > .ddnd > a > img {
        width: 63px; }
        @media (min-width: 768px) {
          header.header > .ddnd > a > img {
            width: 130px; } }

div.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  z-index: 999; }
  .nav div.nav-overlay {
    display: block; }
  div.nav-overlay > .close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    cursor: pointer;
    z-index: 1000; }
    div.nav-overlay > .close > i {
      font-size: 2rem;
      color: #023E84; }
  div.nav-overlay > nav {
    height: 100%; }
    div.nav-overlay > nav > ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%; }
      div.nav-overlay > nav > ul > li > a {
        display: inline-block;
        padding: 1rem;
        font-family: "ITC Avant Garde Gothic", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 2rem;
        letter-spacing: 0.5rem;
        text-align: center; }
        div.nav-overlay > nav > ul > li > a:hover {
          color: #023E84; }

.page-template-page-template-sections.fullscreen > section#content > .content-wrapper > header, .page-template-page-template-quiz.fullscreen > section#content > .content-wrapper > header {
  display: none; }

.page-template-page-template-sections.fullscreen > section#content > .content-wrapper > ul > li > section > header, .page-template-page-template-quiz.fullscreen > section#content > .content-wrapper > ul > li > section > header {
  display: none; }

.page-template-page-template-sections.fullscreen > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:nth-child(2), .page-template-page-template-quiz.fullscreen > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:nth-child(2) {
  display: none; }

.page-template-page-template-sections.fullscreen > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li:not(.fullscreen), .page-template-page-template-quiz.fullscreen > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li:not(.fullscreen) {
  display: none; }

.page-template-page-template-sections > section#content .header-styling, .page-template-page-template-quiz > section#content .header-styling {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover; }
  .page-template-page-template-sections > section#content .header-styling.page-header, .page-template-page-template-quiz > section#content .header-styling.page-header {
    margin-left: 1rem;
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .page-template-page-template-sections > section#content .header-styling.page-header, .page-template-page-template-quiz > section#content .header-styling.page-header {
        margin-left: 4rem;
        margin-right: 4rem; } }
    .page-template-page-template-sections > section#content .header-styling.page-header > .tab, .page-template-page-template-quiz > section#content .header-styling.page-header > .tab {
      position: absolute;
      right: calc(-1.0rem - 15px);
      top: 0;
      width: calc(1.0rem + 15px);
      transition: right 250ms ease-out;
      overflow: hidden; }
      .page-template-page-template-sections > section#content .header-styling.page-header > .tab:hover, .page-template-page-template-quiz > section#content .header-styling.page-header > .tab:hover {
        right: calc(-1.0rem); }
      .page-template-page-template-sections > section#content .header-styling.page-header > .tab > img, .page-template-page-template-quiz > section#content .header-styling.page-header > .tab > img {
        margin-left: -5px;
        width: 100%; }
        @media (min-width: 768px) {
          .page-template-page-template-sections > section#content .header-styling.page-header > .tab > img, .page-template-page-template-quiz > section#content .header-styling.page-header > .tab > img {
            margin-left: 0px; } }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content .header-styling.page-header > .tab, .page-template-page-template-quiz > section#content .header-styling.page-header > .tab {
          right: calc(-4rem - 15px);
          width: 45px; }
          .page-template-page-template-sections > section#content .header-styling.page-header > .tab:hover, .page-template-page-template-quiz > section#content .header-styling.page-header > .tab:hover {
            right: calc(-4rem); } }
  @media (min-width: 768px) {
    .page-template-page-template-sections > section#content .header-styling, .page-template-page-template-quiz > section#content .header-styling {
      margin-bottom: 6rem; } }
  .page-template-page-template-sections > section#content .header-styling:before, .page-template-page-template-quiz > section#content .header-styling:before {
    border-top: 10px solid #023E84;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .page-template-page-template-sections > section#content .header-styling > .content, .page-template-page-template-quiz > section#content .header-styling > .content {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-template-page-template-sections > section#content .header-styling > .content > .contents > h1, .page-template-page-template-sections > section#content .header-styling > .content > .contents h2, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > h1, .page-template-page-template-quiz > section#content .header-styling > .content > .contents h2 {
      padding: 0rem 2rem;
      font-size: 1.8rem;
      letter-spacing: 1.0rem; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > h1, .page-template-page-template-sections > section#content .header-styling > .content > .contents h2, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > h1, .page-template-page-template-quiz > section#content .header-styling > .content > .contents h2 {
          padding: 0rem 2rem; } }
      @media (min-width: 1024px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > h1, .page-template-page-template-sections > section#content .header-styling > .content > .contents h2, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > h1, .page-template-page-template-quiz > section#content .header-styling > .content > .contents h2 {
          padding: 0rem 5rem; } }
      @media (min-width: 1440px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > h1, .page-template-page-template-sections > section#content .header-styling > .content > .contents h2, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > h1, .page-template-page-template-quiz > section#content .header-styling > .content > .contents h2 {
          padding: 0rem 10rem; } }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > h1, .page-template-page-template-sections > section#content .header-styling > .content > .contents h2, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > h1, .page-template-page-template-quiz > section#content .header-styling > .content > .contents h2 {
          font-size: 3rem;
          letter-spacing: 1.5rem; } }
    .page-template-page-template-sections > section#content .header-styling > .content > .contents > p, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ul > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ul > li {
      padding: 0rem 5rem;
      font-size: 0.8rem;
      line-height: 125%; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > p, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ul > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ul > li {
          padding: 0rem 5rem; } }
      @media (min-width: 1024px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > p, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ul > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ul > li {
          padding: 0rem 5rem; } }
      @media (min-width: 1440px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > p, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ul > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ul > li {
          padding: 0rem 15rem; } }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > p, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-sections > section#content .header-styling > .content > .contents > ul > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ol > li, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > ul > li {
          font-size: 1.4rem;
          line-height: 125%; } }
    .page-template-page-template-sections > section#content .header-styling > .content > .contents > p > a, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p > a {
      color: white;
      border: 1px solid white;
      padding: 1rem 2rem; }
      .page-template-page-template-sections > section#content .header-styling > .content > .contents > p > a:hover, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > p > a:hover {
        background: white;
        color: #023E84; }
    .page-template-page-template-sections > section#content .header-styling > .content > .contents > blockquote, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > blockquote {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 2rem;
      font-size: 0.7rem;
      margin: 0;
      padding: 0; }
      @media (max-width: 577px) {
        .page-template-page-template-sections > section#content .header-styling > .content > .contents > blockquote, .page-template-page-template-quiz > section#content .header-styling > .content > .contents > blockquote {
          bottom: 5rem; } }
  .page-template-page-template-sections > section#content .header-styling > .ddad, .page-template-page-template-quiz > section#content .header-styling > .ddad {
    position: absolute;
    z-index: 20;
    right: 2rem;
    bottom: 2rem; }
    @media (max-width: 577px) {
      .page-template-page-template-sections > section#content .header-styling > .ddad, .page-template-page-template-quiz > section#content .header-styling > .ddad {
        right: 1.0rem;
        bottom: 1.0rem; } }
    .page-template-page-template-sections > section#content .header-styling > .ddad > a, .page-template-page-template-quiz > section#content .header-styling > .ddad > a {
      opacity: 0.5;
      transition: opacity 250ms ease-out; }
      .page-template-page-template-sections > section#content .header-styling > .ddad > a:hover, .page-template-page-template-quiz > section#content .header-styling > .ddad > a:hover {
        opacity: 1.0; }
      .page-template-page-template-sections > section#content .header-styling > .ddad > a > img, .page-template-page-template-quiz > section#content .header-styling > .ddad > a > img {
        filter: brightness(10);
        width: 80px; }
        @media (min-width: 768px) {
          .page-template-page-template-sections > section#content .header-styling > .ddad > a > img, .page-template-page-template-quiz > section#content .header-styling > .ddad > a > img {
            width: 150px; } }

.page-template-page-template-sections > section#content > .content-wrapper > header, .page-template-page-template-quiz > section#content > .content-wrapper > header {
  height: 100vh;
  border-top: none; }
  @media (min-width: 768px) {
    .page-template-page-template-sections > section#content > .content-wrapper > header, .page-template-page-template-quiz > section#content > .content-wrapper > header {
      height: 68vh;
      min-height: 800px; } }
  .page-template-page-template-sections > section#content > .content-wrapper > header:before, .page-template-page-template-quiz > section#content > .content-wrapper > header:before {
    border-top: none; }

.page-template-page-template-sections > section#content > .content-wrapper li > .video-controls, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  font-size: 0.5rem; }
  @media (min-width: 768px) {
    .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls {
      font-size: 0.5rem; } }
  @media (min-width: 1024px) {
    .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls {
      font-size: 1.0rem; } }
  .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > img, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > video, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > img, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > video, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > img, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > video, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > img, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .big-play, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .big-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: white;
    opacity: 0.5;
    font-size: 5rem;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 768px) {
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .big-play, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .big-play {
        font-size: 3rem; } }
    @media (min-width: 1024px) {
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .big-play, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .big-play {
        font-size: 6rem; } }
    .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .big-play:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .big-play:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .big-play:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .big-play:hover {
      opacity: 1; }
  .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    opacity: 1.0;
    transition: bottom 250ms ease-out, opacity 250ms ease-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    background-color: #000000; }
    .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div {
      padding: 0.5rem;
      flex: 0; }
      @media (min-width: 1024px) {
        .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div {
          padding: 1.0rem; } }
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.play, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.pause, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.soundon, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.soundoff, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreen, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.play, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.pause, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.soundon, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.soundoff, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreen, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.play, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.pause, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.soundon, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.soundoff, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreen, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.play, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.pause, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.soundon, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.soundoff, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreen, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreenoff {
        flex: 0 0 auto;
        text-align: center;
        background-color: #023E84;
        cursor: pointer; }
        .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.play:hover, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.pause:hover, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.soundon:hover, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.soundoff:hover, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreen:hover, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreenoff:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.play:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.pause:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.soundon:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.soundoff:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreen:hover, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreenoff:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.play:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.pause:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.soundon:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.soundoff:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreen:hover, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreenoff:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.play:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.pause:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.soundon:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.soundoff:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreen:hover, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreenoff:hover {
          background-color: #535353; }
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.pause, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.pause, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.pause, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.pause {
        display: none; }
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.soundoff, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.soundoff, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.soundoff, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.soundoff {
        display: none; }
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.fullscreenoff {
        display: none; }
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar {
        flex: 1;
        position: relative;
        padding: 0.5rem; }
        @media (min-width: 1024px) {
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar {
            padding: 1.0rem; } }
        .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek {
          position: relative; }
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .progress, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .progress, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .progress, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .progress {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate3d(0, -50%, 0); }
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .bar, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .bar {
            width: 100%;
            height: 4px;
            background-color: #535353;
            cursor: pointer; }
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .progress, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .progress, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.progressbar > .seek > .progress, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.progressbar > .seek > .progress {
            width: 0%;
            height: 4px;
            background-color: #023E84;
            transition: width 250ms ease-out; }
      .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.duration, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.duration, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.duration, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.duration {
        flex: 0 0 4rem;
        text-align: center;
        background-color: #023E84;
        font-weight: bold;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start; }
        @media (min-width: 768px) {
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.duration, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.duration, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.duration, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.duration {
            flex: 0 0 6rem; } }
        @media (min-width: 1024px) {
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.duration, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.duration, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.duration, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.duration {
            flex: 0 0 8.125rem; } }
        .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.duration > span, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.duration > span, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.duration > span, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.duration > span {
          flex: 1;
          text-align: center; }
          .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.duration > span.progress, .page-template-page-template-sections > section#content > .content-wrapper li > .video-controls > .controls > div.duration > span.duration, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.duration > span.progress, .page-template-page-template-sections > section#content > .content-wrapper div > .video-controls > .controls > div.duration > span.duration, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.duration > span.progress, .page-template-page-template-quiz > section#content > .content-wrapper li > .video-controls > .controls > div.duration > span.duration, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.duration > span.progress, .page-template-page-template-quiz > section#content > .content-wrapper div > .video-controls > .controls > div.duration > span.duration {
            flex: 0 0 auto; }

.page-template-page-template-sections > section#content > .content-wrapper li.hidecontrols > .video-controls > .controls, .page-template-page-template-sections > section#content > .content-wrapper div.hidecontrols > .video-controls > .controls, .page-template-page-template-quiz > section#content > .content-wrapper li.hidecontrols > .video-controls > .controls, .page-template-page-template-quiz > section#content > .content-wrapper div.hidecontrols > .video-controls > .controls {
  bottom: -75px;
  opacity: 0; }

.page-template-page-template-sections > section#content > .content-wrapper li.playing > .video-controls > .big-play, .page-template-page-template-sections > section#content > .content-wrapper div.playing > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper li.playing > .video-controls > .big-play, .page-template-page-template-quiz > section#content > .content-wrapper div.playing > .video-controls > .big-play {
  display: none; }

.page-template-page-template-sections > section#content > .content-wrapper li.playing > .video-controls > .controls > div.play, .page-template-page-template-sections > section#content > .content-wrapper div.playing > .video-controls > .controls > div.play, .page-template-page-template-quiz > section#content > .content-wrapper li.playing > .video-controls > .controls > div.play, .page-template-page-template-quiz > section#content > .content-wrapper div.playing > .video-controls > .controls > div.play {
  display: none; }

.page-template-page-template-sections > section#content > .content-wrapper li.playing > .video-controls > .controls > div.pause, .page-template-page-template-sections > section#content > .content-wrapper div.playing > .video-controls > .controls > div.pause, .page-template-page-template-quiz > section#content > .content-wrapper li.playing > .video-controls > .controls > div.pause, .page-template-page-template-quiz > section#content > .content-wrapper div.playing > .video-controls > .controls > div.pause {
  display: block; }

.page-template-page-template-sections > section#content > .content-wrapper li.muted > .video-controls > .controls > div.soundon, .page-template-page-template-sections > section#content > .content-wrapper div.muted > .video-controls > .controls > div.soundon, .page-template-page-template-quiz > section#content > .content-wrapper li.muted > .video-controls > .controls > div.soundon, .page-template-page-template-quiz > section#content > .content-wrapper div.muted > .video-controls > .controls > div.soundon {
  display: none; }

.page-template-page-template-sections > section#content > .content-wrapper li.muted > .video-controls > .controls > div.soundoff, .page-template-page-template-sections > section#content > .content-wrapper div.muted > .video-controls > .controls > div.soundoff, .page-template-page-template-quiz > section#content > .content-wrapper li.muted > .video-controls > .controls > div.soundoff, .page-template-page-template-quiz > section#content > .content-wrapper div.muted > .video-controls > .controls > div.soundoff {
  display: block; }

.page-template-page-template-sections > section#content > .content-wrapper li.fullscreen > .video-controls > .controls > div.fullscreen, .page-template-page-template-sections > section#content > .content-wrapper div.fullscreen > .video-controls > .controls > div.fullscreen, .page-template-page-template-quiz > section#content > .content-wrapper li.fullscreen > .video-controls > .controls > div.fullscreen, .page-template-page-template-quiz > section#content > .content-wrapper div.fullscreen > .video-controls > .controls > div.fullscreen {
  display: none; }

.page-template-page-template-sections > section#content > .content-wrapper li.fullscreen > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-sections > section#content > .content-wrapper div.fullscreen > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-quiz > section#content > .content-wrapper li.fullscreen > .video-controls > .controls > div.fullscreenoff, .page-template-page-template-quiz > section#content > .content-wrapper div.fullscreen > .video-controls > .controls > div.fullscreenoff {
  display: block; }

.page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > header, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > header {
  height: 100vh;
  margin-bottom: 0rem;
  margin-top: 2rem;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > header, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > header {
      height: 50vh;
      margin-top: 4rem; } }

.page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content {
    text-align: center;
    padding: 1rem 2rem; }
    @media (min-width: 768px) {
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content {
        padding: 1rem 4rem; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h3, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h4, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h3, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h4 {
      font-size: 1.2rem;
      letter-spacing: 0.5rem; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h3, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h4, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h3, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content h4 {
          font-size: 1.8rem;
          letter-spacing: 0.7rem; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p {
      padding: 0rem 2rem;
      font-size: 0.9rem; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p {
          padding: 0rem 2rem; } }
      @media (min-width: 1024px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p {
          padding: 0rem 5rem; } }
      @media (min-width: 1440px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > section.content-intro > .content p {
          padding: 0rem 10rem; } }

.page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0rem 1rem 1rem 1rem; }
  @media (min-width: 768px) {
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article {
      padding: 0rem 4rem 2rem 4rem; } }
  @media (max-width: 769px) {
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article {
      flex-direction: column; } }
  .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article.readmore > .column, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article.readmore > .column {
    transition: height 250ms ease-out; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article.readmore > .column .readmore, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article.readmore > .column .readmore {
      display: block;
      cursor: pointer; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article.readmore > .column .readmore > span:after, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article.readmore > .column .readmore > span:after {
      content: 'READ MORE'; }
  .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article.expand > .column:last-of-type .readmore > span:after, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article.expand > .column:last-of-type .readmore > span:after {
    content: 'READ LESS'; }
  .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column {
    position: relative;
    flex: 0 0 50%;
    overflow: hidden;
    text-align: center; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad {
      position: absolute;
      z-index: 20;
      right: 0.5rem;
      bottom: 0.5rem; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad {
          right: 1.0rem;
          bottom: 1.0rem; } }
      @media (min-width: 1024px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad {
          right: 2rem;
          bottom: 2rem; } }
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a {
        opacity: 0.5;
        transition: opacity 250ms ease-out; }
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a:hover, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a:hover {
          opacity: 1.0; }
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a > img, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a > img {
          filter: brightness(10);
          width: 80px; }
          @media (min-width: 1024px) {
            .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a > img, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .ddad > a > img {
              width: 150px; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .readmore, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .readmore {
      display: none;
      position: absolute;
      bottom: 0;
      background: white;
      background: linear-gradient(0deg, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
      width: 100%;
      padding-top: 2rem; }
    @media (max-width: 769px) {
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column {
        flex: 1 1 100%;
        width: 100%;
        height: 56.25%; } }
    @media (min-width: 768px) {
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column {
        text-align: left; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column.wide, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column.wide {
      flex: 1 1 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column.wide h1, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column.wide h2, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column.wide h1, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column.wide h2 {
          margin-top: 1.5rem; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h1, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h2, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h1, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h2 {
      margin-top: 2rem;
      font-size: 1.2rem;
      letter-spacing: 0.5rem; }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h1, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h2, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h1, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h2 {
          margin-top: 0; } }
      @media (min-width: 768px) {
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h1, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h2, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h1, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h2 {
          font-size: 1.8rem;
          letter-spacing: 0.7rem; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h3, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h4, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h3, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column h4 {
      margin-top: 0;
      font-size: 0.9rem;
      letter-spacing: 0.4rem; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column p, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ol > li, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column p, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ol > li, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li {
      font-size: 0.9rem;
      line-height: 1.1rem; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column p > a, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column p > a {
      color: #023E84; }
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column p > a:hover, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column p > a:hover {
        text-decoration: underline; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ol, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ol {
      margin: 0;
      padding: 0;
      list-style-position: inside; }
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ol > li, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ol > li {
        margin-bottom: 0.5rem; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .glide__bullet, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column .glide__bullet {
      border-radius: 0;
      width: 1rem;
      height: 1rem; }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul {
      position: relative; }
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto !important;
        margin: 0;
        padding: 0; }
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > img, .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > video, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > img, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > video {
          position: relative;
          z-index: 1;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > .duration, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > .duration {
          display: none;
          font-weight: bold;
          position: absolute;
          top: 0;
          right: 0;
          background: #C8073C;
          color: white;
          padding: 0.5rem 1rem; }
          .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > .duration.tr, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column ul > li > .duration.tr {
            transform: rotate(-90deg) translateY(-100%);
            transform-origin: 100% 0%; }
  @media (min-width: 768px) {
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:first-of-type, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:first-of-type {
      flex: 0 0 50%; } }
  @media (min-width: 1024px) {
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:first-of-type, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:first-of-type {
      flex: 0 0 65%; } }
  .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type {
    padding: 0rem; }
    @media (min-width: 768px) {
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type {
        flex: 0 0 50%;
        padding: 1rem 2rem; } }
    @media (min-width: 1024px) {
      .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type {
        flex: 0 0 35%; } }
    .page-template-page-template-sections > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type.wide, .page-template-page-template-quiz > section#content > .content-wrapper > ul > li > section > ul > li > article > .column:last-of-type.wide {
      flex: 1 1 100%;
      text-align: center; }

.page-template-page-template-agegate > section#content {
  height: 100%;
  min-height: 100%; }
  .page-template-page-template-agegate > section#content .tab {
    position: absolute;
    right: -15px;
    top: 4rem;
    width: 45px;
    transition: right 250ms ease-out;
    overflow: hidden; }
    .page-template-page-template-agegate > section#content .tab:hover {
      right: 0; }
    @media (max-width: 577px) {
      .page-template-page-template-agegate > section#content .tab {
        top: 2rem; } }
  .page-template-page-template-agegate > section#content > .content-wrapper {
    height: 100%;
    min-height: 100%; }
    .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate {
      height: 100%;
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column; }
      @media (max-width: 577px) {
        .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate {
          height: auto; } }
      .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content {
        padding-top: 2rem;
        padding-bottom: 1rem;
        width: 100%;
        flex: 1;
        background: center center no-repeat transparent;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 4rem solid white;
        border-bottom: 0; }
        @media (max-width: 577px) {
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content {
            padding-top: 4rem;
            padding-bottom: 2em; } }
        @media (max-width: 577px) {
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content {
            border: 1rem solid white; } }
        .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form {
          width: 500px;
          padding: 2rem;
          background: white;
          text-align: center; }
          @media (max-width: 577px) {
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form {
              width: 300px;
              padding: 1rem; } }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > img {
            filter: brightness(2.5);
            width: 125px;
            margin: 1rem 0rem; }
            @media (max-width: 577px) {
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > img {
                width: 125px;
                margin: 1rem 0rem; } }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form .form-error {
            display: none;
            width: 100%; }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset {
            padding: 0rem; }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset > legend {
              display: none; }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset > label {
              text-transform: uppercase;
              padding: 1rem; }
              @media (max-width: 577px) {
                .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset > label {
                  padding: 0.5rem; } }
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset > label p {
                display: inline; }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset label, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset p, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset span {
              font-size: 0.9rem;
              letter-spacing: 0.2rem;
              font-family: "ITC Avant Garde Gothic", sans-serif;
              font-weight: 500; }
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset label.sml, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset p.sml, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset span.sml {
                font-size: 0.6rem;
                margin-top: -0.8rem;
                letter-spacing: 0.05rem; }
              @media (max-width: 577px) {
                .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset label, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset p, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset span {
                  font-size: 0.74rem;
                  letter-spacing: 0.15rem; }
                  .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset label.sml, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset p.sml, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset span.sml {
                    font-size: 0.5rem;
                    letter-spacing: 0.02rem; } }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset select, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset input {
              text-transform: uppercase;
              border: none;
              text-align: center;
              text-align-last: center;
              appearance: none;
              -webkit-appearance: none;
              border-radius: 0; }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset .dob {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: row;
              width: 100%;
              margin-top: 1.5rem; }
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset .dob > input {
                width: 4rem;
                margin: 0rem 0.75rem;
                appearance: none;
                -webkit-appearance: none; }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset.standard-checkbox > label {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: row; }
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form > fieldset.standard-checkbox > label > p {
                text-align: left; }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form select {
            font-family: "ITC Avant Garde Gothic", sans-serif;
            font-weight: 500;
            font-size: 1.0rem;
            letter-spacing: 0.2rem;
            text-transform: uppercase;
            color: #535353;
            padding: 0.5rem 0.5rem;
            background: #e1e1e1; }
            @media (max-width: 577px) {
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input, .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form select {
                font-size: 0.8rem;
                letter-spacing: 0.2rem; } }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="checkbox"] {
            display: inline-block;
            padding: 1.0rem;
            margin-right: 1rem;
            appearance: none;
            -webkit-appearance: none;
            color: #023E84;
            position: relative; }
            @media (max-width: 577px) {
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="checkbox"] {
                padding: 1.0rem; } }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="checkbox"]:after {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate3d(-35%, -50%, 0);
              font-family: FontAwesome;
              content: "\f00c";
              opacity: 0; }
              @media (max-width: 577px) {
                .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="checkbox"]:after {
                  transform: translate3d(-50%, -50%, 0); } }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="checkbox"]:checked:after {
              opacity: 1; }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="submit"] {
            font-size: 1.75rem;
            margin: 1rem 2rem;
            padding: 0;
            background: none;
            appearance: none;
            -webkit-appearance: none; }
            @media (max-width: 577px) {
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form > form input[type="submit"] {
                font-size: 1.25rem;
                margin: 1rem 2rem; } }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form .deets {
            font-size: 0.7rem;
            padding: 0rem 2rem; }
            @media (max-width: 577px) {
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form .deets {
                font-size: 0.5rem;
                padding: 0rem 1rem; } }
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .form .deets a {
              font-weight: bold; }
        .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .ddad {
          padding-top: 4rem; }
          @media (max-width: 577px) {
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .ddad {
              padding-top: 2rem; } }
          .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .ddad > a > img {
            filter: brightness(10);
            width: 250px; }
            @media (max-width: 577px) {
              .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .content > .ddad > a > img {
                width: 150px; } }
      .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .age-gate-footer {
        height: auto; }
        .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .age-gate-footer > h1 {
          color: #023E84; }
          @media (max-width: 577px) {
            .page-template-page-template-agegate > section#content > .content-wrapper > .age-gate > .age-gate-footer > h1 {
              font-size: 1.2rem;
              letter-spacing: 0.3rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper > header {
  height: 100vh; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper > header {
      height: 100vh; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h1, .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h2, .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h3, .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h4, .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container p {
  margin-top: 0;
  margin-bottom: 1.0rem; }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h1 {
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0.3rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h1 {
      font-size: 2.75rem;
      letter-spacing: 0.75rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h2 {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.25rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h2 {
      font-size: 1.75rem;
      letter-spacing: 0.5rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h3 {
  font-weight: bold;
  font-size: 1.0rem;
  letter-spacing: 0.25rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container h3 {
      font-size: 1.25rem;
      letter-spacing: 0.25rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container p {
  font-size: 0.9rem;
  letter-spacing: 0.1rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container p {
      font-size: 1.0rem;
      padding: 0 6rem;
      letter-spacing: 0.15rem;
      line-height: 1.5rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container button:not(.glide__bullet) {
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
  padding: 1.0rem 1.75rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container button:not(.glide__bullet) {
      font-size: 1.0rem;
      letter-spacing: 0.4rem;
      padding: 1.5rem 3rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container button.answer {
  display: block;
  width: 100%; }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide:last-of-type h1 {
  font-size: 2.5rem;
  letter-spacing: 0.75rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide:last-of-type h1 {
      font-size: 3.75rem;
      letter-spacing: 1.25rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide:last-of-type h2, .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide:last-of-type h3 {
  font-weight: normal;
  font-size: 1.0rem;
  letter-spacing: 0.25rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide:last-of-type h2, .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide:last-of-type h3 {
      font-size: 1.25rem;
      letter-spacing: 0.4rem; } }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide__content {
  padding: 0rem 3.0rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide__content {
      padding: 0rem 10rem; } }
  .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide__content ol.answers {
    display: grid;
    margin-top: 2rem;
    grid-gap: 1rem; }
    @media (min-width: 768px) {
      .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide__content ol.answers {
        grid-template-columns: auto auto;
        grid-gap: 2rem; } }
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide__content ol.answers > li .answer {
      padding: 1rem;
      border: 1px solid black; }
      .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .glide__slide__content ol.answers > li .answer.active {
        background: white;
        color: black; }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  display: none;
  padding: 0.25rem; }
  @media (min-width: 768px) {
    .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .arrow {
      padding: 1rem;
      outline: 1px solid white; } }
  .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .arrow > svg {
    width: 1.5rem;
    height: 1.5rem; }
    @media (min-width: 768px) {
      .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .arrow > svg {
        width: 2rem;
        height: 2rem; } }
  .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .arrow.arrow_next {
    right: 0; }
  .page-template-page-template-quiz > section#content > .content-wrapper .quiz-container .arrow.arrow_prev {
    left: 0; }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container.allow_next .arrow.arrow_next {
  display: block; }

.page-template-page-template-quiz > section#content > .content-wrapper .quiz-container.allow_prev .arrow.arrow_prev {
  display: block; }
