@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@500;800&display=swap);
/*!
* Theme Name: Batir en Alu - Professionnels
* Description: Timber + ACF Pro theme
* Version: 1.0.0
* Author: Petit Impact Digital
* Author URI: https://petitimpact.digital/
Requires PHP: 8.2
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --snfa-color-primary: #005888;
  --snfa-color-primary-alt: #248cd9;
  --snfa-color-secondary: #ed862c;
  --snfa-color-secondary-alt: #ff9300;
  --snfa-color-grey300: #858484;
  --snfa-color-grey400: #707070;
  --snfa-color-grey500: #3e3d40; }

/**
* Wordpress Palette support
* @see https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#block-color-palettes
*/
.has-primary-color {
  color: #005888 !important;
  color: var(--snfa-color-primary) !important; }

.has-primary-background-color {
  background-color: #005888 !important;
  background-color: var(--snfa-color-primary) !important; }

.has-primary-border-color {
  border-color: #005888 !important;
  border-color: var(--snfa-color-primary) !important; }

.has-primary-alt-color {
  color: #248cd9 !important;
  color: var(--snfa-color-primary-alt) !important; }

.has-primary-alt-background-color {
  background-color: #248cd9 !important;
  background-color: var(--snfa-color-primary-alt) !important; }

.has-primary-alt-border-color {
  border-color: #248cd9 !important;
  border-color: var(--snfa-color-primary-alt) !important; }

.has-secondary-color {
  color: #ed862c !important;
  color: var(--snfa-color-secondary) !important; }

.has-secondary-background-color {
  background-color: #ed862c !important;
  background-color: var(--snfa-color-secondary) !important; }

.has-secondary-border-color {
  border-color: #ed862c !important;
  border-color: var(--snfa-color-secondary) !important; }

.has-secondary-alt-color {
  color: #ff9300 !important;
  color: var(--snfa-color-secondary-alt) !important; }

.has-secondary-alt-background-color {
  background-color: #ff9300 !important;
  background-color: var(--snfa-color-secondary-alt) !important; }

.has-secondary-alt-border-color {
  border-color: #ff9300 !important;
  border-color: var(--snfa-color-secondary-alt) !important; }

.has-grey-300-color {
  color: #858484 !important;
  color: var(--snfa-color-grey300) !important; }

.has-grey-300-background-color {
  background-color: #858484 !important;
  background-color: var(--snfa-color-grey300) !important; }

.has-grey-300-border-color {
  border-color: #858484 !important;
  border-color: var(--snfa-color-grey300) !important; }

.has-grey-400-color {
  color: #707070 !important;
  color: var(--snfa-color-grey400) !important; }

.has-grey-400-background-color {
  background-color: #707070 !important;
  background-color: var(--snfa-color-grey400) !important; }

.has-grey-400-border-color {
  border-color: #707070 !important;
  border-color: var(--snfa-color-grey400) !important; }

.has-grey-500-color {
  color: #3e3d40 !important;
  color: var(--snfa-color-grey500) !important; }

.has-grey-500-background-color {
  background-color: #3e3d40 !important;
  background-color: var(--snfa-color-grey500) !important; }

.has-grey-500-border-color {
  border-color: #3e3d40 !important;
  border-color: var(--snfa-color-grey500) !important; }

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Paths
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #3e3d40;
  color: var(--snfa-color-grey500);
  font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 768px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 20px;
      line-height: 28px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1,
.h1 {
  font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.13; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 120px;
      line-height: 1.083; } }

h2,
.h2,
.related-posts__title {
  font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  line-height: 1.13;
  font-weight: 700; }
  @media (min-width: 768px) {
    h2,
    .h2,
    .related-posts__title {
      font-size: 60px;
      line-height: 1.2; } }

h3,
.h3 {
  font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 45px;
      line-height: 1.2; } }

h4,
.h4 {
  font-size: 24px;
  line-height: 1.25;
  font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 38px;
      line-height: 1.21; } }

h5,
.h5 {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 30px;
      line-height: 1; } }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: hidden;
  position: relative; }

.container {
  width: 90%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .container {
      max-width: calc(100% - 32px); } }
  @media (min-width: 1280px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1024px; } }
  @media (min-width: 1680px) {
    .container {
      max-width: 1364px; } }

.layout-wrap, .header > .wrap,
.header__bottom > .wrap, .footer .wrap, .page-header.has-no-title:after {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (min-width: 768px) {
    .layout-wrap, .header > .wrap,
    .header__bottom > .wrap, .footer .wrap, .page-header.has-no-title:after {
      width: 80%;
      border-right: 1px solid #707070;
      border-left: 1px solid #707070; } }
  @media (min-width: 1440px) {
    .layout-wrap, .header > .wrap,
    .header__bottom > .wrap, .footer .wrap, .page-header.has-no-title:after {
      width: calc(100% - 260px);
      max-width: 1640px; } }
  .layout-wrap:before, .header > .wrap:before,
  .header__bottom > .wrap:before, .footer .wrap:before {
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1; }
    @media (min-width: 1440px) {
      .layout-wrap:before, .header > .wrap:before,
      .header__bottom > .wrap:before, .footer .wrap:before {
        width: 130px; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 2.5em; }
  ul li,
  ol li {
    margin: 0.5em 0 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

a {
  color: inherit; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

/**
** Mixins to build main button component
*/
.button-primary {
  border: 0;
  padding: 0;
  margin: 0;
  background: none transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  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;
  grid-column-gap: 18px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 13px 19px;
  cursor: pointer;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  background-color: #fff; }
  .button-primary.spaced {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 768px) {
    .button-primary {
      padding-left: 24px;
      padding-right: 24px; } }
  .button-primary .button__icon {
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .button-primary .button__arrow svg {
    display: block;
    width: 24px;
    height: 10px; }
  .button-primary .button__arrow path {
    stroke: #248cd9;
    stroke: var(--snfa-color-primary-alt); }
  .button-primary.has-icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .button-primary.has-icon .button__text, .button-primary.has-icon-left .button__text {
    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;
    text-align: left;
    grid-gap: 12px;
    gap: 12px;
    font-size: 18px;
    line-height: 23px;
    padding: 0 12px; }
    @media (min-width: 576px) {
      .button-primary.has-icon .button__text, .button-primary.has-icon-left .button__text {
        font-size: 26px;
        line-height: 31px;
        grid-gap: 16px;
        gap: 16px; } }
  .button-primary.has-icon .button__arrow, .button-primary.has-icon-left .button__arrow {
    display: none; }
    @media (min-width: 576px) {
      .button-primary.has-icon .button__arrow, .button-primary.has-icon-left .button__arrow {
        display: block; } }
  .button-primary, .button-primary:visited {
    color: #248cd9;
    color: var(--snfa-color-primary-alt); }
  .button-primary:hover {
    color: #005888;
    color: var(--snfa-color-primary); }
    .button-primary:hover .button__arrow path {
      stroke: #005888;
      stroke: var(--snfa-color-primary); }
  .button-primary--reversed {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    position: relative;
    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;
    grid-column-gap: 18px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding: 13px 19px;
    cursor: pointer;
    font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    background-color: #248cd9;
    background-color: var(--snfa-color-primary-alt); }
    .button-primary--reversed.spaced {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    @media (min-width: 768px) {
      .button-primary--reversed {
        padding-left: 24px;
        padding-right: 24px; } }
    .button-primary--reversed .button__icon {
      display: block;
      width: 40px;
      height: 40px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .button-primary--reversed .button__arrow svg {
      display: block;
      width: 24px;
      height: 10px; }
    .button-primary--reversed .button__arrow path {
      stroke: #248cd9;
      stroke: var(--snfa-color-primary-alt); }
    .button-primary--reversed.has-icon-left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .button-primary--reversed.has-icon .button__text, .button-primary--reversed.has-icon-left .button__text {
      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;
      text-align: left;
      grid-gap: 12px;
      gap: 12px;
      font-size: 18px;
      line-height: 23px;
      padding: 0 12px; }
      @media (min-width: 576px) {
        .button-primary--reversed.has-icon .button__text, .button-primary--reversed.has-icon-left .button__text {
          font-size: 26px;
          line-height: 31px;
          grid-gap: 16px;
          gap: 16px; } }
    .button-primary--reversed.has-icon .button__arrow, .button-primary--reversed.has-icon-left .button__arrow {
      display: none; }
      @media (min-width: 576px) {
        .button-primary--reversed.has-icon .button__arrow, .button-primary--reversed.has-icon-left .button__arrow {
          display: block; } }
    @media (min-width: 768px) {
      .button-primary--reversed {
        padding: 17px 10px 17px 19px; } }
    .button-primary--reversed, .button-primary--reversed:visited {
      color: #fff; }
    .button-primary--reversed .button__arrow path {
      stroke: #fff; }
    .button-primary--reversed:hover {
      background-color: #005888;
      background-color: var(--snfa-color-primary);
      color: #fff; }
  .button-primary--outline, .button-primary--outline--white, .cta-vertical__title {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    position: relative;
    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;
    grid-column-gap: 18px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding: 13px 19px;
    cursor: pointer;
    font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid #005888;
    border: 2px solid var(--snfa-color-primary); }
    .button-primary--outline.spaced, .spaced.button-primary--outline--white, .spaced.cta-vertical__title {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    @media (min-width: 768px) {
      .button-primary--outline, .button-primary--outline--white, .cta-vertical__title {
        padding-left: 24px;
        padding-right: 24px; } }
    .button-primary--outline .button__icon, .button-primary--outline--white .button__icon, .cta-vertical__title .button__icon {
      display: block;
      width: 40px;
      height: 40px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .button-primary--outline .button__arrow svg, .button-primary--outline--white .button__arrow svg, .cta-vertical__title .button__arrow svg {
      display: block;
      width: 24px;
      height: 10px; }
    .button-primary--outline .button__arrow path, .button-primary--outline--white .button__arrow path, .cta-vertical__title .button__arrow path {
      stroke: #248cd9;
      stroke: var(--snfa-color-primary-alt); }
    .button-primary--outline.has-icon-left, .has-icon-left.button-primary--outline--white, .has-icon-left.cta-vertical__title {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .button-primary--outline.has-icon .button__text, .has-icon.button-primary--outline--white .button__text, .has-icon.cta-vertical__title .button__text, .button-primary--outline.has-icon-left .button__text, .has-icon-left.button-primary--outline--white .button__text, .has-icon-left.cta-vertical__title .button__text {
      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;
      text-align: left;
      grid-gap: 12px;
      gap: 12px;
      font-size: 18px;
      line-height: 23px;
      padding: 0 12px; }
      @media (min-width: 576px) {
        .button-primary--outline.has-icon .button__text, .has-icon.button-primary--outline--white .button__text, .has-icon.cta-vertical__title .button__text, .button-primary--outline.has-icon-left .button__text, .has-icon-left.button-primary--outline--white .button__text, .has-icon-left.cta-vertical__title .button__text {
          font-size: 26px;
          line-height: 31px;
          grid-gap: 16px;
          gap: 16px; } }
    .button-primary--outline.has-icon .button__arrow, .has-icon.button-primary--outline--white .button__arrow, .has-icon.cta-vertical__title .button__arrow, .button-primary--outline.has-icon-left .button__arrow, .has-icon-left.button-primary--outline--white .button__arrow, .has-icon-left.cta-vertical__title .button__arrow {
      display: none; }
      @media (min-width: 576px) {
        .button-primary--outline.has-icon .button__arrow, .has-icon.button-primary--outline--white .button__arrow, .has-icon.cta-vertical__title .button__arrow, .button-primary--outline.has-icon-left .button__arrow, .has-icon-left.button-primary--outline--white .button__arrow, .has-icon-left.cta-vertical__title .button__arrow {
          display: block; } }
    .button-primary--outline, .button-primary--outline--white, .cta-vertical__title, .button-primary--outline:visited, .button-primary--outline--white:visited, .cta-vertical__title:visited {
      color: #005888;
      color: var(--snfa-color-primary); }
    .button-primary--outline .button__arrow path, .button-primary--outline--white .button__arrow path, .cta-vertical__title .button__arrow path {
      stroke: #005888;
      stroke: var(--snfa-color-primary); }
    .button-primary--outline:hover, .button-primary--outline--white:hover, .cta-vertical__title:hover {
      border-color: #248cd9;
      border-color: var(--snfa-color-primary-alt);
      color: #248cd9;
      color: var(--snfa-color-primary-alt); }
      .button-primary--outline:hover .button__arrow path, .button-primary--outline--white:hover .button__arrow path, .cta-vertical__title:hover .button__arrow path {
        stroke: #248cd9;
        stroke: var(--snfa-color-primary-alt); }
    .button-primary--outline--white {
      border-color: #fff; }
      .button-primary--outline--white, .button-primary--outline--white:visited {
        color: #fff; }
      .button-primary--outline--white .button__arrow path {
        stroke: #fff; }
      .button-primary--outline--white:hover {
        border-color: #fff;
        background-color: #fff;
        color: #005888;
        color: var(--snfa-color-primary); }
        .button-primary--outline--white:hover .button__arrow path {
          stroke: #005888;
          stroke: var(--snfa-color-primary); }

.button-secondary, .button-secondary--smaller {
  border: 0;
  padding: 0;
  margin: 0;
  background: none transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  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;
  grid-column-gap: 18px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 13px 19px;
  cursor: pointer;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #fff;
  overflow: visible;
  font-family: "Barlow", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center; }
  .button-secondary.spaced, .spaced.button-secondary--smaller {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 768px) {
    .button-secondary, .button-secondary--smaller {
      padding-left: 24px;
      padding-right: 24px; } }
  .button-secondary .button__icon, .button-secondary--smaller .button__icon {
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .button-secondary .button__arrow svg, .button-secondary--smaller .button__arrow svg {
    display: block;
    width: 24px;
    height: 10px; }
  .button-secondary .button__arrow path, .button-secondary--smaller .button__arrow path {
    stroke: #248cd9;
    stroke: var(--snfa-color-primary-alt); }
  .button-secondary.has-icon-left, .has-icon-left.button-secondary--smaller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .button-secondary.has-icon .button__text, .has-icon.button-secondary--smaller .button__text, .button-secondary.has-icon-left .button__text, .has-icon-left.button-secondary--smaller .button__text {
    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;
    text-align: left;
    grid-gap: 12px;
    gap: 12px;
    font-size: 18px;
    line-height: 23px;
    padding: 0 12px; }
    @media (min-width: 576px) {
      .button-secondary.has-icon .button__text, .has-icon.button-secondary--smaller .button__text, .button-secondary.has-icon-left .button__text, .has-icon-left.button-secondary--smaller .button__text {
        font-size: 26px;
        line-height: 31px;
        grid-gap: 16px;
        gap: 16px; } }
  .button-secondary.has-icon .button__arrow, .has-icon.button-secondary--smaller .button__arrow, .button-secondary.has-icon-left .button__arrow, .has-icon-left.button-secondary--smaller .button__arrow {
    display: none; }
    @media (min-width: 576px) {
      .button-secondary.has-icon .button__arrow, .has-icon.button-secondary--smaller .button__arrow, .button-secondary.has-icon-left .button__arrow, .has-icon-left.button-secondary--smaller .button__arrow {
        display: block; } }
  @media (min-width: 768px) {
    .button-secondary, .button-secondary--smaller {
      padding-top: 12px;
      padding-bottom: 12px;
      margin-right: 12px;
      margin-left: 12px; } }
  .button-secondary > *, .button-secondary--smaller > * {
    position: relative;
    z-index: 2; }
  .button-secondary:before, .button-secondary--smaller:before {
    content: "";
    display: block;
    width: calc(100% + 24px);
    height: calc(100% - 24px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #fff; }
    @media (min-width: 768px) {
      .button-secondary:before, .button-secondary--smaller:before {
        width: calc(100% + 24px);
        height: calc(100% - 24px); } }
  .button-secondary, .button-secondary--smaller, .button-secondary:visited, .button-secondary--smaller:visited {
    color: #248cd9;
    color: var(--snfa-color-primary-alt); }
  @media (min-width: 768px) {
    .button-secondary, .button-secondary--smaller {
      height: 100%;
      padding: 19px 0; } }
  @media (min-width: 1025px) {
    .button-secondary, .button-secondary--smaller {
      font-size: 28px;
      line-height: 34px; } }
  .button-secondary.has-icon, .has-icon.button-secondary--smaller {
    padding-right: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 576px) {
      .button-secondary.has-icon .button__text, .has-icon.button-secondary--smaller .button__text {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-right: 50px;
        padding-left: 16px; } }
    @media (min-width: 1440px) {
      .button-secondary.has-icon .button__text, .has-icon.button-secondary--smaller .button__text {
        grid-gap: 24px;
        gap: 24px;
        padding-left: 24px; } }
  .button-secondary:hover, .button-secondary--smaller:hover {
    color: #ed862c;
    color: var(--snfa-color-secondary); }
    .button-secondary:hover .button__arrow svg path, .button-secondary--smaller:hover .button__arrow svg path {
      stroke: #ed862c;
      stroke: var(--snfa-color-secondary); }
  .button-secondary strong, .button-secondary--smaller strong {
    display: block; }
    @media (min-width: 768px) {
      .button-secondary strong, .button-secondary--smaller strong {
        display: inline; } }
  .button-secondary .button__text, .button-secondary--smaller .button__text {
    padding: 0 24px; }
    @media (min-width: 768px) {
      .button-secondary .button__text, .button-secondary--smaller .button__text {
        padding: 0 32px; } }
    @media (min-width: 1280px) {
      .button-secondary .button__text, .button-secondary--smaller .button__text {
        padding: 0 64px; } }
  .button-secondary .button__arrow, .button-secondary--smaller .button__arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 1280px) {
      .button-secondary .button__arrow, .button-secondary--smaller .button__arrow {
        right: 17px; } }
  .button-secondary--smaller {
    font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .button-secondary--smaller .button__text {
      text-align: left;
      padding: 0 60px 0 8px; }
      @media (min-width: 1440px) {
        .button-secondary--smaller .button__text {
          padding-left: 12px; } }

.button-link {
  font-weight: 600;
  text-decoration: underline; }
  .button-link, .button-link:visited {
    color: #005888;
    color: var(--snfa-color-primary); }
  .button-link:hover {
    color: #248cd9;
    color: var(--snfa-color-primary-alt); }
  .button-link .button__arrow {
    display: none; }

.button-close {
  border: 0;
  padding: 0;
  margin: 0;
  background: none transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICA8ZyBpZD0iR3JvdXBlXzE0NiIgZGF0YS1uYW1lPSJHcm91cGUgMTQ2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NjkgMzA5KSI+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzEwOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTA5IiB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NjkgLTMwOSkiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJJY29uX21hdGVyaWFsLWNsb3NlIiBkYXRhLW5hbWU9Ikljb24gbWF0ZXJpYWwtY2xvc2UiIGQ9Ik0yOC41LDkuNjE1LDI2LjM4NSw3LjUsMTgsMTUuODg1LDkuNjE1LDcuNSw3LjUsOS42MTUsMTUuODg1LDE4LDcuNSwyNi4zODUsOS42MTUsMjguNSwxOCwyMC4xMTUsMjYuMzg1LDI4LjUsMjguNSwyNi4zODUsMjAuMTE1LDE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2NC41IC0zMDQuNSkiIGZpbGw9IiMwMDU4ODgiLz4KICA8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(2), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(3), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(4), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(5) {
  display: none;
  position: absolute; }
  @media (min-width: 768px) {
    body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(2), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(3), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(4), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(5) {
      display: inline-block;
      position: static; } }

body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(1), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(2) {
  display: inline-block; }
  @media (min-width: 768px) {
    body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(1), body:not(.home) .breadcrumbs > span:not(.breadcrumbs__mobile) > span:nth-child(2) {
      display: none; } }

.breadcrumbs {
  padding: 0 0 10px;
  margin: 0;
  color: #005888;
  color: var(--snfa-color-primary); }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding: 25px 0 24px; } }
  .breadcrumbs > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-row-gap: 2px;
    row-gap: 2px; }
    @media (min-width: 768px) {
      .breadcrumbs > span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 6px;
        gap: 6px; } }
    .breadcrumbs > span > span {
      position: relative;
      display: block;
      line-height: 1; }
      .breadcrumbs > span > span:nth-child(1), .breadcrumbs > span > span:nth-child(2) {
        display: none; }
        .breadcrumbs > span > span:nth-child(1) a, .breadcrumbs > span > span:nth-child(2) a {
          padding-left: 12px;
          padding-right: 6px; }
  .breadcrumbs .sep {
    display: none;
    position: absolute; }
    @media (min-width: 768px) {
      .breadcrumbs .sep {
        display: inline-block;
        position: static;
        line-height: 26px; } }
  .breadcrumbs a,
  .breadcrumbs span[aria-current] {
    display: inline-block;
    position: relative;
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    font-weight: bold;
    font-size: 9px;
    line-height: 1;
    padding: 8.5px 24px 7.5px 26px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: none;
    transition: none; }
    @media (min-width: 768px) {
      .breadcrumbs a,
      .breadcrumbs span[aria-current] {
        background-color: transparent;
        font-size: 20px;
        line-height: 26px;
        padding: 1px; } }
    .breadcrumbs a:before, .breadcrumbs a:after,
    .breadcrumbs span[aria-current]:before,
    .breadcrumbs span[aria-current]:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 12.5px 0 12.5px 14px;
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translateY(calc(-50% - 0.5px));
          -ms-transform: translateY(calc(-50% - 0.5px));
              transform: translateY(calc(-50% - 0.5px)); }
      @media (min-width: 768px) {
        .breadcrumbs a:before, .breadcrumbs a:after,
        .breadcrumbs span[aria-current]:before,
        .breadcrumbs span[aria-current]:after {
          display: none; } }
    .breadcrumbs a:before,
    .breadcrumbs span[aria-current]:before {
      border-color: transparent transparent transparent #fff;
      border-width: 15px 0 15px 17px;
      z-index: 2; }
    .breadcrumbs a:after,
    .breadcrumbs span[aria-current]:after {
      border-color: transparent transparent transparent #005888;
      border-color: transparent transparent transparent var(--snfa-color-primary);
      z-index: 3; }
    .breadcrumbs a, .breadcrumbs a:visited,
    .breadcrumbs span[aria-current],
    .breadcrumbs span[aria-current]:visited {
      color: #fff; }
    @media (min-width: 768px) {
      .breadcrumbs a, .breadcrumbs a:visited,
      .breadcrumbs span[aria-current],
      .breadcrumbs span[aria-current]:visited {
        color: #005888;
        color: var(--snfa-color-primary); }
      .breadcrumbs a:hover:not(.breadcrumb_last), .breadcrumbs a:focus:not(.breadcrumb_last),
      .breadcrumbs span[aria-current]:hover:not(.breadcrumb_last),
      .breadcrumbs span[aria-current]:focus:not(.breadcrumb_last) {
        color: #248cd9;
        color: var(--snfa-color-primary-alt); } }
  @media (min-width: 768px) {
    .breadcrumbs :not(.breadcrumb_last) {
      font-weight: normal; } }

.wpcf7-form {
  padding-bottom: 24px; }
  .wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]),
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-family: inherit;
    font-size: inherit;
    border: 0;
    border-bottom: 2px solid #248cd9;
    border-bottom: 2px solid var(--snfa-color-primary-alt);
    color: #248cd9;
    color: var(--snfa-color-primary-alt);
    width: 100%;
    padding: 0 4px;
    font-weight: 500; }
    .wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]):focus,
    .wpcf7-form textarea:focus,
    .wpcf7-form select:focus {
      outline: none; }
  .wpcf7-form select {
    border-radius: 50px;
    border: 2px solid #248cd9;
    border: 2px solid var(--snfa-color-primary-alt);
    padding: 0 22px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    line-height: 1.5; }
  .wpcf7-form textarea {
    resize: none; }
  .wpcf7-form input:not([type="submit"]):focus,
  .wpcf7-form textarea:focus,
  .wpcf7-form select:focus {
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.13333);
            box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.13333); }
  .wpcf7-form input[type="submit"] {
    padding: 16px 20px;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 4px 4px 0 0 #248cd9;
    -webkit-box-shadow: 4px 4px 0 0 var(--snfa-color-primary-alt);
    box-shadow: 4px 4px 0 0 #248cd9;
    box-shadow: 4px 4px 0 0 var(--snfa-color-primary-alt);
    cursor: pointer;
    color: #000;
    font-family: Helvetica Neue Condensed, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    background: #248cd9;
    background: var(--snfa-color-primary-alt);
    border: 1px solid #fff;
    -webkit-box-shadow: 4px 4px 0 0 #accfe2;
    box-shadow: 4px 4px 0 0 #accfe2;
    color: #fff;
    position: relative; }
    @media screen and (min-width: 1281px) {
      .wpcf7-form input[type="submit"] {
        font-size: 16px; } }
    @media screen and (min-width: 1600px) {
      .wpcf7-form input[type="submit"] {
        font-size: 18px; } }
  .wpcf7-form .form-row {
    font-size: 24px;
    font-weight: 500;
    color: #000; }
    @media screen and (min-width: 768px) {
      .wpcf7-form .form-row {
        margin-top: 1.3em; } }
    @media screen and (min-width: 1281px) {
      .wpcf7-form .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 0 20px;
        gap: 0 20px;
        margin-top: 1.52em; } }
    .wpcf7-form .form-row > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1280px) {
        .wpcf7-form .form-row > * {
          margin-top: 10px; }
          .wpcf7-form .form-row > *:nth-child(2n + 1) {
            margin-top: 40px; } }
      @media screen and (min-width: 1281px) {
        .wpcf7-form .form-row > *:nth-child(2n) {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
      .wpcf7-form .form-row > * > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .wpcf7-form .form-row .wpcf7-form-control-wrap {
      width: 100%; }
  .wpcf7-form .submit-row p {
    display: grid; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Sidebar related layouts
--------------------------------------------- */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Partials
--------------------------------------------- */
.header {
  position: relative;
  z-index: 10; }
  .header a {
    text-decoration: none; }
  .header .wrap {
    max-width: 1270px;
    margin: 0 auto; }
  .header__top {
    background-color: #fff;
    text-align: center;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 24px;
        border-left: 1px solid #707070;
        border-left: 1px solid var(--snfa-color-grey400);
        border-right: 1px solid #707070;
        border-right: 1px solid var(--snfa-color-grey400); } }
    @media screen and (min-width: 1025px) {
      .header__top {
        padding: 28px 30px; } }
  .header__logo {
    width: 30%;
    max-width: 130px;
    margin: 0 auto; }
    .header__logo a {
      display: block; }
    .header__logo img {
      display: block; }
    @media screen and (min-width: 768px) {
      .header__logo {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 auto 0 0; } }
  .header__quick .header__buttons > *:nth-child(-n + 4) {
    display: none; }
  @media screen and (min-width: 768px) {
    .header__quick {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__quick .header__buttons > *:nth-child(-n + 4) {
        display: block; } }
  .header .is-search-form {
    display: none;
    position: absolute;
    right: 0;
    top: 37px;
    margin-top: 0; }
    .header .is-search-form input {
      color: #000 !important;
      font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
      border: 1px solid #005888 !important;
      border: 1px solid var(--snfa-color-primary) !important;
      border-radius: 50px 0 0 50px;
      padding-left: 15px !important; }
    .header .is-search-form .is-search-icon {
      border: 1px solid #005888;
      border: 1px solid var(--snfa-color-primary);
      color: #005888;
      color: var(--snfa-color-primary);
      background-color: #fff; }
    .header .is-search-form.active-search {
      display: block; }
    @media screen and (min-width: 768px) {
      .header .is-search-form {
        right: 8%;
        top: 59px; }
        .header .is-search-form .is-search-icon {
          border: 1px solid #005888;
          border: 1px solid var(--snfa-color-primary);
          border-radius: 0 50px 50px 0; }
          .header .is-search-form .is-search-icon:hover {
            background-color: #f6f6f4; } }
    @media screen and (min-width: 1025px) {
      .header .is-search-form {
        position: unset; } }
  @media screen and (max-width: 767px) {
    .header__buttons > * {
      display: block;
      margin: 14px 0;
      font-size: 16px;
      color: #005888;
      font-weight: 700; } }
  @media screen and (min-width: 768px) {
    .header__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__buttons > *:not(:nth-last-child(-n + 2)) {
        padding: 4px 10px;
        border: 1px solid #302f31;
        border-radius: 50px;
        margin: 0 6px;
        background-color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .header__buttons > *:not(:nth-last-child(-n + 2)):hover {
          background-color: #302f31;
          color: #fff; }
        .header__buttons > *:not(:nth-last-child(-n + 2)):nth-child(1) {
          color: #004973;
          font-weight: 700;
          border-color: #004973; }
          .header__buttons > *:not(:nth-last-child(-n + 2)):nth-child(1):hover {
            background-color: #004973;
            color: #fff; } }
  @media screen and (min-width: 1025px) {
    .header__buttons > * {
      padding: 6px 22px;
      margin: 0 10px;
      font-size: 15px; } }
  .header__search {
    width: 37px;
    height: 37px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNy4wMDciIHZpZXdCb3g9IjAgMCAyNyAyNy4wMDciPgogIDxwYXRoIGlkPSJJY29uX2lvbmljLWlvcy1zZWFyY2giIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3Mtc2VhcmNoIiBkPSJNMzEuMTg0LDI5LjU0NWwtNy41MDktNy41OGExMC43LDEwLjcsMCwxLDAtMS42MjQsMS42NDVsNy40Niw3LjUzYTEuMTU2LDEuMTU2LDAsMCwwLDEuNjMxLjA0MkExLjE2MywxLjE2MywwLDAsMCwzMS4xODQsMjkuNTQ1Wk0xNS4yNjUsMjMuN2E4LjQ1LDguNDUsMCwxLDEsNS45NzctMi40NzVBOC40LDguNCwwLDAsMSwxNS4yNjUsMjMuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjUgLTQuNDkzKSIgZmlsbD0iIzMwMmYzMSIvPgo8L3N2Zz4K) no-repeat center;
    border-radius: 0;
    cursor: pointer;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 37px;
    border: 1px solid #005888;
    border: 1px solid var(--snfa-color-primary);
    color: #005888;
    color: var(--snfa-color-primary);
    background-color: #fff;
    margin-top: 0 !important; }
    .header__search:hover, .header__search:focus {
      border-color: inherit; }
    @media screen and (min-width: 768px) {
      .header__search {
        right: 8%;
        top: 59px;
        border: 0; } }
    @media screen and (min-width: 1025px) {
      .header__search {
        width: 27px;
        height: 27px;
        background-size: contain;
        margin-left: 20px;
        position: unset; } }
  .header__tagline,
  .header__tagline > * {
    white-space: pre-line;
    color: #3e3d40;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .header__tagline,
      .header__tagline > * {
        text-align: right;
        font-size: 18px;
        margin-top: 24px; } }
  @media screen and (max-width: 767px) {
    .header__bottom {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: linear-gradient(to bottom, #e1622b 50px, #fff 0);
      padding-top: 37px;
      -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.50196);
              box-shadow: 0px 0px 6px rgba(0,0,0,0.50196); }
      .header__bottom .wrap {
        padding: 0; } }
  @media screen and (min-width: 768px) {
    .header__bottom {
      border-top: 1px solid #707070;
      border-top: 1px solid var(--snfa-color-grey400);
      border-bottom: 1px solid #707070;
      border-bottom: 1px solid var(--snfa-color-grey400); }
      .header__bottom .wrap {
        margin-bottom: -1px;
        margin-top: -1px; } }
  .header__bottom__onlymob {
    margin: 30px; }
    .header__bottom__onlymob > *:not(:first-child) {
      margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .header__bottom__onlymob {
        display: none; } }
  .header__actu > * {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #005888;
    border: 1px solid #005888;
    border-radius: 30px;
    padding: 6px 40px;
    font-size: 11px; }
  .header .footer__social > *:nth-child(1) {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8cGF0aCBpZD0iVHJhY8OpXzIzIiBkYXRhLW5hbWU9IlRyYWPDqSAyMyIgZD0iTTI1MjQuODYxLTQxNi4zMThoLTI5LjIyYS4zODcuMzg3LDAsMCwwLS4yNzUuMTE0LjM4OS4zODksMCwwLDAtLjExNC4yNzV2MjkuMjIxYS4zODkuMzg5LDAsMCwwLC4xMTQuMjc1LjM4Ny4zODcsMCwwLDAsLjI3NS4xMTRoMTIuNXYtMTAuOTc0aC0zLjY4NnYtNC4zaDMuNjg2di0zLjE2MmMwLTMuNjY2LDIuMjM5LTUuNjYxLDUuNTA4LTUuNjYxYTMwLjEzOCwzMC4xMzgsMCwwLDEsMy4zMDYuMTY4djMuODNIMjUxNC43Yy0xLjc4LDAtMi4xMjQuODQ2LTIuMTI0LDIuMDg3djIuNzM3aDQuMjUzbC0uNTU0LDQuM2gtMy43djEwLjk3NGgxMi4yODFhLjM4OC4zODgsMCwwLDAsLjI3Ni0uMTE0LjM4Ny4zODcsMCwwLDAsLjExNC0uMjc1di0yOS4yMjFhLjM4Ny4zODcsMCwwLDAtLjExNC0uMjc1QS4zODkuMzg5LDAsMCwwLDI1MjQuODYxLTQxNi4zMThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQ5NS4yNTEgNDE2LjMxOCkiIGZpbGw9IiMwMDU4ODgiLz4KPC9zdmc+Cg==) no-repeat center; }
  .header .footer__social > *:nth-child(2) {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8ZyBpZD0iR3JvdXBlXzE1MSIgZGF0YS1uYW1lPSJHcm91cGUgMTUxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+CiAgICA8cGF0aCBpZD0iVHJhY8OpXzQyIiBkYXRhLW5hbWU9IlRyYWPDqSA0MiIgZD0iTS0xMzU5Ljc4LDE2OTMuNzY5YS4zODYuMzg2LDAsMCwwLS4yNzUtLjExNGgtMjkuMjJhLjM4Ny4zODcsMCwwLDAtLjI3Ni4xMTQuMzg3LjM4NywwLDAsMC0uMTE0LjI3NXYyOS4yMmEuMzg3LjM4NywwLDAsMCwuMTE0LjI3NS4zODguMzg4LDAsMCwwLC4yNzYuMTE0aDI5LjIyYS4zODcuMzg3LDAsMCwwLC4yNzUtLjExNC4zODguMzg4LDAsMCwwLC4xMTUtLjI3NXYtMjkuMjJBLjM4OC4zODgsMCwwLDAtMTM1OS43OCwxNjkzLjc2OVptLTQuMTE1LDIwLjMzMmEyLjgyNiwyLjgyNiwwLDAsMS0xLjk4OCwyYy0xLjc1My40NzMtOC43ODMuNDczLTguNzgzLjQ3M3MtNy4wMjksMC04Ljc4My0uNDczYTIuODI2LDIuODI2LDAsMCwxLTEuOTg3LTIsMjkuNjMyLDI5LjYzMiwwLDAsMS0uNDctNS40NDYsMjkuNjMzLDI5LjYzMywwLDAsMSwuNDctNS40NDYsMi44MjUsMi44MjUsMCwwLDEsMS45ODctMmMxLjc1My0uNDczLDguNzgzLS40NzMsOC43ODMtLjQ3M3M3LjAzLDAsOC43ODMuNDczYTIuODI2LDIuODI2LDAsMCwxLDEuOTg4LDIsMjkuNjQ4LDI5LjY0OCwwLDAsMSwuNDY5LDUuNDQ2QTI5LjY0NywyOS42NDcsMCwwLDEtMTM2My45LDE3MTQuMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzODkuNjY1IC0xNjkzLjY1NCkiIGZpbGw9IiMwMDU4ODgiLz4KICAgIDxwYXRoIGlkPSJUcmFjw6lfNDMiIGRhdGEtbmFtZT0iVHJhY8OpIDQzIiBkPSJNLTEyOTEuMTc4LDE3OTAuNzM5bDUuODc1LTMuMzQzLTUuODc1LTMuMzQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMwMy44NzggLTE3NzIuMzk2KSIgZmlsbD0iIzAwNTg4OCIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat center; }
  .header .footer__social > *:nth-child(3) {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBlXzg2OSIgZGF0YS1uYW1lPSJHcm91cGUgODY5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4My40OTgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA4My40OTggMzAiPgogIDxwYXRoIGlkPSJUcmFjw6lfMjQiIGRhdGEtbmFtZT0iVHJhY8OpIDI0IiBkPSJNMzAzMC44ODktNDE2LjMxOGgtMjkuMjJhLjM5LjM5LDAsMCwwLS4yNzYuMTE0LjM4Ny4zODcsMCwwLDAtLjExNC4yNzV2MjkuMjIxYS4zODYuMzg2LDAsMCwwLC4xMTQuMjc1LjM4OS4zODksMCwwLDAsLjI3Ni4xMTRoMjkuMjJhLjM4OC4zODgsMCwwLDAsLjI3NS0uMTE0LjM4OC4zODgsMCwwLDAsLjExNS0uMjc1di0yOS4yMjFhLjM4OC4zODgsMCwwLDAtLjExNS0uMjc1QS4zODkuMzg5LDAsMCwwLDMwMzAuODg5LTQxNi4zMThabS01LjY3MiwxMC40MTRjLjAxNC4yLjAxNC40LjAxNC42YTEzLjAzNCwxMy4wMzQsMCwwLDEtMTMuMTIzLDEzLjEyM3YwYTEzLjA1NiwxMy4wNTYsMCwwLDEtNy4wNy0yLjA2OCw5LjQsOS40LDAsMCwwLDEuMS4wNjcsOS4yNjMsOS4yNjMsMCwwLDAsNS43MjgtMS45NzgsNC42MTcsNC42MTcsMCwwLDEtNC4zMDgtMy4yLDQuNiw0LjYsMCwwLDAsMi4wODItLjA3OSw0LjYxMyw0LjYxMywwLDAsMS0zLjctNC41MjF2LS4wNThhNC41ODksNC41ODksMCwwLDAsMi4wOTMuNTc3LDQuNjE4LDQuNjE4LDAsMCwxLTEuNDI3LTYuMTU4LDEzLjA4OSwxMy4wODksMCwwLDAsOS41MDUsNC44MTgsNC42MTMsNC42MTMsMCwwLDEsMS4zMzQtNC40MDYsNC42MTcsNC42MTcsMCwwLDEsNi41MjUuMiw5LjI2Myw5LjI2MywwLDAsMCwyLjkyOC0xLjEyLDQuNjI3LDQuNjI3LDAsMCwxLTIuMDI3LDIuNTUxLDkuMTg3LDkuMTg3LDAsMCwwLDIuNjQ4LS43MjZBOS4zNjksOS4zNjksMCwwLDEsMzAyNS4yMTgtNDA1LjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk0Ny43ODEgNDE2LjMxOCkiIGZpbGw9IiMwMDU4ODgiLz4KICA8cGF0aCBpZD0iVHJhY8OpXzI1IiBkYXRhLW5hbWU9IlRyYWPDqSAyNSIgZD0iTTI4NjIuMjE0LTQxNi4zMThoLTI5LjIyMWEuMzg3LjM4NywwLDAsMC0uMjc1LjExNC4zODYuMzg2LDAsMCwwLS4xMTUuMjc1djI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMTE1LjI3NS4zODYuMzg2LDAsMCwwLC4yNzUuMTE0aDI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMjc1LS4xMTQuMzg5LjM4OSwwLDAsMCwuMTE0LS4yNzV2LTI5LjIyMWEuMzg5LjM4OSwwLDAsMC0uMTE0LS4yNzVBLjM4OC4zODgsMCwwLDAsMjg2Mi4yMTQtNDE2LjMxOFptLTIwLjAzMSwyNC41ODZoLTQuMTUxdi0xMi43ODVoNC4xNTFabS0yLjEtMTQuNzI3YTIuMDk0LDIuMDk0LDAsMCwxLTIuMTU4LTIuMjA5LDIuMDkzLDIuMDkzLDAsMCwxLDIuMTg0LTIuMjM3LDIuMTQ2LDIuMTQ2LDAsMCwxLDIuMjEzLDIuMjM3QTIuMTQ2LDIuMTQ2LDAsMCwxLDI4NDAuMDgtNDA2LjQ1OVptMTcuMiwxNC43MjdoLTQuMTUydi02LjgzYzAtMS43MjEtLjYtMi45LTIuMS0yLjlhMi4yMTUsMi4yMTUsMCwwLDAtMi4xLDEuNTU2LDIuODU2LDIuODU2LDAsMCwwLS4xNjQsMS4wMzh2Ny4xMzFoLTQuMTUxdi0xMi43ODVoNC4xNTF2MS4zMzNhNC45NDMsNC45NDMsMCwwLDEsMy43NDItMS42MzNjMi43MzEsMCw0Ljc3OSwxLjgsNC43NzksNS43MzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgzMi42MDMgNDE2LjMxOCkiIGZpbGw9IiMwMDU4ODgiLz4KPC9zdmc+Cg==) no-repeat left; }
  .header .footer__social > *:nth-child(4) {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBlXzg2OSIgZGF0YS1uYW1lPSJHcm91cGUgODY5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4My40OTgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA4My40OTggMzAiPgogIDxwYXRoIGlkPSJUcmFjw6lfMjQiIGRhdGEtbmFtZT0iVHJhY8OpIDI0IiBkPSJNMzAzMC44ODktNDE2LjMxOGgtMjkuMjJhLjM5LjM5LDAsMCwwLS4yNzYuMTE0LjM4Ny4zODcsMCwwLDAtLjExNC4yNzV2MjkuMjIxYS4zODYuMzg2LDAsMCwwLC4xMTQuMjc1LjM4OS4zODksMCwwLDAsLjI3Ni4xMTRoMjkuMjJhLjM4OC4zODgsMCwwLDAsLjI3NS0uMTE0LjM4OC4zODgsMCwwLDAsLjExNS0uMjc1di0yOS4yMjFhLjM4OC4zODgsMCwwLDAtLjExNS0uMjc1QS4zODkuMzg5LDAsMCwwLDMwMzAuODg5LTQxNi4zMThabS01LjY3MiwxMC40MTRjLjAxNC4yLjAxNC40LjAxNC42YTEzLjAzNCwxMy4wMzQsMCwwLDEtMTMuMTIzLDEzLjEyM3YwYTEzLjA1NiwxMy4wNTYsMCwwLDEtNy4wNy0yLjA2OCw5LjQsOS40LDAsMCwwLDEuMS4wNjcsOS4yNjMsOS4yNjMsMCwwLDAsNS43MjgtMS45NzgsNC42MTcsNC42MTcsMCwwLDEtNC4zMDgtMy4yLDQuNiw0LjYsMCwwLDAsMi4wODItLjA3OSw0LjYxMyw0LjYxMywwLDAsMS0zLjctNC41MjF2LS4wNThhNC41ODksNC41ODksMCwwLDAsMi4wOTMuNTc3LDQuNjE4LDQuNjE4LDAsMCwxLTEuNDI3LTYuMTU4LDEzLjA4OSwxMy4wODksMCwwLDAsOS41MDUsNC44MTgsNC42MTMsNC42MTMsMCwwLDEsMS4zMzQtNC40MDYsNC42MTcsNC42MTcsMCwwLDEsNi41MjUuMiw5LjI2Myw5LjI2MywwLDAsMCwyLjkyOC0xLjEyLDQuNjI3LDQuNjI3LDAsMCwxLTIuMDI3LDIuNTUxLDkuMTg3LDkuMTg3LDAsMCwwLDIuNjQ4LS43MjZBOS4zNjksOS4zNjksMCwwLDEsMzAyNS4yMTgtNDA1LjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk0Ny43ODEgNDE2LjMxOCkiIGZpbGw9IiMwMDU4ODgiLz4KICA8cGF0aCBpZD0iVHJhY8OpXzI1IiBkYXRhLW5hbWU9IlRyYWPDqSAyNSIgZD0iTTI4NjIuMjE0LTQxNi4zMThoLTI5LjIyMWEuMzg3LjM4NywwLDAsMC0uMjc1LjExNC4zODYuMzg2LDAsMCwwLS4xMTUuMjc1djI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMTE1LjI3NS4zODYuMzg2LDAsMCwwLC4yNzUuMTE0aDI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMjc1LS4xMTQuMzg5LjM4OSwwLDAsMCwuMTE0LS4yNzV2LTI5LjIyMWEuMzg5LjM4OSwwLDAsMC0uMTE0LS4yNzVBLjM4OC4zODgsMCwwLDAsMjg2Mi4yMTQtNDE2LjMxOFptLTIwLjAzMSwyNC41ODZoLTQuMTUxdi0xMi43ODVoNC4xNTFabS0yLjEtMTQuNzI3YTIuMDk0LDIuMDk0LDAsMCwxLTIuMTU4LTIuMjA5LDIuMDkzLDIuMDkzLDAsMCwxLDIuMTg0LTIuMjM3LDIuMTQ2LDIuMTQ2LDAsMCwxLDIuMjEzLDIuMjM3QTIuMTQ2LDIuMTQ2LDAsMCwxLDI4NDAuMDgtNDA2LjQ1OVptMTcuMiwxNC43MjdoLTQuMTUydi02LjgzYzAtMS43MjEtLjYtMi45LTIuMS0yLjlhMi4yMTUsMi4yMTUsMCwwLDAtMi4xLDEuNTU2LDIuODU2LDIuODU2LDAsMCwwLS4xNjQsMS4wMzh2Ny4xMzFoLTQuMTUxdi0xMi43ODVoNC4xNTF2MS4zMzNhNC45NDMsNC45NDMsMCwwLDEsMy43NDItMS42MzNjMi43MzEsMCw0Ljc3OSwxLjgsNC43NzksNS43MzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgzMi42MDMgNDE2LjMxOCkiIGZpbGw9IiMwMDU4ODgiLz4KPC9zdmc+Cg==) no-repeat right; }

.header > .wrap,
.header__bottom > .wrap {
  max-width: none;
  border-right: 0;
  border-left: 0; }
  .header > .wrap:before,
  .header__bottom > .wrap:before {
    display: none; }

.main-nav {
  /* top menu */
  /* all menus */ }
  .main-nav > ul {
    position: relative; }
    @media screen and (min-width: 768px) {
      .main-nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .main-nav > ul > li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
      .main-nav > ul > li:hover .submenu {
        display: block; }
        @media screen and (min-width: 768px) {
          .main-nav > ul > li:hover .submenu--large {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .main-nav > ul > li:hover > a::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
      .main-nav > ul > li > a {
        position: relative;
        font-weight: bold; }
        .main-nav > ul > li > a::after {
          content: "";
          position: absolute;
          right: 20px;
          display: block;
          width: 24px;
          height: 13px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .main-nav > ul > li:nth-child(1) > * {
        background-color: #62a631; }
      .main-nav > ul > li:nth-child(2) > * {
        background-color: #055888; }
      .main-nav > ul > li:nth-child(3) {
        position: static; }
        .main-nav > ul > li:nth-child(3) > * {
          background-color: #e1622b; }
  .main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* sub menu */ }
    .main-nav ul > li {
      position: static;
      padding: 0;
      margin: 0; }
      .main-nav ul > li::before {
        content: "";
        display: none; }
    .main-nav ul li > ul,
    .main-nav ul li > ol {
      margin: 0;
      padding: 0; }
    .main-nav ul li > * {
      color: #fff;
      display: block;
      text-align: center;
      padding: 6px;
      font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 20px;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .main-nav ul li > * {
          padding: 10px; } }
      .main-nav ul li > * a:hover {
        text-decoration: underline; }
    .main-nav ul .submenu {
      display: none;
      -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16078);
              box-shadow: 0px 3px 6px rgba(0,0,0,0.16078); }
      @media screen and (min-width: 768px) {
        .main-nav ul .submenu {
          position: absolute;
          left: 0;
          right: 0;
          z-index: 1; } }
      .main-nav ul .submenu__title {
        margin-bottom: 20px;
        font-weight: 900; }
        @media screen and (max-width: 767px) {
          .main-nav ul .submenu__title {
            border-top: 1px solid #fff;
            margin: 0;
            padding: 18px 0;
            position: relative; }
            .main-nav ul .submenu__title a {
              display: block;
              width: 80%; }
            .main-nav ul .submenu__title::after {
              content: "";
              display: block;
              width: 30px;
              height: 30px;
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              -webkit-transition: 0.3s;
              transition: 0.3s; }
            .main-nav ul .submenu__title.is-open::after {
              -webkit-transform: translateY(-50%) rotate(90deg);
                  -ms-transform: translateY(-50%) rotate(90deg);
                      transform: translateY(-50%) rotate(90deg); } }
      .main-nav ul .submenu--large {
        grid-column-gap: 30px;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        text-align: left;
        padding: 30px; }
        .main-nav ul .submenu--large > * {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .main-nav ul .submenu--large li > * {
          text-align: left;
          padding-left: 0; }
        @media screen and (max-width: 767px) {
          .main-nav ul .submenu--large ul {
            display: none;
            margin-bottom: 20px; } }

.burger {
  border: 0;
  padding: 0;
  margin: 0;
  background: none transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  width: 37px;
  height: 37px;
  background: #e1622b url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAYAAADeiIy1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAhdEVYdENyZWF0aW9uIFRpbWUAMjAyMjoxMDoyMSAxNTowMjoyN1DXLPwAAABOSURBVEhLY3yYpP2fgQ6ACUrTHIxaRDagm0UYqY7b2p+B2yoAyiMPvFtQx/Dn9WMoDwIGzke0AqNxRDYYjSOiwGgcURWMWkQ2oJNFDAwAcssjIU/iPMoAAAAASUVORK5CYII=) no-repeat center;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100; }
  .burger.is-open {
    background: #e1622b url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASBAMAAABLIvhaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwAvgO9fn79Wg+0CAAAAXElEQVQI1zXNwQmAMBQD0CgOIBT02iXEEXp1lkJ1ffPz014aHm0C7NDhtVxKW2e8n4iNEWUEfhVmoThRbCS/xuCJfDlmbCO71VnM/O5JdSarU+yh4LO7u2L10IEfzjMR12gTqQoAAAAASUVORK5CYII=) no-repeat center; }
  @media screen and (min-width: 768px) {
    .burger {
      display: none; } }

.is-search-submit {
  cursor: pointer; }

.footer {
  background-color: #005888;
  color: #fff;
  font-size: 16px;
  line-height: 1.35; }
  .footer a {
    text-decoration: none; }
  .footer .wrap {
    border-left: 0;
    border-right: 0; }
  @media screen and (max-width: 767px) {
    .footer .wrap {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .footer .wrap {
      max-width: 1270px; } }
  .footer__main__flex {
    font-weight: 300; }
    .footer__main__flex > * {
      border-bottom: 1px solid rgba(255,255,255,0.33333);
      padding: 36px 36px 20px; }
      .footer__main__flex > * > *:not(:last-child) {
        margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .footer__main__flex > *:nth-child(1)::after {
        display: block;
        content: "";
        clear: both; } }
    @media screen and (min-width: 768px) {
      .footer__main__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .footer__main__flex > * {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border: 0;
          padding: 8% 36px 4%; }
          .footer__main__flex > *:not(:last-child) {
            border-right: 1px solid rgba(255,255,255,0.33333); }
          .footer__main__flex > *:first-child {
            padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .footer__logo {
      float: left;
      margin-right: 30px; } }
  @media screen and (min-width: 768px) {
    .footer__logo {
      margin-top: -36px; } }
  .footer__social > * {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .footer__social > *:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      opacity: 0.8; }
    .footer__social > *:nth-child(1) {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8cGF0aCBpZD0iVHJhY8OpXzIzIiBkYXRhLW5hbWU9IlRyYWPDqSAyMyIgZD0iTTI1MjQuODYxLTQxNi4zMThoLTI5LjIyYS4zODcuMzg3LDAsMCwwLS4yNzUuMTE0LjM4OS4zODksMCwwLDAtLjExNC4yNzV2MjkuMjIxYS4zODkuMzg5LDAsMCwwLC4xMTQuMjc1LjM4Ny4zODcsMCwwLDAsLjI3NS4xMTRoMTIuNXYtMTAuOTc0aC0zLjY4NnYtNC4zaDMuNjg2di0zLjE2MmMwLTMuNjY2LDIuMjM5LTUuNjYxLDUuNTA4LTUuNjYxYTMwLjEzOCwzMC4xMzgsMCwwLDEsMy4zMDYuMTY4djMuODNIMjUxNC43Yy0xLjc4LDAtMi4xMjQuODQ2LTIuMTI0LDIuMDg3djIuNzM3aDQuMjUzbC0uNTU0LDQuM2gtMy43djEwLjk3NGgxMi4yODFhLjM4OC4zODgsMCwwLDAsLjI3Ni0uMTE0LjM4Ny4zODcsMCwwLDAsLjExNC0uMjc1di0yOS4yMjFhLjM4Ny4zODcsMCwwLDAtLjExNC0uMjc1QS4zODkuMzg5LDAsMCwwLDI1MjQuODYxLTQxNi4zMThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQ5NS4yNTEgNDE2LjMxOCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==) no-repeat center; }
    .footer__social > *:nth-child(2) {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8ZyBpZD0iR3JvdXBlXzE1MSIgZGF0YS1uYW1lPSJHcm91cGUgMTUxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+CiAgICA8cGF0aCBpZD0iVHJhY8OpXzQyIiBkYXRhLW5hbWU9IlRyYWPDqSA0MiIgZD0iTS0xMzU5Ljc4LDE2OTMuNzY5YS4zODYuMzg2LDAsMCwwLS4yNzUtLjExNGgtMjkuMjJhLjM4Ny4zODcsMCwwLDAtLjI3Ni4xMTQuMzg3LjM4NywwLDAsMC0uMTE0LjI3NXYyOS4yMmEuMzg3LjM4NywwLDAsMCwuMTE0LjI3NS4zODguMzg4LDAsMCwwLC4yNzYuMTE0aDI5LjIyYS4zODcuMzg3LDAsMCwwLC4yNzUtLjExNC4zODguMzg4LDAsMCwwLC4xMTUtLjI3NXYtMjkuMjJBLjM4OC4zODgsMCwwLDAtMTM1OS43OCwxNjkzLjc2OVptLTQuMTE1LDIwLjMzMmEyLjgyNiwyLjgyNiwwLDAsMS0xLjk4OCwyYy0xLjc1My40NzMtOC43ODMuNDczLTguNzgzLjQ3M3MtNy4wMjksMC04Ljc4My0uNDczYTIuODI2LDIuODI2LDAsMCwxLTEuOTg3LTIsMjkuNjMyLDI5LjYzMiwwLDAsMS0uNDctNS40NDYsMjkuNjMzLDI5LjYzMywwLDAsMSwuNDctNS40NDYsMi44MjUsMi44MjUsMCwwLDEsMS45ODctMmMxLjc1My0uNDczLDguNzgzLS40NzMsOC43ODMtLjQ3M3M3LjAzLDAsOC43ODMuNDczYTIuODI2LDIuODI2LDAsMCwxLDEuOTg4LDIsMjkuNjQ4LDI5LjY0OCwwLDAsMSwuNDY5LDUuNDQ2QTI5LjY0NywyOS42NDcsMCwwLDEtMTM2My45LDE3MTQuMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzODkuNjY1IC0xNjkzLjY1NCkiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJUcmFjw6lfNDMiIGRhdGEtbmFtZT0iVHJhY8OpIDQzIiBkPSJNLTEyOTEuMTc4LDE3OTAuNzM5bDUuODc1LTMuMzQzLTUuODc1LTMuMzQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMwMy44NzggLTE3NzIuMzk2KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat center; }
    .footer__social > *:nth-child(3) {
      background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBlXzg2OSIgZGF0YS1uYW1lPSJHcm91cGUgODY5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4My40OTgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA4My40OTggMzAiPgogIDxwYXRoIGlkPSJUcmFjw6lfMjQiIGRhdGEtbmFtZT0iVHJhY8OpIDI0IiBkPSJNMzAzMC44ODktNDE2LjMxOGgtMjkuMjJhLjM5LjM5LDAsMCwwLS4yNzYuMTE0LjM4Ny4zODcsMCwwLDAtLjExNC4yNzV2MjkuMjIxYS4zODYuMzg2LDAsMCwwLC4xMTQuMjc1LjM4OS4zODksMCwwLDAsLjI3Ni4xMTRoMjkuMjJhLjM4OC4zODgsMCwwLDAsLjI3NS0uMTE0LjM4OC4zODgsMCwwLDAsLjExNS0uMjc1di0yOS4yMjFhLjM4OC4zODgsMCwwLDAtLjExNS0uMjc1QS4zODkuMzg5LDAsMCwwLDMwMzAuODg5LTQxNi4zMThabS01LjY3MiwxMC40MTRjLjAxNC4yLjAxNC40LjAxNC42YTEzLjAzNCwxMy4wMzQsMCwwLDEtMTMuMTIzLDEzLjEyM3YwYTEzLjA1NiwxMy4wNTYsMCwwLDEtNy4wNy0yLjA2OCw5LjQsOS40LDAsMCwwLDEuMS4wNjcsOS4yNjMsOS4yNjMsMCwwLDAsNS43MjgtMS45NzgsNC42MTcsNC42MTcsMCwwLDEtNC4zMDgtMy4yLDQuNiw0LjYsMCwwLDAsMi4wODItLjA3OSw0LjYxMyw0LjYxMywwLDAsMS0zLjctNC41MjF2LS4wNThhNC41ODksNC41ODksMCwwLDAsMi4wOTMuNTc3LDQuNjE4LDQuNjE4LDAsMCwxLTEuNDI3LTYuMTU4LDEzLjA4OSwxMy4wODksMCwwLDAsOS41MDUsNC44MTgsNC42MTMsNC42MTMsMCwwLDEsMS4zMzQtNC40MDYsNC42MTcsNC42MTcsMCwwLDEsNi41MjUuMiw5LjI2Myw5LjI2MywwLDAsMCwyLjkyOC0xLjEyLDQuNjI3LDQuNjI3LDAsMCwxLTIuMDI3LDIuNTUxLDkuMTg3LDkuMTg3LDAsMCwwLDIuNjQ4LS43MjZBOS4zNjksOS4zNjksMCwwLDEsMzAyNS4yMTgtNDA1LjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk0Ny43ODEgNDE2LjMxOCkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iVHJhY8OpXzI1IiBkYXRhLW5hbWU9IlRyYWPDqSAyNSIgZD0iTTI4NjIuMjE0LTQxNi4zMThoLTI5LjIyMWEuMzg3LjM4NywwLDAsMC0uMjc1LjExNC4zODYuMzg2LDAsMCwwLS4xMTUuMjc1djI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMTE1LjI3NS4zODYuMzg2LDAsMCwwLC4yNzUuMTE0aDI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMjc1LS4xMTQuMzg5LjM4OSwwLDAsMCwuMTE0LS4yNzV2LTI5LjIyMWEuMzg5LjM4OSwwLDAsMC0uMTE0LS4yNzVBLjM4OC4zODgsMCwwLDAsMjg2Mi4yMTQtNDE2LjMxOFptLTIwLjAzMSwyNC41ODZoLTQuMTUxdi0xMi43ODVoNC4xNTFabS0yLjEtMTQuNzI3YTIuMDk0LDIuMDk0LDAsMCwxLTIuMTU4LTIuMjA5LDIuMDkzLDIuMDkzLDAsMCwxLDIuMTg0LTIuMjM3LDIuMTQ2LDIuMTQ2LDAsMCwxLDIuMjEzLDIuMjM3QTIuMTQ2LDIuMTQ2LDAsMCwxLDI4NDAuMDgtNDA2LjQ1OVptMTcuMiwxNC43MjdoLTQuMTUydi02LjgzYzAtMS43MjEtLjYtMi45LTIuMS0yLjlhMi4yMTUsMi4yMTUsMCwwLDAtMi4xLDEuNTU2LDIuODU2LDIuODU2LDAsMCwwLS4xNjQsMS4wMzh2Ny4xMzFoLTQuMTUxdi0xMi43ODVoNC4xNTF2MS4zMzNhNC45NDMsNC45NDMsMCwwLDEsMy43NDItMS42MzNjMi43MzEsMCw0Ljc3OSwxLjgsNC43NzksNS43MzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgzMi42MDMgNDE2LjMxOCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==) no-repeat left; }
    .footer__social > *:nth-child(4) {
      background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBlXzg2OSIgZGF0YS1uYW1lPSJHcm91cGUgODY5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4My40OTgiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA4My40OTggMzAiPgogIDxwYXRoIGlkPSJUcmFjw6lfMjQiIGRhdGEtbmFtZT0iVHJhY8OpIDI0IiBkPSJNMzAzMC44ODktNDE2LjMxOGgtMjkuMjJhLjM5LjM5LDAsMCwwLS4yNzYuMTE0LjM4Ny4zODcsMCwwLDAtLjExNC4yNzV2MjkuMjIxYS4zODYuMzg2LDAsMCwwLC4xMTQuMjc1LjM4OS4zODksMCwwLDAsLjI3Ni4xMTRoMjkuMjJhLjM4OC4zODgsMCwwLDAsLjI3NS0uMTE0LjM4OC4zODgsMCwwLDAsLjExNS0uMjc1di0yOS4yMjFhLjM4OC4zODgsMCwwLDAtLjExNS0uMjc1QS4zODkuMzg5LDAsMCwwLDMwMzAuODg5LTQxNi4zMThabS01LjY3MiwxMC40MTRjLjAxNC4yLjAxNC40LjAxNC42YTEzLjAzNCwxMy4wMzQsMCwwLDEtMTMuMTIzLDEzLjEyM3YwYTEzLjA1NiwxMy4wNTYsMCwwLDEtNy4wNy0yLjA2OCw5LjQsOS40LDAsMCwwLDEuMS4wNjcsOS4yNjMsOS4yNjMsMCwwLDAsNS43MjgtMS45NzgsNC42MTcsNC42MTcsMCwwLDEtNC4zMDgtMy4yLDQuNiw0LjYsMCwwLDAsMi4wODItLjA3OSw0LjYxMyw0LjYxMywwLDAsMS0zLjctNC41MjF2LS4wNThhNC41ODksNC41ODksMCwwLDAsMi4wOTMuNTc3LDQuNjE4LDQuNjE4LDAsMCwxLTEuNDI3LTYuMTU4LDEzLjA4OSwxMy4wODksMCwwLDAsOS41MDUsNC44MTgsNC42MTMsNC42MTMsMCwwLDEsMS4zMzQtNC40MDYsNC42MTcsNC42MTcsMCwwLDEsNi41MjUuMiw5LjI2Myw5LjI2MywwLDAsMCwyLjkyOC0xLjEyLDQuNjI3LDQuNjI3LDAsMCwxLTIuMDI3LDIuNTUxLDkuMTg3LDkuMTg3LDAsMCwwLDIuNjQ4LS43MjZBOS4zNjksOS4zNjksMCwwLDEsMzAyNS4yMTgtNDA1LjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk0Ny43ODEgNDE2LjMxOCkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iVHJhY8OpXzI1IiBkYXRhLW5hbWU9IlRyYWPDqSAyNSIgZD0iTTI4NjIuMjE0LTQxNi4zMThoLTI5LjIyMWEuMzg3LjM4NywwLDAsMC0uMjc1LjExNC4zODYuMzg2LDAsMCwwLS4xMTUuMjc1djI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMTE1LjI3NS4zODYuMzg2LDAsMCwwLC4yNzUuMTE0aDI5LjIyMWEuMzg3LjM4NywwLDAsMCwuMjc1LS4xMTQuMzg5LjM4OSwwLDAsMCwuMTE0LS4yNzV2LTI5LjIyMWEuMzg5LjM4OSwwLDAsMC0uMTE0LS4yNzVBLjM4OC4zODgsMCwwLDAsMjg2Mi4yMTQtNDE2LjMxOFptLTIwLjAzMSwyNC41ODZoLTQuMTUxdi0xMi43ODVoNC4xNTFabS0yLjEtMTQuNzI3YTIuMDk0LDIuMDk0LDAsMCwxLTIuMTU4LTIuMjA5LDIuMDkzLDIuMDkzLDAsMCwxLDIuMTg0LTIuMjM3LDIuMTQ2LDIuMTQ2LDAsMCwxLDIuMjEzLDIuMjM3QTIuMTQ2LDIuMTQ2LDAsMCwxLDI4NDAuMDgtNDA2LjQ1OVptMTcuMiwxNC43MjdoLTQuMTUydi02LjgzYzAtMS43MjEtLjYtMi45LTIuMS0yLjlhMi4yMTUsMi4yMTUsMCwwLDAtMi4xLDEuNTU2LDIuODU2LDIuODU2LDAsMCwwLS4xNjQsMS4wMzh2Ny4xMzFoLTQuMTUxdi0xMi43ODVoNC4xNTF2MS4zMzNhNC45NDMsNC45NDMsMCwwLDEsMy43NDItMS42MzNjMi43MzEsMCw0Ljc3OSwxLjgsNC43NzksNS43MzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgzMi42MDMgNDE2LjMxOCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==) no-repeat right; }
  .footer__nav {
    font-weight: 700;
    margin-top: 20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer__nav > li {
      position: static;
      padding: 0;
      margin: 0; }
      .footer__nav > li::before {
        content: "";
        display: none; }
    .footer__nav li > ul,
    .footer__nav li > ol {
      margin: 0;
      padding: 0; }
    .footer__nav > li {
      margin: 8px 0; }
      .footer__nav > li > a:hover {
        text-decoration: underline; }
  .footer__bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0.5;
    padding: 36px; }
    .footer__bottom ul > li {
      position: static;
      padding: 0;
      margin: 0; }
      .footer__bottom ul > li::before {
        content: "";
        display: none; }
    .footer__bottom ul li > ul,
    .footer__bottom ul li > ol {
      margin: 0;
      padding: 0; }
    .footer__bottom ul > li {
      margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .footer__bottom {
      border-top: 1px solid rgba(255,255,255,0.33333); }
      .footer__bottom ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        text-align: center; }
        .footer__bottom ul > li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin: 0; } }

.page-header {
  display: grid; }
  .page-header__breadcrumbs {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid var(--snfa-color-grey400);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 768px) {
      .page-header__breadcrumbs {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 19px; } }
  .page-header__page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (min-width: 1680px) {
      .page-header__page-title .page-title {
        padding-right: 10%; } }
  .page-header__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .page-header__banner:after {
      content: "";
      height: calc(50% + 50px);
      width: calc(100% + 200px);
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: -130px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #005888;
      background-color: var(--snfa-color-primary);
      opacity: 0.5;
      -webkit-filter: blur(50px);
              filter: blur(50px); }
    @media (min-width: 768px) {
      .page-header__banner {
        height: 315px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .page-header__banner:after {
          height: calc(60% + 50px); } }
    .page-header__banner__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative;
      z-index: 2; }
    .page-header__banner .page-title {
      color: #fff;
      margin-top: 0;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .page-header__banner .page-title {
          font-size: 5vw;
          line-height: 1.09em;
          margin-bottom: 0.5em; } }
      @media (min-width: 1680px) {
        .page-header__banner .page-title {
          font-size: 90px;
          margin-bottom: 35px; } }
  .page-header__banner-front {
    position: relative;
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    color: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 1025px) {
      .page-header__banner-front__content-wrapper {
        display: grid;
        grid-template-columns: 1fr 320px;
        grid-gap: 32px;
        gap: 32px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1280px) {
      .page-header__banner-front__content-wrapper {
        width: auto;
        display: block; } }
    .page-header__banner-front__content {
      padding: 50px 0 54px; }
      @media (min-width: 768px) {
        .page-header__banner-front__content {
          max-width: 80%;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1025px) {
        .page-header__banner-front__content {
          max-width: unset; } }
      @media (min-width: 1280px) {
        .page-header__banner-front__content {
          min-height: 33dvw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .page-header__banner-front__content .content-title {
        margin-top: 0;
        font-family: "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 34px; }
        @media (min-width: 768px) {
          .page-header__banner-front__content .content-title {
            font-size: 40px;
            line-height: 48px; } }
        @media (min-width: 1280px) {
          .page-header__banner-front__content .content-title {
            font-size: 45px;
            line-height: 54px; } }
        @media (min-width: 1280px) {
          .page-header__banner-front__content .content-title {
            width: 50%;
            /*display: none;*/ } }
      .page-header__banner-front__content .content-text {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .page-header__banner-front__content .content-text {
            font-size: 18px;
            line-height: 1.5em; } }
        @media (min-width: 1280px) {
          .page-header__banner-front__content .content-text {
            font-size: 20px;
            width: 50%;
            line-height: 30px;
            max-width: 550px; } }
        .page-header__banner-front__content .content-text p:first-child {
          margin-top: 0; }
        .page-header__banner-front__content .content-text p:last-child {
          margin-bottom: 0; }
    .page-header__banner-front__image {
      margin: 0; }
      @media (min-width: 1025px) {
        .page-header__banner-front__image {
          padding: 64px 0; } }
      @media (min-width: 1280px) {
        .page-header__banner-front__image {
          position: absolute;
          z-index: 2;
          right: 0;
          top: 80px;
          width: 42.5dvw;
          height: 37.5dvw;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          overflow: hidden;
          margin-top: -24px;
          padding: 0; } }
      @media (min-width: 768px) {
        .page-header__banner-front__image img {
          max-height: 80dvh;
          height: auto;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media (min-width: 1025px) {
        .page-header__banner-front__image img {
          height: 100%;
          max-height: unset; } }
      @media (min-width: 1280px) {
        .page-header__banner-front__image img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          padding: 0; } }
  .page-header.has-no-title:after {
    content: "";
    display: block;
    height: 48px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
    @media (min-width: 1025px) {
      .page-header.has-no-title:after {
        height: 54px; } }
  .page-header.has-no-title.is-frontpage_banner::after {
    height: 0px; }
    @media (min-width: 1280px) {
      .page-header.has-no-title.is-frontpage_banner::after {
        height: 6.66dvw; } }
  @media (min-width: 1025px) {
    .page-header.is-frontpage_banner .page-header__breadcrumbs {
      padding-top: 0; } }

.page-title {
  margin: 42px auto 24px; }
  @media (min-width: 768px) {
    .page-title {
      margin: 72px auto 56px; } }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

[dir="ltr"] .comment-navigation .nav-next,[dir="ltr"] 
.posts-navigation .nav-next,[dir="ltr"] 
.post-navigation .nav-next{
  text-align: right; }

[dir="rtl"] .comment-navigation .nav-next,[dir="rtl"] 
.posts-navigation .nav-next,[dir="rtl"] 
.post-navigation .nav-next{
  text-align: left; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

/* Contents (like Posts and pages)
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

@media (min-width: 1025px) {
  .home .article-body > div > .layout-wrap, .home .article-body > div.header > .wrap,
  .home .article-body > div.header__bottom > .wrap, .home .footer .article-body > div > .wrap, .footer .home .article-body > div > .wrap, .home .article-body > div > .page-header.has-no-title:after {
    position: relative; }
  .home .article-body > div:nth-child(even) > .layout-wrap:after, .home .article-body > div.header:nth-child(even) > .wrap:after,
  .home .article-body > div.header__bottom:nth-child(even) > .wrap:after, .home .footer .article-body > div:nth-child(even) > .wrap:after, .footer .home .article-body > div:nth-child(even) > .wrap:after, .home .article-body > div:nth-child(even) > .page-header.has-no-title:after {
    content: "";
    position: absolute;
    width: calc(69px * 0.8);
    height: calc(871px * 0.8);
    top: 60px;
    left: -93px;
    background-image: url(../static/images/slogan.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  .home .article-body > div:nth-child(odd) > .layout-wrap:after, .home .article-body > div.header:nth-child(odd) > .wrap:after,
  .home .article-body > div.header__bottom:nth-child(odd) > .wrap:after, .home .footer .article-body > div:nth-child(odd) > .wrap:after, .footer .home .article-body > div:nth-child(odd) > .wrap:after, .home .article-body > div:nth-child(odd) > .page-header.has-no-title:after {
    content: "";
    position: absolute;
    width: calc(69px * 0.8);
    height: calc(871px * 0.8);
    top: 60px;
    right: -93px;
    left: auto;
    background-image: url(../static/images/slogan.svg);
    background-repeat: no-repeat;
    background-size: cover; } }

.tease-file {
  background-color: #fff;
  padding: 26px 25px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1440px) {
    .tease-file {
      padding-top: 38px; } }
  .tease-file__title {
    margin: 0;
    color: #005888;
    color: var(--snfa-color-primary);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    @media (min-width: 1440px) {
      .tease-file__title {
        font-size: 30px;
        line-height: 35px;
        color: #248cd9;
        color: var(--snfa-color-primary-alt); } }
  .tease-file__infos {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #3e3d40;
    color: var(--snfa-color-grey500);
    margin-top: 8px; }
    @media (min-width: 1440px) {
      .tease-file__infos {
        font-size: 20px;
        line-height: 26px;
        margin-top: 12px; } }
  .tease-file__image {
    margin: 20px auto 0;
    aspect-ratio: 1/1.407407; }
    @media (min-width: 1440px) {
      .tease-file__image {
        margin-top: 24px;
        max-width: 205px; } }
    .tease-file__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .tease-file__pullbottom {
    margin-top: auto; }
  .tease-file__button {
    margin-top: 21px; }
    @media (min-width: 1440px) {
      .tease-file__button {
        margin-top: 26px; } }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Medias
--------------------------------------------- */
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Blocks
--------------------------------------------- */
@media (min-width: 1025px) {
  .wp-block-acf-layout-wrap + .wp-block-acf-layout-wrap {
    border-top: 1px solid #707070;
    border-top: 1px solid var(--snfa-color-grey400); } }

.wp-block-acf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .wp-block-acf-container p:first-child {
    margin-top: 0; }

.paragraphs {
  padding: 20px 0 20px; }
  @media (min-width: 1025px) {
    .paragraphs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 24px;
      gap: 24px; } }
  @media (min-width: 1280px) {
    .paragraphs {
      grid-gap: 60px;
      gap: 60px;
      padding-bottom: 20px; } }
  @media (min-width: 1025px) {
    .paragraphs:after {
      content: "";
      display: block;
      clear: both; } }
  .paragraphs__left {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1025px) {
      .paragraphs__left {
        width: 100%;
        max-width: 270px;
        margin: 0 0 1.5em 0; } }
    @media (min-width: 1280px) {
      .paragraphs__left {
        max-width: 25%; } }
    @media (min-width: 1440px) {
      .paragraphs__left {
        margin: 0 0 3em 0; } }
    .paragraphs__left img {
      display: block;
      height: auto;
      width: auto;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .paragraphs__left img {
          height: auto;
          max-height: unset;
          max-width: 100%;
          margin: 0; } }
  .paragraphs__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 24px;
    gap: 24px; }
  .paragraphs__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 25px;
    gap: 25px;
    margin: 25px 0; }
    @media (min-width: 768px) {
      .paragraphs__ctas {
        grid-gap: 40px;
        gap: 40px;
        margin: 70px 0 60px; } }
    .paragraphs__ctas__button {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  @media (min-width: 1025px) {
    .paragraphs__content :first-child {
      margin-top: 0 !important; } }
  .paragraphs__content__title {
    text-align: center;
    color: #248cd9;
    color: var(--snfa-color-primary-alt);
    margin: 0.8em 0 1em; }
    .has-primary-alt-background-color .paragraphs__content__title {
      color: #fff; }
    @media (min-width: 1025px) {
      .paragraphs__content__title {
        text-align: left;
        display: inline-block;
        margin: 0.5em 0 0.8em; } }
  .paragraphs__content__text a {
    color: inherit;
    font-weight: 600; }
    .paragraphs__content__text a:hover {
      color: #248cd9;
      color: var(--snfa-color-primary-alt); }
  .paragraphs__content__text p {
    margin-top: 0; }
  .paragraphs__content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em; }
    .paragraphs__content__button + .paragraphs__content__text {
      margin-top: 2em; }
  .paragraphs__content__youtube-video {
    margin: 1.5em 0; }
  .paragraphs.text-wrapped {
    display: block; }
    @media (min-width: 1025px) {
      .paragraphs.text-wrapped .paragraphs__left {
        float: left;
        margin: 0 1.5em 1em 0; } }
    @media (min-width: 1440px) {
      .paragraphs.text-wrapped .paragraphs__left {
        margin: 0 3em 2em 0; } }

.wp-block-acf-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  padding-bottom: 24px; }
  @media (min-width: 1025px) {
    .wp-block-acf-accordion {
      grid-gap: 45px;
      gap: 45px;
      padding-bottom: 60px; } }

.accordion-item {
  background-color: #005888;
  background-color: var(--snfa-color-primary); }
  .accordion-item__header {
    font-size: 16px;
    line-height: 1.25em;
    color: #fff;
    padding: 10px 0 12px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (min-width: 1025px) {
      .accordion-item__header {
        font-size: 22px;
        line-height: 1.19em;
        padding: 22px 0; } }
    .accordion-item__header:hover .accordion-item__icon {
      color: #fff; }
    .accordion-item__header::marker, .accordion-item__header::-webkit-details-marker {
      display: none;
      content: ""; }
    .accordion-item__header > .container {
      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; }
  .accordion-item__title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600; }
  .accordion-item__icon {
    width: 12px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAyMSAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ3MiAxNy45OTk5TDEuMjI4OTkgNC43NjY5MUMwLjc2MDYyIDQuMjk3MDcgMC40OTgwNzEgMy42NjA0MyAwLjQ5OTEwMiAyLjk5NzAyQzAuNTAwMTMzIDIuMzMzNjEgMC43NjQ2NjIgMS42OTc3OCAxLjIzNDQ5IDEuMjI5NDFDMS43MDQzMiAwLjc2MTAzMyAyLjM0MDk3IDAuNDk4NDgzIDMuMDA0MzggMC40OTk1MTVDMy42Njc3OSAwLjUwMDU0NiA0LjMwMzYyIDAuNzY1MDc0IDQuNzcxOTkgMS4yMzQ5TDE5Ljc3MiAxNi4yMjc5QzIwLjIyNDkgMTYuNjgzNCAyMC40ODUxIDE3LjI5NTYgMjAuNDk4NyAxNy45Mzc4QzIwLjUxMjMgMTguNTggMjAuMjc4MiAxOS4yMDI3IDE5Ljg0NSAxOS42NzY5TDQuNzc4OTkgMzQuNzc2OUM0LjU0OTA1IDM1LjAxODMgNC4yNzMxNSAzNS4yMTEzIDMuOTY3NTIgMzUuMzQ0NUMzLjY2MTg5IDM1LjQ3NzcgMy4zMzI3IDM1LjU0ODQgMi45OTkzNCAzNS41NTI1QzIuNjY1OTcgMzUuNTU2NSAyLjMzNTE1IDM1LjQ5MzkgMi4wMjYzNSAzNS4zNjgyQzEuNzE3NTUgMzUuMjQyNiAxLjQzNzAxIDM1LjA1NjQgMS4yMDEyMyAzNC44MjA3QzAuOTY1NDU3IDM0LjU4NSAwLjc3OTIwNyAzNC4zMDQ1IDAuNjUzNDQ0IDMzLjk5NTdDMC41Mjc2ODEgMzMuNjg2OSAwLjQ2NDk0NiAzMy4zNTYyIDAuNDY4OTMgMzMuMDIyOEMwLjQ3MjkxNCAzMi42ODk0IDAuNTQzNTM3IDMyLjM2MDIgMC42NzY2NDMgMzIuMDU0NUMwLjgwOTc0OSAzMS43NDg5IDEuMDAyNjUgMzEuNDcyOSAxLjI0Mzk5IDMxLjI0MjlMMTQuNDcyIDE3Ljk5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .accordion-item__icon {
        width: 20px;
        height: 35px; } }
  .accordion-item[open] .accordion-item__icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .accordion-item__content {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 34px; }
    @media (min-width: 1025px) {
      .accordion-item__content {
        padding-top: 10px;
        padding-bottom: 38px; } }
    .accordion-item__content__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 18px;
      gap: 18px; }
      .accordion-item__content__row:first-child .subtitle {
        margin-top: 20px; }
      .accordion-item__content__row.subtitle {
        margin: 1.5em 0 40px; }
      .accordion-item__content__row.paragraph.has-image {
        margin: 1.5em 0 4em; }
        @media (min-width: 1025px) {
          .accordion-item__content__row.paragraph.has-image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            grid-column-gap: 42px;
            -webkit-column-gap: 42px;
               -moz-column-gap: 42px;
                    column-gap: 42px; }
            .accordion-item__content__row.paragraph.has-image .content-image {
              max-width: 33%;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
              .accordion-item__content__row.paragraph.has-image .content-image + .content-text :first-child {
                margin-top: 2px; } }
        .accordion-item__content__row.paragraph.has-image + .accordion-item__content__row.paragraph {
          margin-top: -65px; }
      .accordion-item__content__row.files {
        max-height: 320dvw;
        overflow-y: auto;
        max-height: 1240px; }
        @media (min-width: 576px) {
          .accordion-item__content__row.files {
            max-height: 1690px; } }
        @media (min-width: 768px) {
          .accordion-item__content__row.files {
            max-height: unset !important; } }

.accordion--fdes {
  display: grid;
  grid-gap: 25px;
  gap: 25px; }
  @media (min-width: 768px) {
    .accordion--fdes {
      grid-gap: 52px;
      gap: 52px; } }

.accordion .content-subtitle {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }

.accordion .content-text :not(.content-button) a {
  text-decoration: underline; }
  .accordion .content-text :not(.content-button) a, .accordion .content-text :not(.content-button) a:visited {
    color: #fff; }
  .accordion .content-text :not(.content-button) a:hover, .accordion .content-text :not(.content-button) a:focus {
    color: #ff9300;
    color: var(--snfa-color-secondary-alt);
    text-decoration: none; }

.accordion .content-text p:first-child {
  margin-top: 0 !important; }

.accordion .content-text .content-button {
  margin-bottom: 0 !important; }

.accordion .content-files {
  display: grid;
  grid-gap: 54px;
  gap: 54px; }
  @media (min-width: 768px) {
    .accordion .content-files {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 52px;
      row-gap: 52px;
      grid-column-gap: 28px;
      -webkit-column-gap: 28px;
         -moz-column-gap: 28px;
              column-gap: 28px;
      padding-bottom: 55px; } }
  @media (min-width: 1280px) {
    .accordion .content-files {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1440px) {
    .accordion .content-files {
      grid-template-columns: repeat(4, 1fr); } }

.accordion .content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0 2em; }
  @media (min-width: 1280px) {
    .accordion .content-button {
      margin: 0.5em 0 50px; } }
  @media (min-width: 1280px) {
    .accordion .content-button a {
      grid-column-gap: 54px;
      -webkit-column-gap: 54px;
         -moz-column-gap: 54px;
              column-gap: 54px; } }
  .accordion .content-button .button-primary--outline, .accordion .content-button .button-primary--outline--white, .accordion .content-button .cta-vertical__title {
    border-color: #fff;
    color: #fff; }
    .accordion .content-button .button-primary--outline .button__text, .accordion .content-button .button-primary--outline--white .button__text, .accordion .content-button .cta-vertical__title .button__text {
      margin-top: 0; }
    .accordion .content-button .button-primary--outline .button__arrow path, .accordion .content-button .button-primary--outline--white .button__arrow path, .accordion .content-button .cta-vertical__title .button__arrow path {
      stroke: #fff; }

.wp-block-acf-related-posts {
  padding-top: 20px;
  padding-bottom: 65px; }
  @media (min-width: 768px) {
    .wp-block-acf-related-posts {
      padding-top: 40px;
      padding-bottom: 100px; } }
  .wp-block-acf-related-posts:last-child {
    padding-top: 0;
    padding-bottom: 0px; }
    .wp-block-acf-related-posts:last-child .related-posts {
      padding-top: 20px;
      padding-bottom: 100px; }
      @media (min-width: 768px) {
        .wp-block-acf-related-posts:last-child .related-posts {
          padding-top: 40px;
          padding-bottom: 140px; } }

.related-posts__title {
  font-size: 32px;
  text-align: center;
  color: #005888;
  color: var(--snfa-color-primary);
  margin: 0 0 1em; }
  @media (min-width: 768px) {
    .related-posts__title {
      font-size: 60px;
      text-align: left; } }

.related-posts__buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 26px;
  gap: 26px; }
  @media (min-width: 1025px) {
    .related-posts__buttons {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1280px) {
    .related-posts__buttons {
      grid-column-gap: 10vw;
      -webkit-column-gap: 10vw;
         -moz-column-gap: 10vw;
              column-gap: 10vw;
      grid-row-gap: 50px;
      row-gap: 50px; } }
  @media (min-width: 1680px) {
    .related-posts__buttons {
      grid-column-gap: 225px;
      -webkit-column-gap: 225px;
         -moz-column-gap: 225px;
              column-gap: 225px; } }

.related-posts.is-toolbox {
  padding: 30px 0 24px; }
  @media (min-width: 768px) {
    .related-posts.is-toolbox {
      padding: 70px 0 35px; } }
  .related-posts.is-toolbox .related-posts__title {
    font-size: 24px;
    line-height: 30px;
    text-align: left; }
    @media (min-width: 768px) {
      .related-posts.is-toolbox .related-posts__title {
        font-size: 60px;
        line-height: 72px; } }
  @media (min-width: 1280px) {
    .related-posts.is-toolbox .related-posts__buttons {
      grid-column-gap: 6.75vw;
      -webkit-column-gap: 6.75vw;
         -moz-column-gap: 6.75vw;
              column-gap: 6.75vw; } }
  @media (min-width: 1680px) {
    .related-posts.is-toolbox .related-posts__buttons {
      grid-column-gap: 130px;
      -webkit-column-gap: 130px;
         -moz-column-gap: 130px;
              column-gap: 130px; } }
  .related-posts.is-toolbox .related-posts__buttons a {
    color: #fff; }
    @media (min-width: 768px) {
      .related-posts.is-toolbox .related-posts__buttons a {
        padding-top: 16px;
        padding-bottom: 16px; } }
    .related-posts.is-toolbox .related-posts__buttons a, .related-posts.is-toolbox .related-posts__buttons a:before {
      background-color: #ed862c;
      background-color: var(--snfa-color-secondary);
      -webkit-transition: none;
      transition: none; }
    .related-posts.is-toolbox .related-posts__buttons a path {
      stroke: #fff; }
    .related-posts.is-toolbox .related-posts__buttons a:hover, .related-posts.is-toolbox .related-posts__buttons a:hover:before, .related-posts.is-toolbox .related-posts__buttons a:focus, .related-posts.is-toolbox .related-posts__buttons a:focus:before {
      background-color: #ff9300;
      background-color: var(--snfa-color-secondary-alt); }

.related-posts.is-wood {
  padding: 40px 0 54px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #7a99b1; }
  @media (min-width: 768px) {
    .related-posts.is-wood {
      padding: 44px 0 56px; } }

.cards {
  display: grid;
  grid-gap: 60px;
  gap: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1280px) {
    .cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1440px) {
    .cards {
      grid-gap: 90px;
      gap: 90px;
      padding-bottom: 70px; } }

.card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .card__image {
    margin-bottom: 40px; }
    .card__image img {
      display: block;
      max-height: 170px;
      width: auto;
      height: auto;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .card__image img {
          max-height: 200px; } }
      @media (min-width: 1025px) {
        .card__image img {
          max-height: unset;
          width: 100%;
          height: 200px;
          -o-object-fit: contain;
             object-fit: contain; } }
    .card__image__caption {
      margin: 25px 0 0;
      font-weight: bold;
      color: #000;
      text-align: center;
      font-size: 16px;
      line-height: 22px; }
  .card__title {
    color: #005888;
    color: var(--snfa-color-primary);
    margin: 0;
    text-align: center; }
    @media (min-width: 1025px) {
      .card__title {
        margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .card__text {
      min-height: 110px; } }
  .card__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .card.has-title .card__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px; }
    @media (min-width: 1280px) {
      .card.has-title .card__button {
        margin-top: 60px; } }
  @media (min-width: 1280px) {
    .card.has-title .card__button,
    .card.has-title .card__text {
      width: 85%;
      margin-left: auto;
      margin-right: auto; } }
  .card.has-title .card__text {
    min-height: unset; }
  @media (min-width: 1025px) {
    .card.has-title .card__title {
      font-size: 45px; } }

.wp-block-acf-tease-topic + .wp-block-acf-tease-topic,
.wp-block-acf-tease-topics + .wp-block-acf-tease-topic {
  border-top: 1px solid #3e3d40;
  border-top: 1px solid var(--snfa-color-grey500); }

.innerblock > .wp-block-acf-tease-topic:first-child .tease-topic {
  padding-top: 20px; }

.tease-topic {
  padding: 56px 0; }
  @media (min-width: 1025px) {
    .tease-topic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 24px;
      gap: 24px;
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .tease-topic {
      grid-gap: 60px;
      gap: 60px; } }
  .tease-topic__image {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1025px) {
      .tease-topic__image {
        width: 100%;
        max-width: 270px;
        margin: 0 0 1.5em 0; } }
    @media (min-width: 1280px) {
      .tease-topic__image {
        max-width: 26%; } }
    @media (min-width: 1440px) {
      .tease-topic__image {
        margin: 0 0 3em 0; } }
    .tease-topic__image img {
      display: block;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .tease-topic__image img {
          height: auto;
          max-width: 100%;
          margin: 0; } }
  .tease-topic__title {
    color: #005888;
    color: var(--snfa-color-primary);
    text-align: center;
    margin: 0.8em 0 1em; }
    @media (min-width: 1025px) {
      .tease-topic__title {
        text-align: left;
        display: inline-block;
        margin: 0em 0 1em; } }
  .tease-topic__description > :first-child {
    margin-top: 0; }
  .tease-topic__description > :last-child {
    margin-bottom: 0; }
  .tease-topic__description ul li,
  .tease-topic__description ol li {
    margin: 0.5em 0; }
  .tease-topic__button {
    margin-top: 1.5em; }
    @media (min-width: 1025px) {
      .tease-topic__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2em; } }
    .tease-topic__button + .paragraphs__content__text {
      margin-top: 2em; }

.wp-block-acf-tease-topic + .wp-block-acf-tease-topics,
.wp-block-acf-tease-topics + .wp-block-acf-tease-topics {
  border-top: 1px solid #3e3d40;
  border-top: 1px solid var(--snfa-color-grey500); }

.tease-topics {
  padding: 56px 0; }
  @media (min-width: 1025px) {
    .tease-topics {
      padding: 70px 0; } }
  .tease-topics__title {
    color: #005888;
    color: var(--snfa-color-primary);
    text-align: center;
    margin: 0 0 1em; }
    @media (min-width: 1025px) {
      .tease-topics__title {
        text-align: left;
        display: inline-block;
        margin: 0 0 1.5em; } }
  .tease-topics__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 72px;
    gap: 72px; }
    @media (min-width: 1025px) {
      .tease-topics__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr); } }
  .tease-topics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tease-topics__item__description > :first-child {
      margin-top: 0; }
    .tease-topics__item__description > :last-child {
      margin-bottom: 1.5em; }
    .tease-topics__item__description ul li,
    .tease-topics__item__description ol li {
      margin: 0.5em 0; }
    .tease-topics__item__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 24px; }
      @media (min-width: 1025px) {
        .tease-topics__item__image {
          height: 170px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 1025px) {
        .tease-topics__item__image img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
    .tease-topics__item__button {
      justify-self: flex-end;
      margin-top: auto; }
      @media (min-width: 1025px) {
        .tease-topics__item__button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.wp-block-acf-cascading-subtopics {
  padding: 12px 0 24px; }
  @media (min-width: 768px) {
    .wp-block-acf-cascading-subtopics {
      padding: 28px 0 34px; } }

.cascading-subtopics {
  position: relative;
  min-height: 550px; }
  @media (min-width: 768px) {
    .cascading-subtopics {
      padding-top: 115px; } }
  .cascading-subtopics__image {
    display: none;
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .cascading-subtopics__image {
        display: block; } }
    .cascading-subtopics__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cascading-subtopics__cards {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 40px;
    gap: 40px; }
    @media (min-width: 1280px) {
      .cascading-subtopics__cards {
        grid-gap: 70px;
        gap: 70px; } }
  .cascading-subtopics .subtopic {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #248cd9;
    background-color: var(--snfa-color-primary-alt);
    overflow: visible;
    background-color: #248cd9;
    background-color: var(--snfa-color-primary-alt);
    color: #fff; }
    @media (min-width: 768px) {
      .cascading-subtopics .subtopic {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-right: 12px;
        margin-left: 12px; } }
    .cascading-subtopics .subtopic > * {
      position: relative;
      z-index: 2; }
    .cascading-subtopics .subtopic:before {
      content: "";
      display: block;
      width: calc(100% + 24px);
      height: calc(100% - 24px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      background-color: #248cd9;
      background-color: var(--snfa-color-primary-alt); }
      @media (min-width: 768px) {
        .cascading-subtopics .subtopic:before {
          width: calc(100% + 24px);
          height: calc(100% - 24px); } }
    .cascading-subtopics .subtopic__content {
      padding: 18px 20px 28px; }
      @media (min-width: 768px) {
        .cascading-subtopics .subtopic__content {
          padding: 20px 40px 30px; } }
      @media (min-width: 1440px) {
        .cascading-subtopics .subtopic__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-height: 376px; } }
    .cascading-subtopics .subtopic__title {
      margin: 0 0 20px;
      max-width: 90%; }
      @media (min-width: 768px) {
        .cascading-subtopics .subtopic__title {
          margin-bottom: 24px; } }
    .cascading-subtopics .subtopic__text {
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .cascading-subtopics .subtopic__text {
          margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .cascading-subtopics .subtopic__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: auto; } }
    .cascading-subtopics .subtopic__button a {
      color: #005888;
      color: var(--snfa-color-primary); }
      @media (min-width: 768px) {
        .cascading-subtopics .subtopic__button a {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          min-width: 270px; } }
      .cascading-subtopics .subtopic__button a:hover {
        color: #248cd9;
        color: var(--snfa-color-primary-alt); }
        .cascading-subtopics .subtopic__button a:hover path {
          stroke: #248cd9;
          stroke: var(--snfa-color-primary-alt); }
    .cascading-subtopics .subtopic__button path {
      stroke: #005888;
      stroke: var(--snfa-color-primary); }
  .cascading-subtopics .item-wrapper:nth-child(2n) .subtopic {
    background-color: #005888;
    background-color: var(--snfa-color-primary); }
    .cascading-subtopics .item-wrapper:nth-child(2n) .subtopic:before {
      background-color: #005888;
      background-color: var(--snfa-color-primary); }
  @media (min-width: 1440px) {
    .cascading-subtopics .item-wrapper {
      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;
      width: calc(50% - 35px); } }
  @media (min-width: 1440px) {
    .cascading-subtopics .is-cascading .item-wrapper:nth-child(2n) {
      -webkit-transform: translateY(60%);
          -ms-transform: translateY(60%);
              transform: translateY(60%); } }

.responsive-image .img {
  margin: 0 auto; }

@media (min-width: 768px) {
  .responsive-image .img-mobile {
    display: none; } }

.responsive-image .img-desktop {
  display: none; }
  @media (min-width: 768px) {
    .responsive-image .img-desktop {
      display: block; } }

.wp-block-acf-toolbox {
  border-top: 1px solid #707070;
  border-top: 1px solid var(--snfa-color-grey400); }

.wp-block-acf-spacer {
  width: 100%; }

.vertical-subtopics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
  padding: 12px 0 24px; }
  @media (min-width: 768px) {
    .vertical-subtopics {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: unset;
      width: 100%; } }
  @media (min-width: 1440px) {
    .vertical-subtopics {
      display: grid;
      width: 100%;
      grid-gap: 28px;
      gap: 28px;
      padding: 50px 0 24px; } }

@media (min-width: 768px) {
  .cta-vertical {
    width: calc(50% - 15px); } }

@media (min-width: 1025px) {
  .cta-vertical {
    width: calc(33.33% - 20px); } }

@media (min-width: 1440px) {
  .cta-vertical {
    width: 100%; }
    .cta-vertical:nth-child(2n-1) {
      margin-top: 87px; } }

.cta-vertical__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px 34px;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #005888;
  background-color: var(--snfa-color-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  position: relative;
  overflow: hidden; }
  .cta-vertical__card:after {
    content: "";
    height: calc(50% + 50px);
    width: calc(100% + 200px);
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -130px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    opacity: 0.5;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
  @media (min-width: 768px) {
    .cta-vertical__card {
      aspect-ratio: unset;
      height: 740px;
      max-height: 92dvh; } }
  @media (min-width: 1440px) {
    .cta-vertical__card {
      height: 740px;
      padding: 34px 20px; }
      .cta-vertical__card:after {
        height: calc(35% - 50px);
        -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-out;
        transition: opacity 0.1s, -webkit-transform 0.3s ease-out;
        transition: opacity 0.1s, transform 0.3s ease-out;
        transition: opacity 0.1s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }

.cta-vertical__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .cta-vertical__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }

.cta-vertical__title {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold; }
  @media (min-width: 1025px) {
    .cta-vertical__title {
      display: block;
      max-width: 97%;
      background-color: transparent;
      border: 0;
      color: #fff;
      font-size: 40px;
      line-height: 50px;
      font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: bold;
      padding: 0;
      overflow: visible; }
      .cta-vertical__title:hover {
        color: #fff; }
      .cta-vertical__title .button__arrow {
        display: none; } }
  @media (min-width: 1440px) {
    .cta-vertical__title {
      font-size: 50px;
      line-height: 60px; } }

.cta-vertical__button {
  display: none; }
  @media (min-width: 1440px) {
    .cta-vertical__button {
      margin-top: 38px;
      display: block; }
      .cta-vertical__button a {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 19px;
        grid-gap: 6px;
        gap: 6px; }
        .cta-vertical__button a .button__arrow svg {
          width: 27px;
          height: 12px; } }

.cta-vertical:hover .cta-vertical__card:after, .cta-vertical:focus .cta-vertical__card:after {
  -webkit-transform: translateY(-15px) translateX(-50%) scaleY(1.15);
      -ms-transform: translateY(-15px) translateX(-50%) scaleY(1.15);
          transform: translateY(-15px) translateX(-50%) scaleY(1.15);
  opacity: 0.8; }

.cta-vertical:hover .cta-vertical__card .cta-vertical__image img, .cta-vertical:focus .cta-vertical__card .cta-vertical__image img {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025); }

.cta-vertical:hover .cta-vertical__button a, .cta-vertical:focus .cta-vertical__button a {
  color: #248cd9;
  color: var(--snfa-color-primary-alt);
  border-color: #248cd9;
  border-color: var(--snfa-color-primary-alt); }
  .cta-vertical:hover .cta-vertical__button a svg path, .cta-vertical:focus .cta-vertical__button a svg path {
    stroke: #248cd9;
    stroke: var(--snfa-color-primary-alt); }

.cta-vertical .cta-vertical__card:focus:after {
  -webkit-transform: translateY(-15px) translateX(-50%) scaleY(1.15);
      -ms-transform: translateY(-15px) translateX(-50%) scaleY(1.15);
          transform: translateY(-15px) translateX(-50%) scaleY(1.15);
  opacity: 0.8; }

.cta-vertical .cta-vertical__card:focus .cta-vertical__image img {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025); }

.cta-vertical .cta-vertical__card:focus + .cta-vertical__button a {
  color: #248cd9;
  color: var(--snfa-color-primary-alt);
  border-color: #248cd9;
  border-color: var(--snfa-color-primary-alt); }
  .cta-vertical .cta-vertical__card:focus + .cta-vertical__button a svg path {
    stroke: #248cd9;
    stroke: var(--snfa-color-primary-alt); }

.horizontal-subtopics {
  display: grid;
  grid-gap: 25px;
  gap: 25px; }
  @media (min-width: 1025px) {
    .horizontal-subtopics {
      grid-gap: 50px;
      gap: 50px;
      padding: 30px 0 50px; } }
  @media (min-width: 1440px) {
    .horizontal-subtopics {
      grid-gap: 80px;
      gap: 80px; } }

.cta-horizontal {
  position: relative;
  text-decoration: none;
  position: relative;
  overflow: hidden; }
  .cta-horizontal:after {
    content: "";
    height: calc(50% + 50px);
    width: calc(100% + 200px);
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -130px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    opacity: 0.5;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
  @media (min-width: 1025px) {
    .cta-horizontal {
      width: calc(100% - 50px);
      min-height: 280px; }
      .cta-horizontal:nth-child(2n) {
        margin-left: auto; } }
  @media (min-width: 1280px) {
    .cta-horizontal {
      width: 91.6%; } }
  @media (max-width: 1024.98px) {
    .cta-horizontal:after {
      height: calc(100% + 50px);
      width: 100%;
      left: 10%;
      bottom: unset;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .cta-horizontal__content {
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    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;
    grid-gap: 10px;
    gap: 10px;
    position: relative;
    z-index: 2;
    padding: clamp(18px, 4.5dvw, 50px) 0; }
    @media (min-width: 576px) {
      .cta-horizontal__content {
        max-width: 480px; } }
    @media (min-width: 768px) {
      .cta-horizontal__content {
        max-width: calc(100% - 32px); } }
    @media (min-width: 1280px) {
      .cta-horizontal__content {
        max-width: 960px; } }
    @media (min-width: 1280px) {
      .cta-horizontal__content {
        max-width: 1024px; } }
    @media (min-width: 1680px) {
      .cta-horizontal__content {
        max-width: 1364px; } }
    @media (min-width: 1025px) {
      .cta-horizontal__content {
        max-width: unset;
        width: 100%;
        height: 100%;
        padding: 34px 42px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        grid-gap: 60px;
        gap: 60px; } }
    @media (min-width: 1440px) {
      .cta-horizontal__content {
        grid-gap: 95px;
        gap: 95px; } }
  .cta-horizontal__title {
    margin: 0;
    color: #fff; }
  .cta-horizontal__button .content-button {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    @media (max-width: 1024.98px) {
      .cta-horizontal__button .content-button {
        background-color: #fff;
        color: #005888;
        color: var(--snfa-color-primary); }
        .cta-horizontal__button .content-button svg path {
          stroke: #005888;
          stroke: var(--snfa-color-primary); } }
    @media (max-width: 575.98px) {
      .cta-horizontal__button .content-button {
        padding: 14px 9px; }
        .cta-horizontal__button .content-button .button__arrow svg {
          width: 17px;
          height: 7px; } }
    @media (min-width: 1025px) {
      .cta-horizontal__button .content-button {
        padding-left: 18px;
        padding-right: 18px;
        min-height: 50px; } }
  .cta-horizontal__button .button__text {
    display: none; }
  .cta-horizontal__image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1; }
    .cta-horizontal__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .cta-horizontal:hover:after, .cta-horizontal:focus:after {
    opacity: 0.75; }
  .cta-horizontal:hover .cta-horizontal__image img, .cta-horizontal:focus .cta-horizontal__image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .cta-horizontal:hover .content-button, .cta-horizontal:focus .content-button {
    border-color: #005888;
    border-color: var(--snfa-color-primary);
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    color: #fff; }
    .cta-horizontal:hover .content-button svg path, .cta-horizontal:focus .content-button svg path {
      stroke: #fff; }
    @media (min-width: 1025px) {
      .cta-horizontal:hover .content-button, .cta-horizontal:focus .content-button {
        border-color: #fff;
        background-color: transparent;
        color: #fff;
        -webkit-transform: translateX(4%);
            -ms-transform: translateX(4%);
                transform: translateX(4%); }
        .cta-horizontal:hover .content-button svg path, .cta-horizontal:focus .content-button svg path {
          stroke: #fff; } }
    @media (min-width: 1280px) {
      .cta-horizontal:hover .content-button .button__text, .cta-horizontal:focus .content-button .button__text {
        display: block; } }

.wp-block-acf-stack-section {
  padding: 25px 0 50px; }
  @media (min-width: 1280px) {
    .wp-block-acf-stack-section {
      padding: 80px 0 80px; } }

.stack-section__image {
  height: 480px;
  position: relative;
  overflow: hidden; }
  .stack-section__image:after {
    content: "";
    height: calc(50% + 50px);
    width: calc(100% + 200px);
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -130px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    opacity: 0.5;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
  @media (min-width: 1680px) {
    .stack-section__image {
      height: 580px; }
      .stack-section__image:after {
        height: calc(25% + 50px); } }
  .stack-section__image:before {
    content: "";
    position: absolute;
    z-index: 2;
    height: 50px;
    width: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 88, 136, 0)), to(#005888));
    background: linear-gradient(rgba(0, 88, 136, 0), #005888);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 88, 136, 0)), to(var(--snfa-color-primary)));
    background: linear-gradient(rgba(0, 88, 136, 0), var(--snfa-color-primary)); }
  .stack-section__image:after {
    opacity: 1;
    bottom: -50px;
    z-index: 3; }
  .stack-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.stack-section.has-image .stack-section__content {
  padding-top: 8px; }
  .stack-section.has-image .stack-section__content .content-wrap {
    margin-top: -35px; }

.stack-section__content {
  position: relative;
  z-index: 4;
  background-color: #005888;
  background-color: var(--snfa-color-primary);
  padding: 40px 0 48px; }
  @media (min-width: 1025px) {
    .stack-section__content {
      padding: 64px 0 78px; } }
  .stack-section__content .content-wrap {
    color: #fff; }
  .stack-section__content__title {
    margin: 0; }
  .stack-section__content__description {
    font-weight: bold;
    line-height: 1.5em;
    margin: 22px 0 0; }
    @media (min-width: 1280px) {
      .stack-section__content__description {
        margin-top: 55px; } }
    .stack-section__content__description p {
      margin: 0; }
  .stack-section__content__buttons {
    display: grid;
    grid-gap: 25px;
    gap: 25px;
    padding-top: 25px; }
    @media (min-width: 768px) {
      .stack-section__content__buttons {
        padding-top: 50px; } }
    @media (min-width: 1025px) {
      .stack-section__content__buttons {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1440px) {
      .stack-section__content__buttons {
        padding-top: 64px;
        grid-row-gap: 50px;
        row-gap: 50px;
        grid-template-columns: repeat(4, 1fr); } }
  .stack-section__content__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .stack-section__content__button-wrap .stack-trigger {
      min-height: 85px;
      width: 100%; }
      .stack-section__content__button-wrap .stack-trigger, .stack-section__content__button-wrap .stack-trigger:visited {
        color: #ff9300;
        color: var(--snfa-color-secondary-alt); }
      .stack-section__content__button-wrap .stack-trigger svg path {
        stroke: #ff9300;
        stroke: var(--snfa-color-secondary-alt); }
      .stack-section__content__button-wrap .stack-trigger:hover, .stack-section__content__button-wrap .stack-trigger:focus {
        color: #fff;
        outline: 0; }
        .stack-section__content__button-wrap .stack-trigger:hover, .stack-section__content__button-wrap .stack-trigger:hover:before, .stack-section__content__button-wrap .stack-trigger:focus, .stack-section__content__button-wrap .stack-trigger:focus:before {
          background-color: #ff9300;
          background-color: var(--snfa-color-secondary-alt); }
        .stack-section__content__button-wrap .stack-trigger:hover svg path, .stack-section__content__button-wrap .stack-trigger:focus svg path {
          stroke: #fff; }

.stack-popin {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none; }
  .stack-popin__overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  .stack-popin__window {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
    width: calc(100% - 35px);
    height: 100%;
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    color: #fff;
    pointer-events: all;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    @media (min-width: 576px) {
      .stack-popin__window {
        width: calc(100% - 50px); } }
    @media (min-width: 1025px) {
      .stack-popin__window {
        width: calc(100% - 100px); } }
    @media (min-width: 1440px) {
      .stack-popin__window {
        width: calc(100% - 280px); } }
  .stack-popin__scrollable {
    height: 100%;
    overflow-y: auto;
    padding: 108px 0 50px; }
    @media (min-width: 768px) {
      .stack-popin__scrollable {
        padding-bottom: 80px; } }
  .stack-popin__close-button {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99; }
    @media (min-width: 1025px) {
      .stack-popin__close-button {
        top: 40px;
        left: 50px; } }
  .stack-popin__title {
    opacity: 0;
    position: relative;
    left: -50px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    margin-top: 0;
    text-transform: uppercase; }
  .stack-popin__content > *, .stack-popin__title {
    margin-left: 25px;
    margin-right: 25px; }
    @media (min-width: 576px) {
      .stack-popin__content > *, .stack-popin__title {
        margin-left: 50px;
        margin-right: 50px; } }
    @media (min-width: 768px) {
      .stack-popin__content > *, .stack-popin__title {
        margin-left: 90px;
        margin-right: 90px; } }
    @media (min-width: 1025px) {
      .stack-popin__content > *, .stack-popin__title {
        margin-left: 114px;
        margin-right: 114px; } }
    @media (min-width: 1440px) {
      .stack-popin__content > *, .stack-popin__title {
        margin-left: 140px;
        margin-right: 140px; } }
  .stack-popin__content {
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
    .stack-popin__content .content-title {
      font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
      text-transform: uppercase;
      margin-top: 0;
      /*
			@include media-breakpoint-up(md) {
				font-size: 28px;
			}
			*/ }
    .stack-popin__content .content-text {
      font-weight: 400;
      line-height: 1.5em; }
    .stack-popin__content .content-image {
      margin-top: 2em;
      margin-bottom: 2em; }
      .stack-popin__content .content-image.is-desktop {
        display: none; }
        @media (min-width: 768px) {
          .stack-popin__content .content-image.is-desktop {
            display: block; } }
      .stack-popin__content .content-image.is-mobile {
        margin-left: 0;
        margin-right: 0; }
        @media (min-width: 768px) {
          .stack-popin__content .content-image.is-mobile {
            display: none; } }
      .stack-popin__content .content-image img {
        display: block; }
  .stack-popin.is-active {
    pointer-events: all; }
    .stack-popin.is-active .stack-popin__overlay {
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .stack-popin.is-active .stack-popin__window {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition-delay: 0.05s;
              transition-delay: 0.05s; }
    .stack-popin.is-active .stack-popin__title {
      opacity: 1;
      -webkit-transform: translateX(50px);
          -ms-transform: translateX(50px);
              transform: translateX(50px); }
    .stack-popin.is-active .stack-popin__content {
      opacity: 1;
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px); }

.site-wrapper {
  -webkit-transition: -webkit-transform 0.4s ease-out, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease-out, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease-out, filter 0.4s ease;
  transition: transform 0.4s ease-out, filter 0.4s ease, -webkit-transform 0.4s ease-out, -webkit-filter 0.4s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

body.has-popin-active {
  overflow: hidden; }
  body.has-popin-active .site-wrapper {
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
    -webkit-filter: blur(3px);
            filter: blur(3px); }

.image-links {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 1025px) {
    .image-links {
      padding-bottom: 120px; } }
  .image-links__title {
    color: #248cd9;
    color: var(--snfa-color-primary-alt);
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 1.13; }
    @media (min-width: 1025px) {
      .image-links__title {
        margin-bottom: 45px; } }
    @media (min-width: 768px) {
      .image-links__title {
        font-size: 45px;
        line-height: 1.2; } }
  .image-links__buttons {
    display: grid;
    grid-gap: 25px;
    gap: 25px; }
    @media (min-width: 1025px) {
      .image-links__buttons {
        grid-gap: 50px;
        gap: 50px; } }
    @media (min-width: 1280px) {
      .image-links__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .image-links__buttons .image-link img {
          display: block;
          height: auto;
          max-height: 100%; }
        .image-links__buttons .image-links__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-height: 120px; } }

.cta-news {
  position: relative;
  overflow: hidden; }
  .cta-news__main-wrapper {
    position: relative;
    z-index: 3; }
  .cta-news__image {
    display: none; }
    .cta-news__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 1280px) {
      .cta-news__image {
        display: block;
        position: absolute;
        width: 71%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; } }
    @media (min-width: 1680px) {
      .cta-news__image {
        width: 80%; } }
  @media (min-width: 1280px) {
    .cta-news__section {
      height: 100%; } }
  .cta-news__section__content {
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: none;
    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;
    grid-gap: 4px;
    gap: 4px;
    padding: clamp(18px, 4.5dvw, 60px) 0; }
    @media (min-width: 576px) {
      .cta-news__section__content {
        max-width: 480px; } }
    @media (min-width: 768px) {
      .cta-news__section__content {
        max-width: calc(100% - 32px); } }
    @media (min-width: 1280px) {
      .cta-news__section__content {
        max-width: 960px; } }
    @media (min-width: 1280px) {
      .cta-news__section__content {
        max-width: 1024px; } }
    @media (min-width: 1680px) {
      .cta-news__section__content {
        max-width: 1364px; } }
    @media (min-width: 768px) {
      .cta-news__section__content {
        grid-gap: 14px;
        gap: 14px; } }
    @media (min-width: 1280px) {
      .cta-news__section__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        max-width: unset;
        width: 100%;
        height: 100%;
        min-height: 244px;
        margin: 0;
        padding: 40px 0; } }
    @media (min-width: 1440px) {
      .cta-news__section__content {
        padding: 48px 0 40px; } }
    .cta-news__section__content .title {
      margin: 0; }
    @media (min-width: 1280px) {
      .cta-news__section__content__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .cta-news__section__content__button .content-button {
      border-color: #fff; }
      @media (min-width: 1280px) {
        .cta-news__section__content__button .content-button {
          height: 48px; } }
      .cta-news__section__content__button .content-button, .cta-news__section__content__button .content-button:visited {
        color: #fff; }
      .cta-news__section__content__button .content-button .button__arrow path {
        stroke: #fff; }
      @media (max-width: 1279.98px) {
        .cta-news__section__content__button .content-button {
          padding: 17px; } }
      @media (max-width: 575.98px) {
        .cta-news__section__content__button .content-button {
          padding: 14px 9px; }
          .cta-news__section__content__button .content-button .button__arrow svg {
            width: 17px;
            height: 7px; } }
    .cta-news__section__content:hover .content-button, .cta-news__section__content:focus .content-button {
      border-color: #fff;
      background-color: #fff;
      color: #ed862c;
      color: var(--snfa-color-secondary); }
      .cta-news__section__content:hover .content-button .button__arrow path, .cta-news__section__content:focus .content-button .button__arrow path {
        stroke: #ed862c;
        stroke: var(--snfa-color-secondary); }
  .cta-news__section:first-child {
    color: #ed862c;
    color: var(--snfa-color-secondary); }
    @media (min-width: 1280px) {
      .cta-news__section:first-child .cta-news__section__content {
        width: 90%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 35%;
        padding-top: 30px; } }
  @media (min-width: 1280px) and (min-width: 576px) {
    .cta-news__section:first-child .cta-news__section__content {
      max-width: 480px; } }
  @media (min-width: 1280px) and (min-width: 768px) {
    .cta-news__section:first-child .cta-news__section__content {
      max-width: calc(100% - 32px); } }
  @media (min-width: 1280px) and (min-width: 1280px) {
    .cta-news__section:first-child .cta-news__section__content {
      max-width: 960px; } }
  @media (min-width: 1280px) and (min-width: 1280px) {
    .cta-news__section:first-child .cta-news__section__content {
      max-width: 1024px; } }
  @media (min-width: 1280px) and (min-width: 1680px) {
    .cta-news__section:first-child .cta-news__section__content {
      max-width: 1364px; } }
    .cta-news__section:first-child .cta-news__section__content .title {
      font-size: 22px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .cta-news__section:first-child .cta-news__section__content .title {
          font-size: 30px;
          line-height: 34px; } }
      @media (min-width: 1025px) {
        .cta-news__section:first-child .cta-news__section__content .title {
          font-size: 38px;
          line-height: 46px; } }
      @media (min-width: 1280px) {
        .cta-news__section:first-child .cta-news__section__content .title {
          font-size: 60px;
          line-height: 72px;
          color: #fff; } }
    .cta-news__section:first-child .cta-news__section__content__button .content-button {
      border-color: #ed862c;
      border-color: var(--snfa-color-secondary); }
      .cta-news__section:first-child .cta-news__section__content__button .content-button, .cta-news__section:first-child .cta-news__section__content__button .content-button:visited {
        color: #ed862c;
        color: var(--snfa-color-secondary); }
      .cta-news__section:first-child .cta-news__section__content__button .content-button .button__arrow path {
        stroke: #ed862c;
        stroke: var(--snfa-color-secondary); }
      @media (min-width: 1280px) {
        .cta-news__section:first-child .cta-news__section__content__button .content-button {
          border: 0px;
          background-color: #fff; } }
      .cta-news__section:first-child .cta-news__section__content__button .content-button .button__text {
        display: none; }
        @media (min-width: 1280px) {
          .cta-news__section:first-child .cta-news__section__content__button .content-button .button__text {
            display: block; } }
    .cta-news__section:first-child .cta-news__section__content:hover .content-button, .cta-news__section:first-child .cta-news__section__content:focus .content-button {
      border-color: #ed862c;
      border-color: var(--snfa-color-secondary);
      background-color: #ed862c;
      background-color: var(--snfa-color-secondary);
      color: #fff; }
      .cta-news__section:first-child .cta-news__section__content:hover .content-button .button__arrow path, .cta-news__section:first-child .cta-news__section__content:focus .content-button .button__arrow path {
        stroke: #fff; }
  .cta-news__section:nth-child(2) {
    background-color: #ed862c;
    background-color: var(--snfa-color-secondary);
    color: #fff; }
    @media (min-width: 1280px) {
      .cta-news__section:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 30%;
        z-index: 2; }
        .cta-news__section:nth-child(2)::before {
          content: "";
          display: block;
          height: 200%;
          width: 30%;
          background: #ed862c;
          background: var(--snfa-color-secondary);
          position: absolute;
          right: 85%;
          top: 50%;
          z-index: 1;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    @media (min-width: 1680px) {
      .cta-news__section:nth-child(2) {
        width: 27%; } }
    .cta-news__section:nth-child(2) .title {
      margin-bottom: 6px; }
      .cta-news__section:nth-child(2) .title br {
        display: none; }
        @media (min-width: 1280px) {
          .cta-news__section:nth-child(2) .title br {
            display: block; } }
    @media (min-width: 1280px) {
      .cta-news__section:nth-child(2) .cta-news__section__content {
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
        z-index: 2; } }
    @media (min-width: 1440px) {
      .cta-news__section:nth-child(2) .cta-news__section__content {
        padding-right: 20px;
        padding-left: 0; } }
    @media (min-width: 1680px) {
      .cta-news__section:nth-child(2) .cta-news__section__content {
        padding-right: 50px;
        padding-left: 40px; } }
    @media (min-width: 1280px) {
      .cta-news__section:nth-child(2) .cta-news__section__content__button .content-button {
        padding: 17px; } }

.cta-cards {
  display: grid;
  grid-gap: 25px;
  gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (min-width: 1280px) {
    .cta-cards {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (min-width: 1440px) {
    .cta-cards {
      grid-gap: 46px;
      gap: 46px; } }

.cta-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  padding: clamp(18px, 4.5dvw, 50px) 0; }
  .cta-card:after {
    content: "";
    height: calc(50% + 50px);
    width: calc(100% + 200px);
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -130px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #005888;
    background-color: var(--snfa-color-primary);
    opacity: 0.5;
    -webkit-filter: blur(50px);
            filter: blur(50px); }
  @media (min-width: 1280px) {
    .cta-card {
      padding: 36px 50px 36px 56px; } }
  .cta-card:after {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    bottom: unset;
    top: 50%;
    height: calc(110% + 50px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 1280px) {
      .cta-card:after {
        width: calc(50% + 50px);
        left: 25%; } }
  .cta-card__content {
    position: relative;
    z-index: 2;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .cta-card__content {
        max-width: 480px; } }
    @media (min-width: 768px) {
      .cta-card__content {
        max-width: calc(100% - 32px); } }
    @media (min-width: 1280px) {
      .cta-card__content {
        max-width: 960px; } }
    @media (min-width: 1280px) {
      .cta-card__content {
        max-width: 1024px; } }
    @media (min-width: 1680px) {
      .cta-card__content {
        max-width: 1364px; } }
    @media (min-width: 1280px) {
      .cta-card__content {
        display: grid; } }
  .cta-card__title {
    margin: 0; }
    @media (min-width: 1280px) {
      .cta-card__title {
        margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .cta-card__button .content-button {
      padding: 14px 9px; }
      .cta-card__button .content-button .button__arrow svg {
        width: 17px;
        height: 7px; } }
  .cta-card__button .button__text {
    display: none; }
    @media (min-width: 768px) {
      .cta-card__button .button__text {
        display: block; } }
  .cta-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .cta-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .cta-card:hover::after, .cta-card:focus::after {
    opacity: 0.8; }
  .cta-card:hover .cta-card__image img, .cta-card:focus .cta-card__image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .cta-card:hover .content-button, .cta-card:focus .content-button {
    border-color: #fff;
    background-color: #fff;
    color: #005888;
    color: var(--snfa-color-primary); }
    .cta-card:hover .content-button .button__arrow path, .cta-card:focus .content-button .button__arrow path {
      stroke: #005888;
      stroke: var(--snfa-color-primary); }

.wp-block-acf-alutheque-hub {
  padding-top: 30px;
  padding-bottom: 15px; }
  @media (min-width: 1025px) {
    .wp-block-acf-alutheque-hub {
      padding-top: 34px;
      padding-bottom: 50px; } }

.alutheque-hub {
  position: relative;
  background-color: #005888;
  background-color: var(--snfa-color-primary);
  color: #fff;
  overflow: hidden; }
  .alutheque-hub__image {
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .alutheque-hub__image {
        aspect-ratio: 2/1; } }
    @media (min-width: 1025px) {
      .alutheque-hub__image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        aspect-ratio: unset; } }
    .alutheque-hub__image:before {
      content: "";
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #000;
      opacity: 0.2; }
      @media (min-width: 1025px) {
        .alutheque-hub__image:before {
          display: block; } }
    .alutheque-hub__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .alutheque-hub__content {
    position: relative;
    overflow: hidden;
    z-index: 2;
    overflow: visible;
    margin-top: -15px;
    padding-bottom: 35px; }
    .alutheque-hub__content:after {
      content: "";
      height: calc(50% + 50px);
      width: calc(100% + 200px);
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: -130px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #005888;
      background-color: var(--snfa-color-primary);
      opacity: 0.5;
      -webkit-filter: blur(50px);
              filter: blur(50px); }
    @media (min-width: 1025px) {
      .alutheque-hub__content {
        margin-top: 0;
        padding: 104px 0; } }
    .alutheque-hub__content:before {
      content: "";
      display: block;
      width: 100%;
      height: 70px;
      position: absolute;
      bottom: calc(100% - 15px);
      left: 0;
      z-index: 1;
      background: #005888;
      background: -webkit-gradient(linear, left bottom, left top, from(#005888), color-stop(50%, rgba(0, 88, 136, 0.8)), to(rgba(0, 88, 136, 0)));
      background: linear-gradient(0deg, #005888 0%, rgba(0, 88, 136, 0.8) 50%, rgba(0, 88, 136, 0) 100%); }
      @media (min-width: 1025px) {
        .alutheque-hub__content:before {
          display: none; } }
    .alutheque-hub__content:after {
      bottom: unset;
      top: -120px;
      height: 100%;
      z-index: 2;
      opacity: 1; }
      @media (min-width: 1025px) {
        .alutheque-hub__content:after {
          height: calc(100% + 200px);
          width: calc(50% + 50px);
          top: 50%;
          left: 20%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .alutheque-hub__content .content-wrapper {
      position: relative;
      z-index: 3; }
  .alutheque-hub__title {
    margin: 0 0 28px;
    line-height: 1.2em; }
    @media (min-width: 1025px) {
      .alutheque-hub__title {
        margin-bottom: 62px;
        font-size: 57px;
        max-width: 750px; } }
  .alutheque-hub__buttons {
    display: grid;
    grid-gap: 32px;
    gap: 32px; }
    @media (min-width: 1025px) {
      .alutheque-hub__buttons {
        max-width: 315px; } }
    .alutheque-hub__buttons a {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 23px;
      padding-right: 10px;
      grid-column-gap: 14px;
      -webkit-column-gap: 14px;
         -moz-column-gap: 14px;
              column-gap: 14px; }
      @media (min-width: 768px) {
        .alutheque-hub__buttons a {
          padding-right: 17px; } }

.cta-search-cie {
  padding: 10px 0 24px; }
  .cta-search-cie__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cta-search-cie__buttons {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 25px;
    gap: 25px;
    margin-bottom: 33px; }
    @media (min-width: 1025px) {
      .cta-search-cie__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 63px;
        grid-row-gap: 63px;
        row-gap: 63px; } }
  @media (min-width: 1025px) {
    .cta-search-cie__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: calc(50% - 30px);
      padding-top: 10px; } }
  @media (min-width: 1280px) {
    .cta-search-cie__button {
      width: calc(33.33% - 21px); }
      .cta-search-cie__button:nth-child(5n) {
        margin-right: 10px; }
      .cta-search-cie__button:nth-child(5n-1) {
        margin-left: 10px; } }
  .cta-search-cie__button input:checked + .category-button, .cta-search-cie__button input:checked + .category-button:before {
    background-color: #ed862c;
    background-color: var(--snfa-color-secondary); }
  .cta-search-cie .category-button {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #248cd9;
    background-color: var(--snfa-color-primary-alt);
    overflow: visible;
    color: #fff;
    min-height: 100px;
    width: 100%;
    max-width: 348px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .cta-search-cie .category-button {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-right: 12px;
        margin-left: 12px; } }
    .cta-search-cie .category-button > * {
      position: relative;
      z-index: 2; }
    .cta-search-cie .category-button:before {
      content: "";
      display: block;
      width: calc(100% + 24px);
      height: calc(100% - 24px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      background-color: #248cd9;
      background-color: var(--snfa-color-primary-alt); }
      @media (min-width: 768px) {
        .cta-search-cie .category-button:before {
          width: calc(100% + 24px);
          height: calc(100% - 24px); } }
    .cta-search-cie .category-button:hover, .cta-search-cie .category-button:hover:before, .cta-search-cie .category-button:focus, .cta-search-cie .category-button:focus:before {
      background-color: #005888;
      background-color: var(--snfa-color-primary); }
    .cta-search-cie .category-button .button__icon {
      height: 45px; }
    .cta-search-cie .category-button .button__text {
      padding: 0 8px;
      font-size: 20px;
      line-height: 1.11em;
      text-align: center; }
    .cta-search-cie .category-button .button__arrow {
      display: none; }
    .cta-search-cie .category-button--facaces .button__text {
      font-size: 18px; }
    .cta-search-cie .category-button--facaces .button__icon {
      width: 60px;
      height: 54px; }
    .cta-search-cie .category-button--concepteurs-gammistes .button__text {
      font-size: 18px; }
    .cta-search-cie .category-button--concepteurs-gammistes .button__icon {
      width: 52px;
      height: 44px; }
    .cta-search-cie .category-button--cloisons-aluminium .button__icon {
      width: 44px;
      height: 48px; }
    .cta-search-cie .category-button--garde-corps .button__text {
      font-size: 19px; }
    .cta-search-cie .category-button--garde-corps .button__icon {
      width: 65px;
      height: 42px; }
    .cta-search-cie .category-button--fenetres-et-portes .button__icon {
      width: 105px;
      height: 40px; }
    .cta-search-cie .category-button--verandas-et-pergolas .button__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 10px;
      gap: 10px; }
    .cta-search-cie .category-button--verandas-et-pergolas .button__icon {
      width: 166px;
      height: 37px; }
    .cta-search-cie .category-button--consultants-associes .button__text {
      font-size: 18px; }
    .cta-search-cie .category-button--consultants-associes .button__icon {
      height: 42px;
      width: 40px; }
    .cta-search-cie .category-button--fournisseurs-associes .button__text {
      font-size: 18px; }

.section-initiative {
  background-color: #005888;
  background-color: var(--snfa-color-primary);
  color: #fff;
  padding: 35px 0 50px;
  margin-bottom: 1px; }
  @media (min-width: 1025px) {
    .section-initiative {
      padding: 108px 0 106px; } }
  @media (min-width: 768px) {
    .section-initiative__content {
      width: calc(80% - 64px);
      margin-left: auto;
      margin-right: auto; } }
  .section-initiative__title {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
    grid-gap: 14px;
    gap: 14px; }
    @media (min-width: 1025px) {
      .section-initiative__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px; } }
    @media (min-width: 1280px) {
      .section-initiative__title {
        grid-gap: 40px;
        gap: 40px; } }
  .section-initiative__description {
    font-weight: bold; }
    @media (min-width: 768px) {
      .section-initiative__description {
        line-height: 1.5em; } }
  .section-initiative .content-title {
    text-align: center; }
    @media (min-width: 768px) {
      .section-initiative .content-title {
        font-size: 57px; } }
    @media (min-width: 1025px) {
      .section-initiative .content-title {
        text-align: left; } }
  .section-initiative .content-logo {
    display: block;
    max-width: 250px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .section-initiative .content-logo {
        margin: 0; } }

.labelled-companies {
  padding: 12px 0; }

.labels-form__header {
  display: grid;
  grid-gap: 18px;
  gap: 18px; }
  @media (min-width: 768px) {
    .labels-form__header {
      grid-gap: 24px;
      gap: 24px; } }
  @media (min-width: 1440px) {
    .labels-form__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 4.7dvw;
      gap: 4.7dvw; } }
  .labels-form__header__title {
    color: #005888;
    color: var(--snfa-color-primary);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    @media (min-width: 768px) {
      .labels-form__header__title {
        text-transform: uppercase; } }
  .labels-form__header__filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    gap: 10px; }
    @media (min-width: 768px) {
      .labels-form__header__filters {
        grid-gap: 56px;
        gap: 56px; } }
    @media (min-width: 1025px) {
      .labels-form__header__filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .labels-form__header__orderby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 6px;
    gap: 6px; }
    @media (min-width: 1025px) {
      .labels-form__header__orderby {
        display: none; } }
    .labels-form__header__orderby .orderby-title {
      font-family: "Barlow Condensed", "Arial", -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #248cd9;
      color: var(--snfa-color-primary-alt); }
    .labels-form__header__orderby select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 15px;
      font-weight: bold;
      color: #005888;
      color: var(--snfa-color-primary);
      padding: 2px 12px;
      border: 1px solid #248cd9;
      border: 1px solid var(--snfa-color-primary-alt); }
      .labels-form__header__orderby select::-ms-expand {
        display: none; }
      .labels-form__header__orderby select option {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 1px solid #248cd9;
        border: 1px solid var(--snfa-color-primary-alt);
        background-color: #e2f3ff;
        padding: 1em 19px;
        font-size: 15px;
        line-height: 32px;
        font-weight: bold; }

@media (min-width: 576px) {
  .labels-form button[type="submit"] {
    display: none; } }

.label-filter {
  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;
  padding: 19px 25px 18px 14px;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  grid-gap: 21px;
  gap: 21px; }
  @media (min-width: 1025px) {
    .label-filter {
      padding: 0;
      border: 0; } }
  .label-filter__fake-checkbox {
    position: relative;
    display: none;
    width: 30px;
    height: 30px;
    border: 2px solid #005888;
    border: 2px solid var(--snfa-color-primary); }
    .label-filter__fake-checkbox:after {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4K);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .label-filter__fake-checkbox {
        display: block; } }
  .label-filter__image {
    width: 100%;
    max-width: 137px; }
  .label-filter:hover .label-filter__fake-checkbox {
    border-color: #248cd9;
    border-color: var(--snfa-color-primary-alt); }

.label-filter-input:checked + .label-filter {
  border-color: #248cd9;
  border-color: var(--snfa-color-primary-alt); }
  .label-filter-input:checked + .label-filter .label-filter__fake-checkbox {
    background-color: #005888;
    background-color: var(--snfa-color-primary); }
  .label-filter-input:checked + .label-filter:hover .label-filter__fake-checkbox {
    border-color: #005888;
    border-color: var(--snfa-color-primary); }

table.custom-dataTable {
  color: #707070;
  color: var(--snfa-color-grey400); }
  table.custom-dataTable, table.custom-dataTable.dataTable {
    border-spacing: 0 6px; }
    table.custom-dataTable > thead, table.custom-dataTable.dataTable > thead {
      display: none; }
      @media (min-width: 1025px) {
        table.custom-dataTable > thead, table.custom-dataTable.dataTable > thead {
          display: table-header-group; } }
      table.custom-dataTable > thead > tr > th,
      table.custom-dataTable > thead > tr > td, table.custom-dataTable.dataTable > thead > tr > th,
      table.custom-dataTable.dataTable > thead > tr > td {
        border: 0;
        border-left: 1px solid #fff;
        background-color: #248cd9;
        background-color: var(--snfa-color-primary-alt);
        color: #fff;
        padding: 10px; }
        @media (min-width: 1280px) {
          table.custom-dataTable > thead > tr > th,
          table.custom-dataTable > thead > tr > td, table.custom-dataTable.dataTable > thead > tr > th,
          table.custom-dataTable.dataTable > thead > tr > td {
            padding: 12px 16px; } }
        @media (min-width: 1440px) {
          table.custom-dataTable > thead > tr > th,
          table.custom-dataTable > thead > tr > td, table.custom-dataTable.dataTable > thead > tr > th,
          table.custom-dataTable.dataTable > thead > tr > td {
            padding: 13px 20px; } }
        table.custom-dataTable > thead > tr > th:first-child,
        table.custom-dataTable > thead > tr > td:first-child, table.custom-dataTable.dataTable > thead > tr > th:first-child,
        table.custom-dataTable.dataTable > thead > tr > td:first-child {
          border-left-width: 0; }
        table.custom-dataTable > thead > tr > th:hover,
        table.custom-dataTable > thead > tr > td:hover, table.custom-dataTable.dataTable > thead > tr > th:hover,
        table.custom-dataTable.dataTable > thead > tr > td:hover {
          background-color: #207ec3; }
    @media (max-width: 1024.98px) {
      table.custom-dataTable > tbody > tr > td:first-child:not(.child), table.custom-dataTable.dataTable > tbody > tr > td:first-child:not(.child) {
        background-color: #248cd9;
        background-color: var(--snfa-color-primary-alt);
        color: #fff;
        text-align: center;
        font-weight: bold; } }
    @media (min-width: 1025px) {
      table.custom-dataTable > tbody > tr > td, table.custom-dataTable.dataTable > tbody > tr > td {
        border: 1px solid #707070;
        border: 1px solid var(--snfa-color-grey400);
        border-left-width: 0;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding: 10px; }
        table.custom-dataTable > tbody > tr > td:first-child, table.custom-dataTable.dataTable > tbody > tr > td:first-child {
          border-left-width: 1px; } }
    @media (min-width: 1280px) {
      table.custom-dataTable > tbody > tr > td, table.custom-dataTable.dataTable > tbody > tr > td {
        padding: 14px; } }
    @media (min-width: 1440px) {
      table.custom-dataTable > tbody > tr > td, table.custom-dataTable.dataTable > tbody > tr > td {
        padding: 14px 22px; } }
    table.custom-dataTable > tbody > tr > td.entreprise--name a, table.custom-dataTable.dataTable > tbody > tr > td.entreprise--name a {
      font-weight: bold;
      text-decoration: none; }
    @media (min-width: 768px) {
      table.custom-dataTable > tbody > tr:first-child > td, table.custom-dataTable.dataTable > tbody > tr:first-child > td {
        border-top: 1px solid #707070;
        border-top: 1px solid var(--snfa-color-grey400); } }
    table.custom-dataTable > tbody > tr.child, table.custom-dataTable.dataTable > tbody > tr.child {
      color: #005888;
      color: var(--snfa-color-primary); }
      table.custom-dataTable > tbody > tr.child:hover > *, table.custom-dataTable.dataTable > tbody > tr.child:hover > * {
        -webkit-box-shadow: none;
                box-shadow: none; }
      table.custom-dataTable > tbody > tr.child > td, table.custom-dataTable.dataTable > tbody > tr.child > td {
        border: 0;
        padding: 0 0 10px; }
        table.custom-dataTable > tbody > tr.child > td > ul, table.custom-dataTable.dataTable > tbody > tr.child > td > ul {
          width: 100%; }
          table.custom-dataTable > tbody > tr.child > td > ul > li, table.custom-dataTable.dataTable > tbody > tr.child > td > ul > li {
            display: grid;
            grid-template-columns: 45% auto;
            grid-gap: 10px;
            gap: 10px; }
            table.custom-dataTable > tbody > tr.child > td > ul > li, table.custom-dataTable > tbody > tr.child > td > ul > li:last-child, table.custom-dataTable.dataTable > tbody > tr.child > td > ul > li, table.custom-dataTable.dataTable > tbody > tr.child > td > ul > li:last-child {
              border-bottom: 0.5px solid #005888;
              border-bottom: 0.5px solid var(--snfa-color-primary);
              padding: 10px 0;
              margin: 4px 0; }
      table.custom-dataTable > tbody > tr.child .dtr-title, table.custom-dataTable.dataTable > tbody > tr.child .dtr-title {
        font-weight: normal; }
      table.custom-dataTable > tbody > tr.child .dtr-data, table.custom-dataTable.dataTable > tbody > tr.child .dtr-data {
        font-weight: bold; }

.wp-block-separator {
  border-width: 0; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

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

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.clear::after {
  content: '';
  clear: both; }

.div-clear {
  clear: both; }

.clearfix {
  overflow: auto; }

.no-margin, .m-0 {
  margin: 0 !important; }

.no-padding, .p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.d-b {
  display: block; }

.d-ib {
  display: inline-block; }

.d-i {
  display: inline; }

.d-n {
  display: none; }

.ta-l {
  text-align: left; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.fw-b {
  font-weight: bold; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-33 {
  width: 33.33%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-66 {
  width: 66.66%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

/* Hide content */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media (min-width: 576px) {
  .hide-sm {
    display: none; } }

@media (min-width: 768px) {
  .hide-md {
    display: none; } }

@media (min-width: 1025px) {
  .hide-lg {
    display: none; } }

@media (min-width: 1280px) {
  .hide-xl {
    display: none; } }

@media (min-width: 1440px) {
  .hide-xxl {
    display: none; } }

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/


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