/** Import everything from autoload */

/**
* Styles
*/

/**
 *  Media Queries and Breakpoints
 */

/**
*  Library
*
*  Contains mixins and functions.
*/

/**
*  Layout
*/

/**
 *  Settings
 */

/**
* Custom Mixins
**/

/**
* Placeholder
*/

/**
 *  Center element
 *  parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */

/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */

/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */

/**
*  Media Query Mixins.
*  Sorted by Minimum, Maximum and Between
*/

/**
*  Minimums
* eg.
* @include minimum(tablet){ @content };
* css will be active on tablet size and beyond
*
* @variables: tablet, small-desktop, desktop
*/

/**
*  Maximums
* eg.
* @include maximum(tablet){ @content };
* css will be active on tablet size size and beyond
*
* @variables: mobile, tablet, small-desktop, desktop
*/

/**
* Betweens
* eg.
* @include between(tablet,desktop){ @content };
* css will be active between tablet and desktop breakpoints.
*
* @variables: tablet, desktop
**/

/*! 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.
 */

/* line 10, resources/assets/styles/helpers/_normalize.scss */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* line 23, resources/assets/styles/helpers/_normalize.scss */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/* line 32, resources/assets/styles/helpers/_normalize.scss */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* line 42, resources/assets/styles/helpers/_normalize.scss */

h1 {
  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.
 */

/* line 55, resources/assets/styles/helpers/_normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          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.
*/

/* line 66, resources/assets/styles/helpers/_normalize.scss */

pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/* line 79, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 89, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 100, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 111, resources/assets/styles/helpers/_normalize.scss */

code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/* line 123, resources/assets/styles/helpers/_normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* line 133, resources/assets/styles/helpers/_normalize.scss */

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

/* line 142, resources/assets/styles/helpers/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 147, resources/assets/styles/helpers/_normalize.scss */

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

/* line 159, resources/assets/styles/helpers/_normalize.scss */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/* line 171, resources/assets/styles/helpers/_normalize.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
  border: none;
  background: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
}

/* line 190, resources/assets/styles/helpers/_normalize.scss */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

/* line 199, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 211, resources/assets/styles/helpers/_normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

/* line 223, resources/assets/styles/helpers/_normalize.scss */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

/* line 233, resources/assets/styles/helpers/_normalize.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

/* line 243, resources/assets/styles/helpers/_normalize.scss */

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

/**
 * Correct the padding in Firefox.
 */

/* line 255, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 266, resources/assets/styles/helpers/_normalize.scss */

legend {
  -webkit-box-sizing: border-box;
          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.
 */

/* line 280, resources/assets/styles/helpers/_normalize.scss */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/* line 289, resources/assets/styles/helpers/_normalize.scss */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/* line 299, resources/assets/styles/helpers/_normalize.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/* line 310, resources/assets/styles/helpers/_normalize.scss */

[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.
 */

/* line 321, resources/assets/styles/helpers/_normalize.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/* line 331, resources/assets/styles/helpers/_normalize.scss */

[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.
 */

/* line 341, resources/assets/styles/helpers/_normalize.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/* line 354, resources/assets/styles/helpers/_normalize.scss */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* line 363, resources/assets/styles/helpers/_normalize.scss */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/* line 374, resources/assets/styles/helpers/_normalize.scss */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

/* line 383, resources/assets/styles/helpers/_normalize.scss */

[hidden] {
  display: none;
}

/**
 * Resets ul's and ol's - Bone addition
 */

/* line 392, resources/assets/styles/helpers/_normalize.scss */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 399, resources/assets/styles/helpers/_normalize.scss */

ul li,
ol li {
  padding: 0;
  margin: 0;
}

/* line 406, resources/assets/styles/helpers/_normalize.scss */

figure {
  margin: 0 0;
}

/* stylelint-disable */

/* line 17, resources/assets/styles/helpers/_accessibility.scss */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  pointer-events: none;
  width: 1px;
  word-wrap: normal !important;
}

/* line 21, resources/assets/styles/helpers/_accessibility.scss */

.skip-to-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/* line 32, resources/assets/styles/helpers/_accessibility.scss */

.skip-to-link {
  position: fixed;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #000;
  outline: none;
  padding: 10px 16px;
  z-index: 9999;
}

/* line 43, resources/assets/styles/helpers/_accessibility.scss */

a:focus-visible,
button:focus-visible {
  outline: 1px solid;
  outline-offset: 0.5rem;
}

/* stylelint-enable */

/* line 10, resources/assets/styles/components/_colours.scss */

:root {
  --highlight: #265569;
  --text: #265569;
}

/**
 *  Typography
 */

/**
 *  Font sizes
 *
 *	Map options: null, x-small, small, medium, large, x-large
 *
 */

/* line 54, resources/assets/styles/components/_type.scss */

.caption,
.sidebar__title,
.resource-card__link,
.breadcrumbs {
  font-size: 16px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.subheading {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .subheading {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .subheading {
    font-size: 40px;
  }
}

/* line 65, resources/assets/styles/components/_type.scss */

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, sans-serif;
}

/* line 75, resources/assets/styles/components/_type.scss */

p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
}

/* line 82, resources/assets/styles/components/_type.scss */

a {
  color: inherit;
  text-decoration: none;
}

/* line 88, resources/assets/styles/components/_type.scss */

body {
  font-weight: normal;
  color: #565759;
  font-size: 20px;
  line-height: 1.2;
}

/* line 95, resources/assets/styles/components/_type.scss */

h1 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 95, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 95, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 60px;
  }
}

/* line 103, resources/assets/styles/components/_type.scss */

h2 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 103, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 103, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 48px;
  }
}

/* line 111, resources/assets/styles/components/_type.scss */

h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
}

/* line 119, resources/assets/styles/components/_type.scss */

h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 119, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 119, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 30px;
  }
}

/* line 127, resources/assets/styles/components/_type.scss */

h5 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
}

/* line 135, resources/assets/styles/components/_type.scss */

blockquote {
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  blockquote {
    font-size: 25px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  blockquote {
    font-size: 30px;
  }
}

/* line 141, resources/assets/styles/components/_type.scss */

blockquote > p {
  all: inherit;
}

/* line 155, resources/assets/styles/components/_type.scss */

.content h1,
body#tinymce.wp-editor h1 {
  margin-bottom: 0.75em;
}

/* line 160, resources/assets/styles/components/_type.scss */

.content ul,
body#tinymce.wp-editor ul,
.content ol,
body#tinymce.wp-editor ol {
  counter-reset: list;
}

/* line 165, resources/assets/styles/components/_type.scss */

.content ul li,
body#tinymce.wp-editor ul li,
.content ol li,
body#tinymce.wp-editor ol li {
  counter-increment: list;
  position: relative;
  padding-left: 1.5em;
}

/* line 171, resources/assets/styles/components/_type.scss */

.content ul li::before,
body#tinymce.wp-editor ul li::before,
.content ol li::before,
body#tinymce.wp-editor ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}

/* line 181, resources/assets/styles/components/_type.scss */

.content ul li::before,
body#tinymce.wp-editor ul li::before {
  -webkit-transform: translateY(-0.1em);
       -o-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  content: '\2022';
}

/* line 187, resources/assets/styles/components/_type.scss */

.content ol li::before,
body#tinymce.wp-editor ol li::before {
  content: counter(list) ".";
}

/* line 192, resources/assets/styles/components/_type.scss */

.content h2,
body#tinymce.wp-editor h2,
.content h3,
body#tinymce.wp-editor h3 {
  font-weight: 500;
  margin-bottom: 30px;
}

/* line 199, resources/assets/styles/components/_type.scss */

.content h4,
body#tinymce.wp-editor h4 {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  /* line 199, resources/assets/styles/components/_type.scss */

  .content h4,
  body#tinymce.wp-editor h4 {
    margin-bottom: 25px;
  }
}

/* line 209, resources/assets/styles/components/_type.scss */

.content h6,
body#tinymce.wp-editor h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 215, resources/assets/styles/components/_type.scss */

.content .subheading,
body#tinymce.wp-editor .subheading {
  margin-bottom: 35px;
}

/* line 220, resources/assets/styles/components/_type.scss */

.content blockquote,
body#tinymce.wp-editor blockquote {
  color: var(--highlight);
}

/* line 224, resources/assets/styles/components/_type.scss */

.content blockquote > p,
body#tinymce.wp-editor blockquote > p {
  all: inherit;
  margin-bottom: 0;
}

/* line 231, resources/assets/styles/components/_type.scss */

.content h5,
body#tinymce.wp-editor h5,
.content blockquote,
body#tinymce.wp-editor blockquote,
.content ul,
body#tinymce.wp-editor ul,
.content ol,
body#tinymce.wp-editor ol,
.content p,
body#tinymce.wp-editor p {
  margin-bottom: 1.2em;
}

/* line 240, resources/assets/styles/components/_type.scss */

.content strong,
body#tinymce.wp-editor strong,
.content p > strong,
body#tinymce.wp-editor p > strong {
  font-weight: 600;
}

/* line 248, resources/assets/styles/components/_type.scss */

.content p > img,
body#tinymce.wp-editor p > img {
  padding: 1em 0;
  height: auto;
}

/* line 254, resources/assets/styles/components/_type.scss */

.content p > a,
body#tinymce.wp-editor p > a {
  text-decoration: underline;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 259, resources/assets/styles/components/_type.scss */

.content p > a:hover,
body#tinymce.wp-editor p > a:hover {
  color: var(--highlight);
}

/* line 268, resources/assets/styles/components/_type.scss */

.content li > a,
body#tinymce.wp-editor li > a {
  text-decoration: underline;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 273, resources/assets/styles/components/_type.scss */

.content li > a:hover,
body#tinymce.wp-editor li > a:hover {
  color: var(--highlight);
}

/* line 280, resources/assets/styles/components/_type.scss */

.content .small,
body#tinymce.wp-editor .small {
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
}

/* line 287, resources/assets/styles/components/_type.scss */

.content > *:last-child,
body#tinymce.wp-editor > *:last-child,
.content > *:only-child,
body#tinymce.wp-editor > *:only-child {
  margin-bottom: 0;
}

/* line 294, resources/assets/styles/components/_type.scss */

body#tinymce.wp-editor {
  padding: 10px !important;
}

/**
 *  General
 */

/* line 5, resources/assets/styles/components/_elements.scss */

* {
  -webkit-font-smoothing: antialiased;
  font-family: Arial, sans-serif;
}

/* line 11, resources/assets/styles/components/_elements.scss */

img {
  max-width: 100%;
  display: block;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.button,
.button--reverse,
.form-button,
.post-password-form input[type='submit'],
.gform_wrapper form .gform_footer .gform_button {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #265569;
  padding: 20px 20px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button,
  .button--reverse,
  .form-button,
  .post-password-form input[type='submit'],
  .gform_wrapper form .gform_footer .gform_button {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button,
  .button--reverse,
  .form-button,
  .post-password-form input[type='submit'],
  .gform_wrapper form .gform_footer .gform_button {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button,
  .button--reverse,
  .form-button,
  .post-password-form input[type='submit'],
  .gform_wrapper form .gform_footer .gform_button {
    font-size: 16px;
  }
}

/* line 25, resources/assets/styles/components/_elements.scss */

.button:hover,
.button--reverse:hover,
.form-button:hover,
.post-password-form input:hover[type='submit'],
.gform_wrapper form .gform_footer .gform_button:hover {
  background: #265569;
  color: #ffffff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button,
  .button--reverse,
  .form-button,
  .post-password-form input[type='submit'],
  .gform_wrapper form .gform_footer .gform_button {
    padding: 12px 16px;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.button--reverse {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 43, resources/assets/styles/components/_elements.scss */

.button--reverse:hover {
  background: #ffffff;
  color: #265569;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.tablet-hide {
  display: block;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

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

/* line 51, resources/assets/styles/helpers/_bem.scss */

.tablet-show {
  display: none;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .tablet-show {
    display: block;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.mobile-hide {
  display: block;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .mobile-hide {
    display: none;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.mobile-show {
  display: none;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .mobile-show {
    display: block;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 102, resources/assets/styles/components/_elements.scss */

.play circle {
  fill: #17181a;
  opacity: 0.6;
}

/* line 108, resources/assets/styles/components/_elements.scss */

.play path {
  fill: #ffffff;
}

/* line 114, resources/assets/styles/components/_elements.scss */

.resource-card__overlay,
.link-card__overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #ffffff;
  background: var(--highlight);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.icon-sun {
  stroke-width: 4px;
  fill: none;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.darr {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.link-icon,
.link-icon--color {
  font-weight: 600;
  position: relative;
  font-size: 16px;
}

/* line 146, resources/assets/styles/components/_elements.scss */

.link-icon:hover span,
.link-icon--color:hover span {
  -webkit-text-decoration-color: #265569;
          text-decoration-color: #265569;
}

/* line 151, resources/assets/styles/components/_elements.scss */

.link-icon:hover svg,
.link-icon--color:hover svg {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
       -o-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}

/* line 158, resources/assets/styles/components/_elements.scss */

.link-icon span,
.link-icon--color span {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  padding-right: 75px;
  -webkit-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 158, resources/assets/styles/components/_elements.scss */

  .link-icon span,
  .link-icon--color span {
    padding-right: 55px;
  }
}

/* line 171, resources/assets/styles/components/_elements.scss */

.link-icon svg,
.link-icon--color svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  -webkit-transform: translate(0, -50%) scale(0.9);
       -o-transform: translate(0, -50%) scale(0.9);
          transform: translate(0, -50%) scale(0.9);
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 171, resources/assets/styles/components/_elements.scss */

  .link-icon svg,
  .link-icon--color svg {
    width: 25px;
    opacity: 1;
    -webkit-transform: translate(0, -50%) scale(1);
         -o-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
  }
}

/* line 189, resources/assets/styles/components/_elements.scss */

.link-icon use,
.link-icon--color use {
  stroke-width: 3px;
  fill: none;
  stroke: #265569;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.link-icon--color {
  color: var(--highlight);
}

/* line 203, resources/assets/styles/components/_elements.scss */

.link-icon--color:hover span {
  -webkit-text-decoration-color: var(--highlight);
          text-decoration-color: var(--highlight);
}

/* line 209, resources/assets/styles/components/_elements.scss */

.link-icon--color span {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  padding-right: 75px;
  -webkit-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 217, resources/assets/styles/components/_elements.scss */

.link-icon--color use {
  stroke: var(--highlight);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.icon-wind {
  fill: none;
  stroke: inherit;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

/* line 3, resources/assets/styles/components/_global.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 10, resources/assets/styles/components/_global.scss */

body {
  margin: 0;
}

/* line 14, resources/assets/styles/components/_global.scss */

body ::-moz-selection,
body ::selection {
  background-color: var(--highlight);
  color: #ffffff;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.inner-wrapper,
.page-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1352px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inner-wrapper,
  .page-wrap__inner {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 380px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inner-wrapper,
  .page-wrap__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.svg-spritesheet {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -999px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.page-wrap {
  position: relative;
  z-index: 5;
  background: #ffffff;
  padding-top: 100px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .page-wrap {
    padding-top: 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-wrap__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-wrap__sidebar {
  width: calc((3 / 12 * 100%) - (32px * 2 / 3));
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-wrap__sidebar {
    width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-wrap__content {
  width: calc((8 / 12 * 100%) - (32px * 2 / 3));
}

/* line 96, resources/assets/styles/components/_global.scss */

.page-wrap__content:only-child {
  display: block;
  margin-left: auto;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-wrap__content {
    padding-left: 36px;
    padding-right: 36px;
    width: 100%;
  }
}

@media (max-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-wrap__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 124, resources/assets/styles/components/_global.scss */

.column-half__col,
.resources__col {
  width: calc(50% - 16px);
}

@media (max-width: 1000px) {
  /* line 124, resources/assets/styles/components/_global.scss */

  .column-half__col,
  .resources__col {
    width: 100%;
  }

  /* line 132, resources/assets/styles/components/_global.scss */

  .column-half__col > *:last-child,
  .resources__col > *:last-child {
    margin-bottom: 1em;
  }

  /* line 139, resources/assets/styles/components/_global.scss */

  .column-half__col:last-child > *:last-child,
  .resources__col:last-child > *:last-child {
    margin-bottom: 0;
  }
}

/* line 159, resources/assets/styles/components/_global.scss */

.column-thirds__col:first-child,
.impact__col:first-child {
  width: calc((4 / 12 * 100%) - 16px);
}

/* line 164, resources/assets/styles/components/_global.scss */

.column-thirds__col:last-child,
.impact__col:last-child {
  width: calc((8 / 12 * 100%) - 16px);
}

@media (max-width: 1000px) {
  /* line 171, resources/assets/styles/components/_global.scss */

  .column-thirds__col:first-child,
  .impact__col:first-child,
  .column-thirds__col:last-child,
  .impact__col:last-child {
    width: 100%;
  }
}

/* line 179, resources/assets/styles/components/_global.scss */

.resource-card__image img,
.link-card img,
.link-card--secondary img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* * Margin bottom row */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.form-row,
.post-password-form p:first-of-type,
.post-password-form input[type='password'],
.gform_wrapper form .gform_body > .gform_fields > li,
.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full,
.gform_wrapper form .gform_body > .gform_fields > li.title-block {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .form-row,
  .post-password-form p:first-of-type,
  .post-password-form input[type='password'],
  .gform_wrapper form .gform_body > .gform_fields > li,
  .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full,
  .gform_wrapper form .gform_body > .gform_fields > li.title-block {
    margin-bottom: 30px;
  }
}

/* Margin bottom label */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.label-row,
.post-password-form label,
.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label,
.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label,
.gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
  margin-bottom: 12px;
  font-weight: 600;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .label-row,
  .post-password-form label,
  .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label,
  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label,
  .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
    margin-bottom: 12px;
  }
}

/* Input row style */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.input-style,
.post-password-form input[type='password'],
.gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li select,
.gform_wrapper form .gform_body > .gform_fields > li textarea {
  font-weight: 600;
  background-color: rgba(38, 85, 105, 0.15);
  padding: 1.2em 1.4em;
  color: #265569;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.input-style--reverse,
.gform_wrapper form#gform_2 .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form#gform_2 .gform_body > .gform_fields > li input[type="email"],
.gform_wrapper form#gform_3 .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form#gform_3 .gform_body > .gform_fields > li input[type="email"] {
  font-size: 14px;
  font-weight: 400;
  padding: 0.85em 1.42em;
  background: #ffffff;
}

/* Button style */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.form-button,
.post-password-form input[type='submit'],
.gform_wrapper form .gform_footer .gform_button {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: auto;
  display: inline-block;
  border: 1px solid #265569;
  text-align: center;
  padding: 20px 52px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.form-button--reverse,
.gform_wrapper form#gform_2 .form-button,
.gform_wrapper form#gform_2 .post-password-form input[type='submit'],
.post-password-form .gform_wrapper form#gform_2 input[type='submit'],
.gform_wrapper form#gform_2 .gform_footer .gform_button,
.gform_wrapper form#gform_3 .form-button,
.gform_wrapper form#gform_3 .post-password-form input[type='submit'],
.post-password-form .gform_wrapper form#gform_3 input[type='submit'],
.gform_wrapper form#gform_3 .gform_footer .gform_button {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 30px;
}

/* line 61, resources/assets/styles/components/_gforms.scss */

.form-button--reverse:hover,
.gform_wrapper form#gform_2 .form-button:hover,
.gform_wrapper form#gform_2 .post-password-form input:hover[type='submit'],
.post-password-form .gform_wrapper form#gform_2 input:hover[type='submit'],
.gform_wrapper form#gform_2 .gform_footer .gform_button:hover,
.gform_wrapper form#gform_3 .form-button:hover,
.gform_wrapper form#gform_3 .post-password-form input:hover[type='submit'],
.post-password-form .gform_wrapper form#gform_3 input:hover[type='submit'],
.gform_wrapper form#gform_3 .gform_footer .gform_button:hover {
  background-color: #ffffff;
  color: #265569;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.post-password-form {
  margin-top: 125px;
  padding: 100px 0;
  display: block;
  width: calc((8 / 12 * 100%) - (32px * 2 / 3));
  margin-left: auto;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .post-password-form {
    margin-top: 110px;
  }
}

/* line 82, resources/assets/styles/components/_gforms.scss */

.post-password-form p {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 93, resources/assets/styles/components/_gforms.scss */

.post-password-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 100, resources/assets/styles/components/_gforms.scss */

.post-password-form input[type='password'] {
  margin-top: calc(1em + 12px);
  width: 100%;
}

/**
 * Placeholder
 * These variables are fed into the placeholder mixing,
 * found in library.scss
 */

/**
 * Do any more custom
 * form styling below
 */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.gform_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 135, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form h3.gform_title {
  margin-top: 0;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  font-size: 20px;
  line-height: 1.2;
}

/* line 155, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form#gform_2 .gform_body > .gform_fields > li .gfield_label,
.gform_wrapper form#gform_2 .gform_body > .gform_fields > li .gfield_label,
.gform_wrapper form#gform_3 .gform_body > .gform_fields > li .gfield_label,
.gform_wrapper form#gform_3 .gform_body > .gform_fields > li .gfield_label {
  font-size: 15px;
}

/* line 167, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form#gform_2 .gform_confirmation_message,
.gform_wrapper form#gform_3 .gform_confirmation_message {
  font-size: 15px;
  font-weight: 600;
}

/* line 176, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 186, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li {
  width: 100%;
  position: relative;
  padding-left: 0;
}

/* line 193, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li::before {
  display: none;
}

@media (max-width: 700px) {
  /* line 186, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li {
    width: 100% !important;
  }
}

/* line 203, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

/* line 210, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_preview strong {
  font-weight: normal;
  margin-left: 10px;
}

/* line 217, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 223, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 32%;
}

/* line 229, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full {
  width: 100%;
}

/* line 235, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label {
  display: block;
}

/* line 245, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 251, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
  width: 31%;
  position: relative;
}

/* line 259, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 269, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding-left: 0;
  margin-right: 20px;
}

/* line 278, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li::after {
  display: none;
}

/* line 283, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

/* line 292, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 302, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding-left: 0;
  margin-right: 20px;
}

/* line 312, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li::before,
.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li::after {
  display: none;
}

/* line 318, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

/* line 332, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
  display: block;
}

/* line 338, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
  position: relative;
  width: 100%;
}

/* line 343, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding-right: 30px;
}

/* line 364, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
  display: none !important;
}

/* line 372, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.centre-text > .gfield_label {
  text-align: center;
  display: block;
}

/* line 378, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li.centre-text select,
.gform_wrapper form .gform_body > .gform_fields > li.centre-text textarea {
  text-align: center;
}

/* line 387, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li select,
.gform_wrapper form .gform_body > .gform_fields > li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  resize: none;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 403, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li select:focus,
.gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
  outline: 0;
}

/* line 369, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-webkit-input-placeholder {
  color: #265569;
  opacity: 0.5;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
  color: #265569;
  opacity: 0.5;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
  color: #265569;
  opacity: 0.5;
}

/* line 375, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea:-moz-placeholder {
  color: #265569;
  opacity: 0.5;
}

/* line 381, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
  color: #265569;
  opacity: 0.5;
}

/* line 387, resources/assets/styles/helpers/_library.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
  color: #265569;
  opacity: 0.5;
}

/* line 411, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.third {
  width: calc(33.33% - ((10.66667px) / 2));
}

/* line 416, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.half {
  width: calc(50% - (16px));
}

/* line 421, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
  width: calc(66.66% - (16px));
}

/* line 431, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  border-radius: 0 0 0 0;
}

/* line 439, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button:focus {
  outline: 0;
}

/**
 * Resets / Defaults
 */

/* line 454, resources/assets/styles/components/_gforms.scss */

.gf_clear,
.gform_card_icon_container,
.ginput_card_security_code_icon,
img.gform_ajax_spinner,
.validation_error {
  display: none !important;
}

/* line 463, resources/assets/styles/components/_gforms.scss */

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden;
}

/* line 470, resources/assets/styles/components/_gforms.scss */

.gform_confirmation_message {
  font-size: 20px;
  line-height: 1.2;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.validation_message {
  color: theme(red);
  margin-top: 1em;
  font-size: 16px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-general,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before,
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after,
[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 1px solid #265569;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-unchecked,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before,
[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  border: 1px solid #565759;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-checked,
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after,
[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  background: #265569;
  border: 1px solid #265569;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  width: 100%;
  padding-left: 52px !important;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.radio-disabled,
[type="radio"]:disabled:not(:checked) + label::before,
[type="checkbox"]:disabled:checked + label::before {
  background: rgba(38, 85, 105, 0.2);
  border-color: rgba(38, 85, 105, 0.4);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.label-disabled,
[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
  color: rgba(38, 85, 105, 0.4);
}

/**
 * radio
 */

/* line 51, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative !important;
  cursor: pointer !important;
}

/* line 59, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
  content: '';
}

/* line 67, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
  content: '';
  opacity: 1;
}

/* line 77, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after {
  opacity: 0;
}

/* line 82, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:checked + label::after {
  opacity: 1;
}

/* disabled radio */

/* line 88, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled:not(:checked) + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * Checkbox
 */

/* line 102, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  cursor: pointer !important;
}

/* line 110, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  content: '';
}

/* line 118, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  content: '';
}

/* line 126, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}

/* line 131, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* disabled checkbox */

/* line 137, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:disabled:checked + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * Hide default radios
 */

/* line 151, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked),
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

/*
*  Owl Carousel - Core
*/

/* line 4, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

/* line 13, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 21, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 31, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 38, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 49, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 59, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 65, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 71, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 83, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 0;
  font: inherit;
}

/* line 94, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-loaded {
  display: block;
}

/* line 99, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 105, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 110, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 115, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 125, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 131, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 136, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

/* line 142, resources/assets/styles/components/_owlCarousel.scss */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

/* line 150, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
       -o-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 156, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 161, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 166, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/* line 187, resources/assets/styles/components/_owlCarousel.scss */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/* line 195, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 201, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 207, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

/* line 215, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 222, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease;
}

/* line 237, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

/* line 243, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 249, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 259, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.transition-fade {
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 7, resources/assets/styles/components/_swup.scss */

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  background: var(--highlight);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.site-loader--inner {
  z-index: 20;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.cookie-notice {
  background: #000000;
  color: #ffffff;
  left: 0;
  top: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}

/* stylelint-disable */

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-o-keyframes scale-out {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }

  100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
}

@keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-o-keyframes slide-in {
  0% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translateZ(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.lazy {
  position: relative;
}

/* line 49, resources/assets/styles/components/_animations.scss */

.lazy::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
  background: var(--highlight);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 62, resources/assets/styles/components/_animations.scss */

.lazy [data-src] {
  opacity: 0;
}

/* line 67, resources/assets/styles/components/_animations.scss */

.lazy.lazy-loaded::after {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

/* line 73, resources/assets/styles/components/_animations.scss */

.lazy.lazy-loaded [data-src] {
  opacity: 1;
  text-indent: -9999px;
}

/* line 81, resources/assets/styles/components/_animations.scss */

[data-wp] [data-animate="text"] {
  opacity: 0;
}

/* line 86, resources/assets/styles/components/_animations.scss */

[data-wp].active [data-animate="text"] {
  -webkit-animation: fade-in 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-animation: fade-in 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fade-in 400ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 86, resources/assets/styles/components/_animations.scss */

  [data-wp].active [data-animate="text"] {
    -webkit-animation: fade-in 10ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-animation: fade-in 10ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: fade-in 10ms forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* stylelint-enable */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.error-404 {
  padding-top: 125px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .error-404 {
    padding-top: 110px;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .error-404 {
    padding-top: 100px;
  }
}

/* line 15, resources/assets/styles/layouts/_404.scss */

.error-404 .content,
.error-404 body#tinymce.wp-editor {
  padding-top: 100px;
  padding-bottom: 140px;
  text-align: center;
  margin: 0 auto;
  width: calc((8 / 12 * 100%) - (32px * 2 / 3));
}

@media (max-width: 1000px) {
  /* line 15, resources/assets/styles/layouts/_404.scss */

  .error-404 .content,
  .error-404 body#tinymce.wp-editor {
    padding-bottom: 130px;
  }
}

@media (max-width: 700px) {
  /* line 15, resources/assets/styles/layouts/_404.scss */

  .error-404 .content,
  .error-404 body#tinymce.wp-editor {
    width: 100%;
  }

  /* line 32, resources/assets/styles/layouts/_404.scss */

  .error-404 .content h3,
  .error-404 body#tinymce.wp-editor h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* line 38, resources/assets/styles/layouts/_404.scss */

.error-404 .content a,
.error-404 body#tinymce.wp-editor a {
  text-decoration: underline;
}

/* stylelint-disable */

@media (max-width: 1000px) {
  /* line 4, resources/assets/styles/layouts/_page.scss */

  .page-child .page-wrap {
    padding-top: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.child-header {
  margin-bottom: 75px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .child-header {
    margin-bottom: 45px;
  }
}

/* line 18, resources/assets/styles/layouts/_page.scss */

.child-header h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 18, resources/assets/styles/layouts/_page.scss */

  .child-header h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 18, resources/assets/styles/layouts/_page.scss */

  .child-header h1 {
    font-size: 40px;
  }
}

@media (max-width: 1000px) {
  /* line 24, resources/assets/styles/layouts/_page.scss */

  .page-wrap__content:first-child {
    margin-top: 64px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.breadcrumbs {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .breadcrumbs {
    margin-bottom: 55px;
  }
}

/* line 40, resources/assets/styles/layouts/_page.scss */

.breadcrumbs span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 46, resources/assets/styles/layouts/_page.scss */

.breadcrumbs span > span *:first-child::before {
  display: none;
}

/* line 51, resources/assets/styles/layouts/_page.scss */

.breadcrumbs span > span a,
.breadcrumbs span > span span {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

/* line 58, resources/assets/styles/layouts/_page.scss */

.breadcrumbs span > span a::before,
.breadcrumbs span > span span::before {
  margin: 0 25px;
  display: inline-block;
  height: 15px;
  width: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOC4wNyAxNS42MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOC4wNyAxNS42MTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMzMxMzg7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC43NywxNC45N2w2LTcuMTZsLTYtNy4xNiIvPgo8L3N2Zz4K);
  content: '';
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/layouts/_page.scss */

  .breadcrumbs span > span a,
  .breadcrumbs span > span span {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }

  /* line 75, resources/assets/styles/layouts/_page.scss */

  .breadcrumbs span > span a::before,
  .breadcrumbs span > span span::before {
    margin-right: 20px;
    margin-left: 0;
  }
}

/* line 82, resources/assets/styles/layouts/_page.scss */

.breadcrumbs span > span .breadcrumb_last {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/layouts/_page.scss */

  .breadcrumbs span > span .breadcrumb_last {
    margin-bottom: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100px + 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 7;
  margin-bottom: 100px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .sidebar {
    top: 0;
    color: #ffffff;
    background-color: var(--highlight);
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 36px;
  }
}

@media (max-width: 380px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* line 117, resources/assets/styles/layouts/_page.scss */

.sidebar.active .sidebar__title .darr {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}

/* line 121, resources/assets/styles/layouts/_page.scss */

.sidebar.active ul {
  opacity: 1;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.sidebar__icon {
  margin-bottom: 20px;
  width: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 131, resources/assets/styles/layouts/_page.scss */

.sidebar__icon svg {
  width: 100%;
}

/* line 135, resources/assets/styles/layouts/_page.scss */

.sidebar__icon use {
  margin-right: auto;
  fill: none;
  stroke-width: 3px;
  stroke: var(--highlight) !important;
}

@media (max-width: 1000px) {
  /* line 135, resources/assets/styles/layouts/_page.scss */

  .sidebar__icon use {
    stroke: #ffffff !important;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.sidebar__title {
  opacity: 1;
  font-weight: 500;
  margin-bottom: 16px;
  pointer-events: none;
  text-align: left;
  color: #265569;
  font-weight: bold;
}

@media (max-width: 1000px) {
  /* line 158, resources/assets/styles/layouts/_page.scss */

  .sidebar__title span {
    min-width: 62.5%;
  }
}

/* line 164, resources/assets/styles/layouts/_page.scss */

.sidebar__title .sidebar__icon {
  margin-bottom: 0;
}

/* line 167, resources/assets/styles/layouts/_page.scss */

.sidebar__title .sidebar__icon svg {
  height: 30px;
}

/* line 172, resources/assets/styles/layouts/_page.scss */

.sidebar__title svg {
  height: 6px;
  display: none;
}

/* line 176, resources/assets/styles/layouts/_page.scss */

.sidebar__title svg use {
  stroke: #ffffff;
  width: auto;
  height: 100%;
  display: block;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .sidebar__title {
    opacity: 1;
    pointer-events: all;
    margin-bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 193, resources/assets/styles/layouts/_page.scss */

  .sidebar__title svg {
    display: inline-block;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.sidebar__body {
  padding: 16px 0;
  border-top: 1px solid var(--highlight);
  border-bottom: 1px solid var(--highlight);
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .sidebar__body {
    border-color: #ffffff;
    border-bottom: none;
    display: none;
    background: var(--highlight);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 36px;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }

  /* line 216, resources/assets/styles/layouts/_page.scss */

  .sidebar__body ul {
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.sidebar--spacer {
  padding-top: 95px;
}

@media (max-width: 1000px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .sidebar--spacer {
    padding-top: 0;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.sidebar--mobile {
  display: none;
}

@media (max-width: 1000px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .sidebar--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.sidebar-item {
  margin-bottom: 30px;
  display: block;
}

/* line 245, resources/assets/styles/layouts/_page.scss */

.sidebar-item button {
  font-weight: 500;
  display: block;
  text-align: left;
  width: 100%;
  color: rgba(38, 85, 105, 0.85);
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1000px) {
  /* line 245, resources/assets/styles/layouts/_page.scss */

  .sidebar-item button {
    color: #ffffff;
  }
}

/* line 260, resources/assets/styles/layouts/_page.scss */

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

/* line 267, resources/assets/styles/layouts/_page.scss */

.sidebar-item:hover button,
.sidebar-item:focus-visible button,
.sidebar-item.active button {
  color: var(--highlight);
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 0.25em;
}

@media (max-width: 1000px) {
  /* line 267, resources/assets/styles/layouts/_page.scss */

  .sidebar-item:hover button,
  .sidebar-item:focus-visible button,
  .sidebar-item.active button {
    color: #ffffff;
    -webkit-text-decoration-color: #ffffff;
            text-decoration-color: #ffffff;
  }
}

/* stylelint-enable */

/* stylelint-disable */

/* line 5, resources/assets/styles/common/_header.scss */

.fold .header,
.fold.scrolled .header {
  opacity: 0;
}

/* line 10, resources/assets/styles/common/_header.scss */

.fold .header.scroll-up {
  opacity: 1;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active {
  overflow-y: hidden;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active .popup-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .menu-active .popup-menu {
    -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active .header {
  opacity: 1;
  border-bottom-color: #ffffff;
}

/* line 31, resources/assets/styles/common/_header.scss */

.menu-active .header.scroll-up {
  opacity: 1;
}

/* line 39, resources/assets/styles/common/_header.scss */

.menu-active.scrolled .header,
.menu-active.scrolled .header.scroll-up,
.menu-active.fold .header,
.menu-active.fold .header.scroll-up {
  opacity: 1;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .menu-active {
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active .popup-menu {
  overflow-y: auto;
}

/* line 60, resources/assets/styles/common/_header.scss */

.menu-active .menu-trigger span {
  -webkit-transform: translateY(-50%) scaleX(0);
       -o-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}

/* line 65, resources/assets/styles/common/_header.scss */

.menu-active .menu-trigger::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 70, resources/assets/styles/common/_header.scss */

.menu-active .menu-trigger::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
       -o-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.header {
  color: white;
  background: #265569;
  padding: 22px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .header {
    -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 100, resources/assets/styles/common/_header.scss */

.header-nav__menu-trigger:focus-visible {
  outline: 1px solid;
  outline-offset: 0.5rem;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 110, resources/assets/styles/common/_header.scss */

.header-nav__right .button,
.header-nav__right .button--reverse,
.header-nav__right .form-button,
.header-nav__right .post-password-form input[type='submit'],
.post-password-form .header-nav__right input[type='submit'],
.header-nav__right .gform_wrapper form .gform_footer .gform_button,
.gform_wrapper form .gform_footer .header-nav__right .gform_button {
  margin-right: 64px;
}

/* line 114, resources/assets/styles/common/_header.scss */

.header-nav__right .search-trigger {
  display: block;
  width: 28px;
  margin-right: 24px;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 114, resources/assets/styles/common/_header.scss */

  .header-nav__right .search-trigger {
    -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 124, resources/assets/styles/common/_header.scss */

.header-nav__right .search-trigger:hover {
  opacity: 0.6;
}

/* line 128, resources/assets/styles/common/_header.scss */

.header-nav__right .search-trigger svg {
  display: block;
}

@media (max-width: 1000px) {
  /* line 134, resources/assets/styles/common/_header.scss */

  .header-nav__right .button,
  .header-nav__right .button--reverse,
  .header-nav__right .form-button,
  .header-nav__right .post-password-form input[type='submit'],
  .post-password-form .header-nav__right input[type='submit'],
  .header-nav__right .gform_wrapper form .gform_footer .gform_button,
  .gform_wrapper form .gform_footer .header-nav__right .gform_button {
    margin-right: 20px;
  }

  /* line 137, resources/assets/styles/common/_header.scss */

  .header-nav__right .button span,
  .header-nav__right .button--reverse span,
  .header-nav__right .form-button span,
  .header-nav__right .post-password-form input[type='submit'] span,
  .post-password-form .header-nav__right input[type='submit'] span,
  .header-nav__right .gform_wrapper form .gform_footer .gform_button span,
  .gform_wrapper form .gform_footer .header-nav__right .gform_button span {
    display: none;
  }

  /* line 142, resources/assets/styles/common/_header.scss */

  .header-nav__right .search-trigger {
    height: 21px;
    margin-right: 20px;
  }
}

@media (max-width: 380px) {
  /* line 149, resources/assets/styles/common/_header.scss */

  .header-nav__right .button,
  .header-nav__right .button--reverse,
  .header-nav__right .form-button,
  .header-nav__right .post-password-form input[type='submit'],
  .post-password-form .header-nav__right input[type='submit'],
  .header-nav__right .gform_wrapper form .gform_footer .gform_button,
  .gform_wrapper form .gform_footer .header-nav__right .gform_button {
    font-size: 10px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.header-logo {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .header-logo {
    -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 163, resources/assets/styles/common/_header.scss */

.header-logo a {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

/* line 170, resources/assets/styles/common/_header.scss */

.header-logo svg {
  height: 100%;
  width: auto;
  fill: white;
}

/* line 176, resources/assets/styles/common/_header.scss */

.header-logo img {
  max-width: 100px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.header-logo__image--landscape {
  min-height: 70px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.header-logo__image--portrait {
  min-height: 100px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-trigger {
  width: 27px;
  height: 21px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .menu-trigger {
    -webkit-transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 202, resources/assets/styles/common/_header.scss */

.menu-trigger:hover {
  opacity: 0.6;
}

/* line 206, resources/assets/styles/common/_header.scss */

.menu-trigger span,
.menu-trigger::before,
.menu-trigger::after {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 206, resources/assets/styles/common/_header.scss */

  .menu-trigger span,
  .menu-trigger::before,
  .menu-trigger::after {
    -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* line 221, resources/assets/styles/common/_header.scss */

.menu-trigger::before {
  content: '';
  top: 0;
  left: 0;
}

/* line 227, resources/assets/styles/common/_header.scss */

.menu-trigger::after {
  content: '';
  right: 0;
  bottom: 0;
}

/* line 233, resources/assets/styles/common/_header.scss */

.menu-trigger span {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1);
       -o-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  /* line 233, resources/assets/styles/common/_header.scss */

  .menu-trigger span {
    -webkit-transition: transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: -webkit-transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: -o-transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* stylelint-enable */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer {
  background-color: #265569;
  padding: 100px 0 135px;
  color: #ffffff;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer {
    padding: 50px 0 100px;
  }
}

/* line 12, resources/assets/styles/common/_footer.scss */

.footer .gform_confirmation_message {
  font-size: 15px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer-row,
.footer-row--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}

/* line 23, resources/assets/styles/common/_footer.scss */

.footer-row .caption,
.footer-row--top .caption,
.footer-row .sidebar__title,
.footer-row--top .sidebar__title,
.footer-row .resource-card__link,
.footer-row--top .resource-card__link {
  font-size: 14px;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 28, resources/assets/styles/common/_footer.scss */

.footer-row .caption:hover,
.footer-row--top .caption:hover,
.footer-row .sidebar__title:hover,
.footer-row--top .sidebar__title:hover,
.footer-row .resource-card__link:hover,
.footer-row--top .resource-card__link:hover {
  opacity: 0.6;
}

/* line 33, resources/assets/styles/common/_footer.scss */

.footer-row .caption.tablet-show,
.footer-row--top .caption.tablet-show,
.footer-row .tablet-show.sidebar__title,
.footer-row--top .tablet-show.sidebar__title,
.footer-row .tablet-show.resource-card__link,
.footer-row--top .tablet-show.resource-card__link {
  width: calc((8 / 12 * 100%) - 16px);
  margin-left: auto;
  margin-top: 42px;
}

@media (max-width: 700px) {
  /* line 33, resources/assets/styles/common/_footer.scss */

  .footer-row .caption.tablet-show,
  .footer-row--top .caption.tablet-show,
  .footer-row .tablet-show.sidebar__title,
  .footer-row--top .tablet-show.sidebar__title,
  .footer-row .tablet-show.resource-card__link,
  .footer-row--top .tablet-show.resource-card__link {
    width: 100%;
  }
}

/* line 46, resources/assets/styles/common/_footer.scss */

.footer-row:last-child,
.footer-row--top:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer-row,
  .footer-row--top {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-row__sidebar,
.footer-row--sidespace {
  width: calc(3 / 12 * 100% - 24px);
}

/* line 66, resources/assets/styles/common/_footer.scss */

.footer-row__sidebar .contact-wrap p,
.footer-row--sidespace .contact-wrap p {
  line-height: 1.428em;
}

/* line 71, resources/assets/styles/common/_footer.scss */

.footer-row__sidebar .contact-wrap p:last-child,
.footer-row--sidespace .contact-wrap p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-row__sidebar,
  .footer-row--sidespace {
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  /* line 83, resources/assets/styles/common/_footer.scss */

  .footer-row__sidebar .contact-wrap,
  .footer-row--sidespace .contact-wrap {
    width: calc((4 / 12 * 100%) - ((32px * 2) / 3));
  }

  /* line 88, resources/assets/styles/common/_footer.scss */

  .footer-row__sidebar .footer-form,
  .footer-row--sidespace .footer-form {
    width: calc((8 / 12 * 100%) - ((16px * 2) / 3));
  }
}

@media (max-width: 700px) {
  /* line 96, resources/assets/styles/common/_footer.scss */

  .footer-row__sidebar .contact-wrap,
  .footer-row--sidespace .contact-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  /* line 102, resources/assets/styles/common/_footer.scss */

  .footer-row__sidebar .footer-form,
  .footer-row--sidespace .footer-form {
    width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-row__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  width: calc(9 / 12 * 100% - 8px);
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-row__body {
    width: 100%;
  }
}

/* line 119, resources/assets/styles/common/_footer.scss */

.footer-row__body .content,
.footer-row__body body#tinymce.wp-editor {
  width: calc(6 / 9 * 100% - 8px);
}

@media (max-width: 1000px) {
  /* line 119, resources/assets/styles/common/_footer.scss */

  .footer-row__body .content,
  .footer-row__body body#tinymce.wp-editor {
    margin-left: auto;
    width: calc((8 / 12 * 100%) - ((16px * 2) / 3));
  }
}

@media (max-width: 700px) {
  /* line 119, resources/assets/styles/common/_footer.scss */

  .footer-row__body .content,
  .footer-row__body body#tinymce.wp-editor {
    width: 100%;
  }
}

/* line 134, resources/assets/styles/common/_footer.scss */

.footer-row__body .content small,
.footer-row__body body#tinymce.wp-editor small {
  font-style: italic;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.footer-row--top {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 149, resources/assets/styles/common/_footer.scss */

.footer-row--top .footer-row__sidebar,
.footer-row--top .footer-row--sidespace {
  margin-top: auto;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.footer-row--sidespace {
  margin-bottom: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer-logo {
  fill: #ffffff;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-logo__image {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.footer-logo__image--landscape {
  min-height: 70px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.footer-logo__image--portrait {
  min-height: 100px;
}

/* line 187, resources/assets/styles/common/_footer.scss */

.footer-logo svg {
  width: 100%;
  display: block;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer-logo {
    margin-bottom: 42px;
  }
}

/* line 201, resources/assets/styles/common/_footer.scss */

.footer-menu p,
.footer-menu a {
  font-size: 15px;
}

/* line 207, resources/assets/styles/common/_footer.scss */

.footer-menu p {
  margin-bottom: 1.428em;
}

@media (max-width: 1000px) {
  /* line 214, resources/assets/styles/common/_footer.scss */

  .footer-menu.footer-row__body {
    padding-top: 40px;
    border-top: 1px solid #ffffff;
  }
}

/* line 221, resources/assets/styles/common/_footer.scss */

.footer-menu .nav {
  font-size: 0;
}

/* line 225, resources/assets/styles/common/_footer.scss */

.footer-menu .nav a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 231, resources/assets/styles/common/_footer.scss */

.footer-menu .nav a:hover {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

/* line 237, resources/assets/styles/common/_footer.scss */

.footer-menu .nav > li {
  font-size: 15px;
  line-height: 1.428;
}

@media (max-width: 1000px) {
  /* line 237, resources/assets/styles/common/_footer.scss */

  .footer-menu .nav > li {
    margin-bottom: 30px;
  }

  /* line 246, resources/assets/styles/common/_footer.scss */

  .footer-menu .nav > li:last-child {
    margin-bottom: 0;
  }
}

/* line 252, resources/assets/styles/common/_footer.scss */

.footer-menu .nav > li > a {
  font-weight: 600;
  display: block;
  margin-bottom: 1.428em;
}

/* line 261, resources/assets/styles/common/_footer.scss */

.footer-menu .nav > li:last-child > a {
  margin-bottom: 0;
}

/* line 267, resources/assets/styles/common/_footer.scss */

.footer-menu .nav > li.menu-item-has-children {
  margin-bottom: 1.428em;
}

@media (max-width: 1000px) {
  /* line 267, resources/assets/styles/common/_footer.scss */

  .footer-menu .nav > li.menu-item-has-children {
    margin-bottom: 30px;
  }

  /* line 275, resources/assets/styles/common/_footer.scss */

  .footer-menu .nav > li.menu-item-has-children:only-child,
  .footer-menu .nav > li.menu-item-has-children:last-child {
    margin-bottom: 0;
  }
}

/* line 282, resources/assets/styles/common/_footer.scss */

.footer-menu .nav > li.menu-item-has-children > a {
  font-weight: 600;
  display: block;
  margin-bottom: 1.428em;
}

/* line 291, resources/assets/styles/common/_footer.scss */

.footer-menu .nav .sub-menu {
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-menu__inner {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer-menu__col {
  width: calc((4 / 12 * 100%) - (28px * 2 / 3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer-menu__col {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 322, resources/assets/styles/common/_footer.scss */

  .footer-menu__col:last-child {
    margin-bottom: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer-socials {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer-socials {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer-socials {
    padding-top: 40px;
  }
}

/* line 346, resources/assets/styles/common/_footer.scss */

.footer-socials li {
  margin-right: 20px;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 351, resources/assets/styles/common/_footer.scss */

.footer-socials li:hover {
  opacity: 0.6;
}

/* line 356, resources/assets/styles/common/_footer.scss */

.footer-socials li a {
  display: block;
  width: 34px;
}

/* line 362, resources/assets/styles/common/_footer.scss */

.footer-socials li:last-child {
  margin-right: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer-form {
  margin-top: 0;
}

/* line 373, resources/assets/styles/common/_footer.scss */

.footer-form .gform_wrapper {
  max-width: 287px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer-form {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 390, resources/assets/styles/common/_footer.scss */

.partners a,
.partners .partner-logo {
  display: inline-block;
  height: 80px;
  margin-bottom: 30px;
}

/* line 397, resources/assets/styles/common/_footer.scss */

.partners a img,
.partners .partner-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}

/* line 404, resources/assets/styles/common/_footer.scss */

.partners a:last-child,
.partners .partner-logo:last-child {
  margin-bottom: 0;
}

/* stylelint-disable */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.popup-menu {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #265569;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  padding-top: 125px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .popup-menu {
    -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .popup-menu {
    padding-top: 110px;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .popup-menu {
    padding-top: 100px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.popup-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.popup-menu__body {
  width: 100%;
}

/* line 44, resources/assets/styles/common/_popups.scss */

.popup-menu__body .nav > li {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #265569;
}

@media screen and (min-width: 1000px) {
  /* line 44, resources/assets/styles/common/_popups.scss */

  .popup-menu__body .nav > li {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 44, resources/assets/styles/common/_popups.scss */

  .popup-menu__body .nav > li {
    font-size: 40px;
  }
}

/* line 51, resources/assets/styles/common/_popups.scss */

.popup-menu__body .nav > li:last-child {
  border-bottom: none;
}

/* line 56, resources/assets/styles/common/_popups.scss */

.popup-menu__body .sub-menu {
  padding-top: 24px;
  width: 100%;
}

@media (max-width: 1280px) {
  /* line 56, resources/assets/styles/common/_popups.scss */

  .popup-menu__body .sub-menu {
    display: none;
  }
}

/* line 64, resources/assets/styles/common/_popups.scss */

.popup-menu__body .sub-menu > li {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

/* line 69, resources/assets/styles/common/_popups.scss */

.popup-menu__body .sub-menu > li a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 74, resources/assets/styles/common/_popups.scss */

.popup-menu__body .sub-menu > li a:hover {
  -webkit-text-decoration-color: #265569;
          text-decoration-color: #265569;
}

/* line 79, resources/assets/styles/common/_popups.scss */

.popup-menu__body .sub-menu > li:last-child {
  margin-bottom: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 91, resources/assets/styles/common/_popups.scss */

.menu-col > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 95, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 100, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 100, resources/assets/styles/common/_popups.scss */

  .menu-col > div .nav > li {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 100, resources/assets/styles/common/_popups.scss */

  .menu-col > div .nav > li {
    font-size: 40px;
  }
}

/* line 111, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav > li > a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 117, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav > li > a:hover {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

@media (max-width: 1000px) {
  /* line 100, resources/assets/styles/common/_popups.scss */

  .menu-col > div .nav > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

/* line 127, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav .sub-menu {
  padding-top: 24px;
  width: 100%;
}

@media (max-width: 1280px) {
  /* line 127, resources/assets/styles/common/_popups.scss */

  .menu-col > div .nav .sub-menu {
    display: none;
  }
}

/* line 135, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav .sub-menu > li {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

/* line 140, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav .sub-menu > li a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-text-decoration-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 145, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav .sub-menu > li a:hover {
  -webkit-text-decoration-color: #265569;
          text-decoration-color: #265569;
}

/* line 150, resources/assets/styles/common/_popups.scss */

.menu-col > div .nav .sub-menu > li:last-child {
  margin-bottom: 0;
}

/* stylelint-enable */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.page-builder {
  padding-bottom: 140px;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .page-builder {
    padding-bottom: 130px;
  }
}

/* line 10, resources/assets/styles/modules/modules.scss */

.page-builder .content-section:last-child {
  margin-bottom: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.content-section {
  margin-bottom: 140px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.content-section__title {
  display: block;
  width: 100%;
}

/* line 25, resources/assets/styles/modules/modules.scss */

.content-section__title h2 {
  font-weight: 500;
  margin-bottom: 70px;
}

/* line 31, resources/assets/styles/modules/modules.scss */

.content-section__title h3 {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  /* line 38, resources/assets/styles/modules/modules.scss */

  .content-section__title h2 {
    margin-bottom: 30px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.module {
  margin-bottom: 40px;
}

/* line 50, resources/assets/styles/modules/modules.scss */

.module:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .module {
    margin-bottom: 100px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module__title {
  display: block;
  width: 100%;
}

/* line 65, resources/assets/styles/modules/modules.scss */

.module__title h2 {
  margin-bottom: 70px;
}

/* line 70, resources/assets/styles/modules/modules.scss */

.module__title h3 {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  /* line 77, resources/assets/styles/modules/modules.scss */

  .module__title h2 {
    margin-bottom: 30px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.table {
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 500;
  border-bottom: 1px solid var(--highlight);
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .table {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .table {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .table {
    font-size: 16px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.table__head {
  margin-bottom: 1em;
}

/* line 97, resources/assets/styles/modules/modules.scss */

.table__head .table-col:last-child {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

/* line 105, resources/assets/styles/modules/modules.scss */

.table__body .table-col__row,
.table__body .table-col--row-heading {
  padding: 1em 0;
}

/* line 109, resources/assets/styles/modules/modules.scss */

.table__body .table-col__row:first-child,
.table__body .table-col--row-heading:first-child {
  position: relative;
}

/* line 113, resources/assets/styles/modules/modules.scss */

.table__body .table-col__row:first-child::after,
.table__body .table-col--row-heading:first-child::after {
  content: '';
  height: 1px;
  width: calc(100% + 25px);
  border-bottom: 1px solid var(--highlight);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

/* line 126, resources/assets/styles/modules/modules.scss */

.table__body .table-col__row:last-child,
.table__body .table-col--row-heading:last-child {
  margin-bottom: 1em;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.table-col {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 12px;
}

/* line 146, resources/assets/styles/modules/modules.scss */

.table-col:first-child {
  color: var(--highlight);
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.table-col--row-heading {
  margin-bottom: 1em;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.column-thirds {
  margin-bottom: 140px;
}

/* line 5, resources/assets/styles/modules/column-thirds.scss */

.column-thirds .inner-wrapper,
.column-thirds .page-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 12, resources/assets/styles/modules/column-thirds.scss */

.column-thirds__col .subheading {
  margin-bottom: 70px;
}

/* line 17, resources/assets/styles/modules/column-thirds.scss */

.column-thirds__col svg use {
  stroke: var(--highlight);
}

/* line 24, resources/assets/styles/modules/column-thirds.scss */

.column-thirds__col.content > *:last-child,
body.column-thirds__col#tinymce.wp-editor > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  /* line 34, resources/assets/styles/modules/column-thirds.scss */

  .column-thirds__col .tablet-show {
    margin-top: 70px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.page-header,
.page-header--dark,
.page-header--home {
  color: #265569;
  width: 100%;
  background: var(--highlight);
  font-size: 40px;
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .page-header,
  .page-header--dark,
  .page-header--home {
    font-size: 40px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .page-header,
  .page-header--dark,
  .page-header--home {
    font-size: 60px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-header__bg {
  min-height: 700px;
  position: relative;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 14, resources/assets/styles/modules/page-header.scss */

.page-header__bg::before {
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(38, 85, 105, 0.3);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__bg {
    min-height: 100vh;
  }
}

/* line 33, resources/assets/styles/modules/page-header.scss */

.page-header .inner-wrapper,
.page-header--dark .inner-wrapper,
.page-header--home .inner-wrapper,
.page-header .page-wrap__inner,
.page-header--dark .page-wrap__inner,
.page-header--home .page-wrap__inner {
  position: relative;
  z-index: 5;
}

/* line 39, resources/assets/styles/modules/page-header.scss */

.page-header h1,
.page-header--dark h1,
.page-header--home h1 {
  padding-top: 295px;
  width: calc((6 / 12 * 100%) - 16px);
  display: block;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1000px) {
  /* line 39, resources/assets/styles/modules/page-header.scss */

  .page-header h1,
  .page-header--dark h1,
  .page-header--home h1 {
    padding-top: 27.5vh;
    width: 100%;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.page-header--dark,
.page-header--home {
  color: #ffffff;
}

/* line 58, resources/assets/styles/modules/page-header.scss */

.page-header--dark .page-header__bg::before,
.page-header--home .page-header__bg::before {
  opacity: 1;
}

/* line 69, resources/assets/styles/modules/page-header.scss */

.page-header--home .page-header__bg {
  min-height: 100vh;
}

/* line 74, resources/assets/styles/modules/page-header.scss */

.page-header--home h1 {
  margin-bottom: 410px;
}

/* line 79, resources/assets/styles/modules/page-header.scss */

.page-header--home svg {
  padding-top: 150px;
  width: 302px;
}

@media (max-width: 380px) {
  /* line 79, resources/assets/styles/modules/page-header.scss */

  .page-header--home svg {
    width: 100%;
  }
}

/* line 90, resources/assets/styles/modules/page-header.scss */

.page-header--home p {
  font-size: 30px;
  line-height: 1.2;
  width: calc((7 / 12 * 100%) - 16px);
  padding-bottom: 290px;
}

@media (max-width: 1000px) {
  /* line 90, resources/assets/styles/modules/page-header.scss */

  .page-header--home p {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  /* line 104, resources/assets/styles/modules/page-header.scss */

  .page-header--home h1 {
    padding-top: 115px;
    margin-bottom: 150px;
  }

  /* line 110, resources/assets/styles/modules/page-header.scss */

  .page-header--home p {
    padding-bottom: 215px;
  }
}

/* stylelint-disable */

/* line 51, resources/assets/styles/helpers/_bem.scss */

.content-slider {
  position: relative;
}

/* line 7, resources/assets/styles/modules/content-slider.scss */

.content-slider .owl-item .slide__caption {
  -webkit-animation: fade-out 400ms forwards;
       -o-animation: fade-out 400ms forwards;
          animation: fade-out 400ms forwards;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, resources/assets/styles/modules/content-slider.scss */

  .content-slider .owl-item .slide__caption {
    -webkit-animation: fade-out 10ms forwards;
         -o-animation: fade-out 10ms forwards;
            animation: fade-out 10ms forwards;
  }
}

/* line 16, resources/assets/styles/modules/content-slider.scss */

.content-slider .owl-item.active .slide__caption {
  -webkit-animation: fade-in 400ms 400ms forwards;
       -o-animation: fade-in 400ms 400ms forwards;
          animation: fade-in 400ms 400ms forwards;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, resources/assets/styles/modules/content-slider.scss */

  .content-slider .owl-item.active .slide__caption {
    -webkit-animation: fade-in 10ms 400ms forwards;
         -o-animation: fade-in 10ms 400ms forwards;
            animation: fade-in 10ms 400ms forwards;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.slide {
  position: relative;
}

/* line 32, resources/assets/styles/modules/content-slider.scss */

.slide:hover .slide__overlay::after {
  opacity: 0.6;
}

/* line 36, resources/assets/styles/modules/content-slider.scss */

.slide:hover .slide__overlay svg {
  -webkit-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.slide__content {
  position: relative;
}

/* line 45, resources/assets/styles/modules/content-slider.scss */

.slide__content > img,
.slide__content > iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 53, resources/assets/styles/modules/content-slider.scss */

.slide__content::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((200 / 300) * 100%);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.slide__caption {
  opacity: 0;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 127px;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .slide__caption {
    padding-right: 118px;
  }
}

/* line 69, resources/assets/styles/modules/content-slider.scss */

.slide__caption span {
  min-height: 1em;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 86, resources/assets/styles/modules/content-slider.scss */

.slide__overlay.disabled {
  opacity: 0;
  pointer-events: none;
}

/* line 91, resources/assets/styles/modules/content-slider.scss */

.slide__overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--highlight);
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 104, resources/assets/styles/modules/content-slider.scss */

.slide__overlay > img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/* line 112, resources/assets/styles/modules/content-slider.scss */

.slide__overlay svg {
  width: 120px;
  position: relative;
  z-index: 10;
  -webkit-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.slide-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  z-index: 4;
}

/* line 133, resources/assets/styles/modules/content-slider.scss */

.slide-nav::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((200 / 300) * 100%);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.slide-nav__inner {
  pointer-events: all;
  margin-top: 16px;
  -webkit-transform: translate(8px, 0);
       -o-transform: translate(8px, 0);
          transform: translate(8px, 0);
}

/* line 143, resources/assets/styles/modules/content-slider.scss */

.slide-nav button {
  pointer-events: all;
  padding: 8px 8px !important;
  display: inline-block;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 149, resources/assets/styles/modules/content-slider.scss */

.slide-nav button:hover {
  opacity: 0.6;
}

/* line 153, resources/assets/styles/modules/content-slider.scss */

.slide-nav button.disabled {
  cursor: default;
  opacity: 0.4;
}

/* line 159, resources/assets/styles/modules/content-slider.scss */

.slide-nav svg {
  fill: none;
  stroke: #265569;
  stroke-width: 2;
  height: 16px;
  width: auto;
  display: block;
}

/* line 168, resources/assets/styles/modules/content-slider.scss */

.slide-nav .owl-prev {
  margin-right: 46px;
}

@media (max-width: 700px) {
  /* line 168, resources/assets/styles/modules/content-slider.scss */

  .slide-nav .owl-prev {
    margin-right: 38px;
  }
}

/* stylelint-enable */

/* line 4, resources/assets/styles/modules/column.scss */

.column-half .module__title {
  width: 100%;
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.resources__col {
  margin-bottom: 50px;
}

/* line 8, resources/assets/styles/modules/resources.scss */

.resources__col:nth-last-child(1),
.resources__col:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  /* line 16, resources/assets/styles/modules/resources.scss */

  .resources__col:nth-last-child(2) {
    margin-bottom: 50px;
  }
}

/* line 28, resources/assets/styles/modules/resources.scss */

.resource-card:hover .resource-card__overlay {
  opacity: 1;
}

/* line 32, resources/assets/styles/modules/resources.scss */

.resource-card:hover .resource-card__overlay svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 38, resources/assets/styles/modules/resources.scss */

.resource-card:hover img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.resource-card__image {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 30px;
}

/* line 51, resources/assets/styles/modules/resources.scss */

.resource-card__image img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 57, resources/assets/styles/modules/resources.scss */

.resource-card__image::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((450 / 400) * 100%);
}

@media (max-width: 1000px) {
  /* line 64, resources/assets/styles/modules/resources.scss */

  .resource-card__image::before {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc((400 / 400) * 100%);
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.resource-card__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 81, resources/assets/styles/modules/resources.scss */

.resource-card__overlay svg {
  width: 140px;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1000px) {
  /* line 90, resources/assets/styles/modules/resources.scss */

  .resource-card__overlay svg {
    width: 120px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.resource-card__details {
  margin-bottom: 30px;
  padding-right: 25%;
}

@media (max-width: 1280px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .resource-card__details {
    padding-right: 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.resource-card__link {
  display: block;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.link-block {
  position: static;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .link-block--cols-1 .link-card,
  .link-block--cols-1 .link-card--secondary {
    max-height: 40vw;
  }
}

/* line 16, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* line 22, resources/assets/styles/modules/link-block.scss */

.link-block--cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* line 28, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2,
.link-block--cols-3 {
  gap: 25px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.link-block--cols-2 .link-card,
.link-block--cols-2 .link-card--secondary,
.link-block--cols-3 .link-card,
.link-block--cols-3 .link-card--secondary {
  margin-bottom: 0;
  font-size: 20px;
}

/* line 38, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2 .link-card__overlay,
.link-block--cols-3 .link-card__overlay {
  padding: 12px;
}

/* line 42, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2 .link-card__overlay::before,
.link-block--cols-3 .link-card__overlay::before {
  min-height: 20vw;
}

/* line 48, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2 .link-card .link-title__left,
.link-block--cols-2 .link-card--secondary .link-title__left,
.link-block--cols-3 .link-card .link-title__left,
.link-block--cols-3 .link-card--secondary .link-title__left {
  padding: 0;
}

/* line 52, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2 .link-card .link-title__left span,
.link-block--cols-2 .link-card--secondary .link-title__left span,
.link-block--cols-3 .link-card .link-title__left span,
.link-block--cols-3 .link-card--secondary .link-title__left span {
  padding: 0;
}

/* line 57, resources/assets/styles/modules/link-block.scss */

.link-block--cols-2 .link-card .link-title__left h3,
.link-block--cols-2 .link-card--secondary .link-title__left h3,
.link-block--cols-3 .link-card .link-title__left h3,
.link-block--cols-3 .link-card--secondary .link-title__left h3 {
  font-size: inherit;
}

@media (max-width: 1280px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .link-block--cols-2 .link-card,
  .link-block--cols-2 .link-card--secondary,
  .link-block--cols-3 .link-card,
  .link-block--cols-3 .link-card--secondary {
    font-size: 18px;
  }

  /* line 67, resources/assets/styles/modules/link-block.scss */

  .link-block--cols-2 .link-card__overlay,
  .link-block--cols-3 .link-card__overlay {
    padding: 16px;
  }
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .link-block--cols-2 .link-card,
  .link-block--cols-2 .link-card--secondary,
  .link-block--cols-3 .link-card,
  .link-block--cols-3 .link-card--secondary {
    font-size: 28px;
  }

  /* line 78, resources/assets/styles/modules/link-block.scss */

  .link-block--cols-2 .link-card__overlay,
  .link-block--cols-3 .link-card__overlay {
    padding: 25px;
  }
}

@media (max-width: 700px) {
  /* line 28, resources/assets/styles/modules/link-block.scss */

  .link-block--cols-2,
  .link-block--cols-3 {
    display: block;
  }

  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .link-block--cols-2 .link-card,
  .link-block--cols-2 .link-card--secondary,
  .link-block--cols-3 .link-card,
  .link-block--cols-3 .link-card--secondary {
    margin-bottom: 50px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.link-card,
.link-card--secondary {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 50px;
  overflow: hidden;
}

/* line 105, resources/assets/styles/modules/link-block.scss */

.link-card:hover .link-card__overlay,
.link-card--secondary:hover .link-card__overlay {
  background-color: transparent;
}

/* line 110, resources/assets/styles/modules/link-block.scss */

.link-card:hover .link-title__theme-icon,
.link-card--secondary:hover .link-title__theme-icon {
  opacity: 1;
}

/* line 115, resources/assets/styles/modules/link-block.scss */

.link-card:hover .rarr,
.link-card--secondary:hover .rarr {
  -webkit-transform: translateY(0.1em) translateX(10px);
       -o-transform: translateY(0.1em) translateX(10px);
          transform: translateY(0.1em) translateX(10px);
}

/* line 120, resources/assets/styles/modules/link-block.scss */

.link-card:hover img,
.link-card--secondary:hover img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 126, resources/assets/styles/modules/link-block.scss */

.link-card:last-child,
.link-card--secondary:last-child {
  margin-bottom: 0;
}

/* line 136, resources/assets/styles/modules/link-block.scss */

.link-card .rarr,
.link-card--secondary .rarr {
  -webkit-transform: translateY(0.1em);
       -o-transform: translateY(0.1em);
          transform: translateY(0.1em);
  height: 28px;
  min-width: 12px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.link-card__overlay {
  padding: 50px;
}

/* line 148, resources/assets/styles/modules/link-block.scss */

.link-card__overlay svg {
  fill: none;
  stroke: #ffffff;
}

/* line 154, resources/assets/styles/modules/link-block.scss */

.link-card__overlay .rarr {
  stroke-width: 2;
  -webkit-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .link-card__overlay {
    padding: 25px;
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .link-card__overlay {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding: 25px;
    min-height: 40vw;
    display: block;
    width: 100%;
  }

  /* line 178, resources/assets/styles/modules/link-block.scss */

  .link-card__overlay .link-title,
  .link-card__overlay .link-title--small {
    padding-bottom: 85px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.link-card__image {
  position: relative;
}

/* line 189, resources/assets/styles/modules/link-block.scss */

.link-card__image::before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((380 / 825) * 100%);
}

@media (max-width: 1000px) {
  /* line 196, resources/assets/styles/modules/link-block.scss */

  .link-card__image::before {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc((250 / 300) * 100%);
  }
}

@media (max-width: 700px) {
  /* line 204, resources/assets/styles/modules/link-block.scss */

  .link-card__image::before {
    display: none;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.link-card--secondary {
  position: relative;
}

/* line 216, resources/assets/styles/modules/link-block.scss */

.link-card--secondary:last-child {
  margin-bottom: 0;
}

/* line 221, resources/assets/styles/modules/link-block.scss */

.link-card--secondary .rarr {
  -webkit-transform: translateY(0.1em);
       -o-transform: translateY(0.1em);
          transform: translateY(0.1em);
  height: 28px;
}

@media (max-width: 1000px) {
  /* line 229, resources/assets/styles/modules/link-block.scss */

  .link-card--secondary::before {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc((250 / 300) * 100%);
  }
}

@media (max-width: 700px) {
  /* line 237, resources/assets/styles/modules/link-block.scss */

  .link-card--secondary::before {
    display: none;
  }
}

/* line 69, resources/assets/styles/helpers/_bem.scss */

.link-card--secondary .link-card__link {
  color: #ffffff;
  display: block;
  background: var(--highlight);
  padding: 50px 50px 70px 50px;
  height: 100%;
}

/* line 251, resources/assets/styles/modules/link-block.scss */

.link-card--secondary .link-card__link svg {
  fill: none;
  stroke-width: 2;
  stroke: #ffffff;
}

@media (max-width: 700px) {
  /* line 260, resources/assets/styles/modules/link-block.scss */

  .link-card--secondary .link-card__link .link-title__theme-icon {
    stroke-width: 3;
  }
}

/* line 266, resources/assets/styles/modules/link-block.scss */

.link-card--secondary .link-card__link .rarr {
  -webkit-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 273, resources/assets/styles/modules/link-block.scss */

.link-card--secondary .link-card__link:hover .link-title__theme-icon {
  opacity: 1;
}

/* line 278, resources/assets/styles/modules/link-block.scss */

.link-card--secondary .link-card__link:hover .rarr {
  -webkit-transform: translateX(10px) translateY(0.1em);
       -o-transform: translateX(10px) translateY(0.1em);
          transform: translateX(10px) translateY(0.1em);
}

@media (max-width: 1000px) {
  /* line 69, resources/assets/styles/helpers/_bem.scss */

  .link-card--secondary .link-card__link {
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 700px) {
  /* line 69, resources/assets/styles/helpers/_bem.scss */

  .link-card--secondary .link-card__link {
    position: static;
    min-height: 67vw;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.link-title,
.link-title--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.link-title__left {
  padding-right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .link-title__left {
    padding-right: 42px;
  }
}

/* line 319, resources/assets/styles/modules/link-block.scss */

.link-title__left span {
  padding-right: 72px;
}

@media (max-width: 1000px) {
  /* line 319, resources/assets/styles/modules/link-block.scss */

  .link-title__left span {
    padding-right: 52px;
  }
}

@media (max-width: 700px) {
  /* line 319, resources/assets/styles/modules/link-block.scss */

  .link-title__left span {
    padding-right: 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.link-title__theme-icon {
  opacity: 0;
  position: relative;
  height: 1.2em;
  width: 40px;
  stroke-width: 3;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .link-title__theme-icon {
    position: absolute;
    bottom: 25px;
    left: 25px;
    stroke: 3;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .link-title,
  .link-title--small {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.link-title--small {
  padding-bottom: 85px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.impact {
  padding: 50px 0;
  color: #ffffff;
}

/* line 7, resources/assets/styles/modules/impact-block.scss */

.impact .inner-wrapper,
.impact .page-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 14, resources/assets/styles/modules/impact-block.scss */

.impact__col .subheading {
  margin-bottom: 50px;
}

/* line 19, resources/assets/styles/modules/impact-block.scss */

.impact__col:first-child {
  padding-right: 5.99042%;
  font-weight: 600;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.impact-slider {
  padding: 95px 0;
  position: relative;
}

@media (max-width: 1000px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .impact-slider {
    padding: 85px 0 35px;
  }
}

/* line 42, resources/assets/styles/modules/impact-block.scss */

.impact-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 48, resources/assets/styles/modules/impact-block.scss */

.impact-slider .owl-nav button svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  width: 12px;
  height: auto;
  display: block;
}

/* line 58, resources/assets/styles/modules/impact-block.scss */

.impact-slider .owl-nav button:hover {
  opacity: 0.6;
}

/* line 63, resources/assets/styles/modules/impact-block.scss */

.impact-slider .owl-nav button.owl-prev {
  -webkit-transform: translate(-8px, -50%);
       -o-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
  padding: 8px;
  left: 0;
}

/* line 70, resources/assets/styles/modules/impact-block.scss */

.impact-slider .owl-nav button.owl-next {
  -webkit-transform: translate(8px, -50%);
       -o-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  padding: 8px;
  right: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.impact-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.impact-slide__inner {
  -ms-flex-item-align: center;
      align-self: center;
  width: 74.02913%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .impact-slide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.impact-slide__icon {
  padding: 16px;
  width: 29.83607%;
}

/* line 102, resources/assets/styles/modules/impact-block.scss */

.impact-slide__icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .impact-slide__icon {
    width: 48.34437%;
    padding: 0;
    margin-bottom: 40px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.impact-slide__content {
  width: 64.91803%;
}

@media (max-width: 1000px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .impact-slide__content {
    text-align: center;
  }
}


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