@import "pushy.css";
@import "fullpage.min.css";
/* ==========================================================================
   Colours
   ========================================================================== */
/*
@blueLightest:    #f1f5fa;
@blueLightest2:   #d9e3eb;
@blueLighter:     #b0bfcd;
@blueLighter2:    #92a2b3;
@blueLighter3:    #6d9ac5;
@blueLight2:      #6a8088;
@blueLight:       #345b82;
@blue:            #2a4166;
@blueDark:        #172944;
@yellow:          #f5c32b;
@orange:          #e08000;
@green:           #3d980e;
*/
/* ==========================================================================
   Font Stack
   ========================================================================== */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.group {
  overflow: hidden;
}
.clear {
  clear: both;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* EXAMPLE USAGE
@media (max-width: @screen-xs) { }
@media (max-width: @screen-sm) { }
@media (max-width: @screen-md) { }
@media (max-width: @screen-lg) { }
@media (max-width: @screen-xl) { }
@media (max-width: @screen-xxl) { }
*/
/* ==========================================================================
   Flexbox LESS mixins
   // The spec: http://www.w3.org/TR/css3-flexbox
   // GITHUB: https://gist.github.com/jayj/4012969
   ========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base Styles
   ========================================================================== */
* {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0 !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
  color: #575756;
  background: #001ac7;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
html {
  scroll-behavior: smooth;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'helvetica', 'arial', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #575756;
}
@media (max-width: 1280px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 12px;
  }
}
body .has-medium-font-size,
button .has-medium-font-size,
input .has-medium-font-size,
select .has-medium-font-size,
optgroup .has-medium-font-size,
textarea .has-medium-font-size {
  font-size: 20px;
}
@media (max-width: 1280px) {
  body .has-medium-font-size,
  button .has-medium-font-size,
  input .has-medium-font-size,
  select .has-medium-font-size,
  optgroup .has-medium-font-size,
  textarea .has-medium-font-size {
    font-size: 16px !important;
  }
}
@media (max-width: 781px) {
  body .has-medium-font-size,
  button .has-medium-font-size,
  input .has-medium-font-size,
  select .has-medium-font-size,
  optgroup .has-medium-font-size,
  textarea .has-medium-font-size {
    font-size: 13px !important;
  }
}
@media (max-width: 420px) {
  body .has-medium-font-size,
  button .has-medium-font-size,
  input .has-medium-font-size,
  select .has-medium-font-size,
  optgroup .has-medium-font-size,
  textarea .has-medium-font-size {
    font-size: 12px !important;
  }
}
body.page-id-11,
.page-id-13,
body.single-post,
body.fp-viewing-secondPage,
body.fp-viewing-fourthPage,
body.fp-viewing-sixthPage,
body.fp-viewing-seventhPage,
body.fp-viewing-ninthPage,
body.fp-viewing-tenthPage {
  background: #ededed;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
#wpadminbar {
  display: none;
}
.edit-link {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.edit-link a {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 25px;
  line-break: 1;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.edit-link a:hover {
  color: #fff;
  background: #000000;
}
/* ==========================================================================
   WordPress Overrides
   ========================================================================== */
.wp-block-pullquote {
  border-top: 4px solid #001ac7;
  border-bottom: 4px solid #001ac7;
  margin: 60px;
  padding: 40px 0;
}
.wp-block-pullquote p {
  color: #001ac7;
  font-size: 28px;
  font-style: italic;
  font-family: 'Times New Roman', serif;
  margin: 0 0 10px;
  line-height: 1.4;
}
.wp-block-pullquote cite {
  color: #001ac7;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}
.site-main .wp-block-image figcaption {
  color: #001ac7;
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.site-main .wp-block-image figcaption:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  margin: 0 10px 0 0;
}
hr,
hr.wp-block-separator {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  margin: 100px 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding: 0;
  background: none;
}
@media (max-width: 1280px) {
  hr,
  hr.wp-block-separator {
    margin: 25px 0;
  }
}
.wp-block-content ul,
.wp-block-column ul {
  margin: 0 0 1.4rem 1.4rem;
  padding: 0;
}
.wp-block-content li,
.wp-block-column li {
  font-size: 16px;
  margin: 0 0 8px;
}
@media (max-width: 1280px) {
  .wp-block-content li,
  .wp-block-column li {
    font-size: 14px;
  }
}
.wp-block-content li:last-child,
.wp-block-column li:last-child {
  margin: 0;
}
.wp-block-content li::marker,
.wp-block-column li::marker {
  color: #001ac7;
  font-size: 14px;
}
.wp-block-content li ul,
.wp-block-column li ul {
  margin: 8px 0 40px 2.8rem;
}
.wp-block-content li ul li,
.wp-block-column li ul li {
  font-size: 16px;
}
.wp-block-content li ul li::marker,
.wp-block-column li ul li::marker {
  color: #575756;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.wp-block-table td {
  padding: 10px;
  color: #575756;
  border: 1px solid #ccc;
}
.wp-block-table tr td:first-child {
  color: #001ac7;
  font-weight: bold;
}
.wp-block-table.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  @grey Lightest2;
}
.wp-block-gallery {
  background: #fff;
  padding: 25px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: fit-content !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  align-items: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin: 0 !important;
}
.wp-block-quote {
  border-left: 4px solid #001ac7;
  margin: 0;
  padding: 0 0 0 20px;
}
/*
.has-light-blue-color 								{ color: #345b82; }
.has-blue-color 									{ color: #2a4166; }
.has-dark-blue-color 								{ color: #172944; }
.has-orange-color 									{ color: #e08000; }
.has-red-color                                      { color: #cc3333; }
.has-green-color                                    { color: #66cc33; }
*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* ==========================================================================
   FORMS
   ========================================================================== */
div.wpforms-container-full.wpforms-container {
  margin: 0;
}
div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],
div.wpforms-container-full.wpforms-container .wpforms-form select,
div.wpforms-container-full.wpforms-container .wpforms-form textarea {
  border-radius: 8px;
  font-size: 20px;
}
@media (max-width: 1280px) {
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],
  div.wpforms-container-full.wpforms-container .wpforms-form select,
  div.wpforms-container-full.wpforms-container .wpforms-form textarea {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],
  div.wpforms-container-full.wpforms-container .wpforms-form select,
  div.wpforms-container-full.wpforms-container .wpforms-form textarea {
    font-size: 14px;
  }
}
div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-page-button {
  background: #001ac7;
  font-size: 20px;
  border: none;
  color: #fff;
  line-height: 1;
  padding: 10px 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border-radius: 8px;
}
@media (max-width: 1280px) {
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-page-button {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-page-button {
    font-size: 14px;
  }
}
div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover,
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,
div.wpforms-container-full.wpforms-container .wpforms-page-button:hover {
  background: #f6cd80;
  color: #001ac7;
}
@media (max-width: 1280px) {
  div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 14px;
  }
}
/* ==========================================================================
   Headings
   ========================================================================== */
h1 {
  color: #001ac7;
  font-size: 58px;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 781px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  color: #001ac7;
  font-size: 38px;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 781px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  color: #001ac7;
  font-size: 28px;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 781px) {
  h3 {
    font-size: 16px;
  }
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #007589;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #4cb4c6;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/* ==========================================================================
   LAYOUT
   ========================================================================== */
.post,
.page {
  margin: 0;
}
.page-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 781px) {
  .page-inner {
    padding: 0 25px;
  }
}
body.page-id-11 {
  padding: 155px 0 0;
}
.fp-watermark {
  display: none !important;
}
/* ==========================================================================
   ARTISTS
   ========================================================================== */
.artists {
  position: relative;
  overflow: hidden;
}
.artists-intro {
  padding: 50px 0;
}
@media (max-width: 900px) {
  .artists-intro {
    padding: 25px 0;
  }
}
.artists-intro__row {
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 900px) {
  .artists-intro__row {
    margin: 0 -10px;
  }
}
@media (max-width: 781px) {
  .artists-intro__row {
    display: block;
    margin: 0;
  }
}
.artists-intro__col {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .artists-intro__col {
    padding: 0 10px;
  }
}
@media (max-width: 781px) {
  .artists-intro__col {
    width: auto;
    padding: 0;
  }
}
.artists-intro p {
  color: #fff;
}
.artists-filters {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 781px) {
  .artists-filters {
    padding: 10px;
  }
}
.artists-filters h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .artists-filters h2 {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  .artists-filters h2 {
    font-size: 14px;
  }
}
.artists-filters__row {
  display: flex;
  margin: 0 -5px;
}
.artists-filters__col {
  width: 50%;
  padding: 0 5px;
}
.artists-filters__button {
  padding: 0 5px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.artists-filters select {
  display: block;
  width: 100%;
  background: #000;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #fff;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #000;
  appearance: none;
  background: url(../img/arrow-down.svg) no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.artists-filters select:hover {
  background-color: #c7ad00;
}
.artists-filters input[type="submit"] {
  display: block;
  width: 100%;
  background: #fff;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #001ac7;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #fff;
}
.artists-filters input[type="submit"]:hover {
  border: 1px solid #fff;
  background: #001ac7;
  color: #fff;
}
.artists-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 900px) {
  .artists-list {
    margin: 0 -10px;
  }
}
.artists-list__col {
  width: 33.33%;
  padding: 0 20px 40px;
}
@media (max-width: 900px) {
  .artists-list__col {
    width: 50%;
    padding: 0 10px 20px;
  }
}
.artists-list__panel {
  position: relative;
}
.artists-list__btn-group {
  position: absolute;
  top: 10px;
  left: 10px;
}
.artists-list__btn-group button {
  font-size: 18px;
  background: #001ac7;
  color: #fff;
  padding: 10px;
  outline: none;
  border: none;
  line-height: 1;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
}
.artists-list__btn-group button:hover {
  background: #f6cd80;
}
.artists-list__btn-group--inactive .artists-list__btn--pause {
  display: none;
}
.artists-list__btn-group--inactive .artists-list__btn--play {
  display: block;
}
.artists-list__btn-group--active .artists-list__btn--pause {
  display: block;
}
.artists-list__btn-group--active .artists-list__btn--play {
  display: none;
}
.artists-list__link {
  display: block;
  position: relative;
}
.artists-list__link:hover .artists-list__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.artists-list__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 20px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .artists-list__title {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  .artists-list__title {
    font-size: 14px;
    padding: 8px;
  }
}
.artists-list__img {
  overflow: hidden;
}
.artists-list__img img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* ==========================================================================
SINGLE ARTIST
========================================================================== */
.single-artist__header {
  height: 50vh;
  background: #001ac7;
  filter: grayscale(100%);
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .single-artist__header {
    padding: 0;
  }
}
.single-artist .page-inner {
  position: relative;
}
.single-artist__header-content {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.single-artist__title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
.single-artist__category {
  color: #000;
  font-size: 58px;
}
@media (max-width: 1280px) {
  .single-artist__category {
    font-size: 46px;
  }
}
@media (max-width: 781px) {
  .single-artist__category {
    font-size: 20px;
  }
}
.single-artist h1 {
  color: #001ac7;
  margin: 0;
  font-size: 58px;
}
@media (max-width: 1280px) {
  .single-artist h1 {
    font-size: 46px;
  }
}
@media (max-width: 781px) {
  .single-artist h1 {
    font-size: 40px;
  }
}
.single-artist__header-img {
  position: relative;
  width: 1000px;
  margin: 0 0 0 320px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 781px) {
  .single-artist__header-img {
    margin: 0 0 0 110px;
  }
}
.single-artist__header-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.single-artist__header-img img {
  display: block;
}
.single-artist__content {
  background: #ededed;
}
.single-artist__row {
  background: #fff;
  padding: 50px;
  display: flex;
}
@media (max-width: 900px) {
  .single-artist__row {
    padding: 25px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-artist__col {
  width: 50%;
}
@media (max-width: 900px) {
  .single-artist__col {
    width: auto;
  }
}
.single-artist__col:first-child {
  paddng: 0 50px 0 0;
}
@media (max-width: 900px) {
  .single-artist__col:first-child {
    padding: 0 0 25px;
  }
}
.single-artist__col:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 900px) {
  .single-artist__col:last-child {
    padding: 0;
  }
}
.single-artist__intro {
  margin: 0 0 32px;
}
.single-artist__intro :last-child {
  margin: 0;
}
.single-artist__categories {
  margin: 32px 0;
}
.single-artist__categories ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
  padding: 0;
}
.single-artist__categories li {
  padding: 0 5px 10px;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .single-artist__categories li {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  .single-artist__categories li {
    font-size: 14px;
  }
}
.single-artist__categories a {
  white-space: nowrap;
  padding: 5px 10px;
  background: #001ac7;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.single-artist__categories a:hover {
  background: #f6cd80;
}
.single-artist__data {
  margin: 32px 0;
}
@media (max-width: 1024px) {
  .single-artist__data table {
    display: block;
  }
}
.single-artist__data th {
  color: #001ac7;
  text-align: left;
  padding: 0 16px 0 0;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .single-artist__data th {
    display: block;
    padding: 0;
  }
}
.single-artist__data td {
  color: #000;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .single-artist__data td {
    display: block;
    padding: 0 0 8px;
  }
}
.single-artist__data a {
  color: #000;
  text-decoration: none;
}
.single-artist__data a:hover {
  color: #001ac7;
}
.single-artist__records {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 32px 32px 16px;
  margin: 0 0 50px;
}
@media (max-width: 900px) {
  .single-artist__records {
    padding: 25px 25px 9px;
    border-radius: 10px;
  }
}
.single-artist__records h2 {
  margin: 0 0 16px;
  line-height: 1;
}
.single-artist__records ul {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-artist__records li {
  padding: 0 8px 16px;
  width: 33.33%;
}
@media (max-width: 420px) {
  .single-artist__records li {
    width: 50%;
  }
}
.single-artist__records a {
  text-decoration: none;
}
.single-artist__records a h3 {
  color: #000;
}
.single-artist__records a:hover .single-artist__records-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-artist__records-img {
  margin: 0 0 4px;
  overflow: hidden;
}
.single-artist__records-img img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.single-artist__records h3 {
  font-size: 14px;
  margin: 0;
}
.single-artist__gallery {
  margin: 0 0 50px;
}
.single-artist__gallery h2 {
  margin: 0 0 20px;
  line-height: 1;
}
.single-artist__gallery ul {
  list-style: none;
  margin: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 5px 0;
  background: #000;
  border-radius: 20px;
}
.single-artist__gallery li {
  width: 25%;
  padding: 0 5px 10px;
}
@media (max-width: 1024px) {
  .single-artist__gallery li {
    width: 33.33%;
  }
}
@media (max-width: 420px) {
  .single-artist__gallery li {
    width: 50%;
  }
}
.single-artist__gallery a:hover .single-artist__gallery-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-artist__gallery-img {
  overflow: hidden;
  border-radius: 12px;
}
.single-artist__gallery-img img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.single-artist__sets {
  margin: 0 0 50px;
}
.single-artist__sets h2 {
  margin: 0 0 20px;
  line-height: 1;
}
.single-artist__sets ul {
  list-style: none;
  margin: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 5px 0;
  background: #000;
  border-radius: 20px;
}
.single-artist__sets li {
  width: 25%;
  padding: 0 5px 10px;
}
@media (max-width: 1024px) {
  .single-artist__sets li {
    width: 33.33%;
  }
}
@media (max-width: 420px) {
  .single-artist__sets li {
    width: 50%;
  }
}
.single-artist__sets h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.single-artist__sets a {
  text-decoration: none;
}
.single-artist__sets a:hover .single-artist__sets-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-artist__sets-img {
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 4px;
}
.single-artist__sets-img img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.single-artist__video {
  margin: 0 0 50px;
}
.single-artist__video h2 {
  margin: 0 0 20px;
  line-height: 1;
}
.single-artist__video ul {
  list-style: none;
  margin: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 5px 0;
  background: #000;
  border-radius: 20px;
}
.single-artist__video li {
  width: 25%;
  padding: 0 5px 10px;
}
@media (max-width: 1024px) {
  .single-artist__video li {
    width: 33.33%;
  }
}
@media (max-width: 420px) {
  .single-artist__video li {
    width: 50%;
  }
}
.single-artist__video h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.single-artist__video a {
  text-decoration: none;
}
.single-artist__video a:hover .single-artist__video-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-artist__video-img {
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 4px;
}
.single-artist__video-img img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.single-artist__maps {
  margin: 0 0 50px;
}
.single-artist__maps h2 {
  margin: 0 0 20px;
  line-height: 1;
}
.single-artist__maps-content {
  padding: 10px;
  background: #000;
  border-radius: 20px;
}
.single-artist__maps .wpgmza_map {
  border-radius: 12px;
}
.single-artist__form {
  padding: 32px;
  border-radius: 20px;
  background: #ededed;
}
@media (max-width: 900px) {
  .single-artist__form {
    padding: 25px;
    border-radius: 10px;
  }
}
.single-artist__form h2 {
  margin: 0 0 16px;
  line-height: 1.4;
}
.artists-no-results {
  margin: 0 0 50px;
}
.artists-no-results h2 {
  color: #001ac7;
  text-align: center;
  padding: 50px;
  background: #fff;
  margin: 0;
}
@media (max-width: 1280px) {
  .artists-no-results h2 {
    padding: 25px;
  }
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn a {
  font-size: 24px;
  border: 2px solid #f6cd80;
  color: #007589;
  line-height: 1;
  padding: 10px 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn a:hover {
  background: #f6cd80;
}
/* ==========================================================================
   CONTACT
   ========================================================================== */
.section-contact-form {
  background: #007589 url(../img/bg/contact-form.jpg) no-repeat bottom right;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .section-contact-form {
    padding: 25px 0;
  }
}
.section-contact-form h2 {
  color: #fff;
}
.section-contact-form p {
  font-size: 34px;
  color: #fff;
}
@media (max-width: 1280px) {
  .section-contact-form p {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .section-contact-form p {
    font-size: 15px;
  }
}
.section-contact-form__form {
  max-width: 740px;
  margin: 0 auto;
}
.section-contact-form__form p {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .section-contact-form__form p {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .section-contact-form__form p {
    font-size: 13px;
  }
}
.section-contact-form__form p a {
  color: #fff;
}
.section-contact-form__form p a:hover {
  color: #f6cd80;
}
.section-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 1280px) {
  .section-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .section-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 13px;
  }
}
.section-contact-form div.wpforms-container-full .wpforms-form .wpforms-submit[type="submit"] {
  font-size: 20px;
  font-family: 'helvetica', 'arial', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  border: 2px solid #f6cd80;
  color: #fff;
  background: transparent;
}
@media (max-width: 1280px) {
  .section-contact-form div.wpforms-container-full .wpforms-form .wpforms-submit[type="submit"] {
    font-size: 14px;
    padding: 12px 16px;
  }
}
@media (max-width: 900px) {
  .section-contact-form div.wpforms-container-full .wpforms-form .wpforms-submit[type="submit"] {
    font-size: 13px;
  }
}
.section-contact-form div.wpforms-container-full .wpforms-form .wpforms-submit[type="submit"]:hover {
  background: #f6cd80;
}
.section-contact-form div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #f99;
  font-size: 16px;
  margin: 4px 0 0;
}
@media (max-width: 1280px) {
  .section-contact-form div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .section-contact-form div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 13px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.page-contact {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1440px;
  width: 100%;
  left: 50%;
  overflow: hidden;
}
.page-contact__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .page-contact__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.page-contact__col {
  width: 50%;
}
@media (max-width: 1024px) {
  .page-contact__col {
    width: auto;
  }
}
.page-contact__col--form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 60px;
}
@media (max-width: 900px) {
  .page-contact__col--form {
    padding: 0;
  }
}
.page-contact__col--form div.wpforms-container-full {
  width: 100%;
}
@media (max-width: 900px) {
  .page-contact__col--form div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 120px;
  }
}
.page-contact__col--form h2 {
  font-size: 58px;
  margin: 0;
}
@media (max-width: 900px) {
  .page-contact__col--form h2 {
    font-size: 34px;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.contact-tab {
  position: fixed;
  bottom: 0;
  left: 20px;
  transform: rotate(-90deg);
  transform-origin: top left;
  z-index: 2;
}
.contact-tab a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.page-id-13 .contact-tab a,
body.fp-viewing-secondPage .contact-tab a,
body.fp-viewing-fourthPage .contact-tab a,
body.fp-viewing-sixthPage .contact-tab a,
body.fp-viewing-seventhPage .contact-tab a,
body.fp-viewing-ninthPage .contact-tab a,
body.fp-viewing-tenthPage .contact-tab a {
  color: #001ac7;
}
/* ==========================================================================
   SITE HEADER
   ========================================================================== */
.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 50px 50px 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 781px) {
  .site-header {
    padding: 25px 25px 15px;
  }
}
.site-header__logo {
  width: 240px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 781px) {
  .site-header__logo {
    width: 120px;
  }
}
.site-header__logo__white {
  display: block;
}
.site-header__logo__blue {
  display: none;
}
body.fixed-header-active .site-header {
  background: rgba(0, 26, 199, 0.8);
  padding: 25px 50px 0px;
}
body.fixed-header-active .site-nav {
  top: 20px;
}
.afem-logo {
  width: 132px;
  margin: 0 80px 0 0;
}
@media (max-width: 781px) {
  .afem-logo {
    width: 62px;
    margin: 0 50px 0 0;
  }
}
/* ==========================================================================
   BRANDING COLOUR SWITCH
========================================================================== */
.page-id-11 .site-header__logo__white,
.page-id-13 .site-header__logo__white,
body.fp-viewing-secondPage .site-header__logo__white,
body.fp-viewing-fourthPage .site-header__logo__white,
body.fp-viewing-sixthPage .site-header__logo__white,
body.fp-viewing-seventhPage .site-header__logo__white,
body.fp-viewing-ninthPage .site-header__logo__white,
body.fp-viewing-tenthPage .site-header__logo__white {
  display: none;
}
.page-id-11 .site-header__logo__blue,
.page-id-13 .site-header__logo__blue,
body.fp-viewing-secondPage .site-header__logo__blue,
body.fp-viewing-fourthPage .site-header__logo__blue,
body.fp-viewing-sixthPage .site-header__logo__blue,
body.fp-viewing-seventhPage .site-header__logo__blue,
body.fp-viewing-ninthPage .site-header__logo__blue,
body.fp-viewing-tenthPage .site-header__logo__blue {
  display: block;
}
.page-id-11 .site-nav button,
.page-id-13 .site-nav button,
body.fp-viewing-secondPage .site-nav button,
body.fp-viewing-fourthPage .site-nav button,
body.fp-viewing-sixthPage .site-nav button,
body.fp-viewing-seventhPage .site-nav button,
body.fp-viewing-ninthPage .site-nav button,
body.fp-viewing-tenthPage .site-nav button {
  color: #001ac7;
}
.page-id-11.fixed-header-active .site-header,
.page-id-13.fixed-header-active .site-header,
body.fp-viewing-secondPage.fixed-header-active .site-header,
body.fp-viewing-fourthPage.fixed-header-active .site-header,
body.fp-viewing-sixthPage.fixed-header-active .site-header,
body.fp-viewing-seventhPage.fixed-header-active .site-header,
body.fp-viewing-ninthPage.fixed-header-active .site-header,
body.fp-viewing-tenthPage.fixed-header-active .site-header {
  background: rgba(255, 255, 255, 0.8);
}
.page-id-11 .menu-primary-container,
.page-id-13 .menu-primary-container,
body.fp-viewing-secondPage .menu-primary-container,
body.fp-viewing-fourthPage .menu-primary-container,
body.fp-viewing-sixthPage .menu-primary-container,
body.fp-viewing-seventhPage .menu-primary-container,
body.fp-viewing-ninthPage .menu-primary-container,
body.fp-viewing-tenthPage .menu-primary-container {
  background: #fff;
}
.page-id-11 .menu-primary-container a,
.page-id-13 .menu-primary-container a,
body.fp-viewing-secondPage .menu-primary-container a,
body.fp-viewing-fourthPage .menu-primary-container a,
body.fp-viewing-sixthPage .menu-primary-container a,
body.fp-viewing-seventhPage .menu-primary-container a,
body.fp-viewing-ninthPage .menu-primary-container a,
body.fp-viewing-tenthPage .menu-primary-container a {
  color: #001ac7;
}
.page-id-11 #fp-nav ul li a span,
.page-id-13 #fp-nav ul li a span,
body.fp-viewing-secondPage #fp-nav ul li a span,
body.fp-viewing-fourthPage #fp-nav ul li a span,
body.fp-viewing-sixthPage #fp-nav ul li a span,
body.fp-viewing-seventhPage #fp-nav ul li a span,
body.fp-viewing-ninthPage #fp-nav ul li a span,
body.fp-viewing-tenthPage #fp-nav ul li a span,
.page-id-11 .fp-slidesNav ul li a span,
.page-id-13 .fp-slidesNav ul li a span,
body.fp-viewing-secondPage .fp-slidesNav ul li a span,
body.fp-viewing-fourthPage .fp-slidesNav ul li a span,
body.fp-viewing-sixthPage .fp-slidesNav ul li a span,
body.fp-viewing-seventhPage .fp-slidesNav ul li a span,
body.fp-viewing-ninthPage .fp-slidesNav ul li a span,
body.fp-viewing-tenthPage .fp-slidesNav ul li a span {
  background: #001ac7;
}
/* ==========================================================================
   SITE NAVIGATION
========================================================================== */
.site-nav {
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
@media (max-width: 781px) {
  .site-nav {
    top: 25px;
    right: 25px;
  }
}
.site-nav button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  background: transparent;
  outline: none;
  line-height: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 781px) {
  .site-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
.menu-primary-container {
  position: absolute;
  top: 60px;
  width: 220px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  padding: 20px;
  border-radius: 8px 0 8px 8px;
  background: #001ac7;
}
.menu-primary-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.menu-primary-container li {
  padding: 0;
  margin: 0 0 16px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 28px;
}
@media (max-width: 781px) {
  .menu-primary-container li {
    font-size: 20px;
  }
}
.menu-primary-container li:last-child {
  margin: 0;
}
.menu-primary-container a {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-primary-container a:hover {
  opacity: 1;
}
.nav-active #menuOpen {
  display: none;
}
.nav-active #menuClose {
  display: block;
}
.nav-active .menu-primary-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  right: 0;
  opacity: 1;
}
.nav-active .site-main:after {
  opacity: 1;
}
.nav-inactive #menuOpen {
  display: block;
}
.nav-inactive #menuClose {
  display: none;
}
.nav-inactive .menu-primary-container {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  right: 0;
  opacity: 0;
}
/* ==========================================================================
   PAGE HEADER
========================================================================== */
.page-header {
  padding: 200px 0;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}
@media (max-width: 1280px) {
  .page-header {
    padding: 160px 0;
  }
}
@media (max-width: 781px) {
  .page-header {
    padding: 100px 0;
  }
}
.page-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.page-header h1 {
  color: #fff;
  font-size: 72px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1280px) {
  .page-header h1 {
    font-size: 52px;
  }
}
@media (max-width: 781px) {
  .page-header h1 {
    font-size: 26px;
  }
}
@media (max-width: 781px) {
  .page-header br {
    display: none;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeBgInOut {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLogoInOut {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    left: -50px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    right: -50px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes header {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
body.home .site-header {
  animation-name: header;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  opacity: 0;
}
.page-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-home__bg {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  z-index: 1;
  position: absolute;
  opacity: 0;
  animation-name: fadeBgInOut;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
.page-home__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
  z-index: 1;
}
.page-home__bg2 {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
.page-home__bg2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
  z-index: 1;
}
.page-home__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 50%;
  transform: translate(-50%, -50%);
}
.page-home__logo img {
  display: block;
  transform: scale(0.5);
  animation-name: fadeLogoInOut;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
.page-home__logo2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60%;
  transform: translate(-50%, -50%);
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-home__logo2 {
    width: 80%;
  }
}
@media (max-width: 900px) {
  .page-home__logo2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 60%;
  }
}
.page-home__logo2__col {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 900px) {
  .page-home__logo2__col {
    width: 100%;
    padding: 20px 0;
  }
}
.page-home__logo2__col:first-child img {
  display: block;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  opacity: 0;
  left: -100px;
  position: relative;
}
.page-home__logo2__col:last-child img {
  display: block;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  opacity: 0;
  right: -100px;
  position: relative;
}
/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
.white-popup {
  position: relative;
  background: #000;
  width: auto;
  padding: 0;
  max-width: 1200px;
  margin: 20px auto;
}
.white-popup video,
.white-popup audio,
.white-popup iframe {
  width: 100%;
  display: block;
}
.mfp-close-btn-in .mfp-close {
  top: -44px;
  color: #fff;
}
/* ==========================================================================
   NEWS SECTION
   ========================================================================== */
.news h1 {
  margin: 0 0 20px;
  font-size: 58px;
}
@media (max-width: 1280px) {
  .news h1 {
    font-size: 46px;
  }
}
@media (max-width: 781px) {
  .news h1 {
    font-size: 40px;
  }
}
.news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 781px) {
  .news-list {
    margin: 0 -10px;
  }
}
.news-list__col {
  min-width: 33.33%;
  max-width: 33.33%;
  padding: 0 20px 40px;
}
@media (max-width: 781px) {
  .news-list__col {
    min-width: 50%;
    max-width: 50%;
    padding: 0 10px 20px;
  }
}
.news-list__link {
  text-decoration: none;
}
.news-list__link:hover .news-list__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list__link:hover h2 {
  color: #007589;
}
.news-list__link .news-list__excerpt p {
  color: #171811;
}
.news-list__img {
  overflow: hidden;
  margin: 0 0 20px;
}
@media (max-width: 781px) {
  .news-list__img {
    margin: 0 0 10px;
  }
}
.news-list__img img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  filter: grayscale(100%);
}
.news-list h2 {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .news-list h2 {
    font-size: 22px;
  }
}
@media (max-width: 781px) {
  .news-list h2 {
    font-size: 18px;
  }
}
.news-list__excerpt {
  margin: 0;
}
/* ==========================================================================
   NEWS ARTICLE
========================================================================== */
.news-article h1 {
  margin: 40px 0;
}
@media (max-width: 781px) {
  .news-article h1 {
    margin: 40px 0 20px;
  }
}
.news-article__header {
  height: 50vh;
  background: center center no-repeat #001ac7;
  background-size: cover;
  filter: grayscale(100%);
}
@media (max-width: 781px) {
  .news-article__header {
    height: 25vh;
  }
}
.news-article__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 781px) {
  .news-article__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-article__subtitle {
  min-width: 33.33%;
  max-width: 33.33%;
  padding: 0 40px 0 0;
  color: #171811;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .news-article__subtitle {
    font-size: 30px;
  }
}
@media (max-width: 781px) {
  .news-article__subtitle {
    font-size: 26px;
    padding: 0 0 20px;
    min-width: 0;
    max-width: none;
  }
}
.news-article__content {
  flex: 1;
  color: #171811;
}
/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  margin: 30px 0 0;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagination li {
  padding: 0 2px;
  line-height: 1;
  margin: 0;
}
.pagination li.active a {
  background: #007589;
  color: #fff;
}
.pagination a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #007589;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:hover {
  color: #4cb4c6;
}
/* ==========================================================================
   SLIDES
   ========================================================================== */
@media (max-width: 781px) {
  #fp-nav.fp-right {
    right: 0;
  }
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
}
.section {
  overflow: hidden;
}
.section--4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.section--4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.section__content {
  position: relative;
  /*
  &--9                                { position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    &__row                            { .flex-display; align-items: stretch; justify-content: center; height: 100%; }
    &__col                            { width: 50%; 
      &--form                         { .flex-display; .flex-direction(column); .justify-content(center); padding: 60px; 
        div.wpforms-container-full    { width: 100%; }
        h2                            { font-size: 58px; margin: 0; }
      }
    }
  }
  */
}
.section__content--0__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .section__content--0__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__content--0__col {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
@media (max-width: 900px) {
  .section__content--0__col {
    padding: 40px 0;
  }
}
.section__content--0 h1 {
  font-size: 100px;
  line-height: 1;
  margin: 0 0 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section__content--0 h1 {
    font-size: 70px;
  }
}
@media (max-width: 900px) {
  .section__content--0 h1 {
    font-size: 34px;
    margin: 0 0 20px;
  }
}
.section__content--0 h1 strong {
  color: #171811;
  display: block;
}
.section__content--0 h1 span {
  color: #fff;
}
.section__content--0__text {
  width: 550px;
  margin: 0 0 0 200px;
  color: #fff;
}
@media (max-width: 900px) {
  .section__content--0__text {
    width: auto;
    margin: 0;
  }
}
.section__content--0__text p:last-child {
  margin: 0;
}
.section__content--0__img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .section__content--0__img {
    max-width: 60%;
  }
}
@media (max-width: 900px) {
  .section__content--0__img {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.section__content--0__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.section__content--1__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -20px;
}
@media (max-width: 781px) {
  .section__content--1__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--1__row:last-child {
  position: relative;
  margin-top: -100px;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 781px) {
  .section__content--1__row:last-child {
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__content--1__row:last-child .section__content--1__col {
  max-width: 40%;
  min-width: 40%;
}
@media (max-width: 781px) {
  .section__content--1__row:last-child .section__content--1__col {
    max-width: 100%;
    min-width: none;
  }
}
@media (max-width: 781px) {
  .section__content--1__row:first-child .section__content--1__col:first-child {
    display: none;
  }
}
.section__content--1__col {
  max-width: 50%;
  min-width: 50%;
  padding: 0 20px;
}
@media (max-width: 781px) {
  .section__content--1__col {
    max-width: 100%;
    min-width: none;
    padding: 0;
    margin: 0 0 20px;
  }
}
.section__content--1 h2 {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 80px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section__content--1 h2 {
    font-size: 52px;
  }
}
@media (max-width: 781px) {
  .section__content--1 h2 {
    font-size: 34px;
    margin: 0;
  }
}
@media (max-width: 781px) {
  .section__content--1 h2 br {
    display: none;
  }
}
.section__content--2__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -40px;
}
@media (max-width: 781px) {
  .section__content--2__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--2__col {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 781px) {
  .section__content--2__col {
    padding: 0;
    margin: 0 0 20px;
  }
}
.section__content--2__col:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.section__content--2__col:first-child {
  min-width: 40%;
  max-width: 40%;
}
@media (max-width: 781px) {
  .section__content--2__col:first-child {
    min-width: none;
    max-width: 100%;
  }
}
.section__content--2__col:last-child {
  min-width: 60%;
  max-width: 60%;
  background: url(/wp-content/uploads/2023/05/about-5.webp) center center no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding: 0 80px;
}
@media (max-width: 781px) {
  .section__content--2__col:last-child {
    min-width: none;
    max-width: 100%;
    padding: 0;
    background: none;
  }
}
.section__content--2 h2 {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 80px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .section__content--2 h2 {
    font-size: 52px;
  }
}
@media (max-width: 781px) {
  .section__content--2 h2 {
    font-size: 34px;
    margin: 0 0 20px;
  }
}
@media (max-width: 781px) {
  .section__content--2 h2 br {
    display: none;
  }
}
.section__content--2__img img {
  display: block;
}
.section__content--2 p {
  position: relative;
  z-index: 2;
}
.section__content--3__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -40px;
  position: relative;
}
@media (max-width: 1024px) {
  .section__content--3__row {
    margin: 0 -20px;
  }
}
@media (max-width: 781px) {
  .section__content--3__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--3__row:last-child {
  background: url(/wp-content/uploads/2023/05/about-5.webp) bottom center no-repeat;
  background-size: cover;
  height: 150px;
  margin: 40px 0 0;
}
@media (max-width: 781px) {
  .section__content--3__row:last-child {
    height: 50px;
    margin: 0;
  }
}
.section__content--3__row:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.section__content--3__col {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .section__content--3__col {
    padding: 0 20px;
  }
}
@media (max-width: 781px) {
  .section__content--3__col {
    padding: 0;
  }
}
.section__content--3__col:first-child {
  min-width: 40%;
  max-width: 40%;
}
@media (max-width: 1024px) {
  .section__content--3__col:first-child {
    min-width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 781px) {
  .section__content--3__col:first-child {
    display: none;
  }
}
.section__content--3__col:last-child {
  min-width: 60%;
  max-width: 60%;
}
@media (max-width: 1024px) {
  .section__content--3__col:last-child {
    min-width: 75%;
    max-width: 75%;
  }
}
@media (max-width: 781px) {
  .section__content--3__col:last-child {
    min-width: auto;
    max-width: none;
  }
}
.section__content--3 h2 {
  font-size: 100px;
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .section__content--3 h2 {
    font-size: 52px;
    margin: 0 0 20px;
  }
}
@media (max-width: 781px) {
  .section__content--3 h2 {
    font-size: 34px;
  }
}
.section__content--3__sub-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -40px;
}
@media (max-width: 1024px) {
  .section__content--3__sub-row {
    margin: 0 -20px;
  }
}
@media (max-width: 781px) {
  .section__content--3__sub-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--3__sub-col {
  padding: 0 40px;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .section__content--3__sub-col {
    padding: 0 20px;
  }
}
@media (max-width: 781px) {
  .section__content--3__sub-col {
    min-width: auto;
    max-width: none;
    margin: 0 0 20px;
    padding: 0;
  }
}
.section__content--3 img {
  width: 100%;
  display: block;
}
.section__content--3 p:last-child {
  margin: 0;
}
.section__content--4 {
  position: relative;
  z-index: 2;
}
.section__content--4__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 781px) {
  .section__content--4__header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.section__content--4__header h2 {
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1024px) {
  .section__content--4__header h2 {
    font-size: 52px;
  }
}
@media (max-width: 781px) {
  .section__content--4__header h2 {
    font-size: 34px;
    margin: 0 0 10px;
  }
}
.section__content--4__header p {
  color: #fff;
  text-align: right;
  margin: 0;
}
.section__content--4__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1280px) {
  .section__content--4__row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 781px) {
  .section__content--4__row {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.section__content--4__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.section__content--4__panel {
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
}
@media (max-width: 1280px) {
  .section__content--4__panel {
    padding: 20px;
  }
}
@media (max-width: 781px) {
  .section__content--4__panel {
    padding: 10px;
  }
}
.section__content--4__panel h3 {
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .section__content--4__panel h3 {
    margin: 0 0 10px;
  }
}
@media (max-width: 781px) {
  .section__content--4__panel h3 {
    margin: 0 0 5px;
  }
}
.section__content--4__panel p {
  color: #fff;
  margin: 0;
}
.section__content--5 h2 {
  font-size: 58px;
  margin: 80px 0 40px;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 781px) {
  .section__content--5 h2 {
    font-size: 34px;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .section__content--5 h2 br {
    display: none;
  }
}
.section__content--5__content {
  padding: 0 0 0 60px;
}
@media (max-width: 781px) {
  .section__content--5__content {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
.section__content--5__content p {
  line-height: 1.4;
}
.section__content--5__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  margin: 0 -20px;
}
@media (max-width: 900px) {
  .section__content--5__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--5__col {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .section__content--5__col {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .section__content--5__col {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .section__content--5__col:first-child {
    order: 2;
  }
}
.section__content--5__col:last-child {
  width: 66.66%;
}
@media (max-width: 1280px) {
  .section__content--5__col:last-child {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .section__content--5__col:last-child {
    order: 1;
    width: 100%;
    padding: 0 0 20px;
  }
}
.section__content--5__img-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.section__content--5__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -20px 40px;
}
@media (max-width: 900px) {
  .section__content--5__img {
    margin: 0;
  }
}
.section__content--5__img:first-child {
  width: 100%;
}
.section__content--5__img:nth-child(2) {
  width: 45%;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .section__content--5__img:nth-child(2) {
    display: none;
  }
}
.section__content--5__img:nth-child(3) {
  width: 55%;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .section__content--5__img:nth-child(3) {
    display: none;
  }
}
.section__content--5__img img {
  display: block;
}
.section__content--6 {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: bottom left;
}
.section__content--6 h2 {
  color: #000;
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .section__content--6 h2 {
    font-size: 18px;
  }
}
@media (max-width: 781px) {
  .section__content--6 h2 {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .section__content--6 h2 {
    font-size: 12px;
  }
}
.section__content--6 h3 {
  font-size: 58px;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 900px) {
  .section__content--6 h3 {
    font-size: 34px;
  }
}
@media (max-width: 781px) {
  .section__content--6 h3 {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .section__content--6 h3 {
    font-size: 18px;
  }
}
.section__content--6 h3 strong {
  color: #000;
  font-style: italic;
}
.section__content--6__content {
  padding: 100px 0 0 100px;
}
@media (max-width: 900px) {
  .section__content--6__content {
    padding: 50px 0 0 50px;
  }
}
@media (max-width: 781px) {
  .section__content--6__content {
    padding: 20px 0 0 20px;
  }
}
.section__content--7 {
  aspect-ratio: 16/9;
}
@media (max-width: 900px) {
  .section__content--7 {
    aspect-ratio: auto;
  }
}
.section__content--7 h2 {
  font-size: 58px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (max-width: 900px) {
  .section__content--7 h2 {
    font-size: 34px;
  }
}
@media (max-width: 420px) {
  .section__content--7 h2 {
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  .section__content--7 h2 br {
    display: none;
  }
}
.section__content--7__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -40px;
  height: 100%;
}
@media (max-width: 900px) {
  .section__content--7__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--7__col {
  padding: 40px;
  position: relative;
}
@media (max-width: 900px) {
  .section__content--7__col {
    padding: 20px;
  }
}
.section__content--7__col:first-child {
  width: 60%;
  background-size: cover;
}
@media (max-width: 900px) {
  .section__content--7__col:first-child {
    width: 100%;
  }
}
.section__content--7__col:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.section__content--7__col:last-child {
  width: 40%;
}
@media (max-width: 900px) {
  .section__content--7__col:last-child {
    width: 100%;
  }
}
.section__content--7__col:last-child p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .section__content--7__col:last-child p {
    font-size: 16px;
  }
}
@media (max-width: 781px) {
  .section__content--7__col:last-child p {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .section__content--7__col:last-child p {
    font-size: 12px;
  }
}
.section__content--7__img {
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 781px) {
  .section__content--7__img {
    max-width: 180px;
    margin: 0 auto 20px;
  }
}
.section__content--7__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001ac7;
  mix-blend-mode: multiply;
}
.section__content--7__img img {
  display: block;
  margin: 0 auto;
}
.section__content--8 h2 {
  font-size: 58px;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 900px) {
  .section__content--8 h2 {
    font-size: 34px;
    margin: 0 0 20px;
  }
}
.section__content--8__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  margin: 0 -60px;
}
@media (max-width: 1280px) {
  .section__content--8__row {
    margin: 0 -30px;
  }
}
@media (max-width: 1024px) {
  .section__content--8__row {
    margin: 0 -15px;
  }
}
@media (max-width: 781px) {
  .section__content--8__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.section__content--8__col {
  width: 33.33%;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .section__content--8__col {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .section__content--8__col {
    padding: 0 15px;
  }
}
@media (max-width: 781px) {
  .section__content--8__col {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
  }
}
.section__content--8__col:first-child figure {
  margin: 20px 0 0;
}
.section__content--8__col:last-child figure {
  margin: 0 0 20px;
}
@media (max-width: 781px) {
  .section__content--8__img {
    display: none;
  }
}
.section__content--8 img {
  display: block;
}
.section__content--8 figure {
  margin: 0;
}
@media (max-width: 781px) {
  .section__content--8 figure {
    margin: 0 !important;
  }
}
.section__content--8 blockquote {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .section__content--8 blockquote {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section__content--8 blockquote {
    font-size: 18px;
  }
}
@media (max-width: 781px) {
  .section__content--8 blockquote {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.section__content--8 figcaption {
  line-height: 1.4;
}
.section__content--8 figcaption strong {
  font-size: 28px;
  font-weight: bold;
  display: block;
  color: #001ac7;
}
@media (max-width: 1280px) {
  .section__content--8 figcaption strong {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section__content--8 figcaption strong {
    font-size: 18px;
  }
}
@media (max-width: 781px) {
  .section__content--8 figcaption strong {
    font-size: 15px;
  }
}
/*
<div class="section__content--5__img-group">
    <div class="section__content--5__img">
        <img src="/wp-content/uploads/2023/05/about-9.webp" alt="" />
    </div>
    <div class="section__content--5__img">
        <img src="/wp-content/uploads/2023/05/about-10.webp" alt="" />
    </div>
    <div class="section__content--5__img">
        <img src="/wp-content/uploads/2023/05/about-11.webp" alt="" />
    </div>
</div>
*/
/* ==========================================================================
   ARTISTS
   ========================================================================== */
.story-intro {
  margin: 150px 0 50px;
  background: rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 5px;
}
@media (max-width: 781px) {
  .story-intro {
    margin-top: 74px;
    padding: 20px;
  }
}
.story-intro h1 {
  color: #fff;
  margin: 0 0 20px;
}
.story-intro p {
  color: #fff;
}
.story-intro p:last-child {
  margin: 0;
}
.story-intro__row {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px 0;
  margin: 40px 0;
  display: flex;
}
@media (max-width: 781px) {
  .story-intro__row {
    padding: 20px 0;
    margin: 20px 0;
    flex-direction: column;
  }
}
.story-intro__img {
  padding: 0 20px 0 0;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 781px) {
  .story-intro__img {
    padding: 0 0 20px;
  }
}
.story-intro__img img {
  display: block;
}
.story-intro__text p {
  font-size: 1.2em;
}
.story-intro__text p:last-child {
  margin: 0;
}
.story {
  position: relative;
}
.story:after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 1px;
}
@media (max-width: 781px) {
  .story:after {
    display: none;
  }
}
.story__section {
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
}
.story__section:nth-child(odd) .story__title {
  align-self: flex-end;
  padding: 0 0 20px 40px;
}
@media (max-width: 781px) {
  .story__section:nth-child(odd) .story__title {
    align-self: flex-start;
    padding: 0 0 20px;
  }
}
.story__section:nth-child(odd) .story__item--video {
  order: 2;
}
@media (max-width: 781px) {
  .story__section:nth-child(odd) .story__item--video {
    order: 1;
  }
}
.story__section:nth-child(odd) .story__item--icon {
  order: 1;
  text-align: right;
}
.story__title {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 50%;
}
@media (max-width: 781px) {
  .story__title {
    width: 100%;
    padding: 0 0 10px;
  }
}
.story h2 {
  color: #fff;
  margin: 0;
}
.story h3 {
  color: #fff;
  opacity: 0.8;
  margin: 0;
}
.story__row {
  display: flex;
  margin: 0 -40px;
  padding: 40px 0 0;
}
@media (max-width: 781px) {
  .story__row {
    margin: 0;
    padding: 20px 0 0;
  }
}
.story__item {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 781px) {
  .story__item {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 781px) {
  .story__item--video {
    width: 100%;
  }
}
@media (max-width: 781px) {
  .story__item--icon {
    display: none;
  }
}
.story iframe {
  margin: 0 0 20px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media (max-width: 781px) {
  .story iframe {
    margin: 0 0 10px;
  }
}
.story p {
  margin: 0;
  color: #fff;
}
.story i {
  color: #fff;
  font-size: 50px;
}
/*
<main id="primary" class="site-main">
    <div class="page-inner">
        <div class="story">
            <h1>Our Story</h1>
            <div class="story__section">
                <div class="story__title">
                    <h2>June 2005</h2>
                    <h3>Ricardo Villalobos</h3>
                </div>
                <div class="story__row">
                    <div class="story__item story__item--video">
                        <iframe width="560" height="315" src="https://www.youtube.com/embed/bbMShhEZlnI?si=kJdpXeaL53voK79H" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
                        <p>“What Time Is Love (mix1 – feat KLF)” by Ricardo Villalobos on – blaou View Discogs Photo Source</p>
                    </div>
                    <div class="story__item story__item--icon">
                        <i class="fa-solid fa-headphones"></i>
                    </div>
                </div>
            </div>
        </div>
    </div>
</main>
*/
