/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2021 17:47:49
*/


/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Mar 20 2017 08:57:17 GMT+0100 (CET)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.sq-form-question-checkbox ul, .c-carousel__list, .c-pagination__list, .p-footer__list, .p-nav__list, .p-nav--footer__list, .p-nav--secondary__list, .p-nav__lang-list, .p-hero__steps-list, .p-social__list, .s-inside__stats-list, .s-inside__listing-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: black;
  color: white;
}

td {
  border: 1px solid black;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: black;
  color: white;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: black;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid black;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: .8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 0.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #b8b8b8;
  left: 0.5rem;
  margin-top: -.8em;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #b8b8b8;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #fff;
  font-family: 'Arial, Baskerville, monospace';
  font-size: 1.75rem;
  font-style: normal;
  height: 2.75rem;
  line-height: 2.75rem;
  opacity: .65;
  padding: 0 0 1.125rem 0.625rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 2.75rem;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 0.0625rem;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 0.375rem;
  right: -0.375rem;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #b8b8b8;
  font-size: 0.75rem;
  line-height: 1.125rem;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 6.875rem;
  margin: 0;
  margin-top: -3.4375rem;
  opacity: .65;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  width: 5.625rem;
}

.mfp-arrow:active {
  margin-top: -3.375rem;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 2.1875rem;
  margin-top: 2.1875rem;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow::after {
  border-bottom-width: 0.8125rem;
  border-top-width: 0.8125rem;
  top: 0.5rem;
}

.mfp-arrow::before {
  border-bottom-width: 1.3125rem;
  border-top-width: 1.3125rem;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 1.0625rem solid #fff;
  margin-left: 1.9375rem;
}

.mfp-arrow-left::before {
  border-right: 1.6875rem solid #3f3f3f;
  margin-left: 1.5625rem;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 1.0625rem solid #fff;
  margin-left: 2.4375rem;
}

.mfp-arrow-right::before {
  border-left: 1.6875rem solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 56.25rem;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -2.5rem;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 2.5rem 0 2.5rem;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  background: #444;
  bottom: 2.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.5rem;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 1.125rem;
  padding-right: 2.25rem;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 50rem) and (orientation: landscape), screen and (max-height: 18.75rem) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.3125rem;
    top: 0.1875rem;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.1875rem;
  }
}

@media all and (max-width: 56.25rem) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.mfp-zoom-out-cur {
  height: auto !important;
}

.mfp-img + figcaption {
  display: none;
}

.flexbox .o-layout-flex, .flexbox .o-layout-flex .c-info-panel {
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flexbox .o-layout-flex__item, .flexbox .o-layout-flex .c-info-panel__inner, .flexbox.no-flexboxlegacy .o-layout-flex .c-info-panel__inner, .flexbox .s-inside__roadmap .o-layout-flex .c-info-panel__inner {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

.o-layout {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.o-layout:after {
  content: " ";
  display: block;
  clear: both;
}

.o-layout__item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.col-s-1 .o-layout__item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.col-s-2 .o-layout__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}

.col-s-2 .o-layout__item:nth-child(even) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

.col-s-2.has-gutter .o-layout__item {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.col-s-2.has-gutter .o-layout__item:nth-child(even) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}

.col-s-3 .o-layout__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
}

.col-s-3 .o-layout__item:nth-child(3n + 3) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: right;
}

.col-s-3.has-gutter .o-layout__item {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.col-s-3.has-gutter .o-layout__item:nth-child(3n + 3) {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5rem) {
  .col-m-2 .o-layout__item, .col-m-2 .o-layout__item:nth-child(3n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .col-m-2 .o-layout__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

@media screen and (min-width: 37.5rem) {
  .col-m-2.has-gutter .o-layout__item, .col-m-2.has-gutter .o-layout__item:nth-child(3n + 2) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-m-2.has-gutter .o-layout__item:nth-child(even) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5rem) {
  .col-m-3 .o-layout__item, .col-m-3 .o-layout__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
  .col-m-3 .o-layout__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

@media screen and (min-width: 37.5rem) {
  .col-m-3.has-gutter .o-layout__item, .col-m-3.has-gutter .o-layout__item:nth-child(even) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-m-3.has-gutter .o-layout__item:nth-child(3n + 3) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-w-2 .o-layout__item, .col-w-2 .o-layout__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .col-w-2 .o-layout__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-w-2.has-gutter .o-layout__item, .col-w-2.has-gutter .o-layout__item:nth-child(3n + 3) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-w-2.has-gutter .o-layout__item:nth-child(even) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-w-3 .o-layout__item, .col-w-3 .o-layout__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
  .col-w-3 .o-layout__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-w-3.has-gutter .o-layout__item, .col-w-3.has-gutter .o-layout__item:nth-child(even) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-w-3.has-gutter .o-layout__item:nth-child(3n + 3) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .col-xw-2 .o-layout__item, .col-xw-2 .o-layout__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .col-xw-2 .o-layout__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

@media screen and (min-width: 75rem) {
  .col-xw-2.has-gutter .o-layout__item, .col-xw-2.has-gutter .o-layout__item:nth-child(3n + 2) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-xw-2.has-gutter .o-layout__item:nth-child(even) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .col-xw-3 .o-layout__item, .col-xw-3 .o-layout__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
  .col-xw-3 .o-layout__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

@media screen and (min-width: 75rem) {
  .col-xw-3.has-gutter .o-layout__item, .col-xw-3.has-gutter .o-layout__item:nth-child(even) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-xw-3.has-gutter .o-layout__item:nth-child(3n + 3) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

.o-layout-flex {
  display: table;
  width: 100%;
}

.o-layout-flex__item {
  display: block;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .o-layout-flex__item {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
  }
}

.col-s-1 .o-layout-flex__item {
  width: 100%;
}

.col-s-2 .o-layout-flex__item {
  width: 50%;
}

@media screen and (min-width: 37.5rem) {
  .col-m-2 .o-layout-flex__item {
    width: 50%;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-w-2 .o-layout-flex__item {
    width: 50%;
  }
}

@media screen and (min-width: 75rem) {
  .col-xw-2 .o-layout-flex__item {
    width: 50%;
  }
}

.u-change-mobile-order .o-layout-flex__item:nth-child(odd) {
  order: 1;
}

@media screen and (min-width: 56.25rem) {
  .u-change-mobile-order .o-layout-flex__item:nth-child(odd) {
    order: 0;
  }
}

.u-change-mobile-order .o-layout-flex__item:nth-child(even) {
  order: -1;
}

@media screen and (min-width: 56.25rem) {
  .u-change-mobile-order .o-layout-flex__item:nth-child(even) {
    order: 0;
  }
}

body::after {
  content: 'mq-small';
  display: none;
}

@media screen and (min-width: 37.5rem) {
  body::after {
    content: 'mq-medium';
  }
}

@media screen and (min-width: 56.25rem) {
  body::after {
    content: 'mq-wide';
  }
}

@media screen and (min-width: 75rem) {
  body::after {
    content: 'mq-extra-wide';
  }
}

.o-container, .o-layout,
.s-home__landing,
.s-inside__app,
.s-inside__roadmap,
.c-info-panel--mental-health,
.p-social,
.p-footer {
  margin: 0 auto;
  max-width: 73.25rem;
  padding: 0 1.25rem;
  width: 100%;
}

.o-main {
  overflow: hidden;
}

.o-main::after {
  clear: both;
  content: '';
  display: block;
}

img {
  max-width: 100vw;
  object-fit: cover;
  object-position: center;
}

figure:not([class]), figure.full-width, figure.pull-centre, figure.pull-left, figure.pull-right {
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  figure:not([class]), figure.full-width, figure.pull-centre, figure.pull-left, figure.pull-right {
    width: auto;
  }
}

figure:not([class]) > img, figure.full-width > img, figure.pull-centre > img, figure.pull-left > img, figure.pull-right > img {
  height: 100%;
  min-height: 12.5rem;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  figure:not([class]) > img, figure.full-width > img, figure.pull-centre > img, figure.pull-left > img, figure.pull-right > img {
    width: auto;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.pull-centre > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  figure.pull-centre > figcaption {
    margin: 0.8125rem 0 1rem;
  }
}

@media screen and (min-width: 37.5rem) and (min-width: 37.5rem) {
  figure.pull-centre > figcaption {
    text-align: center;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.pull-left {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.pull-right {
    margin-left: 1rem;
  }
}

figure.full-width {
  width: 100%;
}

figure.full-width > img {
  width: 100%;
}

figure > figcaption {
  color: #151515;
  display: none;
  font-size: 1rem;
  margin: 0.375rem 0 1rem;
}

figure.has-caption > figcaption {
  display: block;
}

.e-img--dark {
  display: inline-block;
  position: relative;
}

.e-img--dark::after {
  background-color: #151515;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
}

.e-img--dark img {
  display: block;
}

.e-img__video-thumb {
  display: block;
  position: relative;
}

.e-img__video-thumb::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #151515;
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/file/0005/119651/ico-play.svg?v=0.1.1");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: '';
  display: block;
  height: 2.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2.625rem;
  z-index: 1;
}

@media screen and (min-width: 37.5rem) {
  .e-img__video-thumb::before {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.rgba .e-img__video-thumb::before {
  background-color: rgba(21, 21, 21, 0.79);
}

.e-img__video-thumb.e-img--dark::after {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.e-img__video-thumb.e-img--dark:hover::after {
  opacity: .5;
}

.e-img__video-thumb.e-img--not-ready::before {
  display: none;
}

.e-img__video-thumb.e-img--not-ready img {
  display: block;
}

.col-w-2 .o-layout__item .e-img__video-thumb {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0.0625rem;
}

.c-info-panel--light .col-w-2 .o-layout__item .e-img__video-thumb {
  border-color: #151515;
}

@media screen and (min-width: 56.25rem) {
  .col-w-2 .o-layout__item:nth-child(odd) .e-img__video-thumb {
    border-width: 0.0625rem 0.0625rem 0.0625rem 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-w-2 .o-layout__item:nth-child(even) .e-img__video-thumb {
    border-width: 0.0625rem 0 0.0625rem 0.0625rem;
  }
}

.e-img__video-thumb img {
  max-height: 13rem;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .e-img__video-thumb img {
    max-height: 26rem;
  }
}

a:not([class]) {
  color: currentColor;
  text-decoration: underline;
}

a:not([class]):focus, a:not([class]):hover {
  text-decoration: underline;
}

.c-info-panel--light a:not([class]) {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-info-panel--light a:not([class]):focus, .c-info-panel--light a:not([class]):hover {
  color: #ff0;
  text-decoration: underline;
}

.c-info-panel--dark a:not([class]) {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-info-panel--dark a:not([class]):focus, .c-info-panel--dark a:not([class]):hover {
  color: #919191;
  text-decoration: underline;
}

.e-link {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-bottom: 0.0625rem solid transparent;
  text-decoration: none;
}

.e-link:focus, .e-link:hover {
  border-color: currentColor;
  text-decoration: none;
}

.e-badge {
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  height: 2.75rem;
}

@media screen and (min-width: 56.25rem) {
  .e-badge {
    height: 3.75rem;
  }
}

.e-link--click:active {
  -webkit-transform: translateY(0.0625rem);
  -ms-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}

.e-badge--apple-app-store {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0004/119245/app-store-badge.png?v=0.1.1");
  width: 7.6875rem;
}

@media screen and (min-width: 56.25rem) {
  .e-badge--apple-app-store {
    width: 10.625rem;
  }
}

.e-badge--google-play-store {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0003/119253/play-store-badge.png?v=0.1.1");
  width: 9rem;
}

@media screen and (min-width: 56.25rem) {
  .e-badge--google-play-store {
    width: 12.6875rem;
  }
}

ol,
ul {
  padding-left: 1.25rem;
  text-align: left;
}

@media screen and (min-width: 37.5rem) {
  ol,
  ul {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  ol,
  ul {
    padding-left: 1.25rem;
  }
}

blockquote {
  margin: 0;
  padding: 0;
}

blockquote::before, blockquote::after {
  color: currentColor;
  content: '';
}

body {
  color: black;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

h1,
.e-h1,
h2,
.e-h2,
h3,
.e-h3,
h4,
.e-h4,
h5,
.e-h5,
h6,
.e-h6 {
  color: #000;
  font-family: "Arial Black", sans-serif;
  margin: 2rem 0 1rem;
}

h1,
.e-h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 37.5rem) {
  h1,
  .e-h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

h2,
.e-h2 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 37.5rem) {
  h2,
  .e-h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

h3,
.e-h3 {
  font-size: 1.375rem;
  font-weight: 900;
}

@media screen and (min-width: 37.5rem) {
  h3,
  .e-h3 {
    font-size: 1.375rem;
  }
}

h4,
.e-h4 {
  font-size: 1.0625rem;
  font-weight: 900;
}

@media screen and (min-width: 37.5rem) {
  h4,
  .e-h4 {
    font-size: 1.0625rem;
  }
}

h5,
.e-h5 {
  font-size: 1rem;
  font-weight: 900;
}

@media screen and (min-width: 37.5rem) {
  h5,
  .e-h5 {
    font-size: 1rem;
  }
}

h6,
.e-h5 {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

@media screen and (min-width: 37.5rem) {
  h6,
  .e-h5 {
    font-size: 1rem;
  }
}

p {
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 37.5rem) {
  p {
    font-size: 1.25rem;
  }
}

p:not([class]) {
  margin: 2rem 0 1rem;
}

@media screen and (min-width: 37.5rem) {
  p:not([class]) {
    margin: 2rem 0 1rem;
  }
}

p:not([class]) + p:not([class]) {
  margin: 1rem 0;
}

blockquote {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.75rem 0 0.625rem 1.25rem;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  blockquote {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0.5rem 0 0.4375rem 1.5rem;
    position: relative;
  }
}

blockquote::before {
  background-color: #ede709;
  content: '';
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  blockquote::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.3125rem;
  }
}

blockquote::after {
  background-color: #ede709;
  bottom: 0;
  content: '';
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  blockquote::after {
    display: none;
  }
}

blockquote p {
  margin: 0;
}

.e-txt--black {
  color: #151515;
}

.e-txt--pure-black {
  color: #000;
}

.e-txt--orange {
  color: #ffb938;
}

.e-txt--white {
  color: #fff;
}

.e-txt--yellow {
  color: #ede709;
}

.e-txt--centred {
  text-align: center;
}

.e-txt--uppercase {
  text-transform: uppercase;
}

.e-txt--capitalise {
  text-transform: capitalize;
}

.e-txt--btm-border {
  padding-bottom: 1.1875rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--btm-border {
    padding-bottom: 1.6875rem;
  }
}

.e-txt--btm-border::after {
  background-color: #b5b5b5;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--btm-border::after {
    height: 0.25rem;
  }
}

.e-txt--btm-border.e-txt--centred::after {
  width: 7.1875rem;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--btm-border.e-txt--centred::after {
    width: 14.375rem;
  }
}

.e-txt--btm-border.e-txt--no-border-mobile::after {
  width: 0;
}

@media screen and (min-width: 56.25rem) {
  .e-txt--btm-border.e-txt--no-border-mobile::after {
    width: 14.375rem;
  }
}

p.e-txt--btm-border {
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  p.e-txt--btm-border {
    padding-bottom: 2.3125rem;
  }
}

p.e-txt--btm-border::after {
  background-color: #ff0;
  height: 0.0625rem;
  width: 3.875rem;
}

.e-txt--left-top-border {
  display: block;
  margin-bottom: 1.1875rem;
  padding-top: 1.25rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--left-top-border {
    padding-top: 2.875rem;
  }
}

.e-txt--left-top-border::before {
  background-color: currentColor;
  content: '';
  display: block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.125rem;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--left-top-border::before {
    height: 0.375rem;
    width: 6.25rem;
  }
}

.e-txt--left-btm-border {
  display: block;
  padding-bottom: 2rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--left-btm-border {
    padding-bottom: 2rem;
  }
}

.e-txt--left-btm-border::after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 0.375rem;
  left: 0;
  position: absolute;
  width: 2.5rem;
}

@media screen and (min-width: 37.5rem) {
  .e-txt--left-btm-border::after {
    width: 2.5rem;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-radius: 0.0625rem;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

abbr[title] {
  border: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input[type='email'],
input[type='text'],
input[type='password'],
select,
textarea {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background-color: transparent;
  border: 0.0625rem solid #d6d6d6;
  border-radius: 0.0625rem;
  color: #fff;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  min-height: 2.5625rem;
  outline: none;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  input[type='email'],
  input[type='text'],
  input[type='password'],
  select,
  textarea {
    font-size: 1.25rem;
    min-height: 3.6875rem;
    padding: 0.875rem 0.625rem 0.9375rem;
  }
}

input[type='email'].sq-form-field--small,
input[type='text'].sq-form-field--small,
input[type='password'].sq-form-field--small,
select.sq-form-field--small,
textarea.sq-form-field--small {
  font-size: 0.875rem;
  min-height: 0;
  padding: 0.625rem 0.625rem 0.6875rem;
}

@media screen and (min-width: 56.25rem) {
  input[type='email'].sq-form-field--small,
  input[type='text'].sq-form-field--small,
  input[type='password'].sq-form-field--small,
  select.sq-form-field--small,
  textarea.sq-form-field--small {
    font-size: 1.125rem;
    padding: 0.375rem 0.625rem 0.4375rem;
  }
}

input[type='email']:focus, input[type='email']:hover,
input[type='text']:focus,
input[type='text']:hover,
input[type='password']:focus,
input[type='password']:hover,
select:focus,
select:hover {
  border-color: #ff0;
}

select {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/file/0003/123852/ico-chev-down.svg?v=0.0.2");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
  text-align: left;
}

select option {
  background-color: #151515;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

textarea {
  line-height: 1;
  margin-top: 0;
  padding: 1.1875rem 0.625rem;
  resize: vertical;
}

textarea::-webkit-input-placeholder {
  color: #919191;
}

textarea::-moz-placeholder {
  color: #919191;
}

textarea:-ms-input-placeholder {
  color: #919191;
}

textarea:-moz-placeholder {
  color: #919191;
}

textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
}

textarea::-moz-placeholder {
  font-size: 0.875rem;
}

textarea:-ms-input-placeholder {
  font-size: 0.875rem;
}

textarea:-moz-placeholder {
  font-size: 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  textarea {
    padding: 0.625rem 0.625rem;
  }
  textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  textarea::-moz-placeholder {
    font-size: 1.125rem;
  }
  textarea:-ms-input-placeholder {
    font-size: 1.125rem;
  }
  textarea:-moz-placeholder {
    font-size: 1.125rem;
  }
}

html:not(.js) textarea:focus, html:not(.js) textarea:hover {
  border-color: #ff0;
}

.is-focus textarea {
  border-color: #ff0;
}

.sq-form-error textarea {
  color: #fff;
}

input[type='file'] {
  background-color: transparent;
  border-bottom: 0.0625rem solid transparent;
  color: #d6d6d6;
  max-width: 12.5rem;
  padding-bottom: 0.3125rem;
}

@media screen and (min-width: 56.25rem) {
  input[type='file'] {
    max-width: 100%;
  }
}

input[type='file']::-webkit-file-upload-button {
  background-color: transparent;
  border: 0;
  color: currentColor;
  margin: 0.25rem;
}

.sq-form-question-file-upload-container {
  position: relative;
  padding-left: 0;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-file-upload-container {
    padding-left: 50px;
  }
}

#btn-upload {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 0;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

@media screen and (min-width: 56.25rem) {
  #btn-upload {
    padding-left: 10px;
  }
}

#btn-upload ~ input[type='file'] {
  display: none;
}

#btn-upload:hover, #btn-upload:active {
  cursor: pointer;
  border: 2px solid #ff0;
  background-color: #ff0;
  color: #000;
}

.p-filename {
  color: #fff;
  font-size: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
}

@media screen and (min-width: 56.25rem) {
  .p-filename {
    text-align: left;
    width: 80%;
  }
}

input[type='checkbox'] + .sq-form-question-title {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1.5rem;
  padding: 2.9375rem 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  input[type='checkbox'] + .sq-form-question-title {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 1.75rem;
    padding: 0 0 0 3.125rem;
    text-align: left;
  }
}

input[type='checkbox'] + .sq-form-question-title::before, input[type='checkbox'] + .sq-form-question-title::after {
  content: '';
  display: inline-block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0.375rem;
}

@media screen and (min-width: 56.25rem) {
  input[type='checkbox'] + .sq-form-question-title::before, input[type='checkbox'] + .sq-form-question-title::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    right: auto;
    top: 50%;
  }
}

input[type='checkbox'] + .sq-form-question-title::before {
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  border: 0.0625rem solid #fff;
  height: 1.875rem;
  width: 1.875rem;
}

@media screen and (min-width: 56.25rem) {
  input[type='checkbox'] + .sq-form-question-title::before {
    height: 2rem;
    width: 2rem;
  }
}

input[type='checkbox'] + .sq-form-question-title::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  -moz-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  border: 0.0625rem solid #ff0;
  border-radius: 0.0625rem;
  border-width: 0 0.1875rem 0.1875rem 0;
  height: 0.9375rem;
  left: 0.125rem;
  opacity: 0;
  top: 0.75rem;
  visibility: hidden;
  width: 0.4375rem;
}

@media screen and (min-width: 56.25rem) {
  input[type='checkbox'] + .sq-form-question-title::after {
    left: 0.8125rem;
    top: 0.3125rem;
  }
}

input[type='checkbox'] + .sq-form-question-title:hover::before {
  border-color: #ff0;
}

input[type='checkbox']:checked + .sq-form-question-title::before {
  border-color: #ff0;
}

input[type='checkbox']:checked + .sq-form-question-title::after {
  opacity: 1;
  visibility: visible;
}

input[type='checkbox'].error + .sq-form-question-title::before {
  border-color: #ff005a;
}

.e-form__inner {
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__inner {
    max-width: 57.1875rem;
    padding-bottom: 4.8125rem;
  }
}

.e-form__inner .o-layout {
  padding-left: 0;
  padding-right: 0;
}

.e-form__container .o-layout {
  padding-left: 0;
  padding-right: 0;
}

.e-form__intro {
  color: #fff;
  margin-bottom: 1.4375rem;
  padding: 1.125rem 0 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__intro {
    padding: 3.375rem 0 1.125rem;
    text-align: center;
  }
}

.e-form__intro blockquote {
  display: block;
}

.e-form__intro blockquote * {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .e-form__intro blockquote * {
    font-size: 1.125rem;
  }
}

.e-form__intro blockquote p:not([class]) {
  line-height: 1.625rem;
  margin: 0;
  text-align: left;
}

.e-form__intro blockquote p:not([class]) + p:not([class]) {
  margin: 0;
}

.e-form__section-title {
  color: #fff;
  font-family: "Arial Black", sans-serif;
  font-size: 1rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__section-title {
    font-size: 1.75rem;
    margin-bottom: 0.5625rem;
  }
}

.e-form__section-title h2,
.e-form__section-title h3 {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0.625rem 0;
  padding-right: 3.75rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__section-title h2,
  .e-form__section-title h3 {
    font-size: 1.75rem;
    padding-right: 3.75rem;
  }
}

.e-form__section-title.is-border {
  border-bottom: 0.0625rem solid #ff0;
  margin-bottom: 2.5rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__section-title.is-border {
    margin-bottom: 3.625rem;
    padding-bottom: 0.9375rem;
  }
}

.sq-form-question {
  margin-bottom: 2.1875rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question {
    margin-bottom: 1.0625rem;
  }
}

.sq-form-question.sq-form-error input[type='email'],
.sq-form-question.sq-form-error input[type='file'],
.sq-form-question.sq-form-error input[type='text'],
.sq-form-question.sq-form-error select,
.sq-form-question.sq-form-error textarea {
  border-color: #ff005a;
}

.sq-form-additional .sq-form-question {
  display: inline-block;
  vertical-align: top;
}

.sq-form-question-title {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #d6d6d6;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-title {
    font-size: 1.125rem;
  }
}

.sq-form-additional .sq-form-question-title {
  font-size: 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-additional .sq-form-question-title {
    font-size: 1.125rem;
  }
}

.t-bg--pure-black .sq-form-question-title .e-link {
  color: #ff0;
}

.sq-form-question-optional {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d6d6d6;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-optional {
    font-size: 0.75rem;
  }
}

.sq-form-question-file-upload-container {
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-file-upload-container {
    margin-bottom: 0;
    text-align: left;
  }
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-textarea {
    margin-bottom: 4.8125rem;
  }
}

.sq-form-question-textarea-title {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border: 0.0625rem solid #fff;
  border-width: 0.0625rem 0.0625rem 0;
  padding: 0.625rem;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-textarea-title {
    padding: 1.25rem 3.75rem 1.25rem 0.625rem;
  }
}

.is-focus .sq-form-question-textarea-title {
  border-color: #ff0;
}

.sq-form-error .sq-form-question-textarea-title {
  border-color: #ff005a;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-textarea-title .sq-form-question-title {
    font-size: 1.25rem;
  }
}

.sq-form-question-file-upload-title {
  position: relative;
  z-index: 1;
}

.sq-form-question-file-upload-title .sq-form-question-title {
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-file-upload-title .sq-form-question-title {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-file-upload-title .c-tooltip {
    margin-left: 0.625rem;
    right: auto;
  }
  .sq-form-question-file-upload-title .c-tooltip .c-tooltip__content {
    left: 0;
    margin: 0.625rem 0 0 -0.625rem;
    right: auto;
  }
}

.sq-form-question-file-upload {
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-file-upload {
    margin-top: 0.3125rem;
    text-align: left;
  }
}

.sq-form-question-file-upload-limit {
  color: #919191;
  display: block;
  font-size: 0.75rem;
  text-align: center;
}

.sq-form-question-video-link {
  padding-bottom: 4.25rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-video-link {
    padding-bottom: 0;
  }
}

.sq-form-question-video-link .sq-form-question-title {
  margin-bottom: 1.0625rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-video-link .sq-form-question-title {
    margin-bottom: 0;
    text-align: left;
  }
}

.sq-form-question-icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d6d6d6;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-icon {
    font-size: 1rem;
  }
}

.sq-form-question-video-link .sq-form-question-icon {
  font-size: 4rem;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 7.5625rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-video-link .sq-form-question-icon {
    font-size: 3rem;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
  }
}

.sq-form-question-checkbox {
  border-top: 0.0625rem solid #d6d6d6;
  padding-top: 3.125rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-checkbox {
    margin-top: 2.5rem;
    padding-top: 2.875rem;
  }
}

.sq-form-question-checkbox ul {
  margin: 0;
  padding: 0;
}

.sq-form-control {
  clear: both;
  padding: 1.5625rem 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-control {
    padding: 3.75rem 0;
  }
}

.sq-form-control .c-btn--large {
  border-width: 0.0625rem;
  font-size: 0.875rem;
  padding: 0.6875rem 0 0.75rem;
  width: 7.5rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-control .c-btn--large {
    font-size: 1.125rem;
    padding: 1.1875rem 0;
    width: 11.25rem;
  }
}

.sq-form-control-btn {
  margin-bottom: 2.5625rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-control-btn {
    display: inline-block;
    margin-bottom: 0rem;
    vertical-align: top;
  }
}

@media screen and (min-width: 56.25rem) {
  .sq-form-control-btn + .sq-form-control-btn {
    margin-left: 2.25rem;
  }
}

.sq-form-tooltip-btn {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-tooltip-btn .c-btn, .sq-form-tooltip-btn input[type='submit'] {
    padding-right: 1.875rem;
  }
}

.sq-form-tooltip-btn .c-tooltip {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-tooltip-btn .c-tooltip {
    display: block;
    right: 1.1875rem;
  }
}

.sq-form-tooltip-btn .c-tooltip__content {
  left: -25vw;
  right: auto;
}

.error {
  color: #ff005a;
}

.js-error-msg-container {
  margin: 1.25rem 0 2.375rem;
}

@media screen and (min-width: 56.25rem) {
  .js-error-msg-container {
    margin: 1.25rem 0 2.375rem;
  }
}

.sq-form-error {
  position: relative;
}

.sq-form-error::after {
  background: #ff005a;
  border-radius: 50%;
  bottom: 0.625rem;
  color: #fff;
  content: '!';
  display: block;
  font-family: "Arial Black", sans-serif;
  font-size: 0.875rem;
  height: 1.25rem;
  position: absolute;
  right: 0.625rem;
  text-align: center;
  width: 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-error::after {
    bottom: 1.25rem;
    font-size: 0.875rem;
    height: 1.25rem;
    width: 1.25rem;
  }
}

.sq-form-error.sq-form-question-select::after {
  right: 2.75rem;
}

.sq-form-error.sq-form-question-select select {
  padding-right: 5rem;
}

.sq-form-error.sq-form-question-textarea::after {
  right: 1.75rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-error.sq-form-question-textarea::after {
    right: 1.8125rem;
  }
}

.sq-form-error.sq-form-question-file-upload::after {
  bottom: 0.3125rem;
  right: -1.5rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-error.sq-form-question-file-upload::after {
    right: 0rem;
  }
}

.sq-form-error.sq-form-question-video-link::after {
  bottom: 4.875rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-error.sq-form-question-video-link::after {
    bottom: 0.625rem;
  }
}

.sq-form-error input[type='text'] {
  padding-right: 2.5rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-error input[type='text'] {
    padding-right: 3.125rem;
  }
}

/* Variables */
/* Placeholders */
.c-btn, input[type='submit'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

/* Styles */
.c-btn, input[type='submit'] {
  font-family: "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.6875rem 1.75rem;
  text-decoration: none;
}

.c-btn:hover, input[type='submit']:hover, .c-btn:focus, input[type='submit']:focus {
  text-decoration: none;
}

@media screen and (min-width: 56.25rem) {
  .c-btn, input[type='submit'] {
    font-size: 1.125rem;
    padding: 1.0625rem 2.0625rem;
  }
}

.c-btn--solid-yellow {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  background-color: #ff0;
  border-color: #ff0;
  color: #151515;
  text-decoration: none;
}

.c-btn--solid-yellow:focus, .c-btn--solid-yellow:hover {
  background-color: #ebeb00;
  border-color: #ebeb00;
  color: #151515;
  text-decoration: none;
}

.c-btn--border-light-yellow, input[type='submit'] {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
  border-color: #ff0;
  color: #fff;
  text-decoration: none;
}

.c-btn--border-light-yellow:focus, input[type='submit']:focus, .c-btn--border-light-yellow:hover, input[type='submit']:hover {
  background-color: #ff0;
  border-color: #ff0;
  color: #151515;
  text-decoration: none;
}

.c-btn--border-dark-yellow {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
  border-color: #ff0;
  color: #151515;
  text-decoration: none;
}

.c-btn--border-dark-yellow:focus, .c-btn--border-dark-yellow:hover {
  background-color: #ff0;
  border-color: #ff0;
  color: #151515;
  text-decoration: none;
}

.c-btn--border-light {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.c-btn--border-light:focus, .c-btn--border-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e3e3e;
  text-decoration: none;
}

.c-btn--border-dark {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
  border-color: #151515;
  color: #151515;
  text-decoration: none;
}

.c-btn--border-dark:focus, .c-btn--border-dark:hover {
  background-color: #151515;
  border-color: #151515;
  color: #fff;
  text-decoration: none;
}

.c-btn--large {
  font-size: 0.75rem;
  padding: 0.6875rem 2.875rem;
}

@media screen and (min-width: 56.25rem) {
  .c-btn--large {
    font-size: 1.125rem;
    padding: 1.4375rem 2.0625rem;
  }
}

.c-btn--small {
  font-size: 0.75rem;
  padding: 0.6875rem 0.6875rem;
}

@media screen and (min-width: 56.25rem) {
  .c-btn--small {
    font-size: 1rem;
    padding: 0.8125rem 1.25rem;
  }
}

.c-btn--bold {
  font-weight: 700;
}

.c-btn--uppercase {
  text-transform: uppercase;
}

input[type='submit'] {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

@media screen and (min-width: 56.25rem) {
  input[type='submit'] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-icon {
  fill: currentColor;
  /* use em to scale icons by font-size */
  height: 1em;
  overflow: hidden;
  vertical-align: -.1em;
  width: 1em;
}

.c-icon--sitelogo {
  display: inline-block;
}

.c-icon--sitelogo-img {
  height: 1.875rem;
}

@media screen and (min-width: 56.25rem) {
  .c-icon--sitelogo-img {
    height: 3.125rem;
  }
}

.c-icon--sitelogo-img--large {
  height: 1.25em;
  width: 3.75em;
}

.c-icon--sitelogo-img.u-printable {
  display: none;
}

.c-carousel__wrapper {
  padding: 1.25rem 1.25rem 3.4375rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__wrapper {
    padding: 3.125rem 0;
  }
}

.c-carousel__heading {
  color: #151515;
  display: inline-block;
  font-family: "Arial Black", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0.375rem 0 0;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__heading {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.t-bg--pure-black .c-carousel__heading {
  color: #fff;
}

.c-carousel__heading strong {
  color: #ff0;
  display: block;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0 0 0.3125rem;
  vertical-align: bottom;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__heading strong {
    display: inline-block;
    font-size: 2.125rem;
    line-height: 2.125rem;
    margin: 0 0.9375rem 0 0;
  }
}

.c-carousel__list {
  margin: 0;
  overflow: hidden;
  padding: 1.875rem 0;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__list {
    padding: 3.125rem 0;
  }
}

.c-carousel__item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__item:nth-child(n + 7) {
    display: inline-block;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__item.o-layout__item, .c-carousel__item.o-layout__item:nth-child(2n + 2), .c-carousel__item.o-layout__item:nth-child(3n + 3) {
    float: none;
  }
}

.c-carousel__link {
  display: inline-block;
  text-decoration: none;
}

.t-bg--pure-black .c-carousel__link .c-icon {
  color: #919191;
  display: none;
  font-size: 2rem;
}

@media screen and (min-width: 56.25rem) {
  .t-bg--pure-black .c-carousel__link .c-icon {
    display: inline-block;
  }
}

.c-carousel__img {
  display: block;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  max-height: 2.125rem;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__img {
    max-height: 4.25rem;
  }
}

.c-carousel__txt {
  display: block;
  font-family: "Arial Black", sans-serif;
  font-size: 0.625rem;
  font-weight: 900;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__txt {
    font-size: 0.75rem;
    margin: 0 0 0.75rem;
  }
}

.c-carousel__txt::before {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0011/124859/ico-success.png?v=0.0.2");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: none;
  height: 2rem;
  width: 2rem;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__txt::before {
    display: block;
    margin: 0 auto 0.125rem;
  }
}

.svg .c-carousel__txt::before {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/file/0010/124858/ico-success.svg?v=0.0.2");
}

.t-bg--pure-black .c-carousel__txt {
  color: #919191;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__btn {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.c-hero-panel {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10rem;
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.25rem;
    margin: 0;
    right: auto;
    text-align: left;
    top: 50%;
  }
}

.c-hero-panel__box {
  background-color: #fff;
  border: 0.3125rem solid #151515;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  text-align: left;
  width: 80%;
}

@media screen and (min-width: 37.5rem) {
  .c-hero-panel__box {
    width: 67%;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel__box {
    background-color: transparent;
    border-color: currentColor;
    border-width: 0.625rem;
    max-width: 23.5625rem;
    padding: 1.875rem 1.25rem;
    width: 100%;
  }
}

.csscalc .c-hero-panel__box {
  width: calc(90% - 1.875rem);
}

@media screen and (min-width: 37.5rem) {
  .csscalc .c-hero-panel__box {
    width: calc(70% - 1.25rem);
  }
}

@media screen and (min-width: 56.25rem) {
  .csscalc .c-hero-panel__box {
    width: 100%;
  }
}

.c-hero-panel__box.c-hero-panel__box--dark {
  background-color: #151515;
  border-color: currentColor;
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel__box.c-hero-panel__box--dark {
    background-color: transparent;
  }
}

.c-hero-panel__box br {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel__box br {
    display: inline;
  }
}

.c-hero-panel__box .c-btn, .c-hero-panel__box input[type='submit'] {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ff0;
  display: none;
  padding: 0.625rem 0.625rem;
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel__box .c-btn, .c-hero-panel__box input[type='submit'] {
    display: inline-block;
    padding: 0.75rem 0.875rem 0.75rem 1.3125rem;
  }
}

.c-hero-panel__box .c-btn:focus, .c-hero-panel__box input[type='submit']:focus, .c-hero-panel__box .c-btn:hover, .c-hero-panel__box input[type='submit']:hover {
  background-color: #dbdb00;
}

.c-hero-panel__box .c-btn__txt,
.c-hero-panel__box .c-icon {
  color: #151515;
  font-weight: 700;
  text-transform: uppercase;
}

.c-hero-panel__box .c-icon {
  display: inline-block;
  font-size: 1.375rem;
  vertical-align: bottom;
}

.c-hero-panel__txt {
  color: #151515;
  font-family: "Arial Black", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel__txt {
    color: #fff;
    font-size: 2.125rem;
    line-height: 2.3125rem;
    margin-bottom: 0.375rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-hero-panel__txt--coloured {
    color: currentColor;
    margin-bottom: 1.875rem;
  }
}

.c-hero-panel__box--dark .c-hero-panel__txt {
  color: #fff;
}

.c-hero-panel__box--dark .c-hero-panel__txt--coloured {
  color: currentColor;
}

.c-hero-panel__txt br {
  display: inline;
}

.c-tooltip {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0.25rem;
  top: 50%;
}

.c-tooltip:hover, .c-tooltip:active {
  z-index: 1;
}

.sq-form-question-textarea .c-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: -2.125rem;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-textarea .c-tooltip {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.125rem;
    top: 50%;
  }
}

.c-tooltip__icon {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #ff0;
  border-radius: 50%;
  color: #151515;
  display: inline-block;
  font-size: 0.875rem;
  height: 1.375rem;
  line-height: 1.375rem;
  text-align: center;
  vertical-align: middle;
  width: 1.375rem;
}

@media screen and (min-width: 56.25rem) {
  .c-tooltip__icon {
    font-size: 1.125rem;
    height: 1.6875rem;
    line-height: 1.75rem;
    width: 1.6875rem;
  }
}

.c-btn--border-light-yellow:focus + .c-tooltip .c-tooltip__icon, input[type='submit']:focus + .c-tooltip .c-tooltip__icon,
.c-btn--border-light-yellow:hover + .c-tooltip .c-tooltip__icon, input[type='submit']:hover + .c-tooltip .c-tooltip__icon {
  background-color: #151515;
  color: #ff0;
}

.c-tooltip__box {
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  display: block;
  margin: 0 -0.625rem 0 0;
  min-width: 16.25rem;
  opacity: 0;
  padding-top: 1.25rem;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 40vw;
  z-index: 1;
}

.c-tooltip:hover .c-tooltip__box {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question-file-upload-title .c-tooltip__box {
    left: 0;
    right: auto;
  }
}

.c-tooltip__content {
  background-color: #fff;
  border-radius: 0.0625rem;
  color: #151515;
  margin: 0;
  padding: 1rem;
}

.c-tooltip__content p {
  font-size: 1rem;
  margin: 0;
}

.c-info-panel__heading, .c-info-panel__heading--coloured {
  font-family: "Arial Black", sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  margin: 1rem 0 1.875rem;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__heading, .c-info-panel__heading--coloured {
    font-size: 2.25rem;
  }
}

.flexbox .o-layout-flex .c-info-panel {
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.s-home__landing .c-info-panel {
  min-height: 20rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home__landing .c-info-panel {
    min-height: 43.4375rem;
  }
}

.no-flexbox .s-home__landing .c-info-panel.t-bg--dark {
  overflow: hidden;
}

@media screen and (min-width: 56.25rem) {
  .no-flexbox .s-home__landing .c-info-panel.t-bg--dark::before {
    height: 50rem;
  }
}

.c-info-panel--deco-img {
  min-height: 20rem;
}

.c-info-panel__inner {
  margin: 0 auto;
  max-width: 48.75rem;
  padding: 3.125rem 1.25rem;
  width: 90%;
}

@media screen and (min-width: 37.5rem) {
  .c-info-panel__inner {
    width: 63%;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__inner {
    padding: 5rem 0 4.625rem;
  }
}

.has-border .c-info-panel__inner {
  border: 0.0625rem solid currentColor;
  margin: 0 auto;
  padding: 0.9375rem 1.25rem 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .has-border .c-info-panel__inner {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.full-width .c-info-panel__inner {
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .full-width .c-info-panel__inner {
    width: 100%;
  }
}

.has-top-connect .c-info-panel__inner {
  margin-bottom: 4.0625rem;
  margin-top: 2.8125rem;
  position: relative;
  width: 90%;
}

@media screen and (min-width: 37.5rem) {
  .has-top-connect .c-info-panel__inner {
    width: 70%;
  }
}

@media screen and (min-width: 56.25rem) {
  .has-top-connect .c-info-panel__inner {
    margin: 6.25rem auto 6.875rem;
    max-width: 48.75rem;
    width: 100%;
  }
}

.has-top-connect .c-info-panel__inner::before {
  background-color: currentColor;
  content: '';
  display: block;
  height: 2.8125rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2.8125rem;
  width: 0.0625rem;
}

@media screen and (min-width: 56.25rem) {
  .has-top-connect .c-info-panel__inner::before {
    display: none;
  }
}

.flexbox.no-flexboxlegacy .o-layout-flex .c-info-panel__inner {
  margin-left: 0;
}

.flexbox .s-inside__roadmap .o-layout-flex .c-info-panel__inner {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}

.s-home__form-entry .c-info-panel__inner {
  padding-bottom: 1.375rem;
  padding-top: 3.25rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home__form-entry .c-info-panel__inner {
    padding-bottom: 2.5rem;
    padding-top: 5.625rem;
  }
}

.s-home__form-entry .c-info-panel__inner + .c-info-panel__inner {
  padding-top: 0;
}

.s-inside__app .c-info-panel__inner {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3.375rem;
  padding-top: 1.8125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__app .c-info-panel__inner {
    margin: 0 auto;
    padding-top: 3.375rem;
  }
}

.s-inside__roadmap .c-info-panel__inner {
  padding-top: 2.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .c-info-panel__inner {
    padding-top: 4.875rem;
  }
}

.s-inside__listing .c-info-panel__inner {
  padding: 1.4375rem 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__listing .c-info-panel__inner {
    padding: 2.9375rem 0;
  }
}

.s-inside__detail .c-info-panel__inner {
  padding: 2.625rem 0 1rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail .c-info-panel__inner {
    padding: 5.75rem 0 1rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel--mental-health .c-info-panel__inner {
    max-width: 100%;
  }
}

.e-form__wrapper .c-info-panel__inner {
  padding: 1.0625rem 0 2.25rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__wrapper .c-info-panel__inner {
    padding: 4.9375rem 0 3.125rem;
    width: 100%;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-home__form-entry .c-info-panel__title {
    margin-bottom: 0.5rem;
  }
}

.s-inside__roadmap .c-info-panel__title {
  margin-bottom: 2.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .c-info-panel__title {
    margin-bottom: 3.125rem;
  }
}

.s-inside__stats-box-upper .c-info-panel__title {
  margin-bottom: 1.6875rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-upper .c-info-panel__title {
    margin-bottom: 2.25rem;
    text-align: left;
  }
}

.s-inside__stats-box-upper .c-info-panel__title::after {
  background-color: #ff0;
  bottom: 0;
  content: '';
  display: block;
  height: 0.0625rem;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 12.0625rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-upper .c-info-panel__title::after {
    display: none;
  }
}

.s-inside__stats-box-lower .c-info-panel__title {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-lower .c-info-panel__title {
    margin-bottom: 1rem;
  }
}

.c-info-panel__title br {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__title br {
    display: block;
  }
}

.c-info-panel__title p {
  font-size: 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__title p {
    font-size: 1.25rem;
  }
}

.c-info-panel__heading {
  color: #151515;
  margin: 1rem 0 2.25rem;
}

.c-info-panel__heading--coloured {
  color: currentColor;
  margin: 1rem 0 2.25rem;
}

.s-home__app .c-info-panel__heading--coloured {
  margin-top: 0;
}

.c-info-panel--dark .c-info-panel__heading {
  color: #151515;
}

.c-info-panel--dark .c-info-panel__heading--coloured {
  color: currentColor;
}

.c-info-panel--light .c-info-panel__heading {
  color: #fff;
}

.c-info-panel--light .c-info-panel__heading--coloured {
  color: currentColor;
}

.c-info-panel--centre-align .c-info-panel__heading, .c-info-panel--centre-align .c-info-panel__heading--coloured {
  text-align: center;
}

.e-form__wrapper .c-info-panel--centre-align .c-info-panel__heading {
  text-align: left;
}

@media screen and (min-width: 56.25rem) {
  .e-form__wrapper .c-info-panel--centre-align .c-info-panel__heading {
    text-align: center;
  }
}

.c-info-panel--mental-health .c-info-panel__heading {
  margin-bottom: 0;
}

.c-info-panel--mental-health .c-info-panel__heading--coloured {
  margin-top: 0;
}

.s-home__landing .c-info-panel__heading, .s-home__landing .c-info-panel__heading--coloured {
  margin-bottom: 1rem;
}

.s-inside__app .c-info-panel__heading, .s-inside__app .c-info-panel__heading--coloured {
  font-size: 1.375rem;
}

@media screen and (min-width: 37.5rem) {
  .s-inside__app .c-info-panel__heading, .s-inside__app .c-info-panel__heading--coloured {
    font-size: 1.625rem;
  }
}

.s-inside__roadmap .c-info-panel__heading {
  font-size: 1.5rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .c-info-panel__heading {
    font-size: 1.625rem;
  }
}

.s-inside__stats-box-upper .c-info-panel__heading {
  font-size: 1.375rem;
  margin: 0 0 0.625rem;
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-box-upper .c-info-panel__heading {
    font-size: 1.625rem;
  }
}

.s-inside__stats-box-upper .c-info-panel__heading--coloured {
  font-size: 1.375rem;
  margin: 0 0 0.625rem;
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-box-upper .c-info-panel__heading--coloured {
    font-size: 1.625rem;
  }
}

.s-inside__stats-box-lower .c-info-panel__heading {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-lower .c-info-panel__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-box-lower .c-info-panel__heading {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

.s-inside__stats-box-lower .c-info-panel__heading--coloured {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-lower .c-info-panel__heading--coloured {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-box-lower .c-info-panel__heading--coloured {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

.s-inside__listing .c-info-panel__heading {
  font-size: 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__listing .c-info-panel__heading {
    font-size: 1.625rem;
  }
}

.s-inside__listing .c-info-panel__heading.e-txt--btm-border {
  padding-bottom: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__listing .c-info-panel__heading.e-txt--btm-border {
    padding-bottom: 2.25rem;
  }
}

.s-inside__listing .c-info-panel__heading.e-txt--btm-border::after {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__listing .c-info-panel__heading.e-txt--btm-border::after {
    display: block;
  }
}

.s-inside__detail .c-info-panel__heading {
  margin: 1rem 0;
  text-transform: none;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail .c-info-panel__heading {
    margin: 2.4375rem 0;
  }
}

.s-form__app .c-info-panel__heading {
  margin-bottom: 0;
}

.s-form__app .c-info-panel__heading--coloured {
  margin-top: 0;
}

.c-info-panel__heading.e-txt--btm-border, .c-info-panel__heading--coloured.e-txt--btm-border, .c-info-panel__heading.e-txt--left-top-border, .c-info-panel__heading--coloured.e-txt--left-top-border {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 37.5rem) {
  .c-info-panel__heading.e-txt--btm-border, .c-info-panel__heading--coloured.e-txt--btm-border, .c-info-panel__heading.e-txt--left-top-border, .c-info-panel__heading--coloured.e-txt--left-top-border {
    margin-bottom: 4.1875rem;
  }
}

.s-inside__app .c-info-panel__heading.e-txt--btm-border, .s-inside__app .c-info-panel__heading--coloured.e-txt--btm-border, .s-inside__app .c-info-panel__heading.e-txt--left-top-border, .s-inside__app .c-info-panel__heading--coloured.e-txt--left-top-border {
  margin-bottom: 1.1875rem;
}

@media screen and (min-width: 37.5rem) {
  .s-inside__app .c-info-panel__heading.e-txt--btm-border, .s-inside__app .c-info-panel__heading--coloured.e-txt--btm-border, .s-inside__app .c-info-panel__heading.e-txt--left-top-border, .s-inside__app .c-info-panel__heading--coloured.e-txt--left-top-border {
    margin-bottom: 1.375rem;
  }
}

.s-home__app .c-info-panel__heading.e-txt--btm-border, .s-home__app .c-info-panel__heading.e-txt--left-top-border {
  margin-bottom: 0;
}

.c-info-panel__heading--coloured.e-txt--btm-border::after {
  background-color: currentColor;
}

.e-form__wrapper .c-info-panel__heading.e-txt--btm-border {
  margin-bottom: 1.5rem;
  padding: 1.25rem 0 0;
}

@media screen and (min-width: 56.25rem) {
  .e-form__wrapper .c-info-panel__heading.e-txt--btm-border {
    font-size: 1.625rem;
    margin-bottom: 3.4375rem;
    padding: 0 0 1.5625rem;
  }
}

.e-form__wrapper .c-info-panel__heading.e-txt--btm-border::after {
  background-color: currentColor;
  bottom: auto;
  content: '';
  display: block;
  height: 0.1875rem;
  left: 0;
  margin: 0;
  right: auto;
  top: 0;
  width: 3.125rem;
}

@media screen and (min-width: 56.25rem) {
  .e-form__wrapper .c-info-panel__heading.e-txt--btm-border::after {
    background-color: #b5b5b5;
    bottom: 0;
    height: 0.125rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 14.375rem;
  }
}

.c-info-panel__title-icon {
  display: block;
  font-size: 3.125rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__title-icon {
    font-size: 4.6875rem;
    margin-bottom: 1.875rem;
  }
}

.c-info-panel__content {
  color: #151515;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__content {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.c-info-panel--dark .c-info-panel__content,
.c-info-panel--dark .c-info-panel__content p {
  color: #151515;
}

.c-info-panel--light .c-info-panel__content,
.c-info-panel--light .c-info-panel__content p {
  color: #fff;
}

.c-info-panel--centre-align .c-info-panel__content {
  text-align: center;
}

.has-border.has-top-connect .c-info-panel__content {
  margin-bottom: 0;
}

.s-home__landing .c-info-panel__content {
  margin-bottom: 2.375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home__landing .c-info-panel__content {
    margin-bottom: 3.5rem;
  }
}

.s-home__form-entry .c-info-panel__content {
  margin-bottom: 0;
}

@media screen and (min-width: 37.5rem) {
  .s-inside__app .c-info-panel__content {
    margin-bottom: 2rem;
  }
}

.s-inside__stats .c-info-panel__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media screen and (min-width: 37.5rem) {
  .s-inside__stats .c-info-panel__content {
    width: 63%;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats .c-info-panel__content {
    width: 100%;
  }
}

.e-form__wrapper .c-info-panel__content {
  text-align: left;
}

@media screen and (min-width: 56.25rem) {
  .e-form__wrapper .c-info-panel__content {
    text-align: center;
  }
}

.c-info-panel__content p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__content p {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}

.c-info-panel__content p.e-txt--btm-border::after {
  width: 3.875rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__content p.e-txt--btm-border::after {
    width: 17.75rem;
  }
}

.c-info-panel__img-container {
  display: block;
}

.s-inside__app .c-info-panel__img-container {
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__app .c-info-panel__img-container {
    margin-bottom: 0;
  }
}

.s-inside__app .c-info-panel__img,
.s-inside__app .c-info-panel__img img {
  max-height: 12.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__app .c-info-panel__img,
  .s-inside__app .c-info-panel__img img {
    max-height: 23.125rem;
  }
}

.s-inside__detail .c-info-panel__img img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  max-height: 3.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail .c-info-panel__img img {
    max-height: 7.4375rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail .c-info-panel__img.e-txt--btm-border {
    padding-bottom: 2.25rem;
  }
}

.s-inside__detail .c-info-panel__img.e-txt--btm-border::after {
  width: 3.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail .c-info-panel__img.e-txt--btm-border::after {
    width: 7.3125rem;
  }
}

.c-info-panel__btn-container--gap {
  margin-top: 2.125rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__btn-container--gap {
    margin-top: 3.125rem;
  }
}

.c-info-panel__btn-container--gap-big {
  margin-top: 2.125rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__btn-container--gap-big {
    margin-top: 6.25rem;
  }
}

.s-inside__app .c-info-panel__btn-container,
.s-inside__roadmap .c-info-panel__btn-container {
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__app .c-info-panel__btn-container,
  .s-inside__roadmap .c-info-panel__btn-container {
    text-align: left;
  }
}

.s-home__form-entry .c-info-panel__btn-container {
  padding: 1.875rem 0;
}

.c-info-panel__btn {
  border-width: 0.0625rem;
  display: inline-block;
  vertical-align: middle;
}

.s-home__landing .c-info-panel__btn {
  padding: 0.75rem 1.1875rem;
}

.c-info-panel__btn.e-badge {
  border: none;
}

.s-home__app .c-info-panel__btn.e-badge,
.s-inside__app .c-info-panel__btn.e-badge {
  height: 2.3125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home__app .c-info-panel__btn.e-badge,
  .s-inside__app .c-info-panel__btn.e-badge {
    height: 2.75rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-home__app .c-info-panel__btn.e-badge,
  .s-inside__app .c-info-panel__btn.e-badge {
    height: 3.75rem;
  }
}

.s-home__app .c-info-panel__btn.e-badge--apple-app-store,
.s-inside__app .c-info-panel__btn.e-badge--apple-app-store {
  width: 6.5625rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home__app .c-info-panel__btn.e-badge--apple-app-store,
  .s-inside__app .c-info-panel__btn.e-badge--apple-app-store {
    width: 7.6875rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-home__app .c-info-panel__btn.e-badge--apple-app-store,
  .s-inside__app .c-info-panel__btn.e-badge--apple-app-store {
    width: 10.625rem;
  }
}

.s-home__app .c-info-panel__btn.e-badge--google-play-store,
.s-inside__app .c-info-panel__btn.e-badge--google-play-store {
  width: 8rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home__app .c-info-panel__btn.e-badge--google-play-store,
  .s-inside__app .c-info-panel__btn.e-badge--google-play-store {
    width: 9rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-home__app .c-info-panel__btn.e-badge--google-play-store,
  .s-inside__app .c-info-panel__btn.e-badge--google-play-store {
    width: 12.6875rem;
  }
}

.c-info-panel__btn.u-mobile-only {
  display: inline-block !important;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__btn.u-mobile-only {
    display: none !important;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__btn.u-desktop-only {
    display: inline-block !important;
  }
}

.s-home__landing .c-info-panel__btn-txt {
  font-weight: 700;
}

.c-info-panel--mental-health {
  min-height: 22.375rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel--mental-health {
    max-width: none;
    min-height: 33.375rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-pagination {
    margin-left: auto;
    margin-right: auto;
    max-width: 60.375rem;
  }
}

.c-pagination__list {
  border-top: 0.0625rem solid #e7e7e7;
  margin: 2.3125rem 1.25rem 1.75rem;
  padding: 2.4375rem 0;
}

@media screen and (min-width: 56.25rem) {
  .c-pagination__list {
    margin: 4.6875rem 0 4.125rem;
    padding: 4.125rem 0;
  }
}

.c-pagination__list::after {
  clear: both;
  content: '';
  display: block;
}

.c-pagination__item {
  text-align: center;
}

.c-pagination__link {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #151515;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.c-pagination__link:focus, .c-pagination__link:hover {
  color: #919191;
}

.c-pagination__link .c-icon {
  display: block;
  font-size: 2.1875rem;
  margin: 0 auto;
}

@media screen and (min-width: 56.25rem) {
  .c-pagination__link .c-icon {
    font-size: 3.25rem;
    margin-bottom: 1.75rem;
  }
}

.c-pagination__txt {
  font-size: 0.5625rem;
}

@media screen and (min-width: 56.25rem) {
  .c-pagination__txt {
    font-size: 1.125rem;
  }
}

.c-icon--sitelogo-img {
  height: 1.875rem;
}

@media screen and (min-width: 56.25rem) {
  .c-icon--sitelogo-img {
    height: 3.125rem;
  }
}

.p-header__inner {
  padding-bottom: 0.75rem;
  padding-top: 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  .p-header__inner {
    padding-bottom: 0.6875rem;
    padding-top: 2.5rem;
  }
}

.p-header__inner::after {
  clear: both;
  content: '';
  display: block;
}

.p-header__logo {
  margin: 0;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .p-header__logo {
    float: left;
  }
}

.p-header__logo-link {
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: -0.02187rem;
  text-decoration: none;
}

.p-header__logo-link:focus, .p-header__logo-link:hover {
  text-decoration: none;
}

.p-header__logo-txt {
  font-size: 0.875rem;
  font-weight: 600;
}

@media screen and (min-width: 56.25rem) {
  .p-header__logo-txt {
    font-size: 1rem;
  }
}

.p-header__mobile-menu {
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  padding: 0.625rem 0;
  position: absolute;
  right: 0.1875rem;
  top: 45%;
}

.p-header__menu-icon {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fff;
  display: block;
  height: 0.125rem;
  position: relative;
  width: 1.75rem;
}

.p-header__menu-icon::before, .p-header__menu-icon::after {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  background-color: #fff;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 1.75rem;
}

.p-header__menu-icon::before {
  top: -0.4375rem;
}

.p-header__menu-icon::after {
  top: 0.4375rem;
}

.is-active .p-header__menu-icon {
  background-color: transparent;
}

.is-active .p-header__menu-icon::before {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
  -ms-transform: translateY(0.4375rem) rotate(45deg);
  transform: translateY(0.4375rem) rotate(45deg);
}

.is-active .p-header__menu-icon::after {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
  -ms-transform: translateY(-0.4375rem) rotate(-45deg);
  transform: translateY(-0.4375rem) rotate(-45deg);
}

.p-footer {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.p-footer__wrapper {
  background-color: #000;
  border-top: 0.0625rem solid #000;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__wrapper {
    background-color: #fff;
    border-color: #e8e8e8;
  }
}

@media screen and (min-width: 86.25rem) {
  .p-footer__wrapper {
    text-align: center;
  }
}

.p-footer__wrapper::before {
  clear: both;
  content: '';
  display: block;
}

.p-footer__inner {
  max-width: 90rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__inner {
    padding-bottom: 2.6875rem;
    padding-top: 2.6875rem;
  }
}

@media screen and (min-width: 86.25rem) {
  .p-footer__inner {
    display: inline-block;
    max-width: 90rem;
  }
}

.p-footer__inner::after {
  clear: both;
  content: '';
  display: block;
}

.p-footer__list {
  margin: 0.1875rem 0 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__list {
    margin: 0;
  }
}

@media screen and (min-width: 86.25rem) {
  .p-footer__list {
    float: left;
  }
}

.p-footer__list::after {
  clear: both;
  content: '';
  display: block;
}

.p-footer__item {
  display: inline-block;
  margin: 0 0 0.3125rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 49%;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__item {
    margin: 0;
    width: auto;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__item:not(:first-child) {
    margin-left: 0.75rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__item:not(:first-child)::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #151515;
    content: '';
    display: block;
    height: 0.875rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: 0.125rem;
  }
}

.p-footer__link {
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -moz-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
  border: 0.0625rem solid #e7e7e7;
  color: #e7e7e7;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.6875rem 0;
  text-decoration: none;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__link {
    border-color: transparent;
    color: #151515;
    display: inline-block;
    padding: 0;
  }
}

.p-footer__link:focus, .p-footer__link:hover {
  border-color: #ff0;
  color: #ff0;
  text-decoration: none;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__link:focus, .p-footer__link:hover {
    border-color: transparent;
    color: currentColor;
    text-decoration: underline;
  }
}

.external .p-footer__link {
  border-color: transparent;
  font-weight: 700;
  padding: 0.6875rem 0 0.375rem;
}

@media screen and (min-width: 56.25rem) {
  .external .p-footer__link {
    padding: 0;
  }
}

.p-footer__statement {
  color: #e7e7e7;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 0.875rem;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__statement {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__statement {
    color: #151515;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 1.125rem;
    text-align: left;
  }
}

@media screen and (min-width: 86.25rem) {
  .p-footer__statement {
    float: right;
    margin-top: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__statement br {
    display: none;
  }
}

.p-nav__wrapper {
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__wrapper {
    border-width: 0.0625rem 0;
  }
}

.is-expanded .p-nav__wrapper {
  border-width: 0.0625rem 0;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__inner {
    margin: 0 auto;
    max-width: 73.25rem;
    padding: 0 1.25rem;
    width: 100%;
  }
}

.p-nav__list::after {
  clear: both;
  content: '';
  display: block;
}

.p-nav__item {
  -webkit-transition: max-height 0.3s ease, visibility 0.3s ease;
  -moz-transition: max-height 0.3s ease, visibility 0.3s ease;
  transition: max-height 0.3s ease, visibility 0.3s ease;
  display: block;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__item {
    float: left;
    max-height: 6.25rem;
    visibility: visible;
  }
}

.p-nav__item.current {
  max-height: 6.25rem;
  visibility: visible;
}

.is-expanded .p-nav__item {
  max-height: 6.25rem;
  visibility: visible;
}

.p-nav__link {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
  display: block;
  padding: 0.875rem 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__link {
    border-bottom: none;
    border-right: 0.0625rem solid #fff;
    padding: 1.1875rem 2.0625rem 1.125rem;
    text-align: center;
  }
}

.p-nav__link:focus, .p-nav__link:hover {
  color: #ff0;
  text-decoration: none;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__link:focus, .p-nav__link:hover {
    background-color: #ff0;
    color: #151515;
  }
}

.p-nav__link:focus::after, .p-nav__link:hover::after {
  border-color: #ff0;
}

.current .p-nav__link {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  background-color: #ff0;
  color: #151515;
  padding: 0.1875rem 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .current .p-nav__link {
    background-color: #ede709;
    color: #151515;
    padding: 1.1875rem 2.0625rem 1.125rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .current .p-nav__link:focus, .current .p-nav__link:hover {
    background-color: #ff0;
  }
}

.is-expanded .current .p-nav__link {
  background-color: transparent;
  color: #ff0;
  padding: 0.875rem 1.25rem;
}

.is-expanded .p-nav__item:not(:last-child) .p-nav__link {
  border-bottom: 0.0625rem solid #fff;
}

@media screen and (min-width: 56.25rem) {
  .is-expanded .p-nav__item:not(:last-child) .p-nav__link {
    border-bottom: none;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-nav__link.home {
    font-size: 1.5625rem;
    padding: 1.1875rem 1.1875rem 1.125rem;
  }
}

.current .p-nav__link.home {
  background-color: transparent;
  color: #ff0;
  height: 0;
  padding: 0;
}

@media screen and (min-width: 56.25rem) {
  .current .p-nav__link.home:focus, .current .p-nav__link.home:hover {
    background-color: #ff0;
    color: #151515;
  }
}

@media screen and (min-width: 56.25rem) {
  .current .p-nav__link.home {
    color: #fff;
    height: auto;
    padding: 1.1875rem 1.1875rem 1.125rem;
  }
}

.is-expanded .p-nav__link.home {
  height: auto;
  padding: 1.1875rem 1.1875rem 1.125rem;
}

.p-nav__txt {
  font-family: "Arial Black", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__txt {
    font-family: "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: capitalize;
  }
}

.p-nav--footer__item {
  margin-bottom: 0.125rem;
}

.p-nav--footer__link {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #f5f5f5;
  color: #151515;
  display: block;
  font-size: 0.875rem;
  padding: 1rem 1.25rem 0.9375rem;
  position: relative;
  text-decoration: none;
}

.p-nav--footer__link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #151515;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0 0;
  content: '';
  display: block;
  height: 0.75rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 0.75rem;
}

.p-nav--footer__link:focus, .p-nav--footer__link:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}

@media screen and (min-width: 56.25rem) {
  .p-nav--footer__link:focus, .p-nav--footer__link:hover {
    background-color: #ff0;
    color: #151515;
  }
}

.p-nav--footer__link.current {
  color: #ff0;
}

@media screen and (min-width: 56.25rem) {
  .p-nav--footer__link.current {
    background-color: #ede709;
    color: #151515;
  }
}

.p-nav--footer__link.current::after {
  border-color: #ff0;
}

@media screen and (min-width: 56.25rem) {
  .p-nav--footer__link.current:focus, .p-nav--footer__link.current:hover {
    background-color: #ff0;
  }
}

.p-nav--secondary {
  margin: 0;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .p-nav--secondary {
    float: right;
    width: 16.875rem;
  }
}

.p-nav--secondary__list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 0.0625rem solid #fff;
  padding: 0;
}

.p-nav--secondary__list:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 56.25rem) {
  .p-nav--secondary__list {
    border: none;
    padding: 1.25rem 0 0 0;
  }
}

.p-nav--secondary__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  float: left;
  float: left;
  overflow: hidden;
  text-align: center;
}

.p-nav--secondary__item--contact {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  float: right;
  margin-top: -0.625rem;
}

.p-nav--secondary__link {
  color: #fff;
  text-decoration: none;
}

.p-nav--secondary__link:focus, .p-nav--secondary__link:hover {
  text-decoration: underline;
}

.p-nav--secondary__txt {
  color: currentColor;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.02187rem;
}

.p-nav__lang-list {
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 56.25rem) {
  .p-nav__lang-list {
    display: block;
    max-height: 1.53125rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .is-ie .p-nav__lang-list {
    display: block;
    max-height: 1.53125rem;
  }
}

.p-nav__lang-item {
  display: inline-block;
  padding-bottom: 0.0625rem;
  vertical-align: top;
}

.p-nav__lang-link {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-bottom: 0.0625rem solid #fff;
  color: #fff;
  display: block;
  margin-bottom: 0.0625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.p-nav__lang-link:focus, .p-nav__lang-link:hover {
  border-color: transparent;
  text-decoration: none;
}

.p-hero--large.t-bg--dark {
  z-index: -1;
}

.p-hero__wrapper {
  height: 12.5rem;
  margin-bottom: 6.5625rem;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__wrapper {
    height: 31.5625rem;
    margin-bottom: 0;
  }
}

.p-hero--large .p-hero__wrapper {
  height: 14.375rem;
  margin-bottom: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__wrapper {
    height: 38.125rem;
  }
}

.p-hero__bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-hero__heading-box {
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading-box {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
  }
}

.p-hero--large .p-hero__heading-box {
  padding-top: 3.4375rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-box {
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%);
    padding-top: 0;
    top: 37%;
    width: 100%;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-box--low {
    -webkit-transform: translateY(-67%);
    -ms-transform: translateY(-67%);
    transform: translateY(-67%);
    padding-top: 0;
    top: 67%;
    width: 100%;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-box--mid {
    -webkit-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    transform: translateY(-57%);
    padding-top: 0;
    top: 57%;
    width: 100%;
  }
}

.p-hero--large .p-hero__heading-txt {
  margin-top: 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-txt {
    margin-top: 2.625rem;
  }
}

.p-hero--large .p-hero__heading {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 1rem 0 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 1rem 0 1.375rem;
  }
}

.p-hero--large .p-hero__heading br:not([class]) {
  display: inline;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading br:not([class]) {
    display: none;
  }
}

.t-bg--dark .p-hero__heading {
  color: #fff;
}

.p-hero__heading-link {
  background-color: #151515;
  border-radius: 50%;
  color: #ff0;
  display: inline-block;
  height: 3.125rem;
  width: 3.125rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading-link {
    height: 5.125rem;
    width: 5.125rem;
  }
}

.rgba .p-hero__heading-link {
  background-color: rgba(21, 21, 21, 0.79);
}

.p-hero__heading-link .c-icon {
  font-size: 3.125rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading-link .c-icon {
    font-size: 5.125rem;
  }
}

.p-hero__heading-ico {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
}

.p-hero--large .p-hero__heading-ico {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #ff0;
  font-size: 2.3125rem;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-ico {
    font-size: 4.6875rem;
  }
}

.p-hero--large .p-hero__heading-ico .c-icon.u-mobile-only {
  display: inline !important;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-ico .c-icon.u-mobile-only {
    display: none !important;
  }
}

.p-hero--large .p-hero__heading-num {
  color: #ff0;
  font-family: "Arial Black", sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.6875rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-num {
    font-size: 6rem;
    line-height: 6rem;
  }
}

.p-hero--large .p-hero__heading-num + .p-hero__heading {
  margin-top: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-num + .p-hero__heading {
    margin-top: 3.4375rem;
  }
}

.p-hero__heading-sub {
  margin: 0;
  padding-bottom: 2.25rem;
  position: relative;
}

.p-hero--large .p-hero__heading-sub {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .p-hero--large .p-hero__heading-sub {
    display: block;
    padding-bottom: 1.25rem;
  }
}

.t-bg--dark .p-hero__heading-sub {
  color: #fff;
}

.p-hero__heading-sub::after {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading-sub::after {
    background-color: #ede709;
    bottom: 0;
    content: '';
    display: block;
    height: 0.0625rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 17.75rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-hero__content-box {
    margin-top: -17.1875rem;
    padding-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-hero__content-box.t-bg--pure-black {
    background-color: transparent;
  }
}

.p-hero__steps {
  color: #fff;
  font-size: 0.875rem;
  padding: 1rem 0 1.125rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps {
    font-size: 0.875rem;
    padding: 1rem 0 0;
  }
}

.p-hero__steps-title {
  color: #fff;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  margin: 0.5625rem 0;
  position: relative;
  text-transform: none;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-title {
    font-size: 1.25rem;
    margin: 0;
    padding-bottom: 1.5rem;
  }
}

.p-hero__steps-title::after {
  background-color: #ff0;
  bottom: 0;
  content: '';
  display: none;
  height: 0.0625rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 17.75rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-title::after {
    display: block;
  }
}

.p-hero__steps-list {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-list {
    margin: 2.875rem auto 0;
  }
}

.p-hero__steps-item {
  display: block;
  margin: 1.0625rem 0 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 33%;
  }
}

.p-hero__steps-item:last-child {
  margin-bottom: 0;
}

.p-hero__steps-num {
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-family: "Arial Black", sans-serif;
  font-size: 1.25rem;
  height: 2rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
  width: 2rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-num {
    font-size: 2.125rem;
    height: 3.4375rem;
    line-height: 3.125rem;
    margin-bottom: 1.125rem;
    width: 3.4375rem;
  }
}

.p-hero__steps-content {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-content {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.p-hero__steps-content p {
  color: #fff;
  font-size: 0.875rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__steps-content p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.p-card__container {
  padding: 0.25rem 0 3.3125rem;
}

@media screen and (min-width: 56.25rem) {
  .p-card__container {
    padding: 0.125rem 0 3.75rem;
  }
}

.p-card__container::after {
  clear: both;
  content: '';
  display: block;
}

.p-card__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-top: 50%;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .p-card__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-top: 20%;
  }
}

.js .p-card__item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.1s ease, visibility 0.1s ease;
  -moz-transition: transform 0.1s ease, visibility 0.1s ease;
  transition: transform 0.1s ease, visibility 0.1s ease;
  overflow: hidden;
  transform-origin: center;
  visibility: hidden;
  width: 0;
}

.js .p-card__item.is-shown {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  visibility: visible;
}

@media screen and (min-width: 56.25rem) {
  .js .p-card__item.is-shown {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

.p-card__item-inner {
  background-color: #fff;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0.125rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .p-card__item-inner {
    border-width: 0.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__item-inner {
    border-width: 0.125rem;
  }
}

.p-card__item-inner:focus > .p-card__overlay, .p-card__item-inner:hover > .p-card__overlay {
  max-height: 30rem;
  opacity: 1;
}

.p-card__item:nth-child(odd) .p-card__item-inner {
  border-left-width: 0.25rem;
  border-right-width: 0.125rem;
}

@media screen and (min-width: 37.5rem) {
  .p-card__item:nth-child(odd) .p-card__item-inner {
    border-left-width: 0.5rem;
    border-right-width: 0.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__item:nth-child(odd) .p-card__item-inner {
    border-width: 0.125rem;
  }
}

.p-card__item:nth-child(even) .p-card__item-inner {
  border-left-width: 0.125rem;
  border-right-width: 0.25rem;
}

@media screen and (min-width: 37.5rem) {
  .p-card__item:nth-child(even) .p-card__item-inner {
    border-left-width: 0.25rem;
    border-right-width: 0.5rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__item:nth-child(even) .p-card__item-inner {
    border-width: 0.125rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__item:nth-child(5n + 1) .p-card__item-inner {
    border-left-color: transparent;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__item:nth-child(5n + 5) .p-card__item-inner {
    border-right-color: transparent;
  }
}

.p-card__overlay {
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  background-color: #151515;
  height: 100%;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.rgba .p-card__overlay {
  background-color: rgba(21, 21, 21, 0.95);
}

.p-card__overlay-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.p-card__img {
  height: 55%;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .p-card__img {
    height: 50%;
  }
}

.p-card__img figure,
.p-card__img img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  left: 0;
  margin: 0 auto;
  max-height: 3.125rem;
  max-width: 5.3125rem;
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (min-width: 37.5rem) {
  .p-card__img figure,
  .p-card__img img {
    max-height: 5.625rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__img figure,
  .p-card__img img {
    max-height: 3.125rem;
    max-width: 5.3125rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-card__img figure,
  .p-card__img img {
    max-height: 5.625rem;
    max-width: 90%;
  }
}

.p-card__img img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.p-card__content {
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 0.0625rem 0;
  font-family: "Arial Black", sans-serif;
  height: 25%;
  margin: 0 15%;
  position: relative;
  text-align: center;
}

.p-card__title {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3c3c3c;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
}

.p-card__title h2,
.p-card__title h3,
.p-card__title h4,
.p-card__title h5,
.p-card__title h6,
.p-card__title p,
.p-card__title span {
  font-size: 0.625rem;
  margin: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-card__title h2,
  .p-card__title h3,
  .p-card__title h4,
  .p-card__title h5,
  .p-card__title h6,
  .p-card__title p,
  .p-card__title span {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card__title h2,
  .p-card__title h3,
  .p-card__title h4,
  .p-card__title h5,
  .p-card__title h6,
  .p-card__title p,
  .p-card__title span {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-card__title h2,
  .p-card__title h3,
  .p-card__title h4,
  .p-card__title h5,
  .p-card__title h6,
  .p-card__title p,
  .p-card__title span {
    font-size: 1.0625rem;
  }
}

.p-social {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.p-social__wrapper {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 0.0625rem 0;
  margin-bottom: -0.0625rem;
}

.p-social__list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-social__list:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 37.5rem) {
  .p-social__list {
    width: 30.5rem;
  }
}

.p-social__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 0.0625rem 0;
  margin-bottom: 0;
  margin-top: -0.0625rem;
}

@media screen and (min-width: 37.5rem) {
  .p-social__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    border-width: 0 0.0625rem 0 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-social__item {
    margin-bottom: -0.0625rem;
  }
}

.p-social__item:nth-child(even) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5rem) {
  .p-social__item:nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    border-width: 0 0 0 0.0625rem;
  }
}

.p-social__item:nth-child(odd) {
  border-width: 0.0625rem 0.0625rem 0.0625rem 0;
}

@media screen and (min-width: 37.5rem) {
  .p-social__item:nth-child(odd) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    border-width: 0 0 0 0.0625rem;
  }
}

@media screen and (min-width: 37.5rem) {
  .p-social__item:last-child {
    border-width: 0 0.0625rem;
  }
}

.p-social__link {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #151515;
  display: block;
  font-size: 1.25rem;
  padding: 0.625rem 0;
  text-decoration: none;
}

.p-social__link:focus, .p-social__link:hover {
  background-color: #ededed;
  text-decoration: none;
}

@media screen and (min-width: 37.5rem) {
  .p-social__link {
    font-size: 1.375rem;
    padding: 1.0625rem 0 0.875rem;
  }
}

.p-social__link .visuallyhidden, .p-social__link .sr-only {
  color: #757575;
}

.s-home__landing {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.s-home__app__inner {
  padding: 2.75rem 0 4.375rem 0;
}

@media screen and (min-width: 56.25rem) {
  .s-home__app__inner {
    padding: 7.625rem 6.125rem 8.5625rem 1.75rem;
  }
}

.s-home__app__inner::after {
  clear: both;
  content: '';
  display: block;
}

.s-home__app-box {
  display: block;
}

.s-home__app-box-big {
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .s-home__app-box-big {
    width: 60%;
  }
}

.s-home__app-box-small {
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .s-home__app-box-small {
    width: 40%;
  }
}

.s-home__app-img-container {
  margin: 0.875rem 0 0 4.6875rem;
}

.s-inside__app {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.s-inside__roadmap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.s-inside__roadmap .o-layout-flex {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.s-inside__roadmap .o-layout-flex__item {
  vertical-align: top;
}

.s-inside__roadmap .o-layout-flex__item:first-child {
  order: 1;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .o-layout-flex__item:first-child {
    height: 85.625rem;
    order: 0;
  }
}

.s-inside__roadmap .o-layout-flex__item:last-child {
  order: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .o-layout-flex__item:last-child {
    order: 1;
  }
}

.s-inside__roadmap .e-txt--left-top-border {
  margin: 0.375rem auto 0.625rem;
  padding: 0 0 1.125rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .e-txt--left-top-border {
    padding: 3.4375rem 0 0;
    text-align: left;
  }
}

.s-inside__roadmap .e-txt--left-top-border::before {
  background-color: #919191;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 7.1875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .e-txt--left-top-border::before {
    background-color: currentColor;
    bottom: auto;
    height: 0.8125rem;
    left: 0;
    margin: 0;
    right: auto;
    top: 0;
    width: 5.125rem;
  }
}

.s-inside__roadmap .e-img__video-thumb img {
  height: 15rem;
  max-height: 37.5rem;
}

@media screen and (min-width: 37.5rem) {
  .s-inside__roadmap .e-img__video-thumb img {
    height: 30rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-inside__roadmap .e-img__video-thumb img {
    height: 37.5rem;
  }
}

.s-inside__roadmap-deco-img {
  height: 48.125rem;
  width: 100%;
}

.s-inside__stats .c-info-panel__btn-container {
  padding: 1.875rem 0 4.375rem;
  text-align: center;
}

.s-inside__stats-figure {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  background-color: transparent;
  border: 0.0825rem solid #ff0;
  border-bottom-color: #fff;
  border-radius: 50%;
  border-right-color: #fff;
  height: 15.3125rem;
  margin: 1.875rem auto 3.3125rem;
  position: relative;
  text-align: center;
  width: 15.3125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-figure {
    border-width: 0.165rem;
    height: 21.875rem;
    width: 21.875rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-figure {
    height: 30.625rem;
    width: 30.625rem;
  }
}

.s-inside__stats-figure::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background-color: black;
  content: '';
  display: block;
  height: 1rem;
  left: -10%;
  position: absolute;
  top: 50%;
  width: 120%;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-figure::after {
    height: 2rem;
  }
}

.s-inside__stats-upper-deco,
.s-inside__stats-lower-deco {
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.9375rem;
  position: absolute;
  width: 0.9375rem;
  z-index: 1;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-upper-deco,
  .s-inside__stats-lower-deco {
    height: 1.375rem;
    width: 1.375rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-upper-deco,
  .s-inside__stats-lower-deco {
    height: 1.8125rem;
    width: 1.8125rem;
  }
}

.s-inside__stats-upper-deco {
  background-color: #ff0;
  left: 30%;
  top: 0;
}

.s-inside__stats-lower-deco {
  background-color: #fff;
  right: -3%;
  top: 50%;
}

.s-inside__stats-figure-content {
  -webkit-transform: translateY(-50%) rotate(-20deg);
  -ms-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 70%;
  z-index: 1;
}

.s-inside__stats-figure-content .c-info-panel__heading {
  font-size: 1.1875rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-figure-content .c-info-panel__heading {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-figure-content .c-info-panel__heading {
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }
}

.s-inside__stats-figure-content .c-info-panel__heading--coloured {
  font-size: 1.1875rem;
  margin: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-figure-content .c-info-panel__heading--coloured {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-figure-content .c-info-panel__heading--coloured {
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }
}

.s-inside__stats-list {
  margin-bottom: 1.125rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-list {
    margin-bottom: 0;
  }
}

.s-inside__stats-item {
  color: #ff0;
  display: inline-block;
  font-size: 5.4375rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-item {
    font-size: 8.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-item {
    font-size: 10.9375rem;
  }
}

.s-inside__stats-item.is-active {
  color: #fff;
}

.s-inside__stats-item .c-icon {
  width: 3.125rem;
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-item .c-icon {
    width: 4.375rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-item .c-icon {
    width: 5.875rem;
  }
}

.s-inside__stats-box-upper {
  padding-bottom: 2.875rem;
  padding-top: 3.375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-upper {
    padding-bottom: 6.875rem;
    padding-top: 4.625rem;
  }
}

.s-inside__stats-box-upper br {
  display: inline;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-upper br {
    display: none;
  }
}

.s-inside__stats-box-upper hr {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-upper hr {
    border-color: #ff0;
    display: block;
    margin: 2.8125rem 0;
    text-align: left;
    width: 80%;
  }
}

.s-inside__stats-box-upper ul {
  line-height: 1.1875rem;
  margin: 0.625rem 0 1.6875rem;
  padding-left: 0.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-box-upper ul {
    line-height: 2rem;
    margin: 1.875rem 0 0.9375rem;
    padding-left: 1.25rem;
  }
}

.s-inside__stats-box-upper ul li {
  list-style: circle;
}

.s-inside__stats-box-lower {
  margin-bottom: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__stats-content {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-inside__stats-content {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail,
  .s-inside__detail-content,
  .s-inside__detail-video,
  .s-inside__print {
    margin-left: auto;
    margin-right: auto;
    max-width: 60.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.s-inside__detail-content h3 {
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 1.25rem 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-content h3 {
    font-size: 1.4375rem;
    line-height: 2.25rem;
    margin: 2.125rem 0 1.625rem;
  }
}

.s-inside__detail-content h3 br:not([class]) {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-content h3 br:not([class]) {
    display: inline;
  }
}

.s-inside__detail-content p:not([class]) {
  font-size: 0.875rem;
  margin: 1.375rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-content p:not([class]) {
    font-size: 1.25rem;
    line-height: 2.0625rem;
  }
}

.s-inside__detail-content p:not([class]) + p:not([class]) {
  margin: 0.875rem 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-content p:not([class]) + p:not([class]) {
    margin: 1.25rem 0;
  }
}

.s-inside__detail-content ol,
.s-inside__detail-content ul {
  font-size: 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-content ol,
  .s-inside__detail-content ul {
    font-size: 1.25rem;
    line-height: 2.0625rem;
  }
}

.s-inside__detail-video {
  margin-top: 1.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-video {
    margin-top: 5.125rem;
  }
}

.s-inside__detail-video .e-img__video-thumb::before {
  height: 2.1875rem;
  width: 2.1875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-video .e-img__video-thumb::before {
    height: 6.25rem;
    width: 6.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-inside__detail-video .e-img__video-thumb img {
    height: 33.125rem;
    max-height: 33.125rem;
  }
}

.s-inside__print {
  margin-top: 1.875rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__print {
    margin-top: 3.125rem;
    text-align: right;
  }
}

.s-inside__print .c-btn, .s-inside__print input[type='submit'] {
  display: inline-block;
}

.s-inside__listing-filter {
  display: none;
}

.js .s-inside__listing-filter {
  display: block;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel--light .s-inside__listing-filter p {
    display: inline-block;
  }
}

.c-info-panel--light .s-inside__listing-filter p.s-inside__listing-filter-label {
  font-size: 1rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel--light .s-inside__listing-filter p.s-inside__listing-filter-label {
    margin-right: 0.3125rem;
  }
}

.s-inside__listing-filter-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: center;
}

.s-inside__listing-filter-list:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__listing-filter-list {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
}

.s-inside__listing-filter-item {
  width: 6.25%;
  float: left;
  margin-right: 1.5625%;
}

.s-inside__listing-filter-item:nth-child(13n + 13) {
  width: 6.25%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-inside__listing-filter-item, .s-inside__listing-filter-item:nth-child(13n + 13) {
    width: 3.10078%;
    float: left;
    margin-right: 0.77519%;
  }
  .s-inside__listing-filter-item:nth-child(26n + 26) {
    width: 3.10078%;
    float: right;
    margin-right: 0;
  }
}

.s-inside__listing-filter-link {
  color: #ff0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.s-inside__listing-filter-link::after {
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background-color: currentColor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 0;
}

.s-inside__listing-filter-link:focus, .s-inside__listing-filter-link:hover {
  text-decoration: none;
}

.s-inside__listing-filter-link:focus::after, .s-inside__listing-filter-link:hover::after {
  width: 100%;
}

.s-inside__listing-filter-link.is-active::after {
  width: 100%;
}

.sq-form-question-select {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.sq-form-question-select select {
  z-index: 1;
}

.ie-select-simulator {
  display: none !important;
}

.no-object-fit .ie-select-simulator {
  display: block !important;
  background-image: url(https://www.safetystartswithyou.nsw.gov.au/__data/assets/file/0003/123852/ico-chev-down.svg?v=0.0.2);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.no-object-fit .ie-select-original {
  position: absolute;
  top: 25px;
  opacity: 0;
}

.s-poster {
  position: relative;
}

.s-poster__wrapper {
  margin: 1.25rem 1.25rem 0;
}

.s-poster__inner {
  height: 100%;
  margin: 0 auto;
  padding: 3.125rem;
  position: relative;
  width: 100%;
}

.s-poster__decorative {
  border: 0.0625rem solid black;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  z-index: -2;
}

.s-poster__decorative.s-poster__decorative--vertical {
  height: 110vh;
  top: -5vh;
}

.s-poster__decorative.s-poster__decorative--horizontal {
  height: 92vh;
  top: 2vh;
  width: 110vw;
  z-index: -2;
}

.s-poster__heading {
  color: #fff;
  font-size: 6vw;
  line-height: 6vw;
  margin: 0;
  text-transform: uppercase;
}

.s-poster__heading strong {
  color: #ff0;
  display: block;
  font-size: 6vw;
  line-height: 6vw;
}

.no-object-fit .s-poster__heading {
 /* font-size: 6vw; */
  line-height: 6vw;
}

.no-object-fit .s-poster__heading strong {
  /* font-size: 6vw; */
  line-height: 6vw;
}

.s-poster__content {
  margin: 24% 0 18%;
}

.s-poster__content__circle {
  background: none !important;
  position: relative;
  width: 53vw;
  height: 53vw;
}

.s-poster__content__circle.compat-object-fit {
  width: 53vw;
  height: 53vw;
}

.s-poster__content__circle.compat-object-fit::before {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0019/132751/img-safework-circle.png?v=0.0.2") !important;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 110%;
  width: 110%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.object-fit .s-poster__content {
  width: auto;
  height: auto;
  margin: 0;
}

.object-fit .s-poster__content__circle {
  margin: 24% 0 24%;
  width: 70%;
}

.s-poster-footer__wrapper {
  margin: 0 1.25rem 1.25rem;
  position: relative;
}

.s-poster-footer__wrapper::before {
  background-color: #151515;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.s-poster-footer__inner {
  padding: 2.5rem 3.125rem 3.125rem;
}

.s-poster-footer__btm {
  margin-top: 1vw;
  max-width: none;
  padding: 0;
}

.s-poster-footer__btm p {
  color: #ff0;
  font-size: 1.3vw;
  margin: 2.1vw 0 0;
  line-height: 1.1;
}

.s-poster-footer__btm p span {
  font-size: 1.3vw;
  font-weight: 700;
  color: #ff0 !important;
}

.s-poster-footer__btm a {
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.s-poster-footer__btm a[href]::after {
  display: none;
}

.s-poster-footer__panel {
  border: .8vw solid currentColor;
  display: inline-block;
}

.s-poster-footer__panel__heading {
  color: currentColor;
  font-size: 2vw;
  line-height: 2vw;
  margin: 0;
  padding: 0.25rem 0.4375rem;
}

.s-poster-footer__panel__heading strong {
  color: #fff;
  display: block;
  font-size: 2vw;
  line-height: 2vw;
}

.no-object-fit .s-poster-footer__panel__heading {
  font-size: 1.6vw;
  line-height: 2.0vw;
}

.no-object-fit .s-poster-footer__panel__heading strong {
  font-size: 1.6vw;
  line-height: 2.0vw;
}

.s-poster-footer__logo-box {
  text-align: right;
}

.s-poster-footer__logo {
  color: #fff;
  display: inline-block;
  word-wrap: break-word;
}

.s-poster-footer__logo:not(:last-child) {
  max-width: 45%;
  padding-right: 0.9375rem;
}

.s-poster-footer__logo:not(:first-child) {
  padding-left: 0.9375rem;
}

.s-poster-footer__logo:nth-child(2) {
  padding-right: 0.25rem;
}

.s-poster-footer__logo:last-child {
  padding-left: 0.4375rem;
}

.s-poster-footer__logo img {
  max-height: 5.1vw;
}

.s-poster-footer__logo p {
  color: #fff;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 2.5vw;
  margin: .5vw 0 0;
  text-transform: uppercase;
}

.no-object-fit .s-poster-footer__logo p {
  font-size: 1.6vw;
  line-height: 3vw;
}

.s-poster-footer__logo:last-child p {
  text-transform: none;
  font-size: 1.5vw;
  font-weight: 700;
  margin: 3.1vw 0 0;
  line-height: 1.1;
}

.s-poster-footer__logo span {
  font-size: 1.9vw;
  line-height: 2.1vw;
}

/* Variables */
/* Styles */
.t-bg--black {
  background-color: #151515;
}

.t-bg--black-two {
  background-color: #252525;
}

.t-bg--black-three {
  background-color: #0d0d0d;
}

.t-bg--pure-black {
  background-color: #000;
}

.t-bg--dark-grey {
  background-color: #919191;
}

.t-bg--dark-grey-two {
  background-color: #3e3e3e;
}

.t-bg--dark-grey-three {
  background-color: #3c3c3c;
}

.t-bg--grey {
  background-color: #b5b5b5;
}

.t-bg--grey-two {
  background-color: #b8b8b8;
}

.t-bg--light-grey {
  background-color: #e7e7e7;
}

.t-bg--light-grey-two {
  background-color: #f5f5f5;
}

.t-bg--light-grey-three {
  background-color: #e1e1e1;
}

.t-bg--light-grey-four {
  background-color: #e8e8e8;
}

.t-bg--light-grey-five {
  background-color: #d6d6d6;
}

.t-bg--greyish {
  background-color: #acacac;
}

.t-bg--white {
  background-color: #fff;
}

.t-bg--pure-white {
  background-color: #fff;
}

.t-bg--orange {
  background-color: #ffb938;
}

.t-bg--light-blue {
  background-color: #b3d4fc;
}

.t-bg--yellow {
  background-color: #ede709;
}

.t-bg--yellow-two {
  background-color: #fff200;
}

.t-bg--yellow-three {
  background-color: #ff0;
}

.t-bg--pink {
  background-color: #ff005a;
}

.t-bg--dark-texture {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0004/119614/img-bg-dark.jpg?v=0.1.1");
  background-repeat: no-repeat;
  background-size: cover;
}

.t-bg--img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.t-bg--img.o-layout-flex__item {
  display: block;
}

@media screen and (min-width: 56.25rem) {
  .no-flexbox .t-bg--img.o-layout-flex__item {
    display: table-cell;
    vertical-align: middle;
  }
}

.t-bg--poster::before {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0010/127927/img-poster.jpg?v=0.0.4");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.no-object-fit .t-bg--poster {
  opacity: 0.9;
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0010/127927/img-poster.jpg?v=0.0.4") !important;
  background-size: cover !important;
}

.t-bg--dark-gradient::after {
  background: black;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  content: '';
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.no-object-fit .t-bg--dark-gradient::after {
  background-image: url("https://www.safetystartswithyou.nsw.gov.au/__data/assets/image/0010/127927/img-poster.jpg?v=0.0.4") !important;
  background-size: cover !important;
}

.t-bg--dark {
  position: relative;
  z-index: 1;
}

.t-bg--dark::before {
  background-color: #151515;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.t-theme--black {
  color: #151515;
}

.t-theme--black-two {
  color: #252525;
}

.t-theme--black-three {
  color: #0d0d0d;
}

.t-theme--pure-black {
  color: #000;
}

.t-theme--dark-grey {
  color: #919191;
}

.t-theme--dark-grey-two {
  color: #3e3e3e;
}

.t-theme--dark-grey-three {
  color: #3c3c3c;
}

.t-theme--grey {
  color: #b5b5b5;
}

.t-theme--grey-two {
  color: #b8b8b8;
}

.t-theme--light-grey {
  color: #e7e7e7;
}

.t-theme--light-grey-two {
  color: #f5f5f5;
}

.t-theme--light-grey-three {
  color: #e1e1e1;
}

.t-theme--light-grey-four {
  color: #e8e8e8;
}

.t-theme--light-grey-five {
  color: #d6d6d6;
}

.t-theme--greyish {
  color: #acacac;
}

.t-theme--white {
  color: #fff;
}

.t-theme--pure-white {
  color: #fff;
}

.t-theme--orange {
  color: #ffb938;
}

.t-theme--light-blue {
  color: #b3d4fc;
}

.t-theme--yellow {
  color: #ede709;
}

.t-theme--yellow-two {
  color: #fff200;
}

.t-theme--yellow-three {
  color: #ff0;
}

.t-theme--pink {
  color: #ff005a;
}

@media screen and (min-width: 56.25rem) {
  .u-mobile-only {
    display: none;
  }
}

.u-desktop-only {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .u-desktop-only {
    display: block;
  }
}

@media screen and (min-width: 37.5rem) {
  .u-small-only {
    display: none;
  }
}

@media screen and (min-width: 56.25rem) {
  .u-medium-only {
    display: none;
  }
}

@media screen and (min-width: 75rem) {
  .u-wide-only {
    display: none;
  }
}

.u-fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
  display: block;
  width: 100%;
}

.compat-object-fit img {
  opacity: 0;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 0.875rem;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 0.0625rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .e-txt--centred {
    text-align: left;
  }
  .s-inside__detail .e-txt--centred {
    text-align: center;
  }
  .e-txt--btm-border.e-txt--centred::after {
    background-color: #151515;
    height: 0.125rem;
    left: 0;
    margin: 0;
    right: auto;
  }
  .s-inside__detail .e-txt--btm-border.e-txt--centred::after {
    margin: 0 auto;
    right: 0;
  }
  .s-inside__roadmap .e-txt--left-top-border {
    text-align: left;
  }
  .s-inside__roadmap .e-txt--left-top-border::before {
    height: 0.125rem;
    left: 0;
    margin: 0;
    right: auto;
  }
  .e-img__video-thumb {
    display: none;
  }
  .c-btn, input[type='submit'] {
    font-size: 0.875rem;
  }
  .c-btn--border-light-yellow, input[type='submit'] {
    border-color: #919191;
  }
  .c-carousel__heading br {
    display: none;
  }
  .c-pagination {
    display: none;
  }
  .s-inside__app .t-bg--img {
    display: none;
  }
  .o-container, .o-layout,
  .s-home__landing,
  .s-inside__app,
  .s-inside__roadmap,
  .c-info-panel--mental-health,
  .p-social,
  .p-footer {
    margin: 0.875rem auto 0 !important;
    max-width: 73.25rem !important;
    padding: 0 1.25rem !important;
    width: 100% !important;
  }
  .o-layout,
  .o-layout__item {
    padding: 0 !important;
  }
  .flexbox .o-layout-flex .c-info-panel {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .s-inside__stats-figure {
    display: none;
  }
  .video-container {
    display: none;
  }
  .p-header__logo-link::after {
    display: none;
  }
  .c-icon--sitelogo-img {
    display: none;
  }
  .c-icon--sitelogo-img.u-printable {
    display: inline-block;
    height: 3rem;
  }
  .p-header__logo-txt {
    font-size: 1.375rem;
  }
  .p-nav, .p-nav--footer {
    display: none !important;
  }
  .p-hero__wrapper {
    height: 6.875rem;
    margin: 0 auto;
  }
  .p-hero--large .p-hero__wrapper {
    height: auto;
  }
  .t-bg--dark::before {
    display: none;
  }
  .p-hero--large .p-hero__heading-box {
    padding: 0;
  }
  .p-hero__steps {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .p-hero__steps:after {
    content: " ";
    display: block;
    clear: both;
  }
  .p-hero__steps-item {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
  }
  .p-hero__steps-item:last-child {
    width: 28.57143%;
    float: right;
    margin-right: 0;
  }
  .p-hero__heading-ico {
    display: none;
  }
  .p-hero__heading br {
    display: none !important;
  }
  .c-hero-panel {
    position: relative;
    top: 1rem;
  }
  .c-hero-panel__box {
    width: 100% !important;
  }
  .c-hero-panel__txt br {
    display: none;
  }
  .c-info-panel {
    min-height: 0 !important;
  }
  .c-info-panel__inner {
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    width: 100% !important;
  }
  .has-top-connect .c-info-panel__inner {
    margin-bottom: 0;
  }
  .s-inside__app .c-info-panel__inner {
    padding: 0;
  }
  .s-home__form-entry .c-info-panel__inner {
    padding: 0;
  }
  .s-inside__detail .c-info-panel__inner {
    padding: 0;
  }
  .s-inside__roadmap .c-info-panel__title {
    margin-bottom: 0.875rem;
  }
  .s-inside__stats-box-upper .c-info-panel__title::after {
    background-color: #151515;
    height: 0.125rem;
    left: 0;
    margin: 0;
    right: auto;
  }
  .c-info-panel__title br {
    display: none;
  }
  .c-info-panel__title-icon {
    display: none;
  }
  .c-info-panel__heading,
  .c-info-panel--centre-align .c-info-panel__heading, .c-info-panel__heading--coloured,
  .c-info-panel--centre-align .c-info-panel__heading--coloured {
    margin: 0.875rem 0;
    text-align: left;
  }
  .s-inside__detail .c-info-panel__heading {
    text-align: center;
  }
  .c-info-panel__content,
  .s-home__landing .c-info-panel__content,
  .s-home__form-entry .c-info-panel__content {
    margin-bottom: 0.875rem;
  }
  .c-info-panel__content,
  .c-info-panel--centre-align .c-info-panel__content {
    text-align: left;
  }
  .s-inside__stats .c-info-panel__content {
    width: 100%;
  }
  .c-info-panel__btn {
    border: 0;
  }
  .c-info-panel__btn,
  .s-home__landing .c-info-panel__btn {
    padding: 0;
  }
  .s-inside__app .c-info-panel__btn-container,
  .s-inside__roadmap .c-info-panel__btn-container {
    text-align: left;
  }
  .s-inside__stats .c-info-panel__btn-container {
    padding: 0;
    text-align: left;
  }
  .c-info-panel__btn-container--gap {
    margin-top: 0.875rem;
  }
  .c-info-panel__img-container {
    display: none;
  }
  .s-inside__stats-list {
    display: none;
  }
  .e-form__intro blockquote::before, .e-form__intro blockquote::after {
    display: none;
  }
  .e-form__section-title {
    margin-top: 0;
  }
  .e-form__section-title.is-border {
    border-color: #919191;
  }
  .sq-form-question {
    margin-bottom: 1rem;
  }
  .sq-form-question-textarea-title {
    border-color: #919191;
  }
  .sq-form-question-textarea textarea {
    border-color: #919191;
  }
  .sq-form-question-icon .c-icon {
    font-size: 3.75rem;
  }
  input[type='checkbox'] + .sq-form-question-title::before {
    border-color: #919191;
  }
  .s-inside__detail-video {
    text-align: center;
  }
  .s-inside__print {
    display: none;
  }
  .p-social__wrapper {
    border-bottom: 0;
  }
  .p-social__item {
    border: 0;
  }
  .p-social__link .c-icon {
    font-size: 1.25rem;
  }
  .p-social__link::after {
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  .p-footer__list {
    display: none;
  }
  .s-poster__heading {
    color: #fff !important;
  }
  .s-poster__heading strong {
    color: #ff0 !important;
    font-size: 6vw;
    line-height: 6vw;
  }
  .no-object-fit .s-poster__heading {
    font-size: 3.5vw;
  }
  .no-object-fit .s-poster__heading strong {
    font-size: 3.5vw;
  }
  .s-poster-footer__panel.t-theme--yellow {
    color: #ff0 !important;
  }
  .s-poster-footer__panel__heading {
    color: currentColor !important;
  }
  .s-poster-footer__panel__heading strong {
    color: #fff !important;
  }
  .no-object-fit .s-poster-footer__panel__heading {
    font-size: 1.3vw;
  }
  .no-object-fit .s-poster-footer__panel__heading strong {
    font-size: 1.3vw;
  }
  .s-poster-footer__btm {
    margin: 0 !important;
    max-width: none !important;
  }
  .s-poster-footer__btm p,
  .s-poster-footer__btm a {
    color: #ff0 !important;
  }
  .s-poster-footer__logo p,
  .s-poster-footer__logo span {
    color: #fff !important;
  }
}

/*# sourceMappingURL=main.css.map */
