:root {
  --black: #000;
  --red: #d00;
  --white: #fff;
  --grey: #e2e2e2;
  --light-yellow: #ffe380;
  --dark-purple: #837d90;
  --blue: #0051ff;
}

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

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

body {
  color: var(--black);
  background-image: url('../images/White-paper-texture-p-1920.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: eurostile, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

h1 {
  border-top: 5px solid var(--red);
  border-bottom: 5px solid var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: eurostile, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: eurostile, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: eurostile, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: eurostile, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: eurostile, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--black);
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5em;
  line-height: 1.2em;
}

figcaption {
  opacity: .71;
  text-align: left;
  margin-top: 3px;
  font-size: .8em;
  line-height: 1.1em;
}

.hero {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.cmiddle {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
}

.row.middle, .row.rmiddle {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.row.rmiddle.youtube {
  flex-flow: column;
  display: flex;
}

.row.rline {
  border-width: 5px 3px;
  border-color: #d00;
  border-top-style: solid;
  border-left-style: none;
  border-right-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.row.rline.hide {
  display: none;
}

.row.centre {
  justify-content: center;
  align-items: center;
}

.column {
  flex: 1;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  margin-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.column.caccoord {
  padding-right: 0;
}

.column.cnopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.column.cmiddle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding-right: 0;
  display: flex;
}

.column._2 {
  align-self: stretch;
  transform: rotate(4deg);
}

.column.cyoutube {
  margin-right: 0%;
  padding-right: 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.reds {
  color: var(--white);
  background-color: #d00;
}

.section.blacks {
  background-color: var(--black);
  color: var(--white);
}

.section.sabout {
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.sabout.red {
  background-color: var(--red);
}

.section.hide {
  display: none;
}

.section.mobile-c {
  padding-top: 0;
}

.button {
  transform-style: preserve-3d;
  background-color: #d00;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 14px 20px 15px;
  font-family: eurostile, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
}

.cardrow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
}

.card {
  color: var(--white);
  flex: 1;
  min-width: 23%;
  max-width: 31.3%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
}

.cardtext {
  color: var(--black);
  padding: 20px;
}

.cardtext.ctwhite {
  color: var(--white);
  padding-left: 0;
}

.cardtitle {
  margin-bottom: 10px;
  font-family: eurostile, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.brand {
  filter: invert();
  object-fit: contain;
  object-position: 50% 50%;
  width: 200px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 2%;
}

.brand.w--current {
  filter: invert();
  width: 150px;
  transform: none;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 3px;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--red);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--red);
}

.navbar {
  color: var(--white);
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  color: var(--white);
  text-align: center;
  background-color: #d00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 90px;
  font-size: 2em;
  display: flex;
}

.footer-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2em;
  display: block;
}

.accordwrapper {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.accordwrapper.line {
  border: 1px #d00;
  border-top: 5px solid #d00;
  border-bottom: 0 #000;
}

.accordwrapper.double-line {
  border-top: 5px solid var(--red);
  border-bottom: 5px solid var(--red);
}

.accordtitle {
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: eurostile, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.accordcontent {
  color: var(--black);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 60%;
  overflow: hidden;
}

.accordcross {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.accordcross.acred {
  color: var(--red);
}

.nav-menu {
  padding-right: 2%;
  font-family: eurostile, sans-serif;
}

.navcontainer {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.background-image {
  color: var(--black);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.redbackgorund {
  background-color: var(--red);
}

.column-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 60px;
}

.column-image.angledl-eft {
  transform: rotate(-4deg);
}

.column-image._2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.big-text-2 {
  color: var(--black);
  font-size: 8em;
  position: relative;
}

.banner {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

.logo {
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
}

.button-centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-centre.hide {
  display: none;
}

.crowd-divider {
  background-color: var(--red);
  background-image: url('../images/Crowd-800.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rip {
  width: auto;
  height: auto;
  position: relative;
}

.rip.rtop {
  width: 100%;
  min-width: 100%;
  top: -53px;
}

.rip.rred {
  background-color: #d00;
}

.red-text {
  color: #d00;
}

.button-container {
  display: flex;
}

.accord-info {
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.name-image {
  width: 300px;
}

.name-image.left-angle {
  transform: rotate(-7deg);
}

.textured-background {
  z-index: -1;
  position: fixed;
}

.logo-image {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 200px;
}

.pageheader {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.undercover-image {
  object-fit: cover;
  width: 80%;
  height: 100%;
  padding-left: 60px;
}

.undercover-image.angledl-eft {
  transform: rotate(-4deg);
}

.undercover-image.angled-right {
  transform: rotate(4deg);
}

.rip-block {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 4px;
  display: flex;
  position: relative;
}

.rip-block.hide {
  display: none;
}

.rip-image {
  width: 100%;
  height: 80px;
}

.full-width-image {
  background-color: var(--black);
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.logo-grid {
  width: 100%;
  height: 100%;
}

.image-3 {
  mix-blend-mode: normal;
  height: 300px;
  position: relative;
}

.image-4 {
  filter: invert();
  width: 150px;
  position: relative;
  top: 13px;
  transform: rotate(-7deg);
}

.text-block {
  margin-bottom: 10px;
  font-family: eurostile, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.angled {
  transform: rotate(4deg);
}

.cookies-block {
  z-index: 40000000;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  -webkit-text-stroke-color: var(--red);
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.undercover-heading {
  color: var(--red);
  font-size: 2em;
  font-weight: 700;
}

.screening-info {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.privacy-headline {
  font-size: 1.5em;
}

.centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.video-embed {
  height: 90vh;
}

.video-hero-block {
  position: relative;
}

.scroll {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube {
  z-index: 5;
}

.hero-background-image {
  color: var(--black);
  object-fit: cover;
  object-position: 50% 50%;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

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

.lwhite {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3em;
  }

  h4 {
    font-size: 1.5em;
  }

  .hero {
    min-height: 60vh;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .row.mobilerev {
    flex-flow: wrap-reverse;
  }

  .column {
    min-width: 100%;
    max-width: none;
  }

  .column.no-padding {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sabout {
    padding-top: 40px;
  }

  .section.mobile-c {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card {
    min-width: 48%;
    max-width: 98%;
    margin-right: 2%;
  }

  .brand {
    z-index: 1;
    width: 187px;
  }

  .nav-link {
    text-align: center;
    font-weight: 700;
  }

  .nav-link:hover {
    color: var(--black);
    padding-bottom: 20px;
    text-decoration: underline;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .menu-button {
    font-size: 28px;
    line-height: 28px;
  }

  .menu-button.w--open {
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .accordwrapper.line {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordcontent {
    width: 80%;
  }

  .nav-menu {
    background-color: var(--red);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .navcontainer {
    padding-right: 0;
  }

  .column-image {
    padding-left: 0;
  }

  .big-text-2 {
    font-size: 4em;
  }

  .icon {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .accord-info.moblie {
    text-align: center;
  }

  .name-image.left-angle {
    z-index: 1;
    position: relative;
  }

  .pageheader {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .undercover-image {
    width: 50%;
    margin-bottom: -139px;
    padding-left: 0;
  }

  .rip-image {
    height: 80px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  .hero {
    min-height: 50vh;
  }

  .row.rline {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .row.mobilerev {
    flex-flow: wrap-reverse;
  }

  .column {
    min-width: 98%;
    padding-right: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand {
    width: 180px;
    margin-top: -5px;
    padding-left: 0;
  }

  .accordcross {
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 22px;
    top: -2px;
  }

  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rip.rtop {
    top: -36px;
  }

  .name-image.left-angle {
    z-index: 2;
    position: relative;
  }

  .undercover-image {
    margin-bottom: -63px;
  }

  .rip-image {
    height: 50px;
  }

  .image-3 {
    height: 200px;
  }

  .text-block {
    font-size: 1.2em;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.sabout {
    padding-bottom: 0;
  }

  .card {
    min-width: 98%;
    max-width: 98%;
    margin-right: 0%;
  }

  .accordcross {
    width: 60px;
    height: 60px;
  }

  .navcontainer {
    padding-left: 0;
  }

  .big-text-2 {
    font-size: 2em;
  }

  .crowd-divider {
    height: 100px;
  }

  .rip.rtop {
    top: -18px;
  }

  .pageheader {
    padding-bottom: 20px;
  }

  .undercover-image.angled-right {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .rip-image {
    height: 40px;
  }

  .image-3 {
    height: 100px;
  }

  .text-block {
    font-size: 1em;
    line-height: 1.5em;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_component {
    padding: 10px 20px;
  }

  .screening-info {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}