/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Wed Mar 19 2025 11:42:43 GMT+1300 (New Zealand Daylight Time)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.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;
}

.c-tab__list, .p-footer__list, .p-infobox__list, .p-nav__list, .p-related-info__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;
}

.o-content__wrapper .nsw-in-page-alert--info {
  border-left: none;
  margin-top: 1rem;
}

.sira-link-list {
  padding-top: 0;
}

.sira-link-list ul li {
  width: 100%;
}

.sira-link-list ul li:nth-last-child(2), .sira-link-list ul li:nth-last-child(2) {
  border-bottom: none;
}

.nsw-card__content {
  padding: 12px 24px;
}

.nsw-col {
  width: fit-content;
  padding: 0.5rem;
}

.nsw-grid {
  flex-direction: column;
}

.nsw-card--headline .nsw-card__title {
  font-size: 1rem;
  line-height: 24px;
  display: block;
}

.is-first-level .related-links {
  margin-top: 80px;
}

.related-links {
  margin-top: 156px;
}

/*
--------------------
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%;
}

/*
--------------------
NSW Design System
--------------------
*/
/*
--------------------
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: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  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: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

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

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

/*
--------------------
Modules
--------------------
*/
@font-face {
  font-family: 'ClarendonBT Light';
  src: url("mysource_files/ClarendonBT-Light.woff2") format("woff2"), url("mysource_files/ClarendonBT-Light.woff") format("woff");
}

/*
  Copyright (C) Hoefler & Co.
  This software is the property of Hoefler & Co. (H&Co).
  Your right to access and use this software is subject to the
  applicable License Agreement, or Terms of Service, that exists
  between you and H&Co. If no such agreement exists, you may not
  access or use this software for any purpose.
  This software may only be hosted at the locations specified in
  the applicable License Agreement or Terms of Service, and only
  for the purposes expressly set forth therein. You may not copy,
  modify, convert, create derivative works from or distribute this
  software in any way, or make it accessible to any third party,
  without first obtaining the written permission of H&Co.
  For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-XLight_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-Light_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-Book_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-Medium_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-Bold_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-Black_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-Black_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("mysource_files/GothamSSm-BlackItalic_Web.woff2") format("woff2"), url("mysource_files/GothamSSm-BlackItalic_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

/* Module: S */
.o-col, .o-layout {
  -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;
}

.o-col__item {
  -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-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 76.25rem;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .o-container {
    max-width: 78.75rem;
  }
}

@media screen and (min-width: 75em) {
  .o-container {
    max-width: 81.25rem;
  }
}

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

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

.o-col__item {
  margin-bottom: 0.875rem;
}

.o-col--1 .o-col__item {
  width: 100%;
}

.o-col--2 .o-col__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--2 .o-col__item {
    width: 49.45055%;
    float: left;
    margin-right: 1.0989%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2 .o-col__item:nth-child(2n + 2) {
    width: 49.45055%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left .o-col__item {
    width: 32.60073%;
    float: left;
    margin-right: 1.0989%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left .o-col__item:nth-child(2n + 2) {
    width: 66.30037%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item {
    width: 66.30037%;
    float: left;
    margin-right: 1.0989%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item:nth-child(2n + 2) {
    width: 32.60073%;
    float: right;
    margin-right: 0;
  }
}

.o-col--3 .o-col__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--3 .o-col__item {
    width: 32.60073%;
    float: left;
    margin-right: 1.0989%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--3 .o-col__item:nth-child(3n + 3) {
    width: 32.60073%;
    float: right;
    margin-right: 0;
  }
}

.o-col--4 .o-col__item {
  width: 49.45055%;
  float: left;
  margin-right: 1.0989%;
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item {
    width: 24.17582%;
    float: left;
    margin-right: 1.0989%;
  }
}

.o-col--4 .o-col__item:nth-child(2n + 2) {
  width: 49.45055%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item:nth-child(2n + 2) {
    width: 24.17582%;
    float: left;
    margin-right: 1.0989%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item:nth-child(4n + 4) {
    width: 24.17582%;
    float: right;
    margin-right: 0;
  }
}

.o-col--5 .o-col__item {
  width: 49.45055%;
  float: left;
  margin-right: 1.0989%;
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item {
    width: 19.12088%;
    float: left;
    margin-right: 1.0989%;
  }
}

.o-col--5 .o-col__item:nth-child(2n + 2) {
  width: 49.45055%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(2n + 2) {
    width: 19.12088%;
    float: left;
    margin-right: 1.0989%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(5n + 5) {
    width: 19.12088%;
    float: right;
    margin-right: 0;
  }
}

.no-gutters .o-col__item {
  margin-bottom: 0;
}

.o-col--2.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--2.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

.o-col--2.o-col--left.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: right;
  }
}

.o-col--2.o-col--right.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

.o-col--3.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--3.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--3.no-gutters .o-col__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

.o-col--4.no-gutters .o-col__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}

.o-col--4.no-gutters .o-col__item:nth-child(2n + 2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item:nth-child(4n + 4) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
  }
}

.o-col--5.no-gutters .o-col__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

.o-col--5.no-gutters .o-col__item:nth-child(2n + 2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item:nth-child(5n + 5) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: right;
  }
}

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

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

.o-layout--2col-right .o-content {
  width: 74.79452%;
  float: left;
  margin-right: 0.82192%;
  padding-right: 1.25rem;
}

.o-layout--2col-right .o-aside {
  width: 24.38356%;
  float: right;
  margin-right: 0;
}

.o-col--debug .o-col__item {
  background-color: #6c6a99;
  color: white;
}

/* Module: S */
/*profill object-fit style*/
.compat-object-fit {
  background-position: center center;
  background-size: cover;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.compat-object-fit img {
  opacity: 0;
}

a:hover .compat-object-fit {
  transform: scale(1.2);
}

.compat-object-fit-wrapper {
  overflow: hidden;
}

.c-objectfit {
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover .c-objectfit {
  transform: scale(1.2);
}

a.c-objectfit__wrapper {
  overflow: hidden;
  display: inline-block;
}

/* Module: S */
/* Variables */
/* Styles */
.t-bg--black {
  background-color: #000;
}

.t-bg--dusk-blue {
  background-color: #234179;
}

.t-bg--peacock-blue {
  background-color: #00629b;
}

.t-bg--twilight-blue {
  background-color: #07437a;
}

.t-bg--greyish-brown {
  background-color: #4a4a4a;
}

.t-bg--magenta-two {
  background-color: #c60080;
}

.t-bg--rose-bud-cherry {
  background-color: #890c58;
}

.t-bg--shiraz {
  background-color: #a6093d;
}

.t-bg--medium-purple {
  background-color: #8c4799;
}

.t-bg--warm-purple {
  background-color: #783087;
}

.t-bg--mulled-wine {
  background-color: #614b79;
}

.t-bg--white {
  background-color: #fff;
}

.t-bg--white-two {
  background-color: #d9d9d9;
}

.t-bg--blue {
  background-color: #07437a;
}

.t-bg--blue-two {
  background-color: #00629b;
}

.t-bg--grey {
  background-color: #4a4a4a;
}

.t-bg--light-grey {
  background-color: #d9d9d9;
}

.t-bg--pink {
  background-color: #c60080;
}

.t-bg--pink-two {
  background-color: #890c58;
}

.t-bg--purple {
  background-color: #8c4799;
}

.t-bg--purple-two {
  background-color: #614b79;
}

.t-bg--red {
  background-color: #a6093d;
}

.t-bg--primary-color {
  background-color: #ca1489;
}

.t-bg--secondary-color {
  background-color: #2d32ac;
}

.t-bg--tertiary-color {
  background-color: #000;
}

.t-bg--green {
  background-color: #18A475;
}

.t-bg--light-blue {
  background-color: #55b4f0;
}

/* Module: S */
/* Module: S */
.c-icon {
  fill: currentColor;
  font-size: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

.c-icon--primary {
  color: #ca1489;
}

.c-icon--secondary {
  color: #07437a;
}

.c-icon--tertiary {
  color: #000;
}

.c-icon--small {
  font-size: 0.625em;
}

.c-icon--large {
  font-size: 2em;
}

/*
--------------------
Site Styles
--------------------
*/
.v-spinner {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  height: 2.5rem;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 11.625rem;
  visibility: hidden;
  width: 2.5rem;
}

.is-loading .v-spinner,
.loading-left .v-spinner,
.loading-right .v-spinner {
  opacity: 1;
  visibility: visible;
}

.v-spinner--double-bounce1, .v-spinner--double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4a4a4a;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.v-spinner--double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

body {
  height: 100%;
  min-height: 100%;
}

.o-container {
  -webkit-transition: max-width 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-width 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-width 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.o-page-wrapper {
  height: 100%;
  min-height: 100%;
}

.o-content {
  -webkit-transition: max-width 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-width 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-width 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}

@media screen and (min-width: 60em) {
  .o-content {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    width: 100%;
  }
}

.o-content__wrapper {
  -webkit-transition: margin 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: margin 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: margin 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 60em) {
  .s-home .o-content__wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.o-content__inner {
  -webkit-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 0;
  position: relative;
}

.o-sidebar {
  background-color: #000;
  display: none;
}

@media screen and (min-width: 60em) {
  .o-sidebar {
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
    background-color: transparent;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 22.5rem;
  }
}

@media screen and (min-width: 75em) {
  .o-sidebar {
    width: 25rem;
  }
}

.has-sidebar .o-sidebar {
  display: block;
}

@media screen and (min-width: 60em) {
  .has-sidebar .o-sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.c-btn {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border-radius: 0rem;
  background-color: #fff;
  border: 0.125rem solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  padding: 0.625rem 1.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.c-btn:hover {
  background-color: #5190EE;
  border-color: #5190EE;
  color: #fff;
  text-decoration: none;
}

.touch .c-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ca1489;
}

.c-btn:focus, .c-btn:active {
  background-color: #3535b9;
  border-color: #3535b9;
}

.c-btn--border {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.c-btn--border:active, .c-btn--border:focus, .c-btn--border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ca1489;
}

.touch .c-btn--border:active, .touch .c-btn--border:focus, .touch .c-btn--border:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.c-btn--rounded {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}

.c-btn--hamburger {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 1.5625rem 1.8125rem;
  position: absolute;
  right: 0;
  top: 0;
}

.c-btn--hamburger:focus,
.touch .c-btn--hamburger:focus, .c-btn--hamburger:hover,
.touch .c-btn--hamburger:hover {
  background-color: transparent;
  color: #fff;
}

.c-btn--hamburger__bar {
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: currentColor;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  display: block;
  height: 0.1875rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1.5rem;
}

.c-btn--hamburger__bar--top {
  top: 1.0625rem;
  transform-origin: left;
}

.c-btn--hamburger__bar--mid {
  top: 1.5rem;
}

.c-btn--hamburger__bar--btm {
  top: 1.9375rem;
  transform-origin: left;
}

.c-icon--reverse {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 60em) {
  .c-tab__list {
    margin-top: 3.125rem;
  }
}

.c-tab__item {
  margin-bottom: 1.25rem;
  padding: 0;
}

.c-tab__item::before {
  display: none;
}

.c-tab__item:last-child {
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 60em) {
  .c-tab__item:last-child {
    margin-bottom: 1.875rem;
  }
}

.c-tab__link {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  border: 0.0625rem solid #4a4a4a;
  color: currentColor;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.9375rem 3.125rem 0.8125rem 1.125rem;
  position: relative;
  text-align: left;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .c-tab__link {
    padding: 1.6875rem 3.75rem 1.6875rem 1.875rem;
  }
}

.c-tab__link:focus, .c-tab__link:hover {
  background-color: #2E37A9;
  color: #fff;
}

.touch .c-tab__link:focus, .touch .c-tab__link:hover {
  background-color: #fff;
  color: currentColor;
}

.c-tab__link:focus strong, .c-tab__link:hover strong {
  color: #5190ee;
}

.touch .c-tab__link:focus strong, .touch .c-tab__link:hover strong {
  color: currentColor;
}

.c-tab__link:focus .c-tab__icon, .c-tab__link:hover .c-tab__icon {
  color: #5190ee;
  -webkit-transform: translate(0.313rem, -50%);
  -ms-transform: translate(0.313rem, -50%);
  transform: translate(0.313rem, -50%);
  color: #fff;
}

.touch .c-tab__link:focus .c-tab__icon, .touch .c-tab__link:hover .c-tab__icon {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #5190ee;
}

.boxshadow.rgba .c-tab__link {
  -webkit-box-shadow: 0 0.0625rem 0.188rem 0.0625rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.0625rem 0.188rem 0.0625rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.0625rem 0.188rem 0.0625rem rgba(0, 0, 0, 0.3);
  border: none;
}

.boxshadow.rgba .c-tab__link:focus, .boxshadow.rgba .c-tab__link:hover {
  -webkit-box-shadow: 0 0.0625rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0.0625rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0.0625rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.7);
}

.boxshadow.rgba.is-IE .c-tab__link {
  -webkit-box-shadow: 0 0.0625rem 0.188rem 0.125rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.0625rem 0.188rem 0.125rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.0625rem 0.188rem 0.125rem rgba(0, 0, 0, 0.3);
  border: none;
}

.boxshadow.rgba.is-IE .c-tab__link:focus, .boxshadow.rgba.is-IE .c-tab__link:hover {
  -webkit-box-shadow: 0 0.0625rem 0.375rem 0.125rem rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0.0625rem 0.375rem 0.125rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0.0625rem 0.375rem 0.125rem rgba(0, 0, 0, 0.7);
}

.boxshadow.rgba.touch .c-tab__link, .boxshadow.rgba.touch .c-tab__link:focus, .boxshadow.rgba.touch .c-tab__link:hover {
  -webkit-box-shadow: 0 0.0625rem 0.188rem 0.0625rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.0625rem 0.188rem 0.0625rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.0625rem 0.188rem 0.0625rem rgba(0, 0, 0, 0.3);
  border: none;
}

.c-tab__link strong {
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #00a574;
  font-weight: 400;
}

.c-tab__icon {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #5593EE;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
}

.e-img__wrapper {
  margin: 1.875rem 0;
}

@media screen and (min-width: 60em) {
  .e-img__wrapper {
    margin: 3.375rem 0 2.5rem;
  }
}

.e-img__wrapper + .e-img__wrapper .e-video__wrapper + .e-img__wrapper {
  margin: 2.5rem 0;
}

.e-img__inner {
  margin: 1rem 0;
  text-align: center;
}

.e-img__inner img {
  display: block;
  width: 100%;
}

.e-link--ani-border {
  position: relative;
}

.e-link--ani-border::after {
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: .0001%;
}

.e-link--ani-border:focus::after, .e-link--ani-border:hover::after {
  width: 100%;
}

.e-link--ani-border--from-centre.e-link--ani-border::after {
  left: 0;
  margin: 0 auto;
  right: 0;
}

.e-link--ani-large-only.e-link--ani-border::after {
  content: none;
}

@media screen and (min-width: 60em) {
  .e-link--ani-large-only.e-link--ani-border::after {
    content: '';
  }
}

h4 {
  color: #ca1489;
  font-weight: 400;
  font-style: normal;
  color: #717171;
  margin-top: 1rem;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 60em) {
  h4 {
    font-size: 1.25rem;
  }
}

.e-typo--btm-left-short-border {
  padding-bottom: .75em;
  position: relative;
}

@media screen and (min-width: 60em) {
  .e-typo--btm-left-short-border {
    padding-bottom: .45em;
  }
}

.e-video__wrapper {
  margin: 1.875rem 0;
}

@media screen and (min-width: 60em) {
  .e-video__wrapper {
    margin: 3.375rem 0 2.5rem;
  }
}

@media screen and (min-width: 60em) {
  .e-img__wrapper + .e-video__wrapper .e-video__wrapper + .e-video__wrapper {
    margin: 2.5rem 0;
  }
}

.e-video__inner {
  margin: 1rem 0;
}

.e-video__inner img {
  display: block;
  width: 100%;
}

.e-video__link {
  cursor: pointer;
  display: block;
  position: relative;
}

.e-video__link::before, .e-video__link::after {
  content: '';
  display: block;
  left: 0;
  position: absolute;
}

.e-video__link::before {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #00629b;
  height: 100%;
  opacity: .5;
  top: 0;
  width: 100%;
}

.e-video__link::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-image: url(mysource_files/ico-play.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 2.5rem;
  margin: 0 auto;
  right: 0;
  top: 50%;
  width: 2.5rem;
}

@media screen and (min-width: 37.5em) {
  .e-video__link::after {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.svg .e-video__link::after {
  background-image: url(mysource_files/ico-play.svg);
}

.e-video__link:focus::before, .e-video__link:hover::before {
  opacity: .3;
}

.p-footer__wrapper {
  max-height: 24.375rem;
  padding: 2.5rem 0;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .p-footer__wrapper {
    max-height: 6.25rem;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.p-footer__links {
  text-align: center;
}

.p-footer__list {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.p-footer__item {
  color: #fff;
  display: inline-block;
  float: left;
  margin-bottom: 1.25rem;
  padding: 0;
  position: relative;
  text-align: center;
  width: 46.51163%;
}

@media screen and (min-width: 60em) {
  .p-footer__item {
    padding: 0 1.2vw;
    width: auto;
  }
}

.p-footer__item::before {
  display: none;
}

.p-footer__item:nth-child(even) {
  float: right;
}

@media screen and (min-width: 60em) {
  .p-footer__item:nth-child(even) {
    float: left;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__item:first-child {
    padding: 0 1.2vw 0 0;
  }
}

.p-footer__item:last-child {
  margin-bottom: 0;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .p-footer__item:last-child {
    padding: 0 0 0 1.2vw;
    width: auto;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__item:not(:last-child)::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: currentColor;
    content: '';
    display: block;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.125rem;
  }
}

.p-footer__link {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border: 0.0625rem solid #fff;
  color: currentColor;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
}

@media screen and (min-width: 60em) {
  .p-footer__link {
    display: inline-block;
    border: 0;
    font-size: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
}

.p-footer__link:active, .p-footer__link:focus, .p-footer__link:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .p-footer__link:active, .p-footer__link:focus, .p-footer__link:hover {
    background-color: transparent;
    color: currentColor;
  }
}

.s-home .p-header {
  min-height: 100vh;
  position: relative;
}

@media screen and (min-width: 60em) {
  .s-home .p-header {
    min-height: calc(100vh - 6.25rem);
  }
}

.p-header__topbar {
  padding: 1.5625rem 0;
  position: relative;
}

@media screen and (min-width: 60em) {
  .p-header__topbar {
    padding: 1.875rem 0;
  }
}

.p-header__logo-link {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: bottom;
}

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

.p-header__logo-link:first-child {
  margin-right: 0.125rem;
}

.p-header__logo-link:first-child::after {
  background-color: #fff;
  bottom: 0.1875rem;
  content: '';
  height: 90%;
  position: absolute;
  right: -0.1875rem;
  width: 0.0625rem;
}

.p-header__logo-img {
  display: inline-block;
}

.p-header__logo--nsw .p-header__logo-img {
  height: 2.1875rem;
  width: 2.1875rem;
}

@media screen and (min-width: 60em) {
  .p-header__logo--nsw .p-header__logo-img {
    height: 3.3125rem;
    width: 3.3125rem;
  }
}

.p-header__logo--sira .p-header__logo-img {
  height: 1.25rem;
  width: 6.75rem;
}

@media screen and (min-width: 60em) {
  .p-header__logo--sira .p-header__logo-img {
    height: 2.1875rem;
    width: 11.75rem;
  }
}

img[src$="png"].p-header__logo-img {
  display: inline-block;
}

.svg img[src$="png"].p-header__logo-img {
  display: none;
}

img[src$="svg"].p-header__logo-img {
  display: none;
}

.svg img[src$="svg"].p-header__logo-img {
  display: inline-block;
}

.p-hero__wrapper {
  margin: 3rem 0 3.3125rem;
}

@media screen and (min-width: 60em) {
  .p-hero__wrapper {
    margin: 6rem 0 5.9375rem;
  }
}

.s-home .p-hero__wrapper {
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
}

.p-hero__inner {
  margin: 0 auto;
  width: 100%;
}

.s-home .p-hero__inner {
  padding: 0 1.875rem;
}

@media screen and (min-width: 60em) {
  .s-home .p-hero__inner {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 75em) {
  .s-home .p-hero__inner {
    padding: 0 3.75rem;
  }
}

.p-hero__content {
  color: #fff;
  text-align: center;
}

.p-hero__title {
  -webkit-transition: font-size 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: font-size 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: font-size 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  font-size: 1.875rem;
  font-family: "Public Sans", sans-serif;
  line-height: 1.25;
  margin: 1.625rem 0 1.875rem;
  text-shadow: 0 0.0625rem 0.75rem #000;
}

@media screen and (min-width: 60em) {
  .p-hero__title {
    font-size: 4.125rem;
  }
}

.rgba .p-hero__title {
  text-shadow: 0 0.0625rem 0.75rem rgba(0, 0, 0, 0.3);
}

.s-home .p-hero__title {
  line-height: 1.2;
  margin: 1.625rem 0 2rem;
}

@media screen and (min-width: 37.5em) {
  .s-home .p-hero__title {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 60em) {
  .s-home .p-hero__title {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 75em) {
  .s-home .p-hero__title {
    font-size: 5.625rem;
    margin: 1.625rem 0 2.125rem;
  }
}

.p-hero__subtitle {
  -webkit-transition: font-size 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: font-size 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: font-size 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  margin: 1.875rem 0 1rem;
}

@media screen and (min-width: 60em) {
  .p-hero__subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 1.875rem auto;
    width: 68%;
  }
}

.s-home .p-hero__subtitle {
  margin: 1.8125rem 0;
}

@media screen and (min-width: 60em) {
  .s-home .p-hero__subtitle {
    line-height: 1.4;
    margin: 1.875rem auto;
    max-width: 45rem;
  }
}

.p-hero__btn {
  display: none;
  text-align: center;
  margin: 2.3125rem 0 0;
}

@media screen and (min-width: 60em) {
  .p-hero__btn {
    margin: 3.125rem 0 0;
  }
}

.s-home .p-hero__btn {
  display: block;
}

@media screen and (min-width: 60em) {
  .p-infobox__wrapper {
    padding: 0;
  }
}

.p-infobox__title-wrapper {
  text-align: left;
}

.p-infobox__list {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
}

.has-sidebar.is-sidebar-loading .p-infobox__list {
  opacity: 0;
  visibility: hidden;
}

.p-infobox__wrapper .nsw-h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.p-infobox__wrapper .nsw-in-page-alert__content__description {
  margin-top: 0;
}

.p-infobox__item {
  color: #fff;
  margin-bottom: 3.125rem;
  padding: 1.625rem 1.875rem;
  position: relative;
}

@media screen and (min-width: 60em) {
  .p-infobox__item {
    margin-bottom: 2.25rem;
  }
}

.p-infobox__item::before {
  display: none;
}

.p-infobox__item:last-child {
  margin-bottom: 0.8125rem;
}

.p-infobox__item.p-infobox--triangle-left::after, .p-infobox__item.p-infobox--triangle-right::after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-style: solid;
  border-width: 1.875rem 2.5rem;
  content: '';
  display: block;
  position: absolute;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--black::after, .p-infobox__item.p-infobox--triangle-right.t-bg--black::after {
  border-color: #000;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--dusk-blue::after, .p-infobox__item.p-infobox--triangle-right.t-bg--dusk-blue::after {
  border-color: #234179;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--peacock-blue::after, .p-infobox__item.p-infobox--triangle-right.t-bg--peacock-blue::after {
  border-color: #00629b;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--twilight-blue::after, .p-infobox__item.p-infobox--triangle-right.t-bg--twilight-blue::after {
  border-color: #07437a;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--greyish-brown::after, .p-infobox__item.p-infobox--triangle-right.t-bg--greyish-brown::after {
  border-color: #4a4a4a;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--magenta-two::after, .p-infobox__item.p-infobox--triangle-right.t-bg--magenta-two::after {
  border-color: #c60080;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--rose-bud-cherry::after, .p-infobox__item.p-infobox--triangle-right.t-bg--rose-bud-cherry::after {
  border-color: #890c58;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--shiraz::after, .p-infobox__item.p-infobox--triangle-right.t-bg--shiraz::after {
  border-color: #a6093d;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--medium-purple::after, .p-infobox__item.p-infobox--triangle-right.t-bg--medium-purple::after {
  border-color: #8c4799;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--warm-purple::after, .p-infobox__item.p-infobox--triangle-right.t-bg--warm-purple::after {
  border-color: #783087;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--mulled-wine::after, .p-infobox__item.p-infobox--triangle-right.t-bg--mulled-wine::after {
  border-color: #614b79;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--white::after, .p-infobox__item.p-infobox--triangle-right.t-bg--white::after {
  border-color: #fff;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--white-two::after, .p-infobox__item.p-infobox--triangle-right.t-bg--white-two::after {
  border-color: #d9d9d9;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--blue::after, .p-infobox__item.p-infobox--triangle-right.t-bg--blue::after {
  border-color: #07437a;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--blue-two::after, .p-infobox__item.p-infobox--triangle-right.t-bg--blue-two::after {
  border-color: #00629b;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--grey::after, .p-infobox__item.p-infobox--triangle-right.t-bg--grey::after {
  border-color: #4a4a4a;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--light-grey::after, .p-infobox__item.p-infobox--triangle-right.t-bg--light-grey::after {
  border-color: #d9d9d9;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--pink::after, .p-infobox__item.p-infobox--triangle-right.t-bg--pink::after {
  border-color: #c60080;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--pink-two::after, .p-infobox__item.p-infobox--triangle-right.t-bg--pink-two::after {
  border-color: #890c58;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--purple::after, .p-infobox__item.p-infobox--triangle-right.t-bg--purple::after {
  border-color: #8c4799;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--purple-two::after, .p-infobox__item.p-infobox--triangle-right.t-bg--purple-two::after {
  border-color: #614b79;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--red::after, .p-infobox__item.p-infobox--triangle-right.t-bg--red::after {
  border-color: #a6093d;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--primary-color::after, .p-infobox__item.p-infobox--triangle-right.t-bg--primary-color::after {
  border-color: #ca1489;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--secondary-color::after, .p-infobox__item.p-infobox--triangle-right.t-bg--secondary-color::after {
  border-color: #2d32ac;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--tertiary-color::after, .p-infobox__item.p-infobox--triangle-right.t-bg--tertiary-color::after {
  border-color: #000;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--green::after, .p-infobox__item.p-infobox--triangle-right.t-bg--green::after {
  border-color: #18A475;
}

.p-infobox__item.p-infobox--triangle-left.t-bg--light-blue::after, .p-infobox__item.p-infobox--triangle-right.t-bg--light-blue::after {
  border-color: #55b4f0;
}

.p-infobox__item.p-infobox--triangle-left::after {
  -webkit-transform: translateZ(0.625rem) rotate(-52deg);
  -ms-transform: translateZ(0.625rem) rotate(-52deg);
  transform: translateZ(0.625rem) rotate(-52deg);
  bottom: -0.5625rem;
  left: 2.625rem;
}

.p-infobox__item.p-infobox--triangle-right::after {
  -webkit-transform: translateZ(0.625rem) rotate(0);
  -ms-transform: translateZ(0.625rem) rotate(0);
  transform: translateZ(0.625rem) rotate(0);
  bottom: -1.8125rem;
  right: 0;
}

.boxshadow.rgba .p-infobox__item {
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.3);
}

.p-infobox__heading {
  color: currentColor;
  font-weight: 700;
  font-size: 1.0625rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 0.625rem;
  padding: 0 4em 0 0;
  position: relative;
}

.p-infobox__heading__icon {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 60em) {
  .p-infobox__heading__icon {
    right: -1rem;
    top: 0.3125rem;
  }
}

.p-infobox__heading__icon .c-icon--large {
  width: 2em;
}

.p-infobox__heading__icon img {
  height: 2.5rem;
  position: relative;
  right: 0.8125rem;
  width: auto;
}

.p-infobox__top {
  min-height: 3em;
}

.p-infobox__mid {
  font-size: 1rem;
}

.p-infobox__mid p:not([class]) {
  line-height: 1.5;
  margin: 0.625rem 0;
}

.p-infobox__link {
  color: currentColor;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0 1rem 0 0;
  position: relative;
  text-decoration: none;
}

.p-infobox__link:focus .p-infobox__link__icon, .p-infobox__link:hover .p-infobox__link__icon {
  -webkit-transform: translate(0.313rem, -50%);
  -ms-transform: translate(0.313rem, -50%);
  transform: translate(0.313rem, -50%);
}

.p-infobox__link__icon {
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  bottom: -0.75rem;
}

@media screen and (min-width: 60em) {
  .o-content__inner h3.p-infobox__title {
    text-align: left;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 60em) {
  .p-nav__wrapper {
    position: absolute;
    right: -1.25rem;
    width: 19.375rem;
  }
}

@media screen and (min-width: 60em) {
  .p-nav__checkbox,
  .p-nav__label {
    display: none;
  }
}

.p-nav__label {
  top: 1.625rem;
  z-index: 2;
}

.p-nav__checkbox:focus + .c-btn--hamburger {
  outline: 0.0625rem dotted;
}

.p-nav__checkbox:checked + .c-btn--hamburger {
  background-color: #fff;
  color: #07437a;
}

.p-nav__checkbox:checked + .c-btn--hamburger .c-btn--hamburger__bar--top {
  -webkit-transform: translate(0.25rem, -0.188rem) rotate(45deg);
  -ms-transform: translate(0.25rem, -0.188rem) rotate(45deg);
  transform: translate(0.25rem, -0.188rem) rotate(45deg);
}

.p-nav__checkbox:checked + .c-btn--hamburger .c-btn--hamburger__bar--mid {
  -webkit-transform: translateX(0.25rem) scaleX(0.001);
  -ms-transform: translateX(0.25rem) scaleX(0.001);
  transform: translateX(0.25rem) scaleX(0.001);
}

.p-nav__checkbox:checked + .c-btn--hamburger .c-btn--hamburger__bar--btm {
  -webkit-transform: translate(0.25rem, 0) rotate(-45deg);
  -ms-transform: translate(0.25rem, 0) rotate(-45deg);
  transform: translate(0.25rem, 0) rotate(-45deg);
}

.p-nav__inner {
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 4.75rem;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 60em) {
  .p-nav__inner {
    background-color: transparent;
    max-height: none;
    position: relative;
    text-align: right;
    top: 0;
    visibility: visible;
  }
}

.p-nav__checkbox:checked ~ .p-nav__inner {
  background-color: #fff;
  max-height: 20rem;
  visibility: visible;
}

@media screen and (min-width: 60em) {
  .p-nav__checkbox:checked ~ .p-nav__inner {
    background-color: transparent;
    max-height: none;
  }
}

.p-nav__checkbox:checked ~ .p-nav__inner .p-nav {
  color: #07437a;
}

@media screen and (min-width: 60em) {
  .p-nav__checkbox:checked ~ .p-nav__inner .p-nav {
    color: #fff;
  }
}

.boxshadow.rgba .p-nav__inner {
  -webkit-box-shadow: 0 0.0625rem 0.188rem 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.0625rem 0.188rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.0625rem 0.188rem 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 60em) {
  .boxshadow.rgba .p-nav__inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.p-nav {
  color: #fff;
  display: block;
}

@media screen and (min-width: 60em) {
  .p-nav {
    margin-top: 1.75rem;
  }
}

.p-nav__list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.p-nav__item {
  padding: 0;
}

@media screen and (min-width: 60em) {
  .p-nav__item {
    width: 22.47191%;
    float: left;
    margin-right: 3.37079%;
    text-align: center;
  }
  .p-nav__item:last-child {
    width: 48.31461%;
    float: right;
    margin-right: 0;
  }
}

.p-nav__item::before {
  display: none;
}

.p-nav__link {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  color: currentColor;
  display: block;
  padding: 1.125rem 1.75rem;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .p-nav__link {
    margin: 0.0625rem;
    padding: 0;
  }
}

.p-nav__link:focus, .p-nav__link:hover {
  background-color: #07437a;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .p-nav__link:focus, .p-nav__link:hover {
    background-color: transparent;
  }
}

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

@media screen and (min-width: 60em) {
  .p-nav__item:not(:last-child) .p-nav__link {
    border-bottom: none;
  }
}

.p-nav__icon,
.p-nav__txt {
  display: inline-block;
  vertical-align: middle;
}

.p-nav__icon {
  font-size: .8em;
}

@media screen and (min-width: 60em) {
  .p-nav__icon {
    font-size: 1em;
  }
}

.p-nav__txt {
  font-weight: 700;
  text-transform: capitalize;
}

.p-related-info__wrapper {
  color: #fff;
  min-width: 100vw;
  position: relative;
  z-index: 1000;
}

@media screen and (min-width: 60em) {
  .p-related-info__wrapper {
    margin-left: -190px;
  }
}

.p-related-info__inner {
  padding: 1.875rem;
}

@media screen and (min-width: 60em) {
  .p-related-info__inner {
    padding: 4rem 0rem 0rem;
  }
}

.p-related-info__heading {
  color: currentColor;
  font-weight: 700;
  font-style: normal;
  margin: 1rem 0 2rem;
}

@media screen and (min-width: 60em) {
  .p-related-info__heading {
    margin: 0 0 2rem;
  }
}

.p-related-info__heading-icon {
  display: inline-block;
  font-size: 1.3em;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.p-related-info__item {
  padding: 0;
  list-style-type: none;
}

.p-related-info__item::before {
  display: none;
}

@media screen and (min-width: 60em) {
  .p-related-info__item:not(:last-child) {
    padding: 0 6% 0 0;
  }
}

.p-related-info__link {
  color: currentColor;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-decoration: underline;
}

@media screen and (min-width: 60em) {
  .p-related-info__link {
    margin-bottom: 1.25rem;
  }
}

.p-related-info__link:focus, .p-related-info__link:hover {
  text-decoration: none;
}

.s-inside__heading, .s-inside__prev,
.s-inside__back {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.loading-left .s-inside__heading, .loading-left .s-inside__prev,
.loading-left .s-inside__back,
.loading-right .s-inside__heading,
.loading-right .s-inside__prev,
.loading-right .s-inside__back {
  opacity: 0;
  visibility: hidden;
}

.s-inside__body {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
  /* no transition when hidden and transitioning */
}

.loading-left .s-inside__body {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
  visibility: hidden;
}

.loading-right .s-inside__body {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  visibility: hidden;
}

.no-animation .s-inside__body {
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  transition: transform 0s;
}

.s-inside__heading__title {
  margin-bottom: 1rem;
}

.s-inside__body h4 {
  font-size: 1rem;
  line-height: 24px;
  color: var(--nsw-text-dark);
  margin: 0;
  margin-bottom: 1.5rem;
}

.s-inside__title {
  font-family: Public Sans;
  font-size: 1.375rem;
  line-height: 27.5px;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 0;
}

.s-inside__prev,
.s-inside__back {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.is-first-level .s-inside__prev, .is-first-level
.s-inside__back {
  opacity: 0;
  visibility: hidden;
}

.is-first-level .s-inside__ctrl {
  display: none;
}

.s-inside__back {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  left: 1.875rem;
  padding: 0.3125rem 0.75rem 0.3125rem 1.625rem;
  position: absolute;
  text-transform: uppercase;
  top: -0.9375rem;
}

@media screen and (min-width: 60em) {
  .s-inside__back {
    left: -2.5rem;
    padding: 0.625rem 1rem 0.625rem 1.625rem;
    top: 1.5rem;
  }
}

.s-inside__back:active, .s-inside__back:focus, .s-inside__back:hover {
  background-color: #18A475;
  border-color: #18A475;
  color: #fff;
}

.button__wrapper {
  position: absolute;
  bottom: -70px;
  left: 0;
}

.button__wrapper .nsw-button {
  margin-right: 1rem;
}

.s-inside__wrapper {
  padding: 1rem;
  border: 1px solid #CDD3D6;
  border-radius: 4px;
  margin: 1rem 0 2rem;
}

.s-inside__prev.c-btn {
  text-transform: none;
  color: var(--nsw-text-dark);
  border: none;
}

.s-inside__prev.c-btn:active,
.s-inside__prev.c-btn:focus,
.s-inside__prev.c-btn:hover {
  background-color: transparent;
  border: none;
  color: var(--nsw-brand-dark);
  text-decoration: none;
  text-transform: none;
}

.s-inside__ctrl {
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  margin: 0;
  max-height: 6.25rem;
  opacity: 1;
  padding: 0;
  visibility: visible;
  margin-top: 1rem;
}

.is-first-level .s-inside__ctrl {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0rem;
}

.s-inside__ctrl__icon {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
}

.s-inside__back .s-inside__ctrl__icon {
  left: 0.625rem;
  font-size: 0.625rem;
}

.s-inside__prev .s-inside__ctrl__icon {
  font-size: 0.6875rem;
}

@media screen and (min-width: 60em) {
  .s-inside__prev .s-inside__ctrl__icon {
    font-size: 0.875rem;
  }
}

.s-inside__prev .s-inside__ctrl__icon .c-icon {
  vertical-align: -.2em;
}

.s-inside__ctrl__icon .c-icon {
  vertical-align: -0.125rem;
}

.s-inside__prev:focus .s-inside__ctrl__icon,
.s-inside__prev:hover .s-inside__ctrl__icon {
  -webkit-transform: translate(-0.313rem, -50%);
  -ms-transform: translate(-0.313rem, -50%);
  transform: translate(-0.313rem, -50%);
}

@media screen and (min-width: 60em) {
  .s-inside__wrapper {
    padding: 2rem;
    margin-top: 1rem;
  }
  .o-content__inner h1 {
    line-height: 28px;
    font-size: 20px;
    padding-bottom: 0;
  }
}

.t-bg--img {
  position: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.touch .t-bg--img {
  background-attachment: scroll;
}

/* background image */
.t-bg--workers {
  background-image: url("mysource_files/inside-background.jpg");
  background-image: -webkit-image-set(url("mysource_files/inside-background.jpg") 1x, url("mysource_files/inside-background@2x.jpg") 2x);
}

.t-bg--polygons {
  background-image: url("mysource_files/inside-background.png");
  background-image: -webkit-image-set(url("mysource_files/inside-background.png") 1x, url("mysource_files/inside-background@2x.png") 2x);
}

.t-overlay--black::after {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #000;
  display: block;
  content: '';
  height: 100vh;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.t-overlay--black.is-nav-expanded:after {
  opacity: .6;
  visibility: visible;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    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: 1px 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;
  }
}

.ath-viewport * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6);
}

.ath-mandatory {
  background: #000;
}

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  background-size: 100% auto;
  box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}

.ath-container small {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  margin-top: 0.5em;
}

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em;
}

.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet {
  right: 0.4em;
  top: 1.8em;
}

.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}

/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642;
}

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none;
}

.ath-mandatory .ath-container:before {
  display: none;
}

.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none;
}

/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,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);
  margin-top: -0.3em;
  background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,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);
  margin-bottom: 0.4em;
  background-size: 100% auto;
}

.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  background-size: 100% auto;
}

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em;
}

.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641;
}

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em;
  }
  .ath-android.ath-phone {
    margin-left: -12em;
  }
  .ath-ios.ath-phone {
    margin-left: -12em;
  }
  .ath-ios6:after {
    left: 39%;
  }
  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em;
  }
  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    box-shadow: none;
  }
}

/*# sourceMappingURL=main.css.map */
