/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, .module--module-content .module-nav a, .module--resources-list .button, .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button], body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .exit, body > header > nav .exit, body > header > nav .login, .wp-block-button__link, .module--password-updated .button, .module--comments .comment-respond input[type=submit],
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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, .module--module-content .module-nav a, .module--resources-list .button, .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button], body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .exit, body > header > nav .exit, body > header > nav .login, .wp-block-button__link, .module--password-updated .button, .module--comments .comment-respond input[type=submit],
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, .module--module-content .module-nav a, .module--resources-list .button, .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button], body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .exit, body > header > nav .exit, body > header > nav .login, .wp-block-button__link, .module--password-updated .button, .module--comments .comment-respond input[type=submit],
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .module--module-content .module-nav a, .module--resources-list .button, .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button], body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .exit, body > header > nav .exit, body > header > nav .login, .wp-block-button__link, .module--password-updated .button, .module--comments .comment-respond input[type=submit],
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .module--module-content .module-nav a::-moz-focus-inner, .module--resources-list .button::-moz-focus-inner, .nf-form-cont .nf-form-content input[type=submit]::-moz-focus-inner, .nf-form-cont .nf-form-content input[type=button]::-moz-focus-inner, body > header .mobile-buttons .menu-toggle::-moz-focus-inner, body > header .mobile-buttons .exit::-moz-focus-inner, body > header > nav .exit::-moz-focus-inner, body > header > nav .login::-moz-focus-inner, .wp-block-button__link::-moz-focus-inner, .module--password-updated .button::-moz-focus-inner, .module--comments .comment-respond input[type=submit]::-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, .module--module-content .module-nav a:-moz-focusring, .module--resources-list .button:-moz-focusring, .nf-form-cont .nf-form-content input[type=submit]:-moz-focusring, .nf-form-cont .nf-form-content input[type=button]:-moz-focusring, body > header .mobile-buttons .menu-toggle:-moz-focusring, body > header .mobile-buttons .exit:-moz-focusring, body > header > nav .exit:-moz-focusring, body > header > nav .login:-moz-focusring, .wp-block-button__link:-moz-focusring, .module--password-updated .button:-moz-focusring, .module--comments .comment-respond input[type=submit]:-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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Guillon";
  src: url("../fonts/Guillon-Demi.woff2") format("woff2"), url("../fonts/Guillon-Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guillon";
  src: url("../fonts/Guillon-Regular.woff2") format("woff2"), url("../fonts/Guillon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guillon";
  src: url("../fonts/Guillon-Bold.woff2") format("woff2"), url("../fonts/Guillon-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guillon";
  src: url("../fonts/Guillon-Black.woff2") format("woff2"), url("../fonts/Guillon-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --gutters: 140px;
  --header-height: 130px;
}

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

:root {
  box-sizing: border-box;
  font-family: "Guillon", serif;
  font-size: 19px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
@media only screen and (max-width: 1366px) {
  body {
    padding-top: 130px;
    padding-top: var(--header-height);
  }
}

h1,
h2,
h3,
h4,
h5,
dl dt,
h6 {
  color: var(--wp--preset--color--dark-blue);
}
h1.is-style-line-below:after,
h2.is-style-line-below:after,
h3.is-style-line-below:after,
h4.is-style-line-below:after,
h5.is-style-line-below:after,
dl dt.is-style-line-below:after,
h6.is-style-line-below:after {
  content: "";
  color: inherit;
  display: block;
  border-top: 6px solid;
  width: 2.2105263158rem;
  margin: 0.7894736842rem auto 0;
}
h1.is-style-line-below:after,
h2.is-style-line-below:after,
h3.is-style-line-below:after,
h4.is-style-line-below:after,
h5.is-style-line-below:after,
dl dt.is-style-line-below:after,
h6.is-style-line-below:after {
  margin-top: 0;
  margin-left: 0;
}
h1.is-style-line-below.has-text-align-center:after,
h2.is-style-line-below.has-text-align-center:after,
h3.is-style-line-below.has-text-align-center:after,
h4.is-style-line-below.has-text-align-center:after,
h5.is-style-line-below.has-text-align-center:after,
dl dt.is-style-line-below.has-text-align-center:after,
h6.is-style-line-below.has-text-align-center:after {
  margin-left: auto;
  margin-right: auto;
}
h1.is-style-line-below.has-text-align-right:after,
h2.is-style-line-below.has-text-align-right:after,
h3.is-style-line-below.has-text-align-right:after,
h4.is-style-line-below.has-text-align-right:after,
h5.is-style-line-below.has-text-align-right:after,
dl dt.is-style-line-below.has-text-align-right:after,
h6.is-style-line-below.has-text-align-right:after {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  h1.is-style-line-below:after,
h2.is-style-line-below:after,
h3.is-style-line-below:after,
h4.is-style-line-below:after,
h5.is-style-line-below:after,
dl dt.is-style-line-below:after,
h6.is-style-line-below:after {
    margin-top: 10px;
  }
}

h1, h2 {
  font-size: 2.8421052632rem;
  line-height: 1.111;
}
@media only screen and (max-width: 768px) {
  h1, h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 2.1052631579rem;
  line-height: 1.75;
  margin: 0.875em 0;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}

h4 {
  font-size: 1.5789473684rem;
  line-height: 1.25;
  margin: 0.8333em 0;
}

h5, dl dt {
  font-size: 1.2105263158rem;
  line-height: 1.22;
}

a {
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
}
a:visited {
  color: inherit !important;
}

p,
li,
dt,
dd {
  color: var(--wp--preset--color--dark-grey);
  line-height: 1.58;
}

p,
ul {
  margin-top: 1.24em;
  margin-bottom: 1.24em;
}

button, .module--module-content .module-nav a, .module--resources-list .button, .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button], body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .exit, body > header > nav .exit, body > header > nav .login, .wp-block-button__link, .module--password-updated .button, .module--comments .comment-respond input[type=submit] {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  font-weight: 900;
  font-size: 0.7368421053rem;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-blue);
  background-color: var(--wp--preset--color--teal);
  padding: 0.6315789474rem 1.5789473684rem;
}
@media only screen and (max-width: 768px) {
  button, .module--module-content .module-nav a, .module--resources-list .button, .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button], body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .exit, body > header > nav .exit, body > header > nav .login, .wp-block-button__link, .module--password-updated .button, .module--comments .comment-respond input[type=submit] {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.module--login form input, .module--forgot-password form input, .module--reset-password form input, .module--comments .comment-respond textarea {
  border: 2px solid var(--wp--preset--color--light-grey);
  padding: 1.1578947368rem;
}

.module--password-updated .button, .module--comments .comment-respond input[type=submit] {
  background: var(--wp--preset--color--dark-blue);
  color: white;
}

.aligncenter, .module--password-updated, .module--module-content, .module--page-video-intro, .module--module-intro, .wp-block-group > *, .module--comments > * {
  max-width: calc(1090px + 140px * 2);
  max-width: calc(1090px + var(--gutters) * 2);
  padding-left: 140px;
  padding-right: 140px;
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}

.alignwide, .module--modules-list, .wp-block-group.module--modules-list > *, .wp-block-group.alignwide > *, .wp-block-group.module--modules-list > .wp-block-group > * {
  max-width: calc(1400px + 140px * 2);
  max-width: calc(1400px + var(--gutters) * 2);
  padding-left: 140px;
  padding-right: 140px;
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}

.alignfull, .module--page-intro, .wp-block-group.module--page-intro > *, .wp-block-group.alignfull > *, .wp-block-group.module--page-intro > .wp-block-group > *, body > footer.wp-block-group > *, body > footer {
  padding-left: 140px;
  padding-left: var(--gutters);
  padding-right: 140px;
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

@media only screen and (max-width: 1600px) {
  :root {
    font-size: 16px;
    --gutters: 90px;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    font-size: 15px;
    --gutters: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --gutters: 30px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --gutters: 15px;
    --header-height: 65px;
    font-size: 13px;
  }
}
body > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 140px;
  padding: 0 var(--gutters);
  height: 130px;
  height: var(--header-height);
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body > header .logo h1, body > header .logo h2 {
  margin: 0;
  font-size: min(1.5vw, 27px);
  white-space: nowrap;
  line-height: 1.1;
}
body > header:after {
  content: "";
  display: block;
  height: 4px;
  width: auto;
  background-color: var(--wp--preset--color--light-grey);
  left: 140px;
  left: var(--gutters);
  right: 140px;
  right: var(--gutters);
  margin: auto;
  position: absolute;
  bottom: 0;
}
body > header > nav {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
body > header > nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
body > header > nav .menu li {
  display: flex;
  align-items: center;
  padding: 0 1.3157894737rem;
  height: 100%;
}
body > header > nav .menu li a {
  font-size: 0.7368421053rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body > header > nav .sub-menu {
  display: none;
}
.user-is-authenticated body > header > nav .menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  top: calc(100% - 4px);
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  width: calc(100% - 140px * 2);
  width: calc(100% - var(--gutters) * 2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-rows: repeat(var(--menu-rows, 3), 1fr);
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-auto-flow: column;
  height: 21.0526315789rem;
  background-color: white;
  padding-top: 2.8947368421rem;
  padding-bottom: 5.2631578947rem;
  border-top: 4px solid var(--wp--preset--color--light-grey);
  position: relative;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: opacity 0.2s ease, visibilty 0s linear 0.2s, z-index 0s linear 0.2s;
}
.user-is-authenticated body > header > nav .menu .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 140px * 2);
  width: calc(100vw + var(--gutters) * 2);
  left: calc((100vw - 1920px) / 2 * -1 - 140px);
  left: calc((100vw - 1920px) / 2 * -1 - var(--gutters));
  background-color: inherit;
  z-index: -1;
}
@media only screen and (max-width: 1920px) {
  .user-is-authenticated body > header > nav .menu .sub-menu:before {
    left: calc(140px * -1);
    left: calc(var(--gutters) * -1);
  }
}
.user-is-authenticated body > header > nav .menu .sub-menu:before {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);
}
.user-is-authenticated body > header > nav .menu .sub-menu li {
  border-bottom: 1px solid var(--wp--preset--color--dark-blue);
  margin: 0 30px;
  padding: 0;
  height: auto;
}
.user-is-authenticated body > header > nav .menu .sub-menu li a {
  display: block;
  padding: 20px 0;
  width: 100%;
}
.user-is-authenticated body > header > nav .menu .number-sub-items > .sub-menu {
  counter-reset: item-number;
}
.user-is-authenticated body > header > nav .menu .number-sub-items > .sub-menu > li {
  counter-increment: item-number;
}
.user-is-authenticated body > header > nav .menu .number-sub-items > .sub-menu > li > a {
  position: relative;
  padding-left: 1.5789473684rem;
}
.user-is-authenticated body > header > nav .menu .number-sub-items > .sub-menu > li > a:before {
  content: counter(item-number) ". ";
  font-size: 0.7368421053rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
}
.user-is-authenticated body > header > nav .menu .menu-item-has-children:hover .sub-menu,
.user-is-authenticated body > header > nav .menu .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: opacity 0.2s ease, visibilty 0s, z-index 0s;
}
body > header > nav .login {
  margin: 0 0 0 0.7894736842rem;
}
body > header > nav .login:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-mask: url("../images/login.svg") no-repeat 50% 50%;
          mask: url("../images/login.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--dark-blue);
}
body > header > nav .exit {
  background: white;
  color: var(--wp--preset--color--red) !important;
  border: 1px solid var(--wp--preset--color--red);
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0.7894736842rem;
}
body > header > nav .exit:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  -webkit-mask: url("../images/close.svg") no-repeat 50% 50%;
          mask: url("../images/close.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--red);
}
body > header .mobile-buttons {
  display: none;
}
body > header .mobile-buttons .exit {
  background: var(--wp--preset--color--red);
  color: white !important;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > header .mobile-buttons .menu-toggle {
  background-image: url("../images/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.mobile-menu-is-active body > header .mobile-buttons .menu-toggle {
  background-image: url("../images/menu-close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1366px) {
  body > header {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 10;
    top: 0;
  }
  .mobile-menu-is-active body > header:after {
    background-color: transparent;
  }
  body > header .logo h1, body > header .logo h2 {
    font-size: clamp(17px, 2.5vw, 27px);
    white-space: normal;
    padding-right: 140px;
    padding-right: var(--gutters);
  }
  .mobile-menu-is-active body > header .logo h1, .mobile-menu-is-active body > header .logo h2 {
    display: none;
  }
  body > header:after {
    height: 2px;
  }
  body > header .mobile-buttons {
    display: flex;
  }
  body > header > nav {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    transition: opacity 0.2s ease, visibilty 0s linear 0.2s, z-index 0s linear 0.2s;
    top: 130px;
    top: var(--header-height);
    left: 0;
    right: 0;
    height: calc(100vh - 130px);
    height: calc(100vh - var(--header-height));
    background: white;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
  }
  body > header > nav .module--user-menu,
body > header > nav .menu {
    width: 100%;
  }
  body > header > nav .menu {
    display: block;
    height: auto;
    order: 2;
    padding-left: 45px;
    padding-right: 45px;
  }
  body > header > nav .menu li {
    height: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  body > header > nav .menu li .sub-menu {
    display: none;
  }
  body > header > nav .menu li a {
    font-size: 16px;
  }
  body > header > nav .module--user-menu {
    order: 1;
  }
  .mobile-menu-is-active body > header > nav {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transition: opacity 0.2s ease, visibilty 0s, z-index 0s;
  }
  body > header > nav .login {
    background: transparent;
    font-size: 15px;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 45px 35px;
    border-bottom: 1px solid var(--wp--preset--color--light-grey);
  }
  body > header > nav .exit {
    display: none;
  }
}

body > footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.3684210526rem;
  padding-bottom: 2.3684210526rem;
  margin: 0 auto 3.1578947368rem;
  position: relative;
}
body > footer:before, body > footer:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--wp--preset--color--light-grey);
  max-width: 1640px;
  margin: auto;
  position: absolute;
}
body > footer:before {
  top: 0;
}
body > footer:after {
  bottom: 0;
}
body > footer .contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  color: var(--wp--preset--color--dark-blue);
}
body > footer .contacts li {
  color: inherit;
  margin-right: 3.6842105263rem;
}
body > footer .contacts li strong {
  display: block;
  margin-bottom: 5px;
}
body > footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
body > footer .menu li {
  color: var(--wp--preset--color--dark-grey);
  font-weight: bold;
  font-size: 0.7368421053rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-left: 2.6315789474rem;
}
body > footer .menu li a {
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  body > footer {
    display: block;
  }
  body > footer .contacts {
    margin-top: 30px;
  }
  body > footer .menu {
    margin-top: 40px;
  }
  body > footer .menu li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .contacts {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body > footer .contacts li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 20px;
  }
}

.nf-form-cont {
  margin: 3.6842105263rem auto 2.1052631579rem;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-error-msg {
  color: var(--wp--preset--color--red);
}
.nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content input[type=button] {
  background: var(--wp--preset--color--dark-blue);
  color: white;
}
.nf-form-cont .nf-form-content input[type=submit]:disabled, .nf-form-cont .nf-form-content input[type=button]:disabled {
  opacity: 0.5;
}
.nf-form-cont .nf-form-content .submit-wrap .nf-field-element {
  text-align: center;
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 2.8947368421rem;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=text], .nf-form-cont .nf-form-content .nf-field-element input[type=email], .nf-form-cont .nf-form-content .nf-field-element input[type=tel], .nf-form-cont .nf-form-content .nf-field-element textarea {
  border: 2px solid var(--wp--preset--color--light-grey);
  padding: 1.1578947368rem;
}
.nf-form-cont .nf-form-content .nf-after-field .nf-input-limit {
  margin-top: 0;
}
.nf-form-cont .nf-form-content .nf-after-field .nf-error-msg {
  font-size: 0.7368421053rem;
  padding: 10px 1.1578947368rem;
}
.nf-form-cont .nf-after-form-content .nf-error-msg {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .nf-form-cont {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nf-form-cont .nf-field-container, .nf-form-cont .nf-field-container.one-half {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .nf-form-cont .nf-form-content .nf-field-container {
    margin-bottom: 10px;
  }
  .nf-form-cont .submit-container {
    margin-top: 25px;
  }
}

.module--singular-content {
  min-height: calc(100vh - 130px * 2);
  min-height: calc(100vh - var(--header-height) * 2);
}
.page .module--singular-content > h1,
.page .module--singular-content > h2,
.page .module--singular-content > h3,
.page .module--singular-content > h4,
.page .module--singular-content > h5,
.page dl .module--singular-content > dt,
dl .page .module--singular-content > dt,
.page .module--singular-content > h6,
.page .module--singular-content > p,
.page .module--singular-content > ul,
.page .module--singular-content > ol {
  max-width: calc(1090px + 140px * 2);
  max-width: calc(1090px + var(--gutters) * 2);
  padding-left: 140px;
  padding-right: 140px;
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.page .module--singular-content > h1:first-child,
.page .module--singular-content > h2:first-child,
.page .module--singular-content > h3:first-child,
.page .module--singular-content > h4:first-child,
.page .module--singular-content > h5:first-child,
.page dl .module--singular-content > dt:first-child,
dl .page .module--singular-content > dt:first-child,
.page .module--singular-content > h6:first-child,
.page .module--singular-content > p:first-child,
.page .module--singular-content > ul:first-child,
.page .module--singular-content > ol:first-child {
  margin-top: 7.8947368421rem;
}
.page .module--singular-content > h1:last-child,
.page .module--singular-content > h2:last-child,
.page .module--singular-content > h3:last-child,
.page .module--singular-content > h4:last-child,
.page .module--singular-content > h5:last-child,
.page dl .module--singular-content > dt:last-child,
dl .page .module--singular-content > dt:last-child,
.page .module--singular-content > h6:last-child,
.page .module--singular-content > p:last-child,
.page .module--singular-content > ul:last-child,
.page .module--singular-content > ol:last-child {
  margin-bottom: 7.8947368421rem;
}
@media only screen and (max-width: 1024px) {
  .page .module--singular-content > h1,
.page .module--singular-content > h2,
.page .module--singular-content > h3,
.page .module--singular-content > h4,
.page .module--singular-content > h5,
.page dl .module--singular-content > dt,
dl .page .module--singular-content > dt,
.page .module--singular-content > h6,
.page .module--singular-content > p,
.page .module--singular-content > ul,
.page .module--singular-content > ol {
    max-width: calc(1090px + 140px * 2);
    max-width: calc(1090px + var(--gutters) * 2);
    padding-left: 140px;
    padding-right: 140px;
    padding-left: var(--gutters);
    padding-right: var(--gutters);
    margin-left: auto;
    margin-right: auto;
  }
  .page .module--singular-content > h1:first-child,
.page .module--singular-content > h2:first-child,
.page .module--singular-content > h3:first-child,
.page .module--singular-content > h4:first-child,
.page .module--singular-content > h5:first-child,
.page dl .module--singular-content > dt:first-child,
dl .page .module--singular-content > dt:first-child,
.page .module--singular-content > h6:first-child,
.page .module--singular-content > p:first-child,
.page .module--singular-content > ul:first-child,
.page .module--singular-content > ol:first-child {
    margin-top: 65px;
  }
  .page .module--singular-content > h1:last-child,
.page .module--singular-content > h2:last-child,
.page .module--singular-content > h3:last-child,
.page .module--singular-content > h4:last-child,
.page .module--singular-content > h5:last-child,
.page dl .module--singular-content > dt:last-child,
dl .page .module--singular-content > dt:last-child,
.page .module--singular-content > h6:last-child,
.page .module--singular-content > p:last-child,
.page .module--singular-content > ul:last-child,
.page .module--singular-content > ol:last-child {
    margin-bottom: 65px;
  }
}

.module--comments {
  background-color: var(--wp--preset--color--light-grey);
  padding-top: 5.2631578947rem;
  padding-bottom: 5.2631578947rem;
  position: relative;
}
.module--comments:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 140px * 2);
  width: calc(100vw + var(--gutters) * 2);
  left: calc((100vw - 1920px) / 2 * -1 - 140px);
  left: calc((100vw - 1920px) / 2 * -1 - var(--gutters));
  background-color: inherit;
  z-index: -1;
}
@media only screen and (max-width: 1920px) {
  .module--comments:before {
    left: calc(140px * -1);
    left: calc(var(--gutters) * -1);
  }
}
.module--comments .comment-respond h3 {
  margin: 0;
}
.module--comments .comment-respond textarea {
  width: 100%;
  min-height: 175px;
}
.module--comments .comment-respond .form-submit {
  text-align: center;
  margin: 0;
}
.module--comments .comment-respond input[type=submit] {
  margin: 2.6315789474rem auto;
}

.wp-block-media-text {
  padding-top: 7.8947368421rem;
  padding-bottom: 7.8947368421rem;
}
.wp-block-media-text.has-background {
  position: relative;
}
.wp-block-media-text.has-background:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 140px * 2);
  width: calc(100vw + var(--gutters) * 2);
  left: calc((100vw - 1920px) / 2 * -1 - 140px);
  left: calc((100vw - 1920px) / 2 * -1 - var(--gutters));
  background-color: inherit;
  z-index: -1;
}
@media only screen and (max-width: 1920px) {
  .wp-block-media-text.has-background:before {
    left: calc(140px * -1);
    left: calc(var(--gutters) * -1);
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 3.1578947368rem 4.7368421053rem 3.1578947368rem 4.7368421053rem;
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 9.4736842105rem;
}
.wp-block-media-text figure img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text .wp-block-media-content {
    width: 100%;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 35px 0 0;
  }
}

.wp-block-group {
  padding: 6.0526315789rem 0;
}
.wp-block-group.alignwide, .wp-block-group.module--modules-list, .wp-block-group.module--modules-list > .wp-block-group, .wp-block-group.alignwide > .wp-block-group, .wp-block-group.module--modules-list > .wp-block-group > .wp-block-group {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group.alignfull, .wp-block-group.module--page-intro, .wp-block-group.module--page-intro > .wp-block-group, .wp-block-group.alignfull > .wp-block-group, .wp-block-group.module--page-intro > .wp-block-group > .wp-block-group, body > footer.wp-block-group > .wp-block-group, body > footer.wp-block-group {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group > *:first-child {
  margin-top: 0;
}
.wp-block-group > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-group {
    padding: 60px 0;
  }
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

.module--accordion h4 {
  position: relative;
  padding-right: 2.6315789474rem;
}
.module--accordion h4:after {
  content: "";
  display: block;
  width: 1.3684210526rem;
  height: 1.3684210526rem;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.module--accordion .expanded h4:after {
  transform: translateY(-50%) rotate(180deg);
}
.module--accordion .module--accordion-item {
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
}
.module--accordion .module--accordion-item:last-child {
  border-bottom: none;
}
.module--accordion .module--accordion-item .content > div > *:first-child {
  margin-top: 0;
}
.module--accordion .module--accordion-item .content > div > *:last-child {
  margin-bottom: 0;
}
.module--accordion .content {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.module--accordion .content > *:first-child {
  margin-top: 0;
}
.module--accordion .content > *:last-child {
  margin-bottom: 3.1578947368rem;
}

.wp-block-media-text.is-style-contacts-block {
  padding: 0;
}
.wp-block-media-text.is-style-contacts-block .wp-block-media-text__content {
  padding: 6.3157894737rem 5.2631578947rem;
}
.wp-block-media-text.is-style-contacts-block .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text.is-style-contacts-block .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.wp-block-media-text.is-style-contacts-block .wp-block-media-text__media img, .wp-block-media-text.is-style-contacts-block .wp-block-media-text__media video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text.is-style-contacts-block {
    display: block;
  }
  .wp-block-media-text.is-style-contacts-block .wp-block-media-text__media, .wp-block-media-text.is-style-contacts-block .wp-block-media-text__content {
    width: 100%;
  }
  .wp-block-media-text.is-style-contacts-block .wp-block-media-text__media {
    padding-top: 50%;
  }
  .wp-block-media-text.is-style-contacts-block .wp-block-media-text__content {
    padding: 60px 140px;
    padding: 60px var(--gutters);
  }
}

.module--contacts {
  margin: 3.4210526316rem 0;
}
.module--contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 2.8947368421rem;
  grid-template-columns: 1fr 1fr;
  color: inherit;
}
.module--contacts ul li {
  color: var(--contacts-text-color);
}
.module--contacts ul a {
  color: inherit;
}
.module--contacts ul .contact-label {
  display: block;
  font-size: 1.0526315789rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.module--modules-list {
  margin-top: 5.2631578947rem;
  margin-bottom: 5.2631578947rem;
}
.module--modules-list .text-content {
  text-align: center;
}
.module--modules-list .text-content > *:first-child {
  margin-top: 0;
}
.module--modules-list .text-content h1,
.module--modules-list .text-content h2,
.module--modules-list .text-content h3,
.module--modules-list .text-content h4,
.module--modules-list .text-content h5,
.module--modules-list .text-content dl dt,
dl .module--modules-list .text-content dt,
.module--modules-list .text-content h6 {
  color: var(--wp--preset--color--dark-blue);
  margin-bottom: 0;
}
.module--modules-list .modules {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: module-number;
  margin-top: 3.1578947368rem;
}
.module--modules-list .modules li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--wp--preset--color--light-grey);
  margin-bottom: 12px;
  padding: 2.1052631579rem 3.6842105263rem;
  counter-increment: module-number;
}
.module--modules-list .modules li h5, .module--modules-list .modules li dl dt, dl .module--modules-list .modules li dt {
  color: var(--wp--preset--color--dark-blue);
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.module--modules-list .modules li h5:before, .module--modules-list .modules li dl dt:before, dl .module--modules-list .modules li dt:before {
  content: counter(module-number) ". ";
  margin-right: 0.5em;
}
.module--modules-list .modules li h5:after, .module--modules-list .modules li dl dt:after, dl .module--modules-list .modules li dt:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid var(--wp--preset--color--teal);
  border-radius: 50%;
  margin-left: auto;
}
.module--modules-list .modules li a {
  display: block;
  width: 100%;
}
.module--modules-list .modules li.completed h5:after, .module--modules-list .modules li.completed dl dt:after, dl .module--modules-list .modules li.completed dt:after {
  background-color: var(--wp--preset--color--teal);
  background-image: url("../images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .module--modules-list .modules li h5:after, .module--modules-list .modules li dl dt:after, dl .module--modules-list .modules li dt:after {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
}

.module--page-intro {
  display: flex;
  margin: 0 auto;
  padding-top: 7.8947368421rem;
  padding-bottom: 7.8947368421rem;
  position: relative;
}
.module--page-intro:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw + 140px * 2);
  width: calc(100vw + var(--gutters) * 2);
  left: calc((100vw - 1920px) / 2 * -1 - 140px);
  left: calc((100vw - 1920px) / 2 * -1 - var(--gutters));
  z-index: -1;
}
.module--page-intro:before {
  top: 0;
  height: 70%;
  background-color: var(--background-color-top);
}
.module--page-intro figure {
  margin: 0;
  width: 58%;
  position: relative;
}
.module--page-intro figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.module--page-intro .text-content {
  padding-right: 140px;
  padding-right: var(--gutters);
  margin-top: 4.2105263158rem;
  width: 42%;
  height: auto;
  position: relative;
  margin-bottom: 11.5789473684rem;
}
.module--page-intro .text-content > *:first-child {
  margin-top: 0;
}
.module--page-intro .text-content > *:last-child {
  margin-bottom: 0;
}
.module--page-intro .text-content h1,
.module--page-intro .text-content h2 {
  margin-bottom: 1.3157894737rem;
}
.module--page-intro .text-content:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw + 100% + 140px * 2);
  width: calc(100vw + 100% + var(--gutters) * 2);
  left: calc((100vw - 100%) / 2 * -1 - 140px);
  left: calc((100vw - 100%) / 2 * -1 - var(--gutters));
  z-index: -1;
  top: calc(100% + 5.7894736842rem);
  height: 15.7894736842rem;
  background-color: var(--background-color-bottom);
}
@media only screen and (max-width: 1600px) {
  .module--page-intro .text-content {
    margin-bottom: 8.4210526316rem;
  }
  .module--page-intro .text-content:after {
    top: calc(100% + 4.2105263158rem);
  }
}
@media only screen and (max-width: 1024px) {
  .module--page-intro {
    display: block;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .module--page-intro .text-content,
.module--page-intro figure {
    width: 100%;
  }
  .module--page-intro .text-content img,
.module--page-intro figure img {
    position: relative;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .module--page-intro .text-content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 30px 0;
    position: static;
  }
  .module--page-intro .text-content:after {
    top: auto;
    bottom: 0;
    height: 30%;
  }
}

.module--page-video-intro, .module--module-intro {
  position: relative;
  text-align: center;
  padding-top: 6.0526315789rem;
  margin-bottom: 6.0526315789rem;
}
.module--page-video-intro.has-background-color-bottom, .has-background-color-bottom.module--module-intro {
  padding-bottom: 6.0526315789rem;
  margin-bottom: 0;
}
.module--page-video-intro:before, .module--module-intro:before, .module--page-video-intro:after, .module--module-intro:after {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  left: -9999rem;
  right: -9999rem;
  z-index: -1;
}
.module--page-video-intro:before, .module--module-intro:before {
  top: 0;
  height: 70%;
  background-color: var(--background-color-top);
}
.module--page-video-intro:after, .module--module-intro:after {
  bottom: 0;
  height: 30%;
  background-color: var(--background-color-bottom);
}
.module--page-video-intro h2, .module--module-intro h2 {
  color: var(--heading-color);
  margin-top: 0;
}
.module--page-video-intro h2:after, .module--module-intro h2:after {
  content: "";
  color: inherit;
  display: block;
  border-top: 6px solid;
  width: 2.2105263158rem;
  margin: 0.7894736842rem auto 0;
}
.module--page-video-intro .intro-text, .module--module-intro .intro-text {
  color: var(--intro-text-color);
  margin: 1.8421052632rem 0;
}
.module--page-video-intro .intro-text p, .module--module-intro .intro-text p {
  color: inherit;
}
.module--page-video-intro figure, .module--module-intro figure {
  margin: 0;
  position: relative;
  padding-top: 56.3%;
}
.module--page-video-intro video, .module--module-intro video {
  display: block;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.module--page-video-intro video[poster], .module--module-intro video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}
.module--singular-content > .module--page-video-intro.has-background-color:first-child, .module--singular-content > .has-background-color.module--module-intro:first-child {
  margin-top: -4px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .module--page-video-intro, .module--module-intro {
    padding-top: 55px;
    margin-bottom: 40px;
  }
}

.module--resources-list {
  margin: 3.9473684211rem auto;
}
.module--resources-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module--resources-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--wp--preset--color--light-grey);
  color: var(--wp--preset--color--dark-blue);
  padding: 2.3684210526rem 3.1578947368rem;
  margin-bottom: 10px;
}
.module--resources-list ul li h5, .module--resources-list ul li dl dt, dl .module--resources-list ul li dt {
  flex-shrink: 1;
  margin: 0;
}
.module--resources-list .button, .module--resources-list .wp-block-button {
  flex-shrink: 0;
  flex-grow: 0;
}
.module--resources-list .wp-block-button {
  color: var(--wp--preset--color--dark-blue);
}
@media only screen and (max-width: 768px) {
  .module--resources-list ul li {
    padding: 22px 140px;
    padding: 22px var(--gutters);
  }
  .module--resources-list ul li h5, .module--resources-list ul li dl dt, dl .module--resources-list ul li dt {
    padding-right: 20px;
  }
}

dl dt {
  font-weight: bold;
  color: var(--dl-dt-color);
}
dl dd {
  margin: 0;
  color: var(--dl-dd-color);
  margin-bottom: 1.0526315789rem;
}

.module--module-intro {
  --background-color-top: var(--wp--preset--color--dark-blue);
  --background-color-bottom: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.module--module-intro h1, .module--module-intro h2, .module--module-intro h3, .module--module-intro h4 {
  color: inherit;
}
.module--module-intro h1:after, .module--module-intro h2:after {
  content: "";
  color: inherit;
  display: block;
  border-top: 6px solid;
  width: 2.2105263158rem;
  margin: 0.7894736842rem auto 0;
}
.module--module-intro h1:after, .module--module-intro h2:after {
  margin-left: auto;
  margin-right: auto;
}
.module--module-intro .module--module-title {
  margin-bottom: 2em;
}

.module--module-content {
  margin-bottom: 5.2631578947rem;
}
.module--module-content p + *:not(p):not(ul):not(dl),
.module--module-content ul + *:not(p):not(ul):not(dl),
.module--module-content dl + *:not(p):not(ul):not(dl) {
  margin-top: 3.9473684211rem;
}
.module--module-content .module-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.9473684211rem;
}
.module--module-content .module-nav a {
  background-color: var(--wp--preset--color--dark-blue);
  color: white !important;
  display: flex;
  align-items: center;
}
.module--module-content .module-nav a:before, .module--module-content .module-nav a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
.module--module-content .module-nav a[rel=prev]:before {
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.module--module-content .module-nav a[rel=next] {
  margin-left: auto;
}
.module--module-content .module-nav a[rel=next]:after {
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  margin-left: 10px;
}

.module--login, .module--forgot-password, .module--reset-password {
  max-width: calc(570px + 140px * 2);
  max-width: calc(570px + var(--gutters) * 2);
  min-height: calc(100vh - 130px);
  min-height: calc(100vh - var(--header-height));
  margin-left: auto;
  margin-right: auto;
  padding: 140px;
  padding: var(--gutters);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.module--login h3, .module--forgot-password h3, .module--reset-password h3 {
  margin-bottom: 0;
}
.module--login > p, .module--forgot-password > p, .module--reset-password > p {
  text-align: center;
}
.module--login > p a, .module--forgot-password > p a, .module--reset-password > p a {
  text-decoration: underline;
}
.module--login form, .module--forgot-password form, .module--reset-password form {
  display: block;
  margin: 2.1052631579rem 0;
  width: 100%;
  text-align: center;
}
.module--login form label, .module--forgot-password form label, .module--reset-password form label {
  display: block;
  margin-bottom: 2.3684210526rem;
  width: 100%;
}
.module--login form label:last-of-type, .module--forgot-password form label:last-of-type, .module--reset-password form label:last-of-type {
  margin-bottom: 1.5789473684rem;
}
.module--login form > a, .module--forgot-password form > a, .module--reset-password form > a {
  display: block;
  color: #838383;
  text-align: left;
}
.module--login form input, .module--forgot-password form input, .module--reset-password form input {
  width: 100%;
}
.module--login form button, .module--forgot-password form button, .module--reset-password form button, .module--login form .module--password-updated .button, .module--forgot-password form .module--password-updated .button, .module--password-updated .module--login form .button, .module--password-updated .module--forgot-password form .button, .module--reset-password form .module--password-updated .button, .module--password-updated .module--reset-password form .button, .module--login form .wp-block-button__link, .module--forgot-password form .wp-block-button__link, .module--reset-password form .wp-block-button__link, .module--login form body > header > nav .login, .module--forgot-password form body > header > nav .login, .module--reset-password form body > header > nav .login, body > header > nav .module--login form .login, body > header > nav .module--forgot-password form .login, body > header > nav .module--reset-password form .login, .module--login form body > header > nav .exit, .module--forgot-password form body > header > nav .exit, .module--reset-password form body > header > nav .exit, body > header > nav .module--login form .exit, body > header > nav .module--forgot-password form .exit, body > header > nav .module--reset-password form .exit, .module--login form body > header .mobile-buttons .exit, .module--forgot-password form body > header .mobile-buttons .exit, .module--reset-password form body > header .mobile-buttons .exit, body > header .mobile-buttons .module--login form .exit, body > header .mobile-buttons .module--forgot-password form .exit, body > header .mobile-buttons .module--reset-password form .exit, .module--login form body > header .mobile-buttons .menu-toggle, .module--forgot-password form body > header .mobile-buttons .menu-toggle, .module--reset-password form body > header .mobile-buttons .menu-toggle, body > header .mobile-buttons .module--login form .menu-toggle, body > header .mobile-buttons .module--forgot-password form .menu-toggle, body > header .mobile-buttons .module--reset-password form .menu-toggle, .module--login form .nf-form-cont .nf-form-content input[type=submit], .module--forgot-password form .nf-form-cont .nf-form-content input[type=submit], .module--reset-password form .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .module--login form input[type=submit], .nf-form-cont .nf-form-content .module--forgot-password form input[type=submit], .nf-form-cont .nf-form-content .module--reset-password form input[type=submit], .module--login form .nf-form-cont .nf-form-content input[type=button], .module--forgot-password form .nf-form-cont .nf-form-content input[type=button], .module--reset-password form .nf-form-cont .nf-form-content input[type=button], .nf-form-cont .nf-form-content .module--login form input[type=button], .nf-form-cont .nf-form-content .module--forgot-password form input[type=button], .nf-form-cont .nf-form-content .module--reset-password form input[type=button], .module--login form .module--comments .comment-respond input[type=submit], .module--forgot-password form .module--comments .comment-respond input[type=submit], .module--reset-password form .module--comments .comment-respond input[type=submit], .module--comments .comment-respond .module--login form input[type=submit], .module--comments .comment-respond .module--forgot-password form input[type=submit], .module--comments .comment-respond .module--reset-password form input[type=submit], .module--login form .module--resources-list .button, .module--forgot-password form .module--resources-list .button, .module--reset-password form .module--resources-list .button, .module--resources-list .module--login form .button, .module--resources-list .module--forgot-password form .button, .module--resources-list .module--reset-password form .button, .module--login form .module--module-content .module-nav a, .module--forgot-password form .module--module-content .module-nav a, .module--reset-password form .module--module-content .module-nav a, .module--module-content .module-nav .module--login form a, .module--module-content .module-nav .module--forgot-password form a, .module--module-content .module-nav .module--reset-password form a {
  margin-top: 3.1578947368rem;
  background-color: var(--wp--preset--color--dark-blue);
  color: white;
}
.module--login form output, .module--forgot-password form output, .module--reset-password form output {
  display: block;
  margin: 1.5789473684rem 0;
}

.module--reset-password output.frontend-error {
  display: none;
  color: var(--wp--preset--color--red);
}
.module--reset-password form.invalid input {
  color: var(--wp--preset--color--red);
}
.module--reset-password form.invalid output.frontend-error {
  display: block;
}

.module--password-updated {
  text-align: center;
  margin-top: 5.2631578947rem;
  margin-bottom: 5.2631578947rem;
}
.module--user-menu {
  margin-left: 2.6315789474rem;
  position: relative;
}
.module--user-menu .menu-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.module--user-menu .menu-toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 1.3157894737rem;
  -webkit-mask: url("../images/chevron-down.svg") no-repeat 50% 50%;
          mask: url("../images/chevron-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--dark-blue);
}
.module--user-menu .menu-toggle .user-name {
  color: var(--wp--preset--color--dark-blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8947368421rem;
}
.module--user-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  background: white;
  z-index: 10;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: opacity 0.2s ease, visibilty 0s linear 0.2s, z-index 0s linear 0.2s;
}
.module--user-menu > ul li {
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
  display: block;
  font-size: 0.8947368421rem;
  padding: 0.7894736842rem 1.5789473684rem 0.7894736842rem 3.1578947368rem;
  position: relative;
}
.module--user-menu > ul li:last-of-type {
  border-bottom: 0;
}
.module--user-menu > ul li:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 16px;
  position: absolute;
  left: 20px;
}
.module--user-menu > ul li.support:before {
  -webkit-mask: url("../images/help-and-support.svg") no-repeat 50% 50%;
          mask: url("../images/help-and-support.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--dark-grey);
}
.module--user-menu > ul li.logout a {
  color: var(--wp--preset--color--red);
}
.module--user-menu > ul li.logout:before {
  -webkit-mask: url("../images/logout.svg") no-repeat 50% 50%;
          mask: url("../images/logout.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--red);
}
.module--user-menu .menu-toggle.is--active:after {
  transform: rotate(180deg);
}
.module--user-menu .menu-toggle.is--active + ul {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: opacity 0.2s ease, visibilty 0s, z-index 0s;
}
@media only screen and (max-width: 1366px) {
  .module--user-menu {
    border-bottom: 1px solid var(--wp--preset--color--light-grey);
    margin-left: 0;
    padding: 0 45px 30px;
  }
  .module--user-menu .menu-toggle .user-name {
    font-size: 16px;
  }
  .module--user-menu .menu-toggle .module--user-avatar {
    width: 40px;
    height: 40px;
  }
  .module--user-menu ul {
    max-height: 0;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    box-shadow: none;
    padding-top: 15px;
  }
  .module--user-menu ul li {
    border-bottom: 0;
    font-size: 14px;
    padding-bottom: 15px;
  }
  .module--user-menu ul li:before {
    left: 0;
  }
  .module--user-menu ul li:last-of-type {
    padding-bottom: 0;
  }
  .module--user-menu .menu-toggle.is--active + ul {
    max-height: 1000px;
  }
}

.module--user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4736842105rem;
  height: 2.4736842105rem;
  position: relative;
  margin-right: 0.7894736842rem;
  color: #D35D5D;
  color: var(--avatar-colour, #D35D5D);
  text-transform: uppercase;
  font-size: 1.2631578947rem;
  font-weight: 900;
}
.module--user-avatar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D35D5D;
  background-color: var(--avatar-colour, #D35D5D);
  border-radius: 50%;
  opacity: 0.47;
}

.module--listing-comments {
  margin: 3.9473684211rem auto;
}
.module--listing-comments .module--listing-comment-item {
  position: relative;
  padding-left: 5.2631578947rem;
  margin-bottom: 4.2105263158rem;
}
.module--listing-comments .module--listing-comment-item .module--user-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.6842105263rem;
  height: 3.6842105263rem;
  font-size: 1.5789473684rem;
}
.module--listing-comments .module--listing-comment-item .comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--wp--preset--color--dark-blue);
}
.module--listing-comments .module--listing-comment-item .comment-author {
  font-size: 1.2105263158rem;
  font-weight: 900;
  margin-right: 10px;
}
.module--listing-comments .module--listing-comment-item .comment-date {
  font-size: 0.9473684211rem;
}
/*# sourceMappingURL=frontend.css.map */
