@font-face {
  font-family: BlissPro;
  src: url("../fonts/BlissPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: BlissPro;
  font-weight: bold;
  src: url("../fonts/BlissPro-Bold.otf") format("opentype");
}
/*---------------------------------------------------
    # FONT SIZES
---------------------------------------------------*/
.l-grid {
  display: grid;
  grid-gap: 30px;
}
@media screen and (max-width: 800px) {
  .l-grid {
    grid-gap: 15px;
  }
}

.js-image__load {
  position: relative;
  background: #ffffff;
}
.js-image__load-placeholder {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(3px);
  z-index: 1;
}
.js-image__load-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  opacity: 0;
  transition: 0.2s;
}
.js-image__load-loaded {
  opacity: 1;
}
.js-image__load-img {
  display: none;
}

.s-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 70%;
}
@media screen and (max-width: 800px) {
  .s-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s-intro p, .s-intro .s-hero__social--footer .s-hero__social-text, .s-hero__social--footer .s-intro .s-hero__social-text {
  font-size: 26px;
  line-height: 40px;
  color: #65758c;
}
.s-intro h2 {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 10px;
  color: #095589;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .s-intro {
    width: auto;
  }
}

.s-hero {
  background: #095589;
  position: relative;
  height: 800px;
}
.s-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.s-hero__background-img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .s-hero__background-img {
    display: none;
  }
}
.s-hero__wrapper {
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.s-hero__logo {
  margin-bottom: 40px;
  display: block;
}
.s-hero__logo-img {
  display: block;
  width: 250px;
}
@media screen and (max-width: 1000px) {
  .s-hero__logo-img {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .s-hero__logo-img {
    width: 150px;
  }
}
.s-hero__title {
  color: #f1f1f1;
  margin-bottom: 20px;
}
.s-hero__title--line-1 {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 90px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: 900;
  display: block;
  border-bottom: 4px solid #f1f1f1;
}
@media screen and (max-width: 1000px) {
  .s-hero__title--line-1 {
    font-size: 62.5px;
    line-height: 56.25px;
    letter-spacing: -1px;
    margin-bottom: 18.75px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 600px) {
  .s-hero__title--line-1 {
    font-size: 45.4545454545px;
    line-height: 40.4545454545px;
    letter-spacing: -1px;
    margin-bottom: 13.6363636364px;
    padding-bottom: 9.0909090909px;
  }
}
.s-hero__title--line-2 {
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .s-hero__title--line-2 {
    font-size: 18.75px;
    line-height: 16.875px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 6.25px;
  }
}
@media screen and (max-width: 600px) {
  .s-hero__title--line-2 {
    font-size: 13.6363636364px;
    line-height: 12.1363636364px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 4.5454545455px;
  }
}
.s-hero__title--line-3 {
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  color: #f1f1f1;
}
@media screen and (max-width: 1000px) {
  .s-hero__title--line-3 {
    font-size: 25px;
    line-height: 22.5px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .s-hero__title--line-3 {
    font-size: 18.1818181818px;
    line-height: 16.1818181818px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.s-hero__button {
  font-size: 16px;
  background: #f1f1f1;
  color: #65758c;
  border-radius: 16px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 100;
  display: inline-block;
}
.s-hero__social {
  display: flex;
}
.s-hero__social-item {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #ffffff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  position: relative;
}
.s-hero__social-item:hover .s-hero__social-description {
  top: 30px;
  transition: opacity 0.5s;
  opacity: 1;
}
.s-hero__social-item--logo {
  background: none;
}
.s-hero__social-item--logo .s-hero__social-icon {
  width: 40px !important;
  height: 40px !important;
  fill: #ffffff;
}
.s-hero__social-icon {
  transition: 0.2s;
  fill: #095589;
  width: 24px !important;
  height: 24px !important;
}
.s-hero__social-description {
  background: #65758c;
  color: #ffffff;
  border-radius: 6px;
  padding: 3px 6px;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: -9999px;
  opacity: 0;
}

.s-hero__social--footer .s-hero__social-item {
  width: auto;
  height: auto;
  text-decoration: none;
  justify-content: flex-start;
  background: none;
  margin-bottom: 20px;
}
.s-hero__social--footer .s-hero__social-item svg {
  margin-right: 10px;
}
.s-hero__social--footer .s-hero__social-item:not(.s-hero__social-item--logo) .s-hero__social-icon {
  background: #ffffff;
  fill: #65758c;
  padding: 24px;
  height: 24px;
  padding: 8px;
  border-radius: 100%;
}
.s-hero__social--footer .s-hero__social-item--logo .s-hero__social-icon {
  fill: #ffffff;
}
.s-hero__social--footer .s-hero__social-text {
  margin-bottom: 0px !important;
  color: #ffffff;
  display: block;
}

.s-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #65758c;
}
@media screen and (max-width: 800px) {
  .s-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s-footer__title {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 54px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-weight: 900;
  display: block;
  color: #f1f1f1;
}
@media screen and (max-width: 1000px) {
  .s-footer__title {
    font-size: 37.5px;
    line-height: 33.75px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 600px) {
  .s-footer__title {
    font-size: 27.2727272727px;
    line-height: 24.2727272727px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 9.0909090909px;
  }
}
.s-footer__title:not(:last-child) {
  margin-bottom: 30px;
}
.s-footer p, .s-footer .s-hero__social--footer .s-hero__social-text, .s-hero__social--footer .s-footer .s-hero__social-text {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 700px;
}
.s-footer p:not(:last-child), .s-footer .s-hero__social--footer .s-hero__social-text:not(:last-child), .s-hero__social--footer .s-footer .s-hero__social-text:not(:last-child) {
  margin-bottom: 30px;
}
.s-footer p a, .s-footer .s-hero__social--footer .s-hero__social-text a, .s-hero__social--footer .s-footer .s-hero__social-text a {
  display: block;
  color: #f1f1f1;
  font-weight: 900px;
  text-decoration: none;
}

.s-iconnet {
  padding: 30px 0;
}
.s-iconnet .l-wrapper {
  display: flex;
  align-items: center;
}
.s-iconnet__text {
  font-size: 16px;
  color: #65758c;
}
.s-iconnet__text a {
  text-decoration: none;
  color: #65758c;
}
.s-iconnet__logo {
  margin-left: auto;
}
.s-iconnet__logo-img {
  height: 30px;
}

.s-main-nav {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  background: #ffffff;
  padding: 20px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow-x: auto;
}
.s-main-nav__primary-inner {
  display: flex;
  align-items: center;
}
.s-main-nav__link {
  color: #095589;
  text-decoration: none;
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
  white-space: nowrap;
  transition: 0.2s;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  margin-right: 20px;
}
.s-main-nav__link svg {
  fill: #095589;
  margin-left: 4px;
}
.s-main-nav__link:hover {
  text-decoration-color: #fc6a03;
  color: #fc6a03;
}
.s-main-nav__link:hover svg {
  fill: #fc6a03;
}
.s-main-nav__link.active {
  color: #fc6a03;
}
.s-main-nav__link--hidden {
  opacity: 0;
}
.s-main-nav__link:nth-last-child(2) {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.s-main-nav__link:last-child {
  margin-right: 0px;
  display: flex;
  align-items: center;
}
.s-main-nav__button {
  margin-left: auto;
  font-size: 16px;
  background: #f1f1f1;
  color: #65758c;
  border-radius: 16px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 100;
  display: inline-block;
}

/* LAYOUT */
body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  background: #f5f5f5;
  z-index: 2;
}
body.js-no-scroll {
  overflow-y: hidden;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, p, .s-hero__social--footer .s-hero__social-text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}

ul, li, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .l-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-block {
  background: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .l-block {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.l-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #095589;
}
@media screen and (max-width: 800px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-group {
  border-top: 1px solid #65758c;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  .l-group {
    padding-top: 20px;
  }
}

.l-grid {
  max-width: 600px;
  margin: 0 auto;
}
.l-grid--full-width {
  max-width: 100%;
}
.l-grid--no-gap {
  grid-gap: 0;
}
.l-grid--fixed-height {
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.l-grid--cols-1 {
  grid-template-columns: 1fr;
}
.l-grid--cols-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .l-grid--cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .l-grid--cols-2 {
    grid-template-columns: 1fr;
  }
}
.l-grid--cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .l-grid--cols-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .l-grid--cols-3 {
    grid-template-columns: 1fr;
  }
}
.l-grid--cols-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) {
  .l-grid--cols-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .l-grid--cols-4 {
    grid-template-columns: 1fr;
  }
}

/* COMPONENTS */
.s-login {
  width: 400px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-login__body {
  background: #65758c;
}
.s-login__logo {
  margin-bottom: 10px;
  display: block;
}
.s-login__logo-img {
  width: 50%;
}
.s-login__title {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
  color: #f1f1f1;
}
.s-login label {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  color: #f1f1f1;
}
.s-login__field {
  margin-bottom: 20px;
}
.s-login__field input {
  height: 24px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  border: none;
  color: #004B8D;
  background: #ffffff;
  width: calc(100% - 20px);
}
.s-login__remember {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.s-login__remember input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.s-login__remember label {
  margin-bottom: 0px;
}
.s-login__button button {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  color: #65758c;
  background: #f1f1f1;
  cursor: pointer;
  display: block;
  border-radius: 16px;
  font-weight: bold;
  transition: 0.2s;
}
.s-login__bar {
  color: #65758c;
  z-index: 2;
  padding: 10px 0;
}
.s-login__bar .l-wrapper {
  display: flex;
  align-items: center;
}
.s-login__bar span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 14px;
}
.s-login__bar a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #65758c;
  text-decoration: underline;
}
.s-login__bar a:hover {
  opacity: 0.5;
}

.field-validation-error {
  color: #f1f1f1;
  font-weight: bold;
  font-style: italic;
}

.validation-summary-errors {
  color: #f1f1f1;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.validation-summary-errors li {
  margin-left: 30px;
  list-style: square;
}

.login-form hr {
  display: none;
}

.login-form button {
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px 10px 15px;
  border-radius: none;
  border: none;
  outline: none;
  border: 2px solid #cccccc;
  color: #095589;
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: 0.2s;
}
.login-form button svg {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.login-form button span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.login-form button:hover {
  background: #efefef;
}

.login-status {
  display: flex;
  padding: 10px 20px;
}
.login-status p, .login-status .s-hero__social--footer .s-hero__social-text, .s-hero__social--footer .login-status .s-hero__social-text {
  color: #095589;
  font-size: 16px;
  line-height: 16px;
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
}
.login-status form {
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: auto;
}
.login-status button {
  font-weight: bold;
  cursor: pointer;
  justify-content: flex-end;
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  color: #fc6a03;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  outline: none;
  background: none;
}
.login-status button:hover {
  text-decoration: underline;
}

.c-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.c-section-header__title {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 70px;
  line-height: 63px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-weight: 900;
  display: block;
  color: #095589;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .c-section-header__title {
    font-size: 43.75px;
    line-height: 39.375px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 600px) {
  .c-section-header__title {
    font-size: 31.8181818182px;
    line-height: 28.3181818182px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 9.0909090909px;
  }
}
@media screen and (max-width: 800px) {
  .c-section-header {
    margin-bottom: 20px;
    display: block;
  }
}

.c-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-heading__title {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  display: block;
  color: #65758c;
  border-top: 1px solid #65758c;
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .c-heading__title {
    font-size: 25px;
    line-height: 22.5px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 600px) {
  .c-heading__title {
    font-size: 18.1818181818px;
    line-height: 16.1818181818px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 9.0909090909px;
  }
}
@media screen and (max-width: 800px) {
  .c-heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-heading__title {
    padding-top: 20px;
  }
}

/*---------------------------------------------------
    # COMPONENT - BAR
---------------------------------------------------*/
.c-group-header {
  margin-bottom: 20px;
}
.c-group-header__title {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  display: block;
  color: #65758c;
}

/*---------------------------------------------------
    # COMPONENT - BAR
---------------------------------------------------*/
.c-guidelines {
  background: #ffffff;
  border: 1px solid #efefef;
  padding: 40px;
}
.c-guidelines:not(:last-child) {
  margin-bottom: 20px;
}
.c-guidelines > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .c-guidelines {
    padding: 20px;
  }
  .c-guidelines:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-guidelines > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.c-guidelines--dark-background {
  background: #095589;
  border: none;
}
.c-guidelines--dark-background .c-rte > * {
  color: #ffffff;
}

.c-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.c-fixed-nav .s-main-nav {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  z-index: 2;
}
.c-fixed-nav .c-section-nav {
  background: #f5f5f5;
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  display: block;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

@keyframes slideIn {
  from {
    top: 0px;
  }
  to {
    top: 60px;
  }
}
.c-section-nav {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 800px) {
  .c-section-nav {
    display: none;
  }
}
.c-section-nav__link {
  color: #095589;
  text-decoration: none;
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
  white-space: nowrap;
  transition: 0.2s;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  margin-right: 20px;
}
.c-section-nav__link:hover {
  text-decoration-color: #fc6a03;
  color: #fc6a03;
}
.c-section-nav__link--hidden {
  opacity: 0;
}

/*---------------------------------------------------
    # COMPONENT - BAR
---------------------------------------------------*/
.c-colour {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.c-colour:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
.c-colour__chart {
  display: block;
  width: 60%;
}
.c-colour__chart-svg {
  width: 100%;
  display: block;
  height: auto;
}
.c-colour__list {
  flex: none;
  width: 40%;
  margin-left: auto;
  padding-left: 100px;
}
.c-colour__item {
  font-size: 20px;
  color: #65758c;
  display: flex;
  position: relative;
  cursor: pointer;
}
.c-colour__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #65758c;
}
.c-colour__item:after {
  content: "Click to copy";
  position: absolute;
  left: 100%;
  font-size: 12px;
  background: #65758c;
  color: #ffffff;
  padding: 3px 6px;
  opacity: 0;
  white-space: nowrap;
  border-radius: 5px;
}
.c-colour__item:hover:after {
  opacity: 1;
}
.c-colour__data {
  font-size: 20px;
  color: #65758c;
}
.c-colour__data--value {
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .c-colour {
    max-width: 100%;
    display: block;
  }
  .c-colour__chart {
    width: 75%;
    margin: 15px 0;
  }
  .c-colour__list {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
}

/*---------------------------------------------------
    # PADDING
---------------------------------------------------*/
.c-rte {
  max-width: 800px;
}
.c-rte--text-center {
  text-align: center;
}
.c-rte h4 {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  color: #65758c;
}
.c-rte h4:not(:last-child) {
  margin-bottom: 14px;
}
.c-rte h4 a {
  color: #095589;
  text-decoration: none;
}
.c-rte h4 a:hover {
  text-decoration: underline;
}
.c-rte h5 {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #65758c;
}
.c-rte h5:not(:last-child) {
  margin-bottom: 14px;
}
.c-rte h5 a {
  color: #095589;
  text-decoration: none;
}
.c-rte h5 a:hover {
  text-decoration: underline;
}
.c-rte p, .c-rte .s-hero__social--footer .s-hero__social-text, .s-hero__social--footer .c-rte .s-hero__social-text {
  font-size: 18px;
  line-height: 24px;
  color: #202020;
}
.c-rte p:not(:last-child), .c-rte .s-hero__social--footer .s-hero__social-text:not(:last-child), .s-hero__social--footer .c-rte .s-hero__social-text:not(:last-child) {
  margin-bottom: 14px;
}
.c-rte ul {
  color: #202020;
  font-size: 18px;
  line-height: 24px;
  margin-left: 30px;
}
.c-rte ul li {
  list-style: disc;
  margin: 10px 0;
}
.c-rte ul li ul {
  margin-bottom: 0;
}
.c-rte ul li ul li {
  list-style: circle;
}
.c-rte ul:not(:last-child) {
  margin-bottom: 20px;
}
.c-rte ol {
  color: #202020;
  font-size: 18px;
  line-height: 24px;
  margin-left: 30px;
}
.c-rte ol li {
  list-style: decimal;
  margin: 10px 0;
}
.c-rte ol li ul {
  margin-bottom: 0;
}
.c-rte ol li ul li {
  list-style: circle;
}
.c-rte ol:not(:last-child) {
  margin-bottom: 20px;
}
.c-rte p a, .c-rte .s-hero__social--footer .s-hero__social-text a, .s-hero__social--footer .c-rte .s-hero__social-text a, .c-rte li a {
  color: #fc6a03;
  text-decoration: none;
}
.c-rte p a:hover, .c-rte .s-hero__social--footer .s-hero__social-text a:hover, .s-hero__social--footer .c-rte .s-hero__social-text a:hover, .c-rte li a:hover {
  text-decoration: underline;
}
.c-rte img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.c-rte:not(.c-rte--no-margin) > *:last-child {
  margin-bottom: 0;
}
.c-rte iframe {
  width: 100%;
}

.c-card-gallery {
  display: block;
  margin: 0 auto;
}
.c-card-gallery__image {
  display: block;
  position: relative;
  width: 100%;
}
.c-card-gallery__image-img {
  display: block;
  position: absolute;
  width: 100%;
}
.c-card-gallery__image-img--static {
  position: static;
  display: block;
  margin: 0 auto;
}

.l-grid {
  margin: 0 auto;
}
.l-grid .c-card-gallery__image-img--static {
  max-width: 100%;
}

.c-download {
  display: flex;
  align-items: center;
}
.c-download__title {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -1px;
  font-weight: 900;
  color: #095589;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .c-download {
    display: block;
  }
}

.c-download__button {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  margin-left: auto;
  background: #fc6a03;
  color: #ffffff;
  border-radius: 16px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 100;
  display: inline-block;
  display: flex;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 800px) {
  .c-download__button {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.c-download__button-icon {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.c-download__button-info {
  flex-wrap: wrap;
}
.c-download__button-title {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 2px;
}
.c-download__button-file {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

/*---------------------------------------------------
    # COMPONENT - Download Grid
---------------------------------------------------*/
.c-card-download {
  display: block;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
.c-card-download__image {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.c-card-download__image-img {
  position: static;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.c-card-download__title {
  display: block;
  font-size: 14px;
  color: #202020;
  text-align: center;
}
.c-card-download:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" style="fill:white;"><path d="m12 16 4-5h-3V4h-2v7H8z"></path><path d="M20 18H4v-7H2v7c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-7h-2v7z"></path></svg>');
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 3;
  opacity: 0;
  transition: 0.2s;
  margin-top: -20px;
}
.c-card-download:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 2;
  opacity: 0;
  transition: 0.1s;
}
.c-card-download:hover:before {
  opacity: 1;
  margin-top: 0;
}
.c-card-download:hover:after {
  opacity: 1;
}

/*---------------------------------------------------
    # COMPONENT - Download Grid
---------------------------------------------------*/
.c-icons__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
.c-icons__list-logos {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 800px) {
  .c-icons__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-icons__list-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-icons__list-item {
  background: #efefef;
  border-radius: 20px;
  padding: 15px;
  cursor: pointer;
}
.c-icons__list-item svg {
  display: block;
  width: 100%;
  height: auto !important;
  margin-bottom: 15px;
}
.c-icons__list-item .type-icon svg * {
  fill: #095589;
}
.c-icons__list-item strong {
  display: block;
  font-size: 14px;
  color: #202020;
  text-align: center;
}
.c-icons__list-item .js-icon-svg {
  display: none;
}
.c-icons__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #f5f5f5;
  padding: 30px;
  width: 240px;
}
.c-icons__modal-canvas {
  padding: 0;
  border-radius: 6px;
}
.c-icons__modal canvas {
  display: none;
}
.c-icons__modal img {
  max-width: 100%;
}
.c-icons__modal-background {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  cursor: pointer;
}
.c-icons__modal .label {
  display: block;
  font-size: 16px;
  color: #202020;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.c-icons__modal input {
  width: 50%;
  background: #ffffff;
  padding: 4px 8px;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #202020;
  border-radius: 6px;
}
.c-icons__modal-close-icon {
  padding: 10px;
  fill: #ffffff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50px;
  right: -20px;
  cursor: pointer;
}
.c-icons__colours {
  display: flex;
}
.c-icons__colours span {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.c-icons__downloads {
  display: flex;
}
.c-icons__downloads a {
  display: block;
  padding: 10px;
  color: #ffffff;
  background: #202020;
  padding: 4px 8px;
  margin: 0 6px 6px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
}
.c-icons__downloads a svg {
  fill: #ffffff;
  margin-right: 6px;
}

.c-icons__list-item {
  position: relative;
}
.c-icons__list-item:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" style="fill:white;"><path d="m12 16 4-5h-3V4h-2v7H8z"></path><path d="M20 18H4v-7H2v7c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-7h-2v7z"></path></svg>');
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 3;
  opacity: 0;
  transition: 0.2s;
  margin-top: -20px;
}
.c-icons__list-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 2;
  opacity: 0;
  transition: 0.1s;
}
.c-icons__list-item:hover:before {
  opacity: 1;
  margin-top: 0;
}
.c-icons__list-item:hover:after {
  opacity: 1;
}

/*---------------------------------------------------
    # COMPONENT - Values Grid
---------------------------------------------------*/
.l-grid--values {
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .l-grid--values {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .l-grid--values {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-grid--values .l-grid__item {
  text-align: center;
}
.l-grid--values .l-grid__item .c-value-image {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.l-grid--values .l-grid__item .c-value-image-img {
  width: 120px;
}
.l-grid--values .l-grid__item .c-value-title {
  font-family: BlissPro, "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #095589;
  margin-bottom: 8px;
  display: block;
}
.l-grid--values .l-grid__item .c-value-summary {
  font-size: 14px;
  line-height: 18px;
  color: #65758c;
}